@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

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

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

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

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

video2 {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 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 and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

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

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}#superContainer{height:100%;position:relative;-ms-touch-action:none;touch-action:none}.fp-section{position:relative;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-transform:translate3d(0,0,0)}#fp-nav.right{right:17px}#fp-nav.left{left:17px}.fp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-slidesNav.bottom{bottom:17px}.fp-slidesNav.top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{transition:opacity .2s ease-in;width:auto;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}#fp-nav ul li .fp-tooltip.right{right:20px}#fp-nav ul li .fp-tooltip.left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important}
/*# sourceMappingURL=jquery.fullpage.min.css.map */
/*
  base
 */
* {
  box-sizing: border-box;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

a {
  text-decoration: none;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}

.icon-cart:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-rep:before {
  content: "\e904";
}


/*
  btn
 */
.btn-text {
  display: block;
  margin: 0 0 10px;
  padding: 10px 0 10px 50px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: .8px;
  transition: 0.5s;
  color: #4c4f5b;
}

.btn-text:hover {
  color: #40608c;
}

.btns {
  display: -ms-flexbox;
  display: flex;
}

.btns--index .btn-sns {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.4rem;
  margin-right: 16px;
}

.btns--index .btn-mail {
  transition: .2s;
  font-size: 28px;
  font-size: 28px;
  font-size: 2rem;
}


.btns--index .btn-cart {
  transition: .2s;
  font-size: 30px;
  font-size: 30px;
  font-size: 2rem;
  color: #f90404;
}

.btns--index .btn-rep {
  transition: .2s;
  font-size: 30px;
  font-size: 30px;
  font-size: 2rem;
  color: #f90404;
}


.btns--index a {
  color: #f90404;
}

.btns--index a:hover {
  color: #4219c7;
}

.btns--global {
  display: block;
  margin: 0 0 100px;
}

.btns--global .btn-sns {
  font-size: 26px;
  font-size: 26px;
  font-size: 1.625rem;
  margin-right: 16px;
}

.btns--global a {
  color: #d4f32a;
}

.btns--global a:hover {
  color: #fff;
}

/*
  sns
 */
.btn-sns {
  transition: .2s;
}

.btn-sns:last-child {
  margin-right: 0;
}

.btns-text img {
  max-width: 100%;
}

.btns-text--sns {
  margin: 0 16px 0 0;
  width: 207px;
}

.btns-text--contact {
  margin: 0 16px 0 0;
  padding: 4px 0 0;
  width: 146px;
}

.btns-text--contact2 {
  margin: 0 16px 0 0;
  padding: 4px 0 200 ;
  width: 160px;
}

.btns-text--repair {
  margin: 0 10px 0 0;
  padding: 4px 0 0;
  width: 131px;
}

.btns-text--repair2 {
  margin: 0 10px 0 0;
  padding: 4px 0 0;
  width: 270px;
}


.btns-text--cart {
  margin: 0 16px 0 0;
  width: 217px;
}

/*
  バーガーメニュー
*/
.btn-burger {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
  transition: 0.5s;
  /*
  &:hover{
    .btn-burger__icon{
      background: #405276;
      &:before,
      &:after{
        background: #405276;
      }
    }
  }
*/
}

.btn-burger__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 3px;
  margin: 0;
  background: #000;
  transition: .2s;
}

.btn-burger__icon:before, .btn-burger__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 3px;
  background: #000;
  transition: .3s;
}

.btn-burger__icon:before {
  margin-top: -13px;
}

.btn-burger__icon:after {
  margin-top: 10px;
}

.btn-burger__text {
  position: absolute;
  top: 50px;
  left: -8px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  font-family: 'Amiri',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .04em;
}

.btn-burger__icon--close {
  background: transparent !important;
}

.btn-burger__icon--close:before, .btn-burger__icon--close:after {
  margin-top: 0;
  background: #fff;
}

.btn-burger__icon--close:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.btn-burger__icon--close:after {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.btn-top__wrapper {
  padding: 28px 0 0;
}

.btn-top__wrapper.full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: #d3d3da;
}

.btn-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 64px;
  height: 64px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  cursor: pointer;
  transition: .2s;
}

.btn-top:hover {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.btn-top:hover .btn-top__anchor {
  color: #333;
}

.btn-top .btn-top__anchor {
  display: inline;
  margin-top: -12px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  color: #fff;
  font-style: italic;
  letter-spacing: .4em;
  text-indent: -.4em;
  transition: .2s;
}

/*
  contact
 */
.page--contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}

.page--contact .contact__container {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.page--contact .section {
  max-width: 680px;
  padding: 40px 20px 0;
  margin: auto;
}

.page--contact .section .text {
  font-size: 15px;
  line-height: 1.93;
  letter-spacing: .04em;
}

.page--contact .section .title--secondary {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .1em;
  font-weight: normal;
}

.page--contact .section .text-title {
  margin: 0;
  padding: 20px 0 0;
  color: #4b8fd4;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1em;
}

.page--contact .section .text-title2 {
  margin: 0;
  padding: 5px 20px 0 0;
  color: #4b8fd4;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: .1em;
}

.page--contact .section .text-blue {
  color: #4b8fd4;
}

.page--contact .section .text-xs {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.93;
  letter-spacing: .08em;
}

.page--contact .section--title {
  padding: 100px 20px 0;
}

.page--contact .section--check,
.page--contact .section--thx,
.page--contact .section--error {
  padding: 200px 20px 0;
}

.page--contact .section--desc {
  padding: 0 20px 10px;
}

.page--contact .section--form {
  padding: 0 20px 0;
}

.page--contact .section--form .text--inpud {
  color: #336699;
}

.page--contact .section--error .text-desc,
.page--contact .section--check .text-desc {
  margin-bottom: 60px;
}

.page--contact .section--error .text-sm,
.page--contact .section--check .text-sm {
  font-size: 12px;
  line-height: 1.93;
  letter-spacing: .08em;
}

.page--contact .section--error .text--inpud,
.page--contact .section--check .text--inpud {
  color: #336699;
}

.page--contact .section--error .text--area,
.page--contact .section--check .text--area {
  border: 1px solid #949494;
  height: 120px;
}

.page--contact .section--error .form-btn,
.page--contact .section--check .form-btn {
  margin: 40px 0 44px;
}

/*
edition
*/
.edition__top {
  display: -ms-flexbox;
  display: flex;
}

.edition__image {
  -ms-flex: 0 0 70%;
      flex: 0 0 70%;
  padding-left: 120px;
}

.edition__body {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  padding: 60px 40px 0 80px;
}

.edition__body .logo {
  width: auto;
  margin-bottom: 20px;
}

.edition__body .logo img {
  max-width: 100%;
}

.edition__body .title {
  display: inline-block;
  padding: 0 4px;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  letter-spacing: .1em;
  border-bottom: 1px solid #000;
}

/*
 footer
 */
.footer {
  background: #b2c5c4;
  padding: 16px 0;
}

.footer2 {
  background: #17213d;
  padding: 16px 0;
}

.footer3 {
  background: #d3ec00;
  padding: 16px 0;
}

.footer__inner {
  margin: 0 auto;
  max-width: 970px;
  padding: 0 20px;
  box-sizing: content-box;
}

.footer__copyright {
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: .02em;
  color: #f90404;
  font-family: 'Montserrat', sans-serif;
}

.footer__copyright span {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.footer__copyright2 {
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: .02em;
  color: #617994;
  font-family: 'Montserrat', sans-serif;
}


.footer__copyright2 span {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.footer__copyright3 {
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: .02em;
  color: #1f6adb;
  font-family: 'Montserrat', sans-serif;
}


.footer__copyright3 span {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}




/*
  form
  説明：form
 */
.form__item {
  margin: 0 0 16px;
}

.form-input {
  position: relative;
  border-bottom: 1px solid #999;
}

.form-input input {
  border: none;
  display: block;
  background-color: transparent;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  padding: 22px 10px 10px;
  outline: none;
  letter-spacing: 1px;
  width: 100%;
}

.form-input ::-webkit-input-placeholder {
  color: #4b8fd4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.form-radio {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}

.form-radio .radio-list {
  list-style-type: none;
  margin: 16px 0;
  padding: 0;
}

.form-radio .radio-list li {
  margin: 0 0 18px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .2em;
}

.form-radio .radio-list li input {
  margin: 0 10px 0 0;
}

.form-textarea {
  margin: 0 0 10px;
}

.form-textarea textarea {
  margin: 10px 0 0;
  border: none;
  display: block;
  width: 100%;
  border: 1px solid #999;
  height: 120px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.form-textarea-re {
  margin: 20px 0;
}

.form-btn {
  margin: 20px 0 44px;
  text-align: center;
}

.form-btn input,
.form-btn .form-btn-anchor {
  display: inline-block;
  font-size: 15px;
  color: #000;
  background-color: #ececec;
  border: 1px solid #949494;
  padding: 15px 30px;
  margin: 0 10px;
  letter-spacing: .2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  cursor: pointer;
  transition: .2s;
}

.form-btn input:hover,
.form-btn .form-btn-anchor:hover {
  color: #fff;
  background: #62798c;
}

/*
  gloval-nav
  説明：グローバルナビ
*/
.gloval-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  text-align: center;
  transition: 0.3s;
  overflow-y: auto;
  background: #081c3b;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gloval-nav__inner {
  padding: 50px 0 0 0;
}

.gloval-nav__item {
  display: block;
  padding: 20px;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: .2em;
  text-indent: .3em;
  color: #d4f32a;
  transition: .2s;
  text-align: center;
}

.gloval-nav__item:hover {
  color: #fff;
}

.gloval-nav--open {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  animation: fade-in .7s;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  1% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

/*
  grid
  説明：グリッド
 */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.row--item-c {
  -ms-flex-align: center;
      align-items: center;
}

.row--item-sb {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.row--item-sb2 {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 0 0 20px;
}

.row--mb-md {
  margin: 0 0 10px;
}

.row--mb-lg {
  margin: 0 0 30px;
}

/*
 12分割以外
 均等分割
 対象は子要素のdiv,a
 */
.sep {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

/*
 header
 */
.header__inner {
  width: 100%;
  position: fixed;
  z-index: 100;
}

.header.open .btn-burger {
  right: calc(50% - 15px);
}

.btn-burger {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  transition: all .7s;
}

/*
  image
 */
img {
  vertical-align: bottom;
}

.image img {
  width: 100%;
}

.image-full {
  width: 100%;
  /* height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover'; */
}

/*
  logo
 */
.logo {
  display: block;
  width: 380px;
}

.logo img {
  max-width: 100%;
}

/*
  media
  説明：
 */
/* ベース */
.media {
  display: block;
  margin: 0 0 40px;
  padding: 0 10px;
}

.media:hover img {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.media:hover {
  text-decoration: underline;
  color: #000;
}

.media__image {
  margin-bottom: 5px;
}

.media__image img {
  max-width: 100%;
  vertical-align: top;
}

.media__title {
  margin: 0 0 10px;
  font-family: "Century Gothic","Futura",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}

/*
  section
  説明：大枠レイアウト用
 */
.section {
  position: relative;
}

.section__inner {
  margin: 0 auto;
  max-width: 970px;
  padding: 0 20px ;
  box-sizing: content-box;
}

.section--top,
.section--image1,
.section--image2,
.section--image3,
.section--image4 {
  margin: 0 0 30px;
  /* height: 100vh; */
}

.section--top .image,
.section--image1 .image,
.section--image2 .image,
.section--image3 .image,
.section--image3 .image {
  height: 100%;
}

.section--top {
  position: relative;
}

.section--top .btn-group {
  position: absolute;
  bottom: 20px;
  right: 24px;
}

.section--top .btn-group .btn-sns {
  color: #000;
}

.section--top .btn-group .btn-sns:hover {
  color: #9cabb7;
}

.section--concept {
  padding: 50px 0 130px;
}

.section--concept .section__inner {
  max-width: 450px;
}


.section--concept2 {
  padding: 50px 0 80px;
  background: #f4f4f4;
}

.section--concept2 .section__inner {
  max-width: 450px;
}



.section--profile {
  background: #f1e3dd;
}

.section--profile2 {
  background: #c5e0e3;
}

.section--profile .inner-profile {
  padding: 120px 20px 60px;
}

.section--profile .inner-about {
  padding: 85px 20px 70px;
}

.section--profile .inner-juco {
  padding: 0 20px 110px;
}




.section--profile3 {
  background: #f1e7db;
}

.section--profile3 .inner-profile3 {
  padding: 60px 10px 60px ;
}

.section--profile3 .inner-about3 {
  padding: 85px 20px 70px;
}

.section--profile3 .inner-juco3 {
  padding: 0 20px 40px   ;
}









.section--works .section__inner {
  padding: 100px 20px 50px;
}

.section--works .border {
  width: 100%;
  height: 37px;
  background: #fff url(../image/bg-border-y.png) 0 0 repeat;
  background-size: auto 37px;
}

.section--works2 .border {
  width: 100%;
  height: 37px;
  background: #fff url(../image/bg-border-b.png) 0 0 repeat;
  background-size: auto 37px;
}


.section--order .section__inner {
  padding: 100px 20px 50px;
}

.section--order .indent {
  display: block;
  margin-left: 1em;
}

.section--order .indent:before {
  display: inline-block;
  content: '◆';
  margin-left: -1.2em;
  color: #a6a712;
}

.section--order .btns {
  margin-left: 1em;
}

.section--order .bg-line {
  background: url(../image/bg-border-vertical.png) 0 0 repeat-y;
}

.section--order .col-right {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 0 0 75px;
}

.section--order .border {
  width: 100%;
  height: 37px;
  background: #fff url(../image/bg-border-p.png) 0 0 repeat;
  background-size: auto 37px;
}

.section--store .section__inner {
  padding: 75px 20px 90px;
  max-width: 660px;
}

.section--store .section__inner a {
  display: block;
}

.section--store .section__inner a:hover .btn-cart {
  color: #4219c7 !important;
}

.section--store .btns {
  margin: 10px 0 0;
  -ms-flex-pack: center;
      justify-content: center;
}

.section--stocklist {
  background: #f1e3dd;
}

.section--stocklist .section__inner {
  padding: 115px 20px 90px;
}

.section--stocklist2 {
  background: #e8eaed;
}

.section--stocklist2 .section__inner {
  padding: 115px 20px 90px;
}


.list {
  margin: 0 0 30px;
}

.list-title {
  margin: 0 0 5px;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #6321ad;
}

.list-body {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-family: 'Montserrat', sans-serif;
  color: #6321ad;
}

.list-body a {
  color: #6321ad;
}

.list-body a:hover {
  text-decoration: underline;
}






.list-title2 {
  margin: 0 0 5px;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Century Gothic","Futura",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
  font-weight: 300;
  color: #0e846f;
}

.list-body2 {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Century Gothic","Futura",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
  color: #333;
}

.list-body2 a {
  color: #333;
}



.list-body2 a:hover {
  text-decoration: underline;
}





.list-title3 {
  margin: 0 0 5px;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Century Gothic","Futura",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
  font-weight: 300;
  color: #0e846f;
}

.list-body3 {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Century Gothic","Futura",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
  color: #333;
}

.list-body3 a {
  color: #117121;
}



.list-body3 a:hover {
  text-decoration: underline;
}





.section--film .section__inner {
  padding: 85px 20px 75px;
}

.section--film .col-right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video2 {
  position: relative;
  height: 0;
  padding: -500px 0 56.25%;
  overflow: hidden;
}

.video2 iframe2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/* section mark */
.mark-profile,
.mark-works,
.mark-stocklist,
.mark-film {
  position: absolute;
}

.mark-profile img,
.mark-works img,
.mark-stocklist img,
.mark-film img {
  width: 100%;
}

.mark-profile {
  top: -100px;
  left: calc(50% - 100px);
  width: 202px;
}

.mark-works {
  top: -60px;
  left: calc(50% - 205px);
  width: 410px;
}

.mark-stocklist {
  top: -34px;
  left: calc(50% - 422px);
  max-width: 844px;
}

.mark-film {
  top: -41px;
  left: calc(50% - 198px);
  width: 396px;
}

.mark-film2 {
  top: -150px;
  left: calc(50% - 198px);
  width: 396px;
}

.section--footer {
  background: #dbf3f1;
}

.section--footer .section__inner {
  padding: 15px 20px 35px;
}

.section--footer .image {
  width: 146px;
}

/*
  text
 */
.text-concept {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.95rem;
  line-height: 3;
  letter-spacing: .1em;
  text-align: center;
}

.text-concept2 {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.95rem;
  line-height: 2.1;
  letter-spacing: .06em;
  text-align: center;
}

.text-profile {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: .1em;
}

.text-profile2 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .1em;
}


.text-profile3 {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 1.4;
  letter-spacing: .1em;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #0c4dc3;
}



.text-about {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: .1em;
  font-family: 'Montserrat', sans-serif;
  color: #4219c7;
}

.text-juco {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: .1em;
  font-family: 'Montserrat', sans-serif;
  color: #f90404;
}

.text-order-left {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.2;
  color: #000;
}

.text-order-right {
  padding: 40px 0;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: .1em;
  font-family: 'Montserrat', sans-serif;
  color: #f90404;
}

.text-store {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  color: #f90404;
  text-align: center;
}

.text-stocklist {
  margin: 0 0 40px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}

.text-film {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.text-film2 {
  padding: 0 0 0 20px;
  font-size: 15px;
  font-size: 15px;
  font-size: 0.95rem;
  line-height: 1.8;
}

.text-film3 {
  padding: 0 0 0 0px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.text-foot1 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.text-foot1 span {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Lora', serif;
  letter-spacing: .1em;
}

.text-foot2 {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.text-foot2 a {
  color: #000;
  text-decoration: underline;
}

/*
  title
 */
.title-image span {
  display: none;
}

.title-image img {
  max-width: 100%;
}

.title--concept {
  max-width: 430px;
}

.title--concept2 {
 margin: 0 auto;
 padding: 0 0 50px;
 max-width: 250px;
}

.title--concept3 {
 margin: 0 auto;
 padding: 0 0 50 px;
 max-width: 350px;
}

.title--profile {
 max-width: 118px;
}

.title--profile2 {
 max-width: 118px;
}

.title--profile3 {
 max-width: 150px;
}

.title--profile4 {
 max-width: 340px;
}


.title--name {
  max-width: 211px;
}

.title--name2 {
 padding: 0 0 50 px;
 max-width: 211px;
}


.title--about {
  max-width: 458px;
}

.title--juco {
  max-width: 458px;
}

.title--works {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 300px;
}

.title--works2 {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 300px;
}

.title--order {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 360px;
}

.title--store {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 425px;
}

.title--stocklist {
  padding: 0;
  max-width: 123px;
}

.title--stocklist2 {
  margin: 0 auto;
  padding: 0;
  max-width: 300px;
}

.title--film {
  padding: 0 0 30px;
  max-width: 229px;
}

.title--film2 {
  padding: 0 0 0 20px;
  max-width: 350px;
}

.title--film3 {
  padding: -1000 0 0 0px;
  max-width: 250px;
}

.title--contact {
  margin: 0;
  padding: 0 0 30px;
}

@media only screen and (max-width: 641px){

  body{
    margin: 0;
  }

  .btn-text{
    margin: 0;
    padding: 10px 0 10px 40px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .btn-top{
    width: 48px;
    height: 48px;
  }

  .btn-top .btn-top__anchor{
    font-size: 13px;
    letter-spacing: .28em;
    text-indent: -.28em;
  }

  .edition__top{
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .edition__image{
    padding-left: 0;
  }

  .edition__body{
    padding: 80px;
  }

  .footer{
    padding: 20px;
  }

  .footer__copyright{
    font-size: 10px;
    font-size: 0.625rem;
  }

  .form-btn input,
  .form-btn .form-btn-anchor{
    width: 80%;
    margin: 0 0 10px;
  }

  .row--mb-md{
    margin: 0 0 5px;
  }

  .row--mb-lg{
    margin: 0 0 20px;
  }

  .row .col.s1{
    width: 8.33%;
  }

  .row .col.s2{
    width: 16.66%;
  }

  .row .col.s3{
    width: 25%;
  }

  .row .col.s4{
    width: 33.33%;
  }

  .row .col.s5{
    width: 41.66%;
  }

  .row .col.s6{
    width: 50%;
  }

  .row .col.s7{
    width: 58.33%;
  }

  .row .col.s8{
    width: 66.66%;
  }

  .row .col.s9{
    width: 75%;
  }

  .row .col.s10{
    width: 83.33%;
  }

  .row .col.s11{
    width: 91.66%;
  }

  .row .col.s12{
    width: 100%;
  }

  .sep.sep-s1 > div{
    width: 100%;
  }

  .sep.sep-s2 > div, .sep.sep-s2 > a{
    width: 50%;
  }

  .sep.sep-s3 > div{
    width: 33.333%;
  }

  .header__inner{
    padding: 40px 0 0;
  }

  .btn-group{
    display: none !important;
  }

  .btn-burger{
    top: 20px;
    right: 20px;
  }

  .logo{
    width: 160px;
    height: auto;
  }

  .media{
    padding: 0 10px;
  }

  .section--top,
  .section--image1,
  .section--image2,
  .section--image3,
  .section--image4{
    height: auto;
  }
  .image-full {
    width: 100%;
    height: auto;
    object-fit: unset;
    font-family: unset;
  }

  .section--order .col-left{
    padding-bottom: 30px;
  }

  .section--order .col-right{
    padding: 0 0 0 40px;
  }

  .mark-profile{
    top: -75px;
    left: calc(50% - 75px);
    width: 150px;
  }

  .mark-works{
    top: -40px;
    left: calc(50% - 150px);
    width: 300px;
  }

  .mark-stocklist{
    top: -10px;
    left: calc(50% - 150px);
    width: 300px;
  }

  .mark-film{
    top: -30px;
    left: calc(50% - 150px);
    width: 300px;
  }
}

@media only screen and (min-width: 641px){

  body{
    margin: 0;
  }

  .gloval-nav__inner{
    padding: 80px 0 0 0;
  }

  .gloval-nav__item{
    padding: 0 0 20px 0;
  }

  .row .col.l1{
    width: 8.33%;
  }

  .row .col.l2{
    width: 16.66%;
  }

  .row .col.l3{
    width: 25%;
  }

  .row .col.l4{
    width: 33.33%;
  }

  .row .col.l5{
    width: 41.66%;
  }

  .row .col.l6{
    width: 50%;
  }

  .row .col.l7{
    width: 58.33%;
  }

  .row .col.l8{
    width: 66.66%;
  }

  .row .col.l9{
    width: 75%;
  }

  .row .col.l10{
    width: 83.33%;
  }

  .row .col.l11{
    width: 91.66%;
  }

  .row .col.l12{
    width: 100%;
  }

  .sep.sep-l1 > div{
    width: 100%;
  }

  .sep.sep-l2 > div{
    width: 50%;
  }

  .sep.sep-l3 > div{
    width: 33.333%;
  }

  .sep.sep-l4 > div, .sep.sep-l4 > a{
    width: 25%;
  }

  .sep.sep-l5 > div{
    width: 20%;
  }

  .sep.sep-l8 > div, .sep.sep-l8 > a{
    width: 12.5%;
  }

  .page--contact .btn-burger,
  .page--edition .btn-burger{
    top: 28px;
  }
}

@media only screen and (min-width: 992px){

  body{
    margin: 0;
  }

  .gloval-nav__inner{
    padding: 130px 0 0 0;
  }

  .gloval-nav__item{
    padding: 0 0 36px 0;
  }
}

@media only screen and (min-width: 1200px){

  body{
    margin: 0;
  }
}

/*# sourceMappingURL=../maps/style.css.map */
