@charset "UTF-8";
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all; }

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
  line-height: 1; }

iframe {
  max-width: 100% !important; }

a,
label {
  cursor: pointer; }

blockquote {
  padding: 0;
  margin: 0;
  display: block; }

address,
em {
  font-style: normal; }

hr {
  border: 0;
  margin: 0;
  padding: 0; }

ul,
ol,
li {
  list-style: none; }

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none; }

input,
button,
select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none; }

table {
  border-collapse: collapse; }

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1; }

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/**
 * 1. All browsers without overlaying scrollbars
 * 2. iOS 8+

 * 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
 * 2. iOS 8+
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/**
 * 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

 * 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit; }

/**
 * 1. Set `background-repeat: no-repeat` to all elements
 * 2. Reset `padding` and `margin` of all elements

 * 1. すべての要素に、「background-repeat: no-repeat;」を指定。
 * 2. すべての要素に、「padding」と「margin」をリセット。
 */
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/**
 * Add the correct display in iOS 4-7.

 * iOS 4-7に、正しいdisplayを設定。
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * 1. Show the overflow in Edge and IE

 * 1. EdgeとIEに、「overflow: visible;」を定義。
 */
hr {
  overflow: visible;
  /* 1 */ }

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox
 * Correct `block` display not defined for `main` in IE 11

 * IE8/9に、displayプロパティを定義。
 * IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
 * IE11のmain要素に、displayプロパティを定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Set font-size to 80% in `small` elements

 * 1. small要素に、フォントサイズ「80%」を定義。
 */
small {
  font-size: 80%;
  /* 1 */ }

/**
 * 1. Add the correct display in IE

 * 1. IEに、displayプロパティを定義。
 */
[hidden],
template {
  display: none;
  /* 1 */ }

/**
 * 1. Add a bordered underline effect in all browsers
 * 2. Remove text decoration in Firefox 40+

 * 1. すべてのブラウザに、点線を定義。
 * 2. Firefox40+に、テキストの装飾を削除。
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * 1. Remove the gray background on active links in IE 10
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+

 * 1. IE10に、アクティブリンクのグレーの背景を削除。
 * 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the outline when hovering in all browsers

 * 1. すべてのブラウザに、ホバー時のアウトラインを削除。
 */
a:active,
a:hover {
  outline-width: 0;
  /* 1 */ }

/**
 * 1. Specify the font family of code elements

 * 1. コード要素に、フォントファミリーを指定。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */ }

/**
 * 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

 * 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
 */
b,
strong {
  font-weight: bolder;
  /* 1 */ }

/**
 * 1. Address styling not present in Safari and Chrome

 * 1. SafariとChromeに、定義。
 */
dfn {
  font-style: italic;
  /* 1 */ }

/**
 * Address styling not present in IE 8/9

 * 1. IE8/9に、定義。
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * https://gist.github.com/unruthless/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/**
 * 1. Firefox 36+

 * 1. Firefox 36+
 */
[type="number"] {
  width: auto;
  /* 1 */ }

/**
 * 1. Safari 8+

 * 1. Safari 8+
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * 1. Safari 8

 * 1. Safari 8
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+
 * 2. Specify textarea resizability

 * 1. Internet Explorer 11+
 * 2. textarea要素に、垂直方向のリサイズを指定。
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Specify font inheritance of form elements

 * 1. フォーム要素に、フォントの継承を指定。
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */ }

/**
 * 1. Restore the font weight unset by the previous rule.

 * 1. 前の指定により、フォントのウェイトを再定義。
 */
optgroup {
  font-weight: bold;
  /* 1 */ }

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11

 * 1. IE8/9/10/11に、overflow時にhiddenを設定。
 */
button {
  overflow: visible;
  /* 1 */ }

/**
 * Remove inner padding and border in Firefox 4+

 * Firefox4+に、内側のpaddingとborderを削除。
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/**
 * Replace focus style removed in the border reset above

 * 1. フォーカス時のスタイルを定義。
 */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
 * 2. Correct the inability to style clickable types in iOS

 * 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
 * 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 1. Firefox 40+, Internet Explorer 11-

 * 1. Firefox 40+, Internet Explorer 11-
 */
button,
select {
  text-transform: none;
  /* 1 */ }

/**
 * Remove the default button styling in all browsers

 * すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/**
 * Style select like a standard input
 * 1. Firefox 36+
 * 2. Chrome 41+

 * 標準的なinput要素のスタイルを選択。
 * 1. Firefox 36+
 * 2. Chrome 41+
 */
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */ }

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-expand {
  display: none;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor;
  /* 1 */ }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */ }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Chrome and Safari

 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari

 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari

 * 1. ChromeとSafariに、アピアランスを修正。
 * 2. Safariに、アウトラインを修正。
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10

 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */
img {
  border-style: none;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera

 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */
progress {
  vertical-align: baseline; }

/**
 * 1. Internet Explorer 11-

 * 1. Internet Explorer 11-
 */
svg:not(:root) {
  overflow: hidden;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+

 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/**
 * Hide content from screens but not screenreaders

 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/**
 * Specify the progress cursor of updating elements

 * アップデート中の要素のプログレスのカーソルを指定。
 */
/* */
[aria-busy="true"] {
  cursor: progress; }

/**
 * Specify the pointer cursor of trigger elements

 * トリガー要素のポインターのカーソルを指定。
 */
[aria-controls] {
  cursor: pointer; }

/**
 * Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

 * 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
 */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/**
 * Specify text selection background color and omit drop shadow

 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */
/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 10000; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 10002; }
  #loader p {
    font-size: 20px; }

.header {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 1000; }

.product-header {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  position: relative;
  z-index: 10000; }

.header-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .header-wrapper a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.header-ttl-box {
  width: 160px; }
  @media screen and (min-width: 768px) {
    .header-ttl-box {
      width: 20%; } }

.ttl {
  width: 100%;
  margin: 0;
  padding: 5px 0; }
  @media screen and (min-width: 768px) {
    .ttl {
      padding: 0 0 5px; } }
  .ttl a {
    color: #fff;
    font-size: 20px;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .ttl a {
        font-size: 29px; } }
  .ttl img {
    width: 100%;
    max-width: 118px; }
    @media screen and (min-width: 768px) {
      .ttl img {
        max-width: 150px; } }

.ttl-txt {
  display: none; }
  @media screen and (min-width: 768px) {
    .ttl-txt {
      text-align: right;
      display: block;
      font-size: 16px;
      position: absolute;
      top: 0;
      right: 0;
      color: #333;
      font-weight: bold; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .ttl-txt {
      margin-left: 608px;
      right: inherit; } }
  @media screen and (min-width: 768px) {
      .ttl-txt a {
        text-decoration: none;
        color: #333;
        cursor: default; }
      .ttl-txt img {
        width: 392px; } }

.header-content-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    .header-content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding-right: 150px; } }

.header-contact-box {
  width: 100%;
  margin: 10px 8px; }
  .header-contact-box img {
    width: 100px; }
    @media screen and (min-width: 768px) {
      .header-contact-box img {
        width: 150px; } }

.header-tel-box {
  margin: 5px 8px; }
  .header-tel-box img {
    width: 100px; }
    @media screen and (min-width: 768px) {
      .header-tel-box img {
        width: 180px; } }

.header-time-box {
  margin: 5px 0px; }
  .header-time-box img {
    width: 100px; }
    @media screen and (min-width: 768px) {
      .header-time-box img {
        width: 180px; } }

.header-sns-box {
  width: 100%;
  margin: 5px 8px; }
  .header-sns-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-sns-box ul li {
      padding: 10px 5px; }
      .header-sns-box ul li img {
        width: 32px; }

@media screen and (min-width: 768px) {
  .sp-header-wrapper {
    display: none; } }

.sp-header-wrapper img {
  width: 80%; }

@media screen and (min-width: 768px) {
  .header-tel {
    display: none; } }

.fa-phone-square {
  font-size: 30px;
  color: #333;
  position: fixed;
  cursor: default;
  top: 14px;
  left: 10px; }

.btn {
  width: 30px;
  font-size: 9px;
  border-radius: 8px;
  background-color: #333;
  position: fixed;
  top: 8px;
  right: 10px;
  padding: 1px 5px;
  cursor: pointer;
  z-index: 9999; }
  @media screen and (min-width: 768px) {
    .btn {
      display: none; } }

.btn span {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  display: block;
  border-radius: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .btn span {
      display: none; } }

.btn span.active:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  background-color: #fff; }

.btn span.active:nth-child(2) {
  opacity: 0; }

.btn span.active:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  background-color: #fff; }

.nav-wrapper {
  position: relative;
  z-index: 9999;
  width: 80%; }

.product-nav {
  background-color: rgba(255, 255, 255, 0.8); }

.nav-wrapper-active {
  background-color: rgba(0, 0, 0, 0.6);
  height: 36px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9; }

@media screen and (max-width: 767.9px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    margin-right: -300px;
    background-color: #333;
    z-index: 100;
    border-left: 1px solid #fff; } }

@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    margin: 0 auto !important;
    width: auto; } }

@media screen and (min-width: 1024px) {
  .nav {
    width: 100%; } }

.clone-nav {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 9;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.top-nav {
  background-color: rgba(255, 255, 255, 0.8);
  height: 0px;
  width: 100%;
  z-index: 9; }
  @media screen and (min-width: 768px) {
    .top-nav {
      height: 38px;
      top: 0px;
      border-top: 1px solid #333;
      border-bottom: 1px solid #333; } }

.g-nav {
  padding-top: 45px; }
  @media screen and (min-width: 768px) {
    .g-nav {
      padding-top: 0;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.nav-list:first-child {
  border-top: 1px dotted #fff; }
  @media screen and (min-width: 768px) {
    .nav-list:first-child {
      border-top: none; } }

@media screen and (min-width: 768px) {
  .nav-list {
    width: 24%; } }

@media screen and (min-width: 1200px) {
  .nav-list {
    width: 16%; } }

.nav-item {
  display: block;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  padding: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center; }
  @media screen and (min-width: 360px) {
    .nav-item {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .nav-item {
      padding: 10px 18px;
      border-bottom: none;
      font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    .nav-item {
      font-size: 16px; } }

.nav-item:hover {
  color: #ff6b53;
  cursor: pointer; }

.small {
  font-size: 16px;
  display: block;
  border-bottom: 1px dotted #333;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  padding: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center; }
  @media screen and (min-width: 360px) {
    .small {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .small {
      padding: 10px 20px;
      border-bottom: none; } }
  @media screen and (min-width: 1024px) {
    .small {
      font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .small {
      font-size: 12px !important;
      padding-bottom: 14px; } }
  @media screen and (min-width: 1024px) {
    .small {
      font-size: 16px !important;
      padding-bottom: 10px; } }

@media screen and (min-width: 768px) {
  .nav-sp {
    display: none; } }

.sp-nav-contact-img {
  width: 20px;
  border: 1px solid #fff;
  margin-right: 0.5em; }

.sp-nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 20px; }
  .sp-nav-sns a:hover {
    opacity: .8; }
  .sp-nav-sns img {
    width: 40px; }

.nav-content-wrapper {
  display: block;
  position: relative;
  content: '';
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
  background-color: #333; }
  @media screen and (min-width: 768px) {
    .nav-content-wrapper {
      display: none;
      position: absolute;
      overflow: hidden;
      top: 36px;
      padding: 40px 80px; } }

.nav-img-content {
  display: none; }
  @media screen and (min-width: 768px) {
    .nav-img-content {
      display: block;
      float: left;
      width: 50%;
      text-align: center; }
      .nav-img-content img {
        width: 80%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border-radius: 10px; }
        .nav-img-content img:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .nav-img-content li a {
        font-size: 10px; } }

.nav-content {
  width: 100%;
  text-align: left; }
  .nav-content li {
    padding: 8px; }
    .nav-content li a {
      font-size: 14px;
      padding: 10px;
      color: #fff;
      text-decoration: none; }
      .nav-content li a:hover {
        text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .nav-content {
      width: 50%;
      float: right; }
      .nav-content li {
        margin-left: 7%; } }

.menu-item::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }
  @media screen and (min-width: 768px) {
    .menu-item::after {
      right: 20px; } }

body {
  background-color: #fff; }

.slide {
  position: relative;
  color: #fff;
  text-align: center; }

.slide__link {
  color: #fff;
  text-align: center; }

.slide img {
  height: auto;
  width: 100%; }

.slide__content-wrap {
  left: 50%;
  position: absolute;
  top: 50%; }

.slide__content {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

.slide__content.on {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.slide__title {
  font-size: 48px; }

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000; }

#wrap {
  display: none; }

.mainVisual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px auto 0;
  max-width: 1920px;
  border: none;
  z-index: -1; }
  @media screen and (min-width: 768px) {
    .mainVisual {
      height: auto;
      margin: -20px auto 0;
      width: 100%; } }

.mainVisual video {
  position: relative;
  width: 100%;
  z-index: -1; }
  @media screen and (min-width: 1366px) {
    .mainVisual video {
      margin-top: -100px; } }

.autoplay {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .autoplay {
      margin-top: -46px; } }
  .autoplay img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .autoplay img {
        max-height: 800px; } }

.logo-slider-wrapper {
  margin: 10px 0 0;
  padding: 0 0 10px; }
  @media screen and (min-width: 768px) {
    .logo-slider-wrapper {
      margin: 20px 0 0;
      padding: 0 0 20px; } }
  @media screen and (min-width: 1400px) {
    .logo-slider-wrapper {
      margin: -110px 0 0;
      padding: 30px 0;
      background-color: #fff; } }

.logo-slider-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .logo-slider-title {
      font-size: 40px; } }
  .logo-slider-title img {
    width: 100%;
    max-width: 150px; }
    @media screen and (min-width: 768px) {
      .logo-slider-title img {
        max-width: 250px; } }
  .logo-slider-title::after {
    position: absolute;
    left: calc(50% - 35px);
    width: 70px;
    content: "";
    border-bottom: 6px double #ff6b53;
    bottom: -20px; }

.logo-slider {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 10px;
  padding: 0 30px; }

.slide-item-img {
  margin: 0 auto;
  width: 80%;
  max-width: 150px; }

.catch-copy {
  width: 100%; }
  .catch-copy img {
    width: 100%; }

.catch-copy-ttl {
  max-width: 1600px;
  margin: 0 auto 30px;
  padding: 20px 10px 10px; }
  @media screen and (min-width: 768px) {
    .catch-copy-ttl {
      padding-top: 0px; } }

.logo-list-wapper {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.logo-list {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px; }
  .logo-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .logo-list ul li {
      padding: 10px;
      width: 50%; }
      @media screen and (min-width: 768px) {
        .logo-list ul li {
          width: 33.3%; } }
      @media screen and (min-width: 1024px) {
        .logo-list ul li {
          width: 25%; } }
      .logo-list ul li a:hover {
        opacity: .8; }

.base-map {
  padding: 0 10px 30px;
  max-width: 1600px;
  margin: 0 auto; }

.content-wrapper {
  max-width: 1600px;
  margin: 0 auto; }
  .content-wrapper h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .content-wrapper h2 {
        font-size: 40px; } }
    .content-wrapper h2 img {
      width: 100%;
      max-width: 200px;
      margin-right: 5px; }
      @media screen and (min-width: 768px) {
        .content-wrapper h2 img {
          max-width: 300px; } }
    .content-wrapper h2::after {
      position: absolute;
      left: calc(50% - 35px);
      width: 70px;
      content: "";
      border-bottom: 6px double #ff6b53;
      bottom: -20px; }
  .content-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    .content-wrapper ul li {
      padding: 10px;
      width: 50%; }
      @media screen and (min-width: 768px) {
        .content-wrapper ul li {
          width: 33.3%; } }
      @media screen and (min-width: 1280px) {
        .content-wrapper ul li {
          width: 25%; } }
      .content-wrapper ul li a:hover {
        opacity: .8; }
      .content-wrapper ul li img {
        width: 100%; }

.library {
  max-width: 1920px;
  margin: 0 auto; }
  .library img {
    width: 100%; }

@media screen and (min-width: 768px) {
  .main-module-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.module-box-head {
  background-color: #2D3039;
  text-align: center;
  padding: 20px 0;
  font-size: 56px;
  color: #fff; }

.fadein {
  opacity: 0;
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
  position: relative;
  width: 100%;
  height: 100%; }
  .fadein p {
    position: absolute;
    top: 50%;
    left: 23%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-10%, -50%);
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .fadein p {
        font-size: 32px; } }

.small-txt {
  font-size: 28px; }

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.indent {
  margin-left: 0.2em; }

.librally-wrapper {
  width: 100%;
  margin: 0 auto 100px;
  max-width: 1600px; }
  @media screen and (min-width: 768px) {
    .librally-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.librally {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .librally {
      width: 25%;
      margin-bottom: 0; } }
  .librally img {
    width: 100%; }

.librally .caption {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%; }
  .librally .caption h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.4; }

.librally .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.librally:hover .mask {
  top: 0; }

.second {
  margin-top: -1px; }

#loader-bg p {
  padding-top: 20px; }

.pc {
  width: 100%; }

.product-visual {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
  border: none;
  background-image: url(../images/product.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1; }
  @media screen and (min-width: 768px) {
    .product-visual {
      width: 100%;
      height: 420px; } }
  @media screen and (min-width: 1024px) {
    .product-visual {
      height: 574px; } }
  @media screen and (min-width: 1200px) {
    .product-visual {
      height: 100vh;
      margin-top: -128px; } }

.product-visual video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1; }
  @media screen and (min-width: 1200px) {
    .product-visual video {
      width: auto; } }

.page {
  background-color: #f5f5f5; }

.wrapper {
  background-color: #fff;
  max-width: 1200px;
  margin: 80px 10px 50px;
  padding: 20px 20px; }
  @media screen and (min-width: 1220px) {
    .wrapper {
      margin: 80px auto 50px; } }

.sub-ttl {
  font-size: 24px;
  border-bottom: 4px double #ebebeb;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333; }
  @media screen and (min-width: 768px) {
    .sub-ttl {
      font-size: 28px; } }

.policy-txt {
  line-height: 1.7; }
  .policy-txt p {
    margin-bottom: 20px;
    text-indent: 1em;
    color: #333; }

.policy-copy {
  text-align: center;
  font-size: 24px;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .policy-copy {
      font-size: 30px; } }

.policy-sub-ttl {
  color: #333;
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 20px; }

.promise {
  margin-bottom: 30px; }
  .promise h3 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px; }
  .promise p {
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
    text-indent: 1em; }

.business-info-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px; }
  .business-info-ttl::before {
    content: "";
    width: 2em;
    height: 30px;
    border-bottom: 2px solid #333333;
    display: inline-block;
    position: absolute;
    margin-left: -2.5em;
    margin-top: -0.7em; }
  .business-info-ttl::after {
    content: "";
    width: 2em;
    height: 30px;
    border-bottom: 2px solid #333333;
    display: inline-block;
    position: absolute;
    margin-left: .5em;
    margin-top: -0.7em; }

.business-info-txt {
  text-align: center;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px; }

.business-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .business-list ul li {
    padding: 10px;
    width: 100%;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333; }
    @media screen and (min-width: 768px) {
      .business-list ul li {
        width: 33.3%; } }
    @media screen and (min-width: 1280px) {
      .business-list ul li {
        width: 25%; } }
    .business-list ul li a:hover {
      opacity: .8; }
    .business-list ul li img {
      width: 100%; }

.service-ttl-img {
  margin-bottom: 20px; }
  .service-ttl-img img {
    width: 100%; }

.contact-ttl h2 {
  text-align: center;
  background-color: #d6faff;
  font-size: 36px;
  font-weight: bold;
  color: #555;
  padding: 50px 0; }
  .contact-ttl h2::after {
    display: block;
    font-size: 18px;
    margin-top: 20px; }

.contact-ttl h2::after {
  content: 'CONTACT'; }

.contact-wrapper {
  padding-top: 14px; }
  @media screen and (min-width: 980px) {
    .contact-wrapper {
      max-width: 980px;
      margin: 0 auto; } }

.soudan-visual {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 10px; }
  .soudan-visual img {
    width: 100%; }

.contact-text {
  margin: 0 10px; }

p.question {
  color: #24a029;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
  text-indent: -1.1em;
  padding-left: 2em;
  word-break: normal; }
  @media screen and (min-width: 768px) {
    p.question {
      font-size: 24px;
      text-indent: -1em;
      padding-left: 2em; } }
  p.question::before {
    content: 'Q.';
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      p.question::before {
        font-size: 36px; } }

p.answer {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 2em; }
  @media screen and (min-width: 768px) {
    p.answer {
      font-size: 24px;
      text-indent: -0.9em;
      padding-left: 2em; } }
  p.answer::before {
    content: 'A.';
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #d90000;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      p.answer::before {
        font-size: 36px; } }

.form-text {
  line-height: 1.4;
  margin-left: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  padding-right: 20px; }

.form-tel-ttl {
  background-color: #1611a7;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 4px; }

form {
  padding: 20px;
  width: 100%;
  margin-bottom: 50px;
  background-color: #f5f5f5; }
  form p {
    line-height: 2;
    margin-bottom: 20px; }

input[type='text'], input[type='email'], input[type='tel'], textarea {
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 4px;
  border-radius: 4px; }

input.address {
  width: 100%; }
  @media screen and (min-width: 768px) {
    input.address {
      width: 45%; } }

input[type='email'], input[type='tel'] {
  width: 100%; }
  @media screen and (min-width: 768px) {
    input[type='email'], input[type='tel'] {
      width: 45%; } }

.label {
  color: #3983fa;
  font-weight: bold; }

textarea {
  width: 100%; }

input.form-sei {
  width: 45%;
  display: inline-block;
  margin-right: 20px; }

input.form-mei {
  width: 45%;
  display: inline-block; }

p.privacy-ttl {
  color: #3983fa;
  font-weight: bold;
  margin: 0; }

.privacy-txt-area {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px; }

.privacy-txt {
  line-height: 1.3;
  font-size: 14px; }

.submit_btn {
  text-align: center;
  background-color: #1611a7;
  display: inline-block;
  color: #fff;
  border-radius: 4px; }
  .submit_btn:hover {
    opacity: .7; }

.submit {
  text-align: center; }

input[type='submit'] {
  padding: 8px 30px; }

.require_mark {
  color: #fff;
  background-color: #d02020;
  padding: 0 8px;
  border-radius: 4px;
  margin-right: 20px; }

.contact {
  width: 100%;
  margin-top: 30px;
  border-bottom: 4px double #ebebeb; }
  .contact h2 {
    font-weight: bold;
    font-size: 28px; }

.contact-more-text {
  font-size: 20px;
  margin: 20px;
  line-height: 1.3;
  color: #d01a1a;
  font-weight: bold; }

input[type="checkbox"] {
  margin-right: 8px; }

.check {
  margin-left: 20px; }

.season {
  width: 200px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 4px;
  padding-left: 10px; }

.month::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 12px solid #aaa;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: relative;
  margin-left: -84px; }

.top-back {
  position: fixed;
  right: 20px;
  bottom: 60px;
  display: none; }
  @media screen and (min-width: 768px) {
    .top-back {
      right: 40px;
      bottom: 90px; } }

.top-back-btn {
  text-decoration: none;
  color: #fff;
  font-size: 40px;
  padding: 0px 0 10px;
  background-color: #333;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  border-radius: 50%; }
  .top-back-btn:hover {
    opacity: .8; }

.fa-angle-up {
  position: absolute;
  margin-left: -13px;
  margin-top: -47px; }

@media all and (-ms-high-contrast: none) {
  .fa-angle-up {
    position: absolute;
    margin-left: 13px;
    margin-top: -47px; } }

.footer {
  background-color: #dddddd; }

.footer-body {
  padding: 30px 0 0; }
  @media screen and (min-width: 768px) {
    .footer-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1200px;
      margin: auto; } }

.footer-contact {
  background-color: #333;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff;
  line-height: 2;
  width: 300px;
  margin: 20px auto;
  -webkit-box-shadow: 2px 2px 4px gray;
  box-shadow: 2px 2px 4px gray; }
  @media screen and (min-width: 768px) {
    .footer-contact {
      width: 100%; } }

.fa-envelope-open {
  font-size: 40px; }

.footer-left {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0; }
  .footer-left a:hover {
    opacity: .8; }
  .footer-left p {
    text-align: center; }
  .footer-left img {
    width: 70%; }
  @media screen and (min-width: 768px) {
    .footer-left {
      padding-left: 5%;
      text-align: center; }
      .footer-left img {
        width: 100%; } }

.footer-right dl {
  line-height: 1.3;
  text-align: left;
  display: inline-block; }

.footer-right dd {
  margin-bottom: 10px; }
  .footer-right dd a:hover {
    cursor: text; }

@media screen and (min-width: 768px) {
  .footer-right {
    width: 70%;
    padding: 30px 5% 30px 0; } }

@media screen and (min-width: 768px) {
  address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 5%; } }

.address-box {
  padding: 10px;
  font-size: 14px;
  word-break: normal;
  width: 318px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .address-box {
      width: 100%; } }
  .address-box p {
    font-size: 18px;
    margin-bottom: 1em;
    text-align: left; }

.footer-map {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px; }
  @media screen and (min-width: 768px) {
    .footer-map {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto; } }

.map-box {
  width: 90%;
  margin: 0 auto 30px; }
  @media screen and (min-width: 768px) {
    .map-box {
      width: 45%; } }

.copy-section {
  padding: 40px 0;
  text-align: center;
  background-color: #000; }

.copyright {
  color: #fff;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .copyright {
      font-size: 14px;
      letter-spacing: 1.5px; } }
