@charset "UTF-8";

/* normalize, 変数(for Sass) */

/*===========
 Basic color
===========*/

/*===========
 main color for this site.
===========*/

/*===========
 etc color for this site.
===========*/

/*===========
 un use
===========*/

@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 10px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "CONDENSEicon";
  src: url(../fonts/CONDENSEicon.eot) format("eot"), url(../fonts/CONDENSEicon.woff) format("woff"), url(../fonts/CONDENSEicon.ttf) format("truetype"), url(../fonts/CONDENSEicon.otf) format("opentype");
}

/* mixin(for Sass) */

/* ベースの要素スタイル */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  /* Make sure images are scaled correctly. */
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*===================================
module flexbox
====================================*/

.flex-col-sp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2 > li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin > li {
  width: 50%;
}

a {
  color: #231815;
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  color: #231815;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.5;
}

.link_arrow {
  position: relative;
}

.link_arrow::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 4px;
  height: 10px;
  background-image: url(../images/common/link_arrow@2x.png);
  background-size: cover;
  background-position: center;
}

.link-arrow__left::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 6px;
  height: 10px;
  background-image: url(../images/common/link_arrow@2x.png);
  background-size: cover;
  background-position: center;
}

.link--green {
  color: #0fb29b;
}

.link--green:visited {
  color: #0fb29b;
}

.link--gold {
  color: #836900 !important;
  font-weight: bold;
}

/* ========================
hoverで横線が出てくるやつ
==========================*/

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

.js-hover:hover {
  opacity: 1;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol > li {
  counter-increment: number;
  position: relative;
}

ol > li:before {
  content: counter(number) ".";
  display: block;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

ol.numlist {
  padding-left: 1.5em;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.table {
  margin-top: 20px;
  border: 1px solid #c9c1b9;
  text-align: center;
}

.table dl dt {
  background-color: #f7f7f7;
  padding: 10px;
}

.table dl dd {
  padding: 10px;
}

.table--default {
  margin: 0;
}

.table--default dl {
  line-height: 1.8;
}

.table .table-list > li {
  margin-top: 10px;
}

.table .table-list > li:first-child {
  margin-top: 0;
}

.table .table-note {
  display: block;
  position: relative;
  font-size: 10px;
}

.table .table-note::before {
  content: "※";
  display: inline-block;
}

.table-ordered > li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  border: 1px solid #f7f7f7;
  border-collapse: collapse;
}

.table-ordered > li::before {
  display: none;
}

.table-ordered > li .table-ordered__num {
  display: table-cell;
  width: 35px;
  background-color: #f0f3f8;
  border: 1px solid #f7f7f7;
  color: #7186b9;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.table-ordered > li .table-ordered__txt {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
  border: 1px solid #f7f7f7;
}

.table-ordered > li .table-ordered__txt .table-ordered__title {
  font-size: 14px;
}

.table-ordered > li .table-ordered__txt .table-ordered__txt--last {
  font-weight: bold;
  font-size: 19px;
}

.price_table .td_top {
  width: 60px;
  text-align: left;
  font-weight: bold;
}

.price_table table,
.price_table td,
.price_table th {
  border: 2px solid #ffffff;
  background-color: #f7f6f5;
  border-collapse: collapse;
  color: #776c60;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}

.price_table td,
.price_table th {
  padding: 9px;
  width: 30px;
  height: 25px;
  font-size: 16px;
}

.price_table th {
  background: #f0e6cc;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #231815;
  border-radius: 3px;
  background: #231815;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

.form-submit {
  position: relative;
  width: 100%;
  line-height: 34px;
  padding: 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.submit-btn {
  position: relative;
}

.submit-btn:after {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #fff;
}

.section-confirmation input[type="submit"],
.section-confirmation input[type="button"] {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.section-confirmation input[type="submit"]:hover,
.section-confirmation input[type="button"]:hover {
  opacity: 0.7;
}

.section-confirmation .input-submit {
  position: relative;
  margin-bottom: 10px;
}

.section-confirmation .input-button {
  position: relative;
}

.reset-btn {
  width: 100%;
  display: block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: none;
  border-color: #231815;
  border-radius: 3px;
  background: #231815;
  color: #fff;
}

.reset-btn:hover {
  color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #231815;
  border: none;
  padding: 5px 5px;
  border: 1px solid #c7c7c7;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #231815;
  height: 37px;
  width: 100%;
}

textarea {
  width: 100%;
  height: 120px;
  resize: vertical;
}

input[type="text"] {
  display: block;
  width: 100%;
}

input.input-year {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}

input.input-month {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

input.input-day {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

.radio-input {
  opacity: 0;
  display: none;
}

.radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #836900;
  border-radius: 50%;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #836900;
  border-radius: 50%;
}

body,
button,
input,
select,
textarea {
  color: #231815;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

/* ライブラリ */

/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

.bxslider-thumb.lazy {
  opacity: 0;
}

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/

.bx-wrapper {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/libs/bxslider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #f7f7f7;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #0fb29b;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/libs/bxSlider/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/libs/bxSlider/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/libs/bxSlider/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/libs/bxSlider/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* コンポーネント */

.block__content {
  padding-top: 25px;
}

.block__content .content__title {
  position: relative;
  margin-bottom: 20px;
  color: #0fb29b;
  font-size: 20px;
  text-align: center;
}

.block__content .content__title span {
  position: relative;
  display: inline-block;
  padding: 2px 18px;
  background-color: #ffffff;
  line-height: 1.2em;
}

.block__content .content__title::before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #0fb29b;
  position: absolute;
  top: 50%;
  left: 0;
}

.block__content .content__subtitle {
  margin-bottom: 15px;
  font-size: 16px;
}

.block__content .content__subtitle span {
  display: block;
  padding: 5px;
  background-color: #4b4948;
  color: #ffffff;
  text-align: center;
}

.block__subcontent {
  margin-top: 25px;
}

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

.c-btn--col2 {
  text-align: center;
}

.c-btn--col2 .btn {
  width: 250px;
  margin: 5px 0;
}

.btn {
  width: 160px;
  padding: 10px 0;
  color: #231815 !important;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  border: solid 1px #231815;
  line-height: 1.2;
  letter-spacing: 1;
  transition: eaes 0.2s;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  transition: ease 0.3s;
  margin: auto;
}

.btn-contact {
  color: #ffffff !important;
}

.btn.btn--wide {
  padding: 18px 10px;
  font-size: 14px;
}

.btn.btn-en {
  font-weight: 500px;
}

.btn.btn--default {
  background-color: #231815;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.btn.btn--default:after {
  color: #ffffff;
}

.btn.btn--default:hover {
  background-color: #ffffff;
  color: #231815;
}

.btn.btn--default:hover:after {
  color: #231815;
}

.btn.btn--white {
  color: #231815;
  background-color: #ffffff;
}

.btn.btn--brown {
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #776c60;
}

.btn.btn--blue {
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #776c60;
}

.btn.btn--submit {
  background-color: #ffffff;
  font-size: 10px;
  border-radius: 10px;
}

.btn.btn--submit::after {
  display: none;
}

.btn.btn--submit:hover {
  opacity: 0.8;
}

.btn.btn--green {
  background-color: transparent;
  color: #0fb29b;
  border-color: #0fb29b;
}

.btn.btn--green:hover {
  background-color: #0fb29b;
  color: #ffffff;
}

.btn.btn--green:hover:after {
  color: #ffffff;
}

.btn.btn--green-inverted {
  background-color: #0fb29b;
  color: #ffffff;
  border-color: #0fb29b;
}

.btn.btn--green-inverted:hover {
  background-color: transparent;
  color: #0fb29b;
}

.btn.btn--green-inverted:hover:after {
  color: #0fb29b;
}

.btn.btn--orange {
  background-color: transparent;
  color: #ff9900;
  border-color: #ff9900;
}

.btn.btn--orange:hover {
  background-color: #ff9900;
  color: #ffffff;
}

.btn.btn--orange:hover:after {
  color: #ffffff;
}

.btn.btn--purple {
  background-color: transparent;
  color: #8b5ad4;
  border-color: #8b5ad4;
}

.btn.btn--purple:hover {
  background-color: #8b5ad4;
  color: #ffffff;
}

.btn.btn--purple:hover:after {
  color: #ffffff;
}

.btn.btn--lime {
  background-color: transparent;
  color: #70b823;
  border-color: #70b823;
}

.btn.btn--lime:hover {
  background-color: #70b823;
  color: #ffffff;
}

.btn.btn--lime:hover:after {
  color: #ffffff;
}

.btn.btn-line {
  border: 2px solid #776c60;
  color: #776c60;
}

.btn.btn-line:hover {
  border: 2px solid #efc337;
  background-color: #efc337;
}

.btn.btn-f__small {
  font-size: 14px;
}

.page-anchor:after {
  content: "\f078";
}

/* animate */

@-webkit-keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.submit_btn {
  width: 282px;
  height: 70px;
  background-image: url(../images/index/submit_btn@2x.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: unset !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #fff5f5;
}

.block--contents--table {
  margin-top: 60px;
  background-color: #fff;
}

.block--contents--table .block--contents--table_header {
  background-color: #f1f9ff;
  color: #3e73ff;
  font-weight: bold;
  border-bottom: solid 2px #3e73ff !important;
}

.block--contents--table dt {
  font-size: 15px;
  padding: 10px;
  color: #231815;
}

.block--contents--table dd {
  font-size: 15px;
  padding: 15px 10px;
}

.block--contents--table--dot {
  padding-left: 1em;
  text-indent: -1em;
}

.block--contents--table--dot:before {
  content: "・";
}

.c-flow {
  width: 100%;
  display: table;
  position: relative;
  margin-top: -10px;
}

.c-flow:before {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: 20px;
  left: 63px;
}

.c-flow dl {
  display: table-row;
}

.c-flow dt {
  display: table-cell;
  position: relative;
  width: 60px;
  padding-top: 10px;
  font-weight: bold;
}

.c-flow dd {
  display: table-cell;
  padding-left: 15px;
  position: relative;
}

.c-flow dd:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
}

/* ==========================
  section title
=========================== */

.header-tlt {
  padding: 0 20px;
  max-width: 1000px;
  margin: auto;
  margin-top: 135px;
  font-size: 26px;
}

.sub-title {
  text-align: center;
  font-size: 18px;
}

.sec__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
}

.sec__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  height: 2px;
  display: block;
  content: "";
  background-color: #192431;
}

.sec__subtitle {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 18px;
}

.sec__subtitle::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #836900;
}

.page-header {
  width: 100%;
  height: 260px;
  margin: auto;
  margin-top: 70px;
  background-size: cover;
  background-position: left;
  padding: 10px;
}

.page-header_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header_inner h2 {
  text-align: center;
  font-size: 27px;
  color: #ffffff;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-header_inner h2 span {
  font-family: 'Prompt', sans-serif;
  display: block;
  font-size: 13px;
}

.mini_tlt_txt {
  max-width: 390px;
  margin: 60px auto auto;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

.mini_tlt_txt h3 {
  font-family: 'Barlow', sans-serif;
  border-bottom: solid 1px #776c60;
  padding: 0px 20px;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #776c60;
}

.mini_tlt_txt h3 span {
  font-size: 12px;
  display: block;
  color: #c9c1b9;
}

.mini_tlt_txt p {
  padding-bottom: 10px;
  border-bottom: solid 1px #776c60;
  margin-bottom: 10px;
}

.top-sec__title {
  font-size: 24px;
  text-align: center;
}

.top-sec__title span {
  font-family: 'Prompt', sans-serif;
  display: block;
  font-size: 13px;
}

.top-maker_sec .top-sec__title {
  background-image: url(../images/index/top_maker_bg@2x.png);
}

_::-webkit-full-page-media,
_:future,
:root .header-tlt {
  letter-spacing: -1px;
}

.c-page__intro {
  margin-bottom: 30px;
  letter-spacing: 0;
}

.c-page__intro:after {
  content: "";
  clear: both;
  display: block;
}

.c-page__intro p {
  margin-bottom: 15px;
}

.c-page__intro p:last-child {
  margin-bottom: 0;
}

.c-movie__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-movie__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-news > li {
  background-color: #f7f7f7;
  margin-bottom: 7px;
  padding: 10px;
}

.c-news a {
  display: block;
  text-decoration: underline;
}

.c-news a .c-news__txt {
  text-decoration: underline;
}

.c-news__list {
  margin-bottom: 15px;
}

.c-news__list li {
  padding: 10px 0;
  border-bottom: 1px solid #f7f7f7;
}

.c-news__list dl dt {
  font-weight: bold;
}

.c-news__list a {
  text-decoration: underline;
}

/*=========================
 pagination
==========================*/

.c-pagination {
  margin-top: 20px;
  text-align: center;
}

.c-pagination ul {
  font-weight: bold;
}

.c-pagination ul > li {
  display: inline-block;
}

.c-pagination ul a {
  margin: 0 5px;
  text-decoration: none;
}

.c-pagination ul a:hover {
  color: #7186b9;
}

.c-pagination ul span {
  margin: 0 5px;
}

.c-pagination ul span.current {
  color: #7186b9;
}

.pagetop {
  display: none;
  width: 205px;
  position: fixed;
  bottom: 80px;
  right: 0px;
  border-bottom: solid 1px #776c60;
  font-family: 'Barlow', sans-serif;
  padding-bottom: 6px;
  padding-left: 5px;
}

.pagetop a {
  text-decoration: none;
  font-size: 15px;
  color: #776c60;
}

.c-table {
  display: table;
  width: 100%;
  border: 1px solid #192431;
  border-collapse: collapse;
  color: #ffffff;
}

.c-table > dl {
  display: table-row;
}

.c-table > dl > dt {
  width: 120px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #192431;
  font-weight: bold;
}

.c-table > dl > dd {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #192431;
  border-left: 1px solid #192431;
}

.c-table > dl > dd .c-table-title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.c-table > dl > dd .c-table-list {
  margin-bottom: 25px;
  padding-left: 1.5em;
}

.c-table > dl > dd .c-table-list:last-of-type {
  margin-bottom: 0;
}

.c-table > dl > dd .c-table-list > li {
  margin-bottom: 15px;
  list-style: disc;
}

.c-table > dl > dd .c-table-list > li:last-child {
  margin-bottom: 0;
}

.c-table > dl > dd .c-table-list__nomargin > li {
  margin: 0;
}

.c-table--child {
  width: 100%;
  display: table;
}

.c-table--child dt {
  display: table-cell;
  width: 52px;
}

.c-table--child dd {
  display: table-cell;
}

.table-default tr {
  border-bottom: solid 1px #cbd2e0;
}

.table-default tr th {
  position: relative;
  width: 205px;
  background-color: #f7f7f7;
  padding: 0px 15px;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  background-color: #fce8e8;
  border: none;
  border-right: solid 1px #cbd2e0;
  border-left: solid 1px #cbd2e0;
}

.table-default tr td {
  position: relative;
  border: none;
  padding: 8px 15px;
  text-align: left;
}

.form-table {
  border: none !important;
}

.form-table tr {
  border: none !important;
}

.form-table tr th {
  border: none !important;
  background-color: unset;
  font-size: 15px;
  width: 235px;
  vertical-align: top;
}

.form-table tr td {
  border: none !important;
}

.form-table tr input,
.form-table tr textarea {
  border: none !important;
}

.form-table .form-require {
  background-color: #faa3a3;
  color: #fff;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 13px;
  margin-left: 20px;
}

/* 共通レイアウト(header, footer, etc.) */

/*=========================
common lower page header
==========================*/

.page__header {
  background-image: url(../images/common/bg_common_header.jpg);
}

/*=========================
common footer
==========================*/

.l-footer {
  width: 100%;
  bottom: 10px;
  left: 0;
  text-align: center;
}

.l-footer .l-container {
  padding: 0px;
}

.l-footer .l-container .footer-pagetop {
  text-align: center;
  display: block;
  margin: 60px 0px;
}

.l-footer .l-container .footer-pagetop img {
  width: 80px;
}

.l-footer .l-container .menu_footer {
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: center;
}

.l-footer .l-container .menu_footer li {
  margin-top: 15px;
  display: inline-block;
  margin: 0px 10px;
}

.l-footer .l-container .menu_footer li a {
  text-decoration: none;
  font-size: 10px;
}

.footer-copy {
  padding: 5px;
}

.footer-copy small {
  font-size: 10px;
  font-weight: normal;
  font-weight: 500;
  color: #231815;
}

.contact-sec {
  margin-top: 50px;
  background: linear-gradient(to right, #584eff, #1e377a);
  padding: 20px;
}

.contact-sec .l-container {
  background-color: #ffffff;
  max-width: 750px;
  border-radius: 5px;
  padding: 20px 0px;
  box-shadow: 0 0 5px #313131;
  text-align: center;
}

.contact-sec .l-container p {
  position: relative;
  display: inline-block;
  padding-right: 6px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-sec .l-container .contact-btn {
  background: linear-gradient(to bottom, #3e71ff, #574eff);
  height: 100%;
  color: #ffffff !important;
}

.contact-sec .l-container .contact-btn i {
  margin-top: 3px;
  font-size: 18px;
}

.gnav-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

.gnav-btn__container {
  position: relative;
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.gnav-btn.close .gnav-txt--close {
  display: inline-block;
}

.gnav-btn.close .gnav-txt--menu {
  display: none;
}

.gnav-btn__container > span {
  position: absolute;
  width: 24px;
  height: 1px;
  left: 8px;
  display: block;
  background-color: #231815;
  transition: all .4s;
  border-radius: 10px;
}

.gnav-btn__container > span:first-child {
  top: 9px;
}

.gnav-btn__container > span:nth-child(2) {
  top: 18px;
}

.gnav-btn__container > span:nth-child(3) {
  top: 28px;
}

.close .gnav-btn__container > span:nth-of-type(1) {
  top: 10px;
  background-color: #ffffff;
  opacity: 0;
}

.close .gnav-btn__container > span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
}

.close .gnav-btn__container > span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
}

.gnav-txt__close {
  display: none;
}

.menu-open .gnav-txt__close {
  display: block;
  color: #ffffff;
}

.menu-open .gnav-txt__open {
  display: none;
}

/*=========================
global-navigation
==========================*/

.globalnavi {
  position: absolute;
  z-index: 10;
  top: -400px;
  right: 0px;
  background-color: #ffffff;
  padding: 70px 25px 60px 25px;
}

.globalnavi .gnavi-list {
  margin-top: 0px;
}

.globalnavi .gnavi-list > li {
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
}

.globalnavi .gnavi-list > li a {
  color: #231815 !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
}

.globalnavi .gnavi-list > li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #c9c1b9 !important;
  font-family: 'Barlow', sans-serif;
}

.gnavi-list > li > a {
  position: relative;
}

.gnavi-list > li > a:hover {
  opacity: 0.6;
}

.gnavi-list > li > a:hover:after {
  opacity: 1 !important;
}

.gnavi-list > li > a:after {
  position: absolute;
  bottom: -14px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #231815;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: .2s;
  z-index: 10;
}

.gnav_concept img {
  width: 50px;
}

.gnav_product img {
  width: 47px;
}

.gnav_howtouse img {
  width: 63px;
}

.gnav_contact img {
  width: 46px;
}

.index .gnavi-list > .gnav_index > a {
  opacity: 0.6;
}

.company .gnavi-list > .gnav_company > a {
  opacity: 0.6;
}

.concept .gnavi-list > .gnav_concept > a {
  opacity: 0.6;
}

.product .gnavi-list > .gnav_product > a {
  opacity: 0.6;
}

.contact .gnavi-list > .gnav_contact > a {
  opacity: 0.6;
}

.howtouse .gnavi-list > .gnav_howtouse > a {
  opacity: 0.6;
}

/*=========================
common header
==========================*/

.l-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  height: 50px;
}

.l-header .header-menu_upper {
  margin-top: 80px;
}

.l-header .header-menu_upper li {
  display: inline-block;
}

.l-header .header-menu_upper li a {
  text-decoration: none;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.l-header .header-menu_upper li i {
  font-size: 21px;
  position: relative;
  top: 3px;
  left: 2px;
}

.l-header .header-menu_upper li:last-child {
  display: block;
  margin-top: 20px;
}

.l-header .header-menu_upper li:last-child i {
  font-size: 26px;
}

.l-header .header-menu_upper .lang_btn p {
  border: solid 1px #231815;
  padding: 1px 4px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  line-height: 17px;
}

.l-header .header-menu_upper .lang_btn p:hover {
  opacity: 0.6;
}

.l-header .header-menu_upper .lang_contact_jp {
  border: solid 1px #231815;
  padding: 1px 4px;
  line-height: 17px;
}

.l-header .header-menu_upper .lang_contact_en {
  border: solid 1px #231815;
  padding: 1px 4px;
  line-height: 17px;
}

.l-header .header-menu_upper .lang_curent {
  background-color: #231815;
  color: #ffffff;
}

.l-header .header-cart {
  position: absolute;
  top: 85px;
  right: 0px;
}

.l-header .header-cart img {
  width: 45px;
  height: 45px;
}

.l-header h1 {
  width: 110px;
  position: absolute;
  top: 20px;
  left: 30px;
  transition: .3s;
}

.l-header .l-container {
  position: relative;
  top: 0px;
  z-index: 10;
  width: 100% !important;
  padding: 10px 0px;
  padding-bottom: 10px;
}

.header-top {
  line-height: 1;
  text-align: center;
  max-width: 980px;
  margin: auto;
}

.header-top:after {
  content: "";
  clear: both;
  display: block;
}

.header-top .header-logo {
  position: relative;
  margin: auto;
  width: 160px;
  float: left;
  top: -10px;
}

.header-top .header-logo img {
  width: 100%;
}

.header-top .header-logo a {
  display: block;
}

.header-top .header-contact {
  float: right;
  background: linear-gradient(to bottom, #3e71ff, #574eff);
  width: 50px;
  height: 100%;
  position: absolute;
  right: 50px;
  top: 0px;
}

.header-top .header-contact span {
  display: none;
}

.header-top .header-contact i {
  margin-top: 3px;
  font-size: 18px;
}

.menu-open .l-header {
  padding-bottom: 15px;
}

_::-webkit-full-page-media,
_:future,
:root .globalnavi .gnavi-list > li a {
  letter-spacing: -1px;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.pege-first_txt {
  padding: 40px 0px;
}

.pege-first_txt p {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.sec-content .sec-content__inner {
  padding: 0 8px;
}

.sec-content p {
  line-height: 2;
}

.sec-content .sec-subcontent .sec-subtitle {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 0;
  text-align: center;
  font-family: "Libre Baskerville", "游明朝", "Yu Mincho", YuMincho, "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 14px;
  letter-spacing: 0.5rem;
  font-weight: normal;
}

.sec-content .sec-subcontent .sec-subtitle::after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 4px);
  background-color: #231815;
}

.top-news {
  padding: 30px 0 50px;
}

.l-container {
  position: relative;
}

/* ====================
sub__content
=======================*/

.l-pages {
  background-color: #051224;
  padding-bottom: 30px;
}

.sub__content {
  padding: 30px 0 10px;
}

.col2_list li:after {
  content: "";
  clear: both;
  display: block;
}

.col2_list li .col2_list_box {
  width: 50%;
  height: 500px;
}

.col2_list li .top-muddy_menu_bg {
  background-size: cover;
  background-position: center;
  float: left;
}

.col2_list li .top-muddy_menu_txt {
  padding: 100px;
  padding-right: 0px;
  float: right;
}

.col2_list li .top-muddy_menu_txt h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  color: #776c60;
  padding-bottom: 10px;
  border-bottom: solid 1px #776c60;
  margin-bottom: 30px;
  font-weight: 300;
}

.col2_list li .top-muddy_menu_txt h3 span {
  font-size: 14px;
  margin-left: 20px;
}

.col2_list li .top-muddy_menu_txt p {
  font-size: 16px;
  line-height: 35px;
  color: #776c60;
  position: relative;
}

.col2_list li .top-muddy_menu_txt .btn {
  margin-top: 30px;
}

.col2_list li:nth-of-type(even) .top-muddy_menu_bg {
  float: right;
}

.col2_list li:nth-of-type(even) .top-muddy_menu_txt {
  float: left;
  text-align: right;
  padding-left: 0px;
  padding-right: 100px;
}

.page-img_col_box li:after {
  content: "";
  clear: both;
  display: block;
}

.page-img_col_box li .img_col {
  float: left;
  width: 47.5%;
  margin-top: 40px;
}

.page-img_col_box li .img_col:nth-of-type(even) {
  float: right;
}

.page-img_col_box li .img_col img {
  width: 100%;
}

.img_col_txt {
  width: 100%;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #776c60;
}

.img_col_txt p {
  display: inline-block;
  color: #776c60;
  font-size: 16px;
}

.img_col_txt p:first-child {
  margin-right: 30px;
}

.img_col_arrow li .img_col {
  position: relative;
}

.img_col_arrow li .img_col:first-child {
  border: 10px;
}

.img_col_arrow li .img_col:first-child:after {
  content: "▶︎";
  display: block;
  position: absolute;
  right: -34px;
  top: 50%;
  color: #776c60;
  font-size: 17px;
}

.mini_txt {
  margin-top: 30px;
  color: #776c60;
  font-size: 14px;
  line-height: 28px;
}

.border_txt {
  color: #776c60;
  border: solid 1px #776c60;
  font-size: 16px;
  line-height: 36px;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
}

.page-container {
  margin-bottom: 80px;
}

.jp {
  display: block !important;
}

.en {
  display: none !important;
}

.lang_jp .jp {
  display: block !important;
}

.lang_jp .en {
  display: none !important;
}

.lang_jp .jp {
  display: none !important;
}

.lang_jp .en {
  display: block !important;
}

.fade_contents {
  opacity: 0;
  transition: 1s;
}

.first_contents {
  opacity: 0;
  transition: 1s;
}

.fade_inview {
  opacity: 1 !important;
}

.page-fv {
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation-name: fv_opacity;
  animation-name: fv_opacity;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.page-fv img {
  width: 100%;
}

@-webkit-keyframes fv_opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fv_opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.l-sidebar {
  display: none;
}

.l-sidebar .side-contents {
  margin-top: 10px;
  padding: 0 10px;
}

.l-sidebar .side-contents:first-of-type {
  margin-top: 0;
}

.l-sidebar .side-search {
  padding: 0 6px;
}

.l-sidebar .side-list > li a {
  text-decoration: none;
}

.l-sidebar .side-list > li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  display: inline-block;
  color: #7186b9;
  margin-right: 3px;
}

.l-sidebar .side-list.side-list--orange > li a::before {
  color: #ff9900;
}

.index .side-contents__fortune {
  display: none;
}

/* ページごとのスタイル */

/* ====================
 company
=======================*/

.company {
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: 20px;
}

.company .lang_btn {
  display: none !important;
}

.company .colors_logo {
  margin-top: 20px;
}

.company h3 {
  font-size: 27px !important;
  font-weight: normal;
  letter-spacing: 0.19em;
}

.company h4 {
  font-size: 20px;
  font-weight: normal;
}

.company .sec-content {
  position: relative;
}

.company .sec-content .ancr_div {
  position: absolute;
  top: -120px;
  width: 100px;
  height: 100px;
}

.company .sec-content .l-container {
  margin-bottom: 100px;
}

.company .sec-content .l-container h3 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 40px;
}

.company-about {
  margin-top: 40px;
}

.company-about span {
  display: block;
}

.company-inner {
  border-left: solid 1px #231815;
  padding-left: 30px;
}

/*=========================
concept
==========================*/

.concept {
  overflow-x: hidden;
}

.concept .page-fv {
  background-image: url(../images/concept/concept_img@2x.png);
}

.concept-sec {
  position: relative;
  height: 42vw;
  margin-bottom: 85px;
  min-height: 560px;
}

.concept-sec_first {
  margin-bottom: 140px;
  height: 570px;
}

.concept-sec_txt {
  position: relative;
  z-index: 10;
}

.concept-sec_txt h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 65px 0px 55px 0px;
  letter-spacing: 0.19em;
}

.concept-sec_txt h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 75px 0px 45px 0px;
  letter-spacing: 4px;
}

.concept-sec_txt h3 span {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
}

.concept-sec_txt h3 span small {
  font-size: 10px;
}

.concept-sec_txt h3.en {
  letter-spacing: 2px;
  line-height: 36px;
}

.concept-sec_txt h2.en {
  letter-spacing: 2px;
  line-height: 45px;
}

.concept-sec_txt p {
  font-size: 16px;
  line-height: 36px;
}

.concept-sec_txt p small {
  font-size: 12px;
  position: relative;
  top: -3px;
}

.concept-sec_txt p span {
  font-size: 12px;
}

.concept-sec_txt .en {
  line-height: 28px;
}

.concept-sec_img {
  position: absolute;
  right: 0px;
  bottom: -250px;
  width: 50vw;
  height: 57vh;
  max-height: 470px;
}

.concept-sec_img img {
  width: 100%;
}

.concept-sec_list {
  text-align: center;
  width: 100%;
  max-width: 970px;
  margin: auto;
  position: relative;
}

.concept-sec_list .attention {
  position: absolute;
  right: 30px;
  bottom: -50px;
  font-size: 12px;
}

.concept-sec_list li {
  display: inline-block;
}

.concept-sec_list li h4 {
  font-weight: normal;
}

/*=========================
contact
==========================*/

.lang_contact_en {
  display: none !important;
}

.lang_contact_jp {
  display: none !important;
}

.contact_en .lang_contact_en {
  background-color: #231815;
}

.contact_en .lang_contact_en a {
  color: #ffffff !important;
}

.contact_en .lang_contact_jp {
  background-color: #ffffff !important;
}

.contact_en .lang_contact_jp a {
  color: #231815 !important;
}

.contact .lang_btn {
  display: none !important;
  visibility: hidden;
}

.contact .footer-pagetop img {
  display: none;
}

.contact h2 {
  margin-top: 150px;
  margin-bottom: 50px;
  margin-left: 20px;
}

.contact h2 img {
  width: 90px;
}

.contact .basic_jp {
  display: none !important;
}

.contact .basic_en {
  display: none !important;
}

.contact .lang_contact_jp {
  display: inline-block !important;
  background-color: #231815;
}

.contact .lang_contact_jp a {
  color: #ffffff;
}

.contact .lang_contact_en {
  display: inline-block !important;
}

.contact .main-block .l-main {
  margin: 0px 20px;
}

.contact .main-block .l-container {
  width: 100%;
}

.contact .main-block .header-tlt {
  margin-bottom: 50px;
}

.contact .main-block input {
  width: 100%;
  border: solid 1px #231815 !important;
}

.contact .main-block textarea {
  width: 100%;
  max-width: 770px;
  height: 280px;
  overflow: scroll;
  border: solid 1px #231815 !important;
}

.contact .main-block .select_box {
  font-size: 15px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  width: 240px;
}

.contact .js-submit {
  width: 120px !important;
  height: 22px;
  line-height: 23px;
  border-radius: 0px;
  color: #fff !important;
  font-weight: normal;
  padding: 0px;
  font-size: 14px;
  margin-top: 10px;
  border: none !important;
  background-color: #231815 !important;
}

.contact-check .block--contents--table dd {
  padding: 10px 0px;
}

/*=========================
howtouse
==========================*/

.howtouse .page-fv {
  position: relative;
  margin-bottom: 50px;
}

.howtouse .page-fv_top {
  background-image: url(../images/howtouse/howtouse_img_s.png);
  background-position-x: 0px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 770px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75vh;
  z-index: 10;
}

.howtouse .page-fv_bottom {
  background-image: url(../images/howtouse/howtouse_img_s_bg.png);
  background-position-x: 0px;
  background-position-y: center;
  background-size: 770px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75vh;
  z-index: 2;
}

.howtouse .page-fv h2 {
  width: 137px;
  position: absolute;
  bottom: -110px;
  right: 215px;
}

.howtouse-sec {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  margin-bottom: 120px;
}

.howtouse-sec:after {
  content: "";
  width: 85px;
  height: 43px;
  display: block;
  position: absolute;
  bottom: -90px;
  left: 50%;
  margin-left: -43px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/howtouse/arrow_low@2x.png);
}

.howtouse-sec .l-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.howtouse-sec_img {
  width: 350px;
  text-align: center;
}

.howtouse-sec_txt {
  width: 450px;
}

.howtouse-sec_txt p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 1px;
}

.howtouse-sec_txt .en {
  line-height: 26px !important;
}

.howtouse-sec_step1 h3 img {
  width: 270px;
}

.howtouse-sec_step2 h3 img {
  width: 260px;
}

.howtouse-sec_step3 h3 img {
  width: 145px;
}

.howtouse-sec_step4 h3 img {
  width: 175px;
}

.howtouse-sec_step5 h3 img {
  width: 130px;
}

.howtouse-sec_step5:after {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background-image: url(../images/howtouse/plus@2x.png);
}

.howtouse-sec_special h3 img {
  width: 240px;
}

.howtouse-sec_special:after {
  display: none;
}

/* ====================
 mainvisual
=======================*/

.top-fv {
  position: relative;
  height: 80vh;
}

.top-fv_slide_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.top-fv_slide li {
  text-align: right;
  height: 80vh;
}

.top-fv_slide li img {
  display: inline-block;
  width: 100%;
}

.top-fv_first {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
  height: 80vh;
  display: none;
}

.top-fv_first ul {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
  height: 80vh;
}

.top-fv_first ul li {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

.top-fv_first_1 {
  z-index: 100;
}

.top-fv_second {
  display: none;
}

.index .footer-pagetop {
  display: none !important;
}

.index .l-header,
.index .l-footer {
  display: none;
}

/*=========================
news
==========================*/

.news .lang_btn {
  display: none !important;
}

.news .header-menu_upper:after {
  right: 25px !important;
}

.news .header-menu_upper li i {
  top: 7px;
  left: 22px;
}

.news-contents {
  margin-top: 50px;
}

.news-contents_inner {
  border-left: solid 1px #231815;
  padding-left: 15px;
}

.news-contents_inner img {
  max-width: 300px;
}

.news-info {
  margin: 10px 0px;
}

.news #detail {
  margin-bottom: 70px;
}

.news .detailUpfile {
  margin: 30px 0px;
}

/* ====================
 privacy
=======================*/

.privacy .page-header {
  background-image: url(../images/privacy/privacy_header@2x.png);
}

.privacy .sec-policy {
  margin-top: 40px;
}

.privacy .policy-list {
  padding-left: 1.5em;
}

.privacy .policy-list > li {
  margin-top: 15px;
  position: relative;
}

.privacy .policy-list > li::before {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 13px;
}

.privacy .policy-list > li h3 {
  margin-bottom: 5px;
  font-size: 13px;
}

.privacy .policy-list > li p {
  font-size: 13px;
}

/* ====================
 products
=======================*/

.product {
  overflow-x: hidden;
  padding-top: 195px;
}

.product-sec {
  width: 710px;
  margin: auto;
  margin-bottom: 120px;
  text-align: center;
  padding-top: 30px;
}

.product-sec:after {
  content: "";
  clear: both;
  display: block;
}

.product-sec h3 img {
  width: 219px;
  height: 95px;
}

.product-sec_img {
  margin: 20px 0px;
}

.product-sec_txt p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 2px;
}

.product-sec_txt .en {
  line-height: 30px;
}

.product-sec_txt .en span {
  margin-top: 20px;
  display: inline-block;
}

.product-sec_txt span {
  font-size: 12px;
}

.product-sec_txt .btn {
  margin-top: 32px;
  width: 160px;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-lightgray {
  background-color: #f7f7f7 !important;
}

.u-bc-blue {
  background-color: #3e73ff !important;
}

.u-bc-white {
  background-color: #ffffff;
}

.u-bc--salmon {
  background-color: #feb38a;
}

.u-bc--skyblue {
  background-color: #a9dee4;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #b01717 !important;
}

.u-c-green {
  color: #0fb29b !important;
}

.u-c-blue {
  color: #7186b9;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.jp {
  display: block !important;
}

.en {
  display: none !important;
}

.jp_inl {
  display: inline-block !important;
}

.en_inl {
  display: none !important;
}

.lang_jp .jp {
  display: block !important;
}

.lang_jp .en {
  display: none !important;
}

.lang_jp .jp_inl {
  display: inline-block !important;
}

.lang_jp .en_inl {
  display: none !important;
}

.lang_en .jp {
  display: none !important;
}

.lang_en .en {
  display: block !important;
}

.lang_en .jp_inl {
  display: none !important;
}

.lang_en .en_inl {
  display: inline-block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.f-s-small {
  font-size: 12px;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 736px) {
  .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2 > li {
    width: 50%;
  }

  .flex-col_3 > li {
    width: 33.3333%;
  }

  .flex-col_4 > li {
    width: 25%;
  }

  .flex-col_5 > li {
    width: 20%;
  }

  .flex-col-sp_2 > li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin > li {
    width: 100%;
  }

  .flex-col_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .viewlinks {
    font-size: 16px;
  }

  .table {
    display: table;
    margin-top: 30px;
    text-align: left;
    border-collapse: collapse;
  }

  .table dl {
    display: table-row;
  }

  .table dl dt {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #c9c1b9;
  }

  .table dl dd {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #c9c1b9;
  }

  .table--min {
    width: 500px;
  }

  .table--min dl dt {
    width: 170px;
  }

  .table--default {
    margin: 0;
  }

  .table--default dt {
    width: 180px;
    vertical-align: middle;
  }

  .table .table-note {
    padding-left: 1.5em;
    font-size: 13px;
  }

  .table .table-note::before {
    position: absolute;
    top: 0px;
    left: 0;
  }

  .table-ordered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-ordered > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    min-height: 140px;
  }

  .table-ordered > li .table-ordered__num {
    width: 50px;
    font-size: 23px;
  }

  .table-ordered > li .table-ordered__txt {
    padding: 30px 20px;
  }

  .table-ordered > li .table-ordered__txt .table-ordered__title {
    font-size: 18px;
  }

  .table-ordered > li .table-ordered__txt .table-ordered__txt--last {
    font-size: 23px;
  }

  .form-submit {
    width: 200px;
    margin-left: 296px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
  }

  .form-submit:hover {
    opacity: 0.6;
  }

  .submit-btn {
    margin-top: 30px;
  }

  .submit-btn:after {
    left: 480px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .section-confirmation input[type="submit"],
  .section-confirmation input[type="button"] {
    font-size: 16px;
  }

  .section-confirmation .input-submit {
    width: 200px;
    display: inline-block;
    margin: 0 20px 0 100px;
  }

  .section-confirmation .input-button {
    width: 200px;
    display: inline-block;
  }

  select {
    width: 290px;
  }

  textarea {
    width: 100%;
    height: 140px;
  }

  input[type="text"].input__min {
    width: 290px;
  }

  input[type="text"].middle-width {
    width: 340px;
  }

  input[type="text"].full-width {
    width: 100%;
  }

  input[type="text"].full-width--670 {
    width: 670px;
  }

  .input-birth input[type="text"] {
    float: inherit;
  }

  input.input-year {
    width: 113px;
  }

  input.input-month {
    width: 52px;
  }

  input.input-day {
    width: 52px;
  }

  input[type="text"].input--inline {
    display: inline-block;
    width: 90%;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
  }

  .block__content {
    padding-top: 50px;
  }

  .block__content .content__title {
    font-size: 30px;
  }

  .block__content .content__subtitle {
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
  }

  .block__content .content__subtitle::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #4b4948;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .block__content .content__subtitle span {
    display: inline-block;
    padding: 7px 20px;
    position: relative;
  }

  .block__subcontent {
    margin-top: 30px;
  }

  .c-btn--col2 .btn {
    display: inline-block;
    margin: 0 10px;
  }

  .btn {
    width: 200px;
    padding: 10px;
    font-size: 16px;
  }

  .btn.btn--wide {
    width: 280px;
    margin-top: 25px;
    padding: 25px;
    font-size: 20px;
  }

  .btn.btn--wide::after {
    font-size: 20px;
  }

  .btn.btn--submit {
    padding: 14px;
    font-size: 17px;
  }

  .btn.btn-f__small {
    font-size: 16px;
  }

  .page-anchor:after {
    font-size: 10px;
    font-weight: normal;
  }

  .block--contents--table dt {
    display: inline-block;
    width: 245px;
    vertical-align: top;
  }

  .block--contents--table dd {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    width: calc(100% - 450px);
  }

  .block--contents--table dd:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 89%;
    top: 5%;
    left: 0;
  }

  .c-flow {
    margin-top: -20px;
  }

  .c-flow:before {
    top: 34px;
    left: 84px;
  }

  .c-flow dt {
    width: 90px;
    padding-top: 20px;
  }

  .c-flow dd {
    padding-left: 20px;
  }

  .c-flow dd:after {
    top: 27px;
    left: -10px;
    width: 10px;
    height: 10px;
  }

  .header-tlt {
    margin-top: 220px;
  }

  .sec__title {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 25px;
  }

  .sec__title::after {
    width: 74px;
    margin-left: -37px;
  }

  .sec__subtitle {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .sec__subtitle::after {
    width: 100px;
    margin-left: -50px;
  }

  .c-page__intro {
    margin-bottom: 50px;
  }

  .c-page__intro p {
    margin-bottom: 30px;
  }

  .c-news > li {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }

  .c-news__time {
    display: table-cell;
    width: 110px;
    padding: 15px;
  }

  .c-news__txt {
    display: table-cell;
    border-left: 1px solid #ffffff;
    padding: 15px;
  }

  .c-news__list li {
    padding: 15px 0;
  }

  .c-news__list dl {
    width: 100%;
    display: table;
  }

  .c-news__list dl dt {
    display: table-cell;
    width: 100px;
  }

  .c-news__list dl dd {
    display: table-cell;
  }

  .c-pagination {
    margin-top: 35px;
  }

  .c-pagination ul a {
    margin: 0 10px;
  }

  .c-pagination ul span {
    margin: 0 10px;
  }

  .c-table {
    margin-top: 0;
  }

  .c-table > dl {
    font-size: 15px;
  }

  .c-table > dl > dt {
    width: 240px;
    padding: 20px;
  }

  .c-table > dl > dd {
    padding: 20px;
  }

  .c-table > dl > dd .c-table-list > li {
    margin-bottom: 10px;
  }

  .c-table > dl > dd .c-table-list__nomargin > li {
    margin: 0;
  }

  .c-table--child dt {
    width: 62px;
  }

  .l-pages {
    padding-bottom: 100px;
  }

  .sub__content {
    padding: 80px 0 10px;
  }

  .l-sidebar {
    padding-bottom: 20px;
    float: right;
    display: block;
    width: 220px;
    background-color: #ffffff;
  }

  .l-sidebar .side-contents__title {
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  }

  .l-sidebar .side-search .side-search__input {
    width: 130px;
    display: inline-block;
  }

  .l-sidebar .side-search .side-search__btn {
    display: inline-block;
    background: #b10202;
    background: linear-gradient(to bottom, #b10202 0%, #950c02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    padding: 4px 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
  }

  .l-sidebar .side-list > li {
    margin-bottom: 8px;
    padding-left: 20px;
  }

  .company {
    margin-top: 160px;
    margin-left: 0px;
  }

  .company .main-block {
    padding-left: 225px;
  }

  .company-about span {
    display: inline-block;
  }

  .contact h2 {
    margin-top: 200px;
    margin-left: 0px;
  }

  .contact .main-block {
    margin-left: 100px;
  }

  .contact .main-block .l-main {
    margin: 0px;
  }

  .contact .main-block .header-tlt {
    padding-left: 0px;
  }

  .contact .main-block input {
    width: 230px;
  }

  .privacy .policy-list {
    width: 840px;
    margin: 0 auto;
  }

  .privacy .policy-list > li {
    margin-top: 30px;
  }

  .privacy .policy-list > li::before {
    font-size: 15px;
  }

  .privacy .policy-list > li h3 {
    font-size: 15px;
  }

  .privacy .policy-list > li p {
    font-size: 15px;
  }

  .u-sp-hide-b {
    display: block !important;
  }

  .f-s-small {
    font-size: 16px;
  }
}

@media screen and (min-width: 800px) {
  img {
    width: auto;
  }

  .page-header_inner h2 span {
    font-size: 15px;
  }

  .top-sec__title span {
    font-size: 15px;
  }

  .l-footer .l-container .footer-pagetop {
    margin: 100px 0px;
  }

  .l-footer .l-container .footer-pagetop img {
    width: 115px;
  }

  .l-footer .l-container .menu_footer li {
    margin: 0px 30px;
  }

  .l-footer .l-container .menu_footer li a {
    font-size: 12px;
  }

  .footer-copy small {
    font-size: 10px;
  }

  .contact-sec {
    padding: 50px 0px;
  }

  .contact-sec .l-container {
    padding: 30px 0px;
  }

  .contact-sec .l-container p:after {
    content: "";
    width: 35px;
    height: 36px;
    background-image: url(../images/footer/slash_boder@2x.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 10px;
    font-weight: bold;
    font-size: 17px;
  }

  .contact-sec .l-container .contact-btn i {
    font-size: 15px;
    margin-right: 5px;
  }

  .contact-sec .l-container .contact-btn {
    height: auto;
    width: 200px;
    padding: 16px 0px;
    font-size: 14px;
  }

  .gnav-btn {
    display: none;
  }

  .globalnavi {
    display: block;
    width: 80px;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    left: 45px;
    top: 125px;
    padding: 0px;
    background-color: unset;
  }

  .globalnavi .gnavi-list {
    position: relative;
    top: 40px;
    left: 0px;
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
  }

  .globalnavi .gnavi-list:after {
    content: "";
    clear: both;
    display: block;
  }

  .globalnavi .gnavi-list > li {
    width: auto;
    margin: 0 0px 16px 0;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .globalnavi .gnavi-list > li.gnavi-list__home {
    display: none;
  }

  .l-header {
    padding-top: 40px;
    height: 70px;
  }

  .l-header .header-cart {
    top: 77px;
  }

  .l-header h1 {
    width: 190px;
    left: 45px;
    top: 30px;
  }

  .header-top .header-contact span {
    display: inline-block;
  }

  .header-top .header-contact i {
    font-size: 15px;
    margin-right: 5px;
  }

  .header-top .header-contact {
    height: auto;
    width: 200px;
    padding: 16px 0px;
    font-size: 14px;
  }

  .main-block {
    padding: 0;
    padding-left: 165px;
  }

  .sec-content .sec-subcontent .sec-subtitle {
    margin-bottom: 80px;
    padding: 60px 0;
    font-size: 18px;
  }

  .sec-content .sec-subcontent .sec-subtitle::after {
    height: 60px;
    bottom: -30px;
  }

  .top-news {
    padding: 50px 0 60px;
  }

  .howtouse .page-fv_top {
    display: none;
  }

  .howtouse .page-fv_bottom {
    display: none;
  }

  .howtouse .page-fv {
    background-position-x: center !important;
    background-image: url(../images/howtouse/howtouse_img.png);
  }

  .news .header-menu_upper li i {
    top: 3px;
    left: 2px;
  }

  .news-contents_inner {
    padding-left: 30px;
  }

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

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 800px) {
  .page-header {
    width: 100%;
    margin-top: 50px;
  }

  .mini_tlt_txt {
    font-size: 14px;
    line-height: 28px;
    margin-top: 40px;
  }

  .l-footer .l-container .menu_footer {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .l-header .header-menu_upper {
    margin-top: 25px;
  }

  .l-header .l-container {
    padding: 0;
  }

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

  .header-top .header-logo {
    width: 130px;
    margin: inherit;
    margin-top: 6px;
    padding-left: 8px;
    top: inherit;
  }

  .pege-first_txt {
    padding: 40px 0px;
  }

  .pege-first_txt p {
    font-size: 14px;
  }

  .img_col_txt {
    width: 90%;
    margin: auto;
    margin-top: 15px;
    text-align: center;
  }

  .img_col_txt p:first-child {
    margin-right: 0px !important;
    margin-top: 3px !important;
  }

  .img_col_txt p {
    display: block;
    font-size: 14px !important;
  }

  .img_col_arrow li .img_col:first-child:after {
    content: "▼";
    left: inherit;
    top: inherit;
    bottom: -30px;
    right: 50%;
    margin-right: -10px;
  }

  .page-container {
    padding-bottom: 30px;
  }

  .company h3 {
    font-size: 24px !important;
  }

  .concept-sec {
    height: auto;
    margin-bottom: 60px;
  }

  .concept-sec_first {
    height: auto;
    margin-top: 70px;
  }

  .concept-sec_txt {
    padding: 0px 30px;
  }

  .concept-sec_txt h2 {
    font-size: 24px;
  }

  .concept-sec_txt p {
    font-size: 14px;
    line-height: 31px;
  }

  .concept-sec_img {
    position: relative;
    right: inherit;
    bottom: inherit;
    height: auto;
    width: 100%;
    height: auto;
    max-height: auto;
    margin-top: 10px;
  }

  .concept-sec_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .concept-sec_list li {
    width: 50%;
    margin-bottom: 15px;
  }

  .concept-sec_list li h4 {
    margin-top: 10px;
  }

  .howtouse .page-fv {
    background-image: url(../images/howtouse/howtouse_img_s.png);
    background-position-x: 0px;
    background-position-y: center;
    background-size: 770px;
    height: 75vh;
  }

  .howtouse .page-fv h2 {
    width: 87px;
    bottom: -77px;
    right: 25px;
    z-index: 10;
  }

  .howtouse-sec .l-container {
    display: block;
  }

  .howtouse-sec_img {
    width: 200px;
    margin: auto;
  }

  .howtouse-sec_txt {
    width: 100%;
    text-align: center;
    padding: 0px 10px;
  }

  .howtouse-sec_txt h3 {
    margin: 40px 0px;
  }

  .howtouse-sec_txt p {
    font-size: 14px;
  }

  .top-fv {
    height: 80vh;
    max-height: 600px;
  }

  .top-fv_slide li {
    height: 80vh;
    max-height: 600px;
  }

  .product {
    padding-top: 120px;
  }

  .product-sec {
    width: 100%;
  }

  .product-sec_img {
    width: 70%;
    margin: 20px auto;
  }

  .product-sec_txt p {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 29px;
  }
}

@media screen and (max-width: 736px) {
  .price_table_inner {
    overflow-x: scroll;
  }

  .price_table .td_top {
    width: 20px;
  }

  .price_table td,
  .price_table th {
    font-size: 14px;
    padding: 5px;
    width: 10px;
  }

  .price_table table {
    width: 960px;
  }

  .block--contents--table {
    margin-top: 20px;
  }

  .block--contents--table .block--contents--table_header {
    display: none;
  }

  .page-header_inner h2 {
    font-size: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-default tr th {
    display: block;
    width: 100%;
    height: auto;
  }

  .table-default tr td {
    display: block;
    width: 100%;
  }

  .col2_list li .col2_list_box {
    width: 100% !important;
    float: none !important;
  }

  .col2_list li .top-muddy_menu_bg {
    height: 70vw !important;
  }

  .col2_list li .top-muddy_menu_txt {
    height: auto !important;
    padding: 20px;
    padding-bottom: 35px;
  }

  .col2_list li .top-muddy_menu_txt h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .col2_list li .top-muddy_menu_txt p {
    font-size: 14px;
    line-height: 25px;
  }

  .col2_list li .top-muddy_menu_txt .btn {
    margin-top: 15px;
  }

  .col2_list li:nth-of-type(even) .top-muddy_menu_txt {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .page-img_col_box li .img_col {
    float: none !important;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 30px;
  }

  .border_txt {
    font-size: 14px;
    line-height: 28px;
  }

  .page-container {
    margin-bottom: 40px;
  }

  .company .colors_logo {
    width: 100px;
  }
}

@media screen and (max-width: 735px) {
  .pagetop {
    width: 75px;
    position: fixed;
    bottom: 50px;
  }

  .pagetop a {
    font-size: 13px;
  }

  .gnavi-list > li > a:after {
    display: none;
  }
}
