@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:500");

body {
  position: relative;
}

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */

/* Display definitions
   ========================================================================== */

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

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  font-size: 62.5%;
  width: 100%;
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */

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

body {
  background: white;
  color: #6d6c66;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.4;
  width: 100%;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding-top: 47px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */

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

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

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */

hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

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

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

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

dl dt,
dl dd {
  list-style: none;
  margin: 0;
}

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

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

/**
 * Correct the font size in all browsers.
 */

small {
  display: inherit;
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
  background-color: #eee;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #eee;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

img {
  border-style: none;
  max-width: 100%;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
  fill: currentColor;
}

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

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */

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

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

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */

:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */

/*
 * Remove border spacing in all browsers (opinionated).
 */

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

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */

/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 3 */
  outline: 0;
}

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

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

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

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

/**
 * 1. Prevent the 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"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  /* 2 */
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

a:focus {
  outline: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

p {
  margin: 0;
}

.l_column:not(:first-child) {
  margin-top: 30px;
}

.l_column-block {
  margin-bottom: 30px;
}

.l_footer {
  padding-top: 40px;
}

.l_footer-top {
  background: #ffffff;
  width: 100%;
}

.l_footer-top-logo {
  margin-bottom: 25px;
  padding: 0 15px;
  text-align: center;
}

.l_footer-top-nav {
  margin: 0 0 15px;
  text-align: center;
}

.l_footer-top-nav ul li {
  border-bottom: 1px solid #5D5D5D;
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
}

.l_footer-top-nav ul li a {
  display: block;
  padding: 10px 0;
}

.l_footer-top-nav-onlineshop {
  background: #5D5D5D;
  border-bottom: 0;
  color: white;
}

.l_footer-top-pagetop {
  color: #231815;
  font-size: 12px;
  margin: 0 auto 20px;
  padding-top: 15px;
  position: relative;
  text-align: center;
  width: 65px;
}

.l_footer-top-pagetop:before {
  background: url(../images/common/pagetop_bg.svg) no-repeat center top;
  background-size: auto 10px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l_footer-top-external {
  margin-bottom: 20px;
  text-align: center;
}

.l_footer-top-external ul {
  line-height: 1;
}

.l_footer-top-external ul li {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}

.l_footer-top-external ul li:first-child {
  margin-left: 0;
}

.l_footer-top-external ul li a {
  background: #647E8B;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  text-indent: 9999px;
  width: 25px;
}

.l_footer-top-external ul li a.contact {
  background: url(../images/common/footer_external_contact.svg) no-repeat center center;
}

.l_footer-top-external ul li a.facebook {
  background: url(../images/common/footer_external_facebook.svg) no-repeat center center;
}

.l_footer-top-external ul li a.line {
  background: url(../images/common/footer_external_line.svg) no-repeat center center;
}

.l_footer-top-external ul li a.blog {
  background: url(../images/common/footer_external_blog.svg) no-repeat center center;
}

.l_footer-top-subnav {
  margin-bottom: 20px;
}

.l_footer-top-subnav ul {
  margin-bottom: -10px;
}

.l_footer-top-subnav ul li {
  float: left;
  margin-bottom: 10px;
  margin-left: 1px;
  width: calc( 50% - 1px);
}

.l_footer-top-subnav ul li a {
  background: #D8D5D3;
  color: #5D5D5D;
  display: block;
  font-size: 10px;
  height: 18px;
  padding: 2px 5px 2px 15px;
  position: relative;
}

.l_footer-top-subnav ul li a:before {
  background: #ffffff;
  content: "";
  height: 10px;
  left: 7px;
  position: absolute;
  width: 2px;
  top: 4px;
}

.l_footer-bottom {
  background: #231815;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}

.l_footer-bottom-logo {
  margin-bottom: 10px;
}

.l_footer-bottom-logo img {
  max-width: 200px;
}

.l_footer-bottom-nav {
  display: none;
}

.l_footer-bottom-copyright {
  font-size: 10px;
  letter-spacing: 0.01em;
}

.l_header {
  background: white;
  left: 0;
  padding: 14px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.l_header-logo {
  display: inline-block;
  line-height: 1;
}

.l_header-logo a img {
  height: auto;
  max-width: 204px;
}

main {
  background: #ffffff;
  width: 100%;
}

.l_nav {
  display: none;
  position: fixed;
  right: 0;
  top: 46px;
  width: 100%;
  z-index: 1000;
}

.l_nav > ul {
  padding: 0;
}

.l_nav-logo {
  display: none;
}

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

.l_nav-list:not(:last-child) > a {
  border-bottom: 1px solid white;
}

.l_nav-list > a {
  background: rgba(109, 108, 102, 0.9);
  color: white;
  display: block;
  font-size: 12px;
  padding: 12px 0;
}

.l_nav-sublist {
  background: rgba(109, 108, 102, 0.9);
  border-bottom: 1px solid white;
  padding: 12px 0;
}

.l_nav-sublist li {
  padding: 5px 10px;
  text-align: center;
}

.l_nav-sublist li a {
  color: white;
  font-size: 12px;
}

.l_wrapper {
  padding: 50px 10px 30px;
}

.c_breadcrumb {
  padding: 0 15px;
  font-size: 10px;
  margin-bottom: 50px;
}

.c_button {
  border: 2px solid #231815;
  border-radius: 40px;
  color: #231815;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 15px 25px;
}

.c_externalLink-heading {
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.c_externalLink-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.c_externalLink-list li {
  margin: 0 5px;
  width: 48%;
}

.c_externalLink-list li a {
  background: #6d6c66;
  color: white;
  display: block;
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
}

.c_heading {
  color: #6d6c66;
  font-family: "Cormorant Garamond", "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}

.c_heading:not(:first-child) {
  margin-top: 1em;
}

.c_heading.serif-jp {
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
}

.c_item-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}

.c_item-name:before {
  background: #adaa9c;
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 20px;
  width: 100%;
}

.c_item-description {
  border-bottom: 3px solid #C6C2B3;
  font-size: 12px;
  margin-top: 1em;
  padding-bottom: 15px;
}

.c_item-description.noheight {
  margin-top: 0;
  min-height: auto;
}

.c_item-price {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 15px;
}

.c_item-price span {
  display: inline-block;
  font-size: 94%;
  width: 70px;
}

.c_item-num {
  font-size: 12px;
  margin-top: .5em;
  padding: 0 15px;
}

.c_item-num span {
  display: inline-block;
  font-size: 94%;
  width: 70px;
}

.c_item-link {
  margin-top: 15px;
  text-align: right;
}

.c_item-link a {
  border: 3px solid #adaa9c;
  display: inline-block;
  font-size: 12px;
  padding: .5em 20px;
  position: relative;
  text-align: left;
  width: 185px;
}

.c_item-link a.on {
  background: #adaa9c;
  color: white;
}

.c_item-link a.on:after {
  background: url(../images/item/link_arrow_on.svg) no-repeat right center;
  background-size: contain;
}

.c_item-link a:after {
  background: url(../images/item/link_arrow.svg) no-repeat right center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  height: 13px;
  right: 10px;
  top: 6px;
  width: 45px;
}

.c_item-link:before {
  background: #adaa9c;
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 20px;
  width: 100%;
}

.c_itemAccordion {
  display: none;
}

.c_itemAccordion-toggle {
  background: #f4f4f4;
  padding-bottom: 20px;
  text-align: center;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.c_itemAccordion-toggle-button {
  display: inline-block;
  font-family: "Cormorant Garamond", "游明朝", "Yu Mincho", Garamond, serif;
  text-align: center;
}

.c_itemAccordion-toggle-button:before {
  background: url(../images/item/accordion_arrow.svg) no-repeat center top;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  margin-bottom: 5px;
  width: 60px;
}

.c_itemAccordion-toggle-button:after {
  content: "open";
}

.c_itemAccordion-toggle.is-open {
  background: transparent;
  margin-top: 25px;
}

.c_itemAccordion-toggle.is-open .c_itemAccordion-toggle-button:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c_itemAccordion-toggle.is-open .c_itemAccordion-toggle-button:after {
  content: "close";
}

.c_item_title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 120px;
  margin-bottom: 75px;
  position: relative;
  width: 100%;
}

.c_item_title-img {
  left: 15px;
  position: absolute;
  top: -30px;
}

.c_item_title-img img {
  max-width: 80%;
}

.c_item_title-inner {
  bottom: -55px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.c_item_title-inner h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

.c_item_title-inner .pc {
  display: none;
}

.c_link.index {
  font-family: "Cormorant Garamond", "游明朝", "Yu Mincho", Garamond, serif;
  letter-spacing: 0.2em;
  margin-top: 30px;
  text-align: center;
}

.c_link.index a {
  display: inline-block;
  width: 40px;
}

.c_link.index a:before {
  background: url(../images/index/link_arrow.svg) no-repeat center top;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 10px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.c_link.index a:hover {
  opacity: 1;
}

.c_link.index a:hover:before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.c_link.news {
  font-family: "Cormorant Garamond", "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-top: 30px;
  text-align: center;
}

.c_link.news span {
  display: inline-block;
  width: 35px;
}

.c_link.news span:before {
  background: url(../images/index/link_arrow.svg) no-repeat center top;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 10px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.c_link.news span:hover {
  opacity: 1;
}

.c_link.news span:hover:before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.c_overlay {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 200;
}

.c_pagetop {
  background: url(../images/common/pagetop.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 0 auto 35px;
  padding: 0 15px;
  width: 80px;
}

.c_pagetop:after {
  content: "page top";
  display: block;
  font-size: 10px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

.c_paragraph:not(:first-child) {
  margin-top: 1em;
}

.c_productList {
  margin-top: 25px;
}

.c_productList li {
  border-bottom: 2px solid #adaa9c;
  padding-bottom: 13px;
}

.c_productList-thumb img {
  max-width: 100%;
}

.c_productList-copy {
  font-size: 10px;
  margin-top: 1em;
  text-align: center;
}

.c_productList-title {
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 13px;
  margin-top: .5em;
  text-align: center;
}

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

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

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  height: 100%;
  margin: 0;
  padding: 0;
}

.flexslider .slides {
  height: 100%;
}

.flexslider .slides > li {
  display: none;
  height: 100%;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

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

.flexslider {
  background: transparent;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 500px;
  max-height: 70vh;
}

.flex-direction-nav {
  display: none;
}

.flex-control-nav {
  bottom: -40px;
  left: 50%;
  margin-left: 50px;
  position: absolute;
  z-index: 200;
}

.flex-control-nav li {
  display: inline-block;
  margin-right: 10px;
  text-indent: -9999px;
}

.flex-control-nav li a {
  background: #dfdfdf;
  display: block;
  height: 6px;
  position: relative;
  width: 15px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.flex-control-nav li a:before,
.flex-control-nav li a:after {
  content: "";
  height: 0;
  top: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.flex-control-nav li a:before {
  border-top: 6px solid transparent;
  border-right: 4px solid #dfdfdf;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  left: -4px;
}

.flex-control-nav li a:after {
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 4px solid #dfdfdf;
  right: -4px;
}

.flex-control-nav li a.flex-active {
  background: #014ea0;
}

.flex-control-nav li a.flex-active:before {
  border-right: 4px solid #014ea0;
}

.flex-control-nav li a.flex-active:after {
  border-left: 4px solid #014ea0;
}

.c_spbutton {
  height: 20px;
  position: absolute;
  right: 15px;
  top: 14px;
  width: 18px;
  z-index: 100;
}

.c_spbutton button {
  padding: 0;
}

.c_spbutton span {
  width: 18px;
  height: 2px;
  display: block;
  background: #231815;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.c_spbutton span.top {
  -webkit-transform: translateY(-3px) scale(1);
  transform: translateY(-3px) scale(1);
}

.c_spbutton span.middle {
  background: none;
  position: relative;
}

.c_spbutton span.middle:before,
.c_spbutton span.middle:after {
  width: 18px;
  height: 2px;
  display: block;
  background: #231815;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
}

.c_spbutton span.bottom {
  -webkit-transform: translateY(3px) scale(1);
  transform: translateY(3px) scale(1);
}

.c_spbutton button.open .top {
  -webkit-transform: translateY(0px) scale(0);
  transform: translateY(0px) scale(0);
}

.c_spbutton button.open .bottom {
  -webkit-transform: translateY(0px) scale(0);
  transform: translateY(0px) scale(0);
}

.c_spbutton button.open .middle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_spbutton button.open .middle:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c_table {
  width: 100%;
}

.c_table tr th,
.c_table tr td {
  display: block;
  text-align: left;
}

.c_table tr th {
  font-weight: bold;
  padding: 0 0 10px 0;
}

.c_table tr td {
  font-size: 14px;
  padding: 0 0 20px 0;
}

.is-fade {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidefade;
  animation-name: slidefade;
  visibility: visible !important;
}

@-webkit-keyframes slidefade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes slidefade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.p_company-headerimage {
  background: url(../images/company/headerimage_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 250px;
  margin-bottom: 45px;
  position: relative;
}

.p_company-headerimage-text {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.1em;
  margin-left: -140px;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 280px;
}

.p_company section h2 {
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
}

.p_company section h2 img {
  max-width: 60%;
}

.p_company-message {
  margin-bottom: 50px;
}

.p_company-message h3 {
  color: #5D5D5D;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.p_company-message-left {
  font-size: 12px;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.p_company-message-right {
  padding: 0 15px;
}

.p_company-message-right img {
  max-width: 100%;
}

.p_company-message-right img:first-child {
  margin-bottom: 15px;
}

.p_company-banner ul {
  border-top: 1px solid #231815;
  padding-top: 40px;
}

.p_company-banner ul li {
  background: #EFEFEE;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  text-align: center;
}

.p_company-banner ul li a {
  display: block;
  padding: 30px 20px;
}

.p_company-banner ul li h4 {
  border-bottom: 1px solid #231815;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.p_company-banner ul li img {
  max-width: 80%;
}

.p_conceptDetail {
  padding: 50px 0 25px;
  text-align: center;
}

.p_conceptDetail h3 {
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 15px;
  letter-spacing: 0.25em;
}

.p_conceptDetail h3:not(:first-child) {
  margin-top: 2em;
}

.p_conceptDetail p {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p_conceptDetail p:not(:first-child) {
  margin-top: 1em;
}

.p_conceptHeader {
  background: url(../images/concept/video_sp.jpg) no-repeat center center;
  background-size: cover;
  height: 420px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p_conceptHeader-video {
  display: none;
}

.p_conceptHeader-inner {
  left: 0;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 100%;
  z-index: 3;
}

.p_conceptHeader-inner-rect1 {
  background: #ffffff;
  display: block;
}

.p_conceptHeader-inner-rect1 {
  height: 30px;
  margin: 0 auto 50px;
  width: 5px;
}

.p_conceptHeader-inner h2 {
  margin-top: 50px;
}

.p_conceptHeader-inner h2 img {
  max-width: 240px;
}

.p_conceptHeader-inner p {
  color: white;
  margin-top: 50px;
}

.p_conceptHeader.ipad {
  background: url(../images/concept/video_sp.jpg) no-repeat center center;
  background-size: cover;
  height: 60vh;
}

.p_conceptHeader.ipad .p_concept-headerimage-video {
  display: none;
}

.p_conceptHeaderSp {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.p_conceptHeaderSp.ipad {
  display: block;
}

.p_conceptLineup li {
  border-bottom: 2px solid #adaa9c;
  padding-bottom: 13px;
}

.p_conceptLineup-thumb img {
  max-width: 100%;
}

.p_conceptLineup-copy {
  font-size: 10px;
  margin-top: 1em;
  text-align: center;
}

.p_conceptLineup-title {
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 13px;
  margin-top: .5em;
  text-align: center;
}

.p_factory {
  border-bottom: 1px solid #647E8B;
  padding-bottom: 20px;
}

.p_factory-headerimage {
  background: url(../images/factory/headerimage_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 250px;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}

.p_factory-headerimage-text {
  bottom: 60px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.p_factory-headerimage-text-title {
  margin-bottom: 15px;
  max-width: 238px;
}

.p_factory-headerimage-text p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.p_factory-list {
  margin-top: 25px;
}

.p_factory-list ul {
  margin-bottom: -15px;
}

.p_factory-list ul li {
  margin-bottom: 15px;
}

.p_factory-list-img {
  display: block;
}

.p_factory-list-img img {
  max-width: 100%;
}

.p_factory-list-detail {
  background: #E6E5E5;
  padding: 10px 15px;
}

.p_factory-list-detail h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.p_factory-list-detail-copy {
  border-bottom: 1px dashed #221814;
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.p_factory-list-detail-type {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

.p_factory-list-detail-type span {
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
  vertical-align: top;
}

.p_factory-list-detail-type span:first-child {
  border-right: 1px solid #231815;
  margin-right: 10px;
  padding-right: 10px;
}

.p_factory-list-detail-readmore {
  text-align: center;
}

.p_factory-list-detail-readmore a {
  border: 1px solid #231815;
  display: inline-block;
  line-height: 1;
  padding: 5px 20px 8px;
}

.p_factory_2nd-headerimage {
  background-size: cover !important;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.p_factory_2nd-headerimage.daiichi_knit {
  background: url(../images/factory/daiichi_knit/headerimage_bg_sp.jpg) no-repeat center top;
}

.p_factory_2nd-headerimage.terada_knit {
  background: url(../images/factory/terada_knit/headerimage_bg_sp.jpg) no-repeat center top;
}

.p_factory_2nd-headerimage.toki_seni {
  background: url(../images/factory/toki_seni/headerimage_bg_sp.jpg) no-repeat center top;
}

.p_factory_2nd-headerimage.yamagata_seisen {
  background: url(../images/factory/yamagata_seisen/headerimage_bg_sp.jpg) no-repeat center top;
}

.p_factory_2nd-headerimage-inner {
  border-left: 1px solid #ffffff;
  color: #ffffff;
  left: 15px;
  letter-spacing: 0.2em;
  padding-left: 10px;
  position: absolute;
  top: 20px;
  z-index: 10;
}

.p_factory_2nd-headerimage-inner h2 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

.p_factory_2nd-headerimage-inner p {
  font-size: 12px;
  font-weight: bold;
}

.p_factory_2nd-feature h3 {
  background: url(../images/factory/detail_heading_bg.png) no-repeat right bottom;
  background-size: 50% auto;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: right;
}

.p_factory_2nd-feature-block {
  margin-bottom: 30px;
}

.p_factory_2nd-feature-block .text {
  margin-bottom: 35px;
}

.p_factory_2nd-feature-block .text h4 {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.p_factory_2nd-feature-block .text p {
  line-height: 1.8;
}

.p_factory_2nd-feature-block .img img {
  max-width: 100%;
}

.p_factory_2nd-feature-largeimg {
  margin: 0 -15px 30px;
}

.p_factory_2nd-feature-largeimg img {
  max-width: 100%;
}

.p_factory_2nd-feature .c_pagetop {
  display: block !important;
}

.p_factory_2nd-product h2 {
  border-left: 5px solid #231815;
  border-right: 5px solid #231815;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin: 0 auto 70px;
  text-align: center;
}

.p_factory_2nd-product-image {
  background-size: cover !important;
  height: 160px;
  margin: 0 -15px 15px;
  position: relative;
}

.p_factory_2nd-product-image-inner {
  left: 10px;
  position: absolute;
  top: -30px;
}

.p_factory_2nd-product-image-inner img {
  max-width: 80%;
}

.p_factory_2nd-lineup {
  margin-bottom: 50px;
}

.p_factory_2nd-lineup-productname {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.p_factory_2nd-lineup-subtitle {
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}

.p_factory_2nd-lineup ul {
  margin-bottom: -20px;
  padding: 0 30px;
}

.p_factory_2nd-lineup ul li {
  margin-bottom: 60px;
}

.p_factory_2nd-lineup-img {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.p_factory_2nd-lineup-img img {
  margin: 0 auto;
  max-width: 100%;
}

.p_factory_2nd-lineup h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

.p_factory_2nd-lineup-price {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: right;
}

.p_factory_2nd-link {
  border-bottom: 1px solid #5D5D5D;
  padding-bottom: 40px;
}

.p_factory_2nd-link a {
  border: 1px solid #231815;
  display: block;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 250px;
}

.p_index .ipad {
  height: calc( 100vh - 75px - 217px);
}

.p_indexBasic li {
  border-bottom: 2px solid #adaa9c;
  padding-bottom: 13px;
}

.p_indexBasic-thumb img {
  max-width: 100%;
}

.p_indexBasic-copy {
  font-size: 12px;
  margin-top: 1em;
  text-align: center;
}

.p_indexBasic-title {
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 15px;
  margin-top: .5em;
  text-align: center;
}

.p_indexFactory-movie {
  background: url(../images/index/factory_movie.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  height: 250px;
  margin: 0 -10px;
  overflow: hidden;
  position: relative;
}

.p_indexFactory-movie-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.p_indexFactory-movie-wrap-rect {
  display: none;
}

.p_indexFactory-movie-wrap h2 {
  margin-top: 35px;
  text-align: center;
}

.p_indexFactory-movie-wrap p {
  margin-top: 35px;
}

.p_indexFactory-movie-wrap img {
  max-width: 80%;
}

.p_indexFactory-movie-video {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.p_indexFactory li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 10px;
}

.p_indexFactory-thumb {
  width: 110px;
}

.p_indexFactory-thumb + div {
  width: calc( 100% - 110px);
}

.p_indexFactory-name {
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
}

.p_indexFactory-title {
  font-size: 11px;
  margin-top: 5px;
  padding-left: 10px;
}

.p_indexFactory-title:before {
  border-top: 1px dashed #5e5d57;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 15px;
}

.p_indexMainimage {
  height: 550px;
  max-height: calc( 100vh - 47px);
  position: relative;
  width: 100%;
}

.p_indexMainimage-link {
  letter-spacing: 0.2em;
  padding-bottom: 100px;
  text-align: center;
  z-index: 10;
}

.p_indexMainimage-link p {
  color: white;
  font-size: 13px;
}

.p_indexMainimage-link a {
  border: 2px solid white;
  color: white;
  display: block;
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 18px;
  margin-top: 15px;
  padding: 5px 15px;
}

.p_indexMainimage-link a:after {
  background: url(../images/index/mainimage_link_bg.svg) no-repeat right center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-bottom: -0.1em;
  margin-left: 10px;
  width: 15px;
}

.p_indexMainimage-arrow {
  bottom: 25px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.p_indexMainimage-arrow img {
  cursor: pointer;
  width: 40px;
}

.p_indexMainimage .flexslider.loading {
  background: url(../images/index/flexslider_loader.svg) no-repeat center center;
}

.p_indexMainimage .flexslider .slides {
  opacity: 0;
}

.p_indexMainimage .flexslider .slides li {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p_indexMainimage .flexslider .slide1 {
  background: url("../images/index/mainimage1.jpg") no-repeat center top;
  background-size: cover;
}

.p_indexMainimage .flexslider .slide2 {
  background: url("../images/index/mainimage2.jpg") no-repeat center top;
  background-size: cover;
}

.p_indexNews li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 10px;
}

.p_indexNews-thumb {
  display: block;
  text-align: center;
  width: 100px;
}

.p_indexNews-thumb img {
  max-height: 256px;
  max-width: 100%;
  width: auto;
}

.p_indexNews-title {
  font-size: 12px;
  width: calc( 100% - 110px);
}

.p_indexNews-title:before {
  background: #adaa9c;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 10px;
  width: 100px;
}

.p_itemAll {
  padding-top: 60px;
}

.p_itemAll-header {
  background: #f4f4f4;
  letter-spacing: 0.1em;
  margin-top: 20px;
  padding-bottom: 20px;
}

.p_itemAll-header-title {
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  margin-top: 20px;
  text-align: center;
}

.p_itemAll-header-copy {
  font-size: 12px;
  line-height: 1.8;
  padding: 0 10px;
}

.p_itemAll-wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p_itemAll-wrap.product3 {
  padding-left: 15px;
  padding-right: 15px;
}

.p_itemNew-heading {
  padding: 15px 0;
}

.p_itemNew-heading p:last-child {
  font-size: 12px;
}

.p_news {
  padding: 30px 0;
}

.p_news-list {
  margin-top: 25px;
}

.p_news-list ul li {
  background: #EFEFEE;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  margin: 0 auto 25px;
  padding: 20px;
}

.p_news-list h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.p_news-list-img {
  margin-bottom: 20px;
}

.p_news-list-img img {
  max-width: 100%;
}

.p_news-list-subtitle {
  border-bottom: 1px dashed #231815;
  color: #5D5D5D;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.p_news-list-detail {
  font-size: 12px;
}

.p_news-list-detail h4 {
  font-weight: bold;
  margin-bottom: 1em;
}

.p_news-list-detail p {
  margin-bottom: 1.5em;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.p_news-list-detail a {
  font-weight: bold;
}

.p_productFeature {
  margin-bottom: 25px;
  padding-top: 25px;
}

.p_productFeature-thumb {
  padding: 0 15px;
}

.p_productFeature-detail {
  margin-top: 25px;
}

.p_productFeature-detail dl:not(:first-child) {
  border-top: 3px solid #c6c2b3;
  margin-top: 20px;
  padding-top: 20px;
}

.p_productFeature-detail dl dt {
  font-size: 15px;
}

.p_productFeature-detail dl dd {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 15px;
}

.p_productHeader {
  background: #f4f4f4;
  text-align: center;
}

.p_productHeader-title {
  font-family: "游明朝", "Yu Mincho", Garamond, serif;
  letter-spacing: 0.3em;
  padding-top: 20px;
}

.p_productHeader-copy {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 1em;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.p_productMovie {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: calc( 100vw / 16 * 5);
  overflow: hidden;
  min-height: 270px;
  position: relative;
}

.p_productMovie-video {
  bottom: 0;
  display: none;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p_productMovieSp {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.u-a-c {
  text-align: center;
}

.u-bc-g {
  background-color: #f4f4f4;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.sub_container {
  width: 100%;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.is-fade {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: u_fadeIn;
  animation-name: u_fadeIn;
  visibility: visible !important;
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.u-ff-serif {
  font-family: "Cormorant Garamond", Garamond, "游明朝", "Yu Mincho", "HGS明朝E", serif;
}

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

@media (min-width: 480px) {
  body {
    padding: 0;
  }

  .l_column {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -80px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .l_column:not(:first-child) {
    margin-top: 60px;
  }

  .l_column-block {
    margin-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 400px;
  }

  .l_column.two .l_column-block {
    width: calc( 42% - 20px);
  }

  .l_column.three .l_column-block {
    width: calc( 33.3333% - 40px);
  }

  .l_column.four .l_column-block {
    width: calc( 25% - 40px);
  }

  .l_footer {
    padding-top: 0;
    min-width: 1280px;
  }

  .l_footer-top {
    height: 84px;
    padding: 33px 30px;
  }

  .l_footer-top-logo {
    float: left;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
    width: 20%;
  }

  .l_footer-top-logo a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .l_footer-top-logo a img {
    height: auto;
    max-width: 204px;
  }

  .l_footer-top-logo a:hover {
    opacity: 0.7;
  }

  .l_footer-top-nav {
    height: 100%;
    float: left;
    margin: 0;
    width: 62%;
  }

  .l_footer-top-nav ul li {
    border-bottom: 0;
    display: inline-block;
    margin-left: 40px;
  }

  .l_footer-top-nav ul li:first-child {
    margin-left: 0;
  }

  .l_footer-top-nav ul li a {
    display: inline;
    padding: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .l_footer-top-nav ul li a:hover {
    opacity: 0.7;
  }

  .l_footer-top-nav-onlineshop {
    background: none;
    color: #221814;
  }

  .l_footer-top-nav-btn {
    display: none;
  }

  .l_footer-top-pagetop {
    display: none;
  }

  .l_footer-top-external {
    margin-bottom: 0;
    text-align: right;
    float: left;
    width: 18%;
  }

  .l_footer-top-external ul li a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .l_footer-top-external ul li a:hover {
    opacity: 0.7;
  }

  .l_footer-top-subnav {
    display: none;
  }

  .l_footer-bottom {
    background: #647E8B;
    padding: 30px 0 35px 0;
  }

  .l_footer-bottom-logo {
    margin-bottom: 30px;
  }

  .l_footer-bottom-logo img {
    max-width: none;
  }

  .l_footer-bottom-logo a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .l_footer-bottom-logo a:hover {
    opacity: 0.7;
  }

  .l_footer-bottom-nav {
    display: block;
    margin-top: 30px;
  }

  .l_footer-bottom-nav ul {
    text-align: center;
  }

  .l_footer-bottom-nav ul li {
    display: inline-block;
    font-size: 13px;
    margin: 0 20px;
  }

  .l_footer-bottom-nav ul li a {
    color: white;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .l_footer-bottom-nav ul li a:hover {
    color: #ffffff;
    opacity: 0.7;
  }

  .l_footer-bottom-copyright {
    display: none;
  }

  .l_header {
    margin-bottom: 70px;
    min-width: 1280px;
    padding: 30px 20px 15px;
    position: static;
  }

  .l_header-logo {
    display: block;
    text-align: center;
  }

  .l_header-logo a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .l_header-logo a:hover {
    opacity: 0.75;
  }

  main {
    margin: 0 auto;
    min-width: 1280px;
  }

  .l_nav {
    background: white;
    display: block;
    height: 70px;
    padding: 16px 0 0;
    position: absolute;
    top: 64px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
  }

  .l_nav.is-fixed {
    height: 50px;
    padding: 10px 0 0;
    position: fixed;
    top: -50px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .l_nav.is-fixed .l_nav-list {
    padding: 5px 25px 5px 0;
  }

  .l_nav.is-fixed .l_nav-list > a {
    padding: 0 0 2px;
  }

  .l_nav.is-fixed .l_nav-logo {
    margin: 0 20px;
  }

  .l_nav.is-visible {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .l_nav > ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .l_nav-logo {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .l_nav-list {
    display: inline-block;
    padding: 0 35px 25px;
    position: relative;
    -webkit-transition: padding .2s ease;
    transition: padding .2s ease;
  }

  .l_nav-list:not(:first-child) > a {
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .l_nav-list:not(:first-child) > a:hover,
  .l_nav-list:not(:first-child) > a.is-current {
    border-bottom: 3px solid #adaa9c;
  }

  .l_nav-list > a {
    background: transparent;
    color: #6d6c66;
    padding: 0 0 10px;
  }

  .l_nav-sublist {
    display: none;
  }

  .l_wrapper {
    margin: 0 auto;
    max-width: 1280px;
    min-width: 960px;
    padding: 120px 0 60px;
  }

  .c_breadcrumb {
    font-size: 14px;
    padding: 0 10px;
  }

  .c_breadcrumb a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .c_breadcrumb a:hover {
    opacity: 0.5;
  }

  .c_breadcrumb a:active {
    opacity: 0.75;
  }

  .c_button {
    border-radius: 40px;
    font-size: 20px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .c_button:hover {
    background: #231815;
    color: #ffffff;
  }

  .c_externalLink-heading {
    font-size: 18px;
  }

  .c_externalLink-list {
    margin-top: 25px;
  }

  .c_externalLink-list li {
    width: 200px;
  }

  .c_externalLink-list li a {
    font-size: 17px;
    line-height: 40px;
  }

  .c_heading {
    font-size: 25px;
  }

  .c_item-name {
    font-size: 13px;
  }

  .c_item-description {
    font-size: 13px;
    min-height: 10em;
  }

  .c_item-price {
    font-size: 13px;
    margin-top: 20px;
  }

  .c_item-num {
    font-size: 13px;
  }

  .c_item-link a {
    font-size: 14px;
    width: 250px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .c_item-link a.on:hover {
    background: #adaa9c;
    color: white;
    opacity: 1;
  }

  .c_item-link a.on:hover:after {
    background: url(../images/item/link_arrow_on.svg) no-repeat right center;
    background-size: contain;
    right: 20px;
  }

  .c_item-link a:after {
    right: 20px;
    top: 9px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .c_item-link a:hover {
    background: #adaa9c;
    color: white;
    opacity: 1;
  }

  .c_item-link a:hover:after {
    background: url(../images/item/link_arrow_on.svg) no-repeat right center;
    background-size: contain;
    right: 15px;
  }

  .c_itemAccordion-toggle-button {
    cursor: pointer;
    font-size: 17px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .c_itemAccordion-toggle-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  .c_itemAccordion-toggle-button:before {
    width: 80px;
    height: 40px;
    margin-bottom: 10px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .c_itemAccordion-toggle.is-open .c_itemAccordion-toggle-button:hover:before {
    -webkit-transform: rotate(-180deg) translateY(5px);
    transform: rotate(-180deg) translateY(5px);
  }

  .c_item_title {
    background-size: contain;
    background-position: 85px top;
    height: 200px;
    margin: 0 auto 80px;
    width: 960px;
  }

  .c_item_title-img {
    left: 0;
  }

  .c_item_title-img img {
    max-width: none;
  }

  .c_item_title-inner {
    bottom: 0;
    right: 15px;
    text-align: left;
    width: 220px;
  }

  .c_item_title-inner h3 {
    font-size: 16px;
  }

  .c_item_title-inner p {
    font-size: 12px;
    line-height: 1.8;
  }

  .c_item_title-inner .pc {
    display: block;
  }

  .c_item_title-inner .sp {
    display: none;
  }

  .c_item_title-icon {
    display: none;
  }

  .c_link.index {
    font-size: 17px;
    margin-top: 65px;
  }

  .c_link.index a {
    width: 60px;
  }

  .c_link.index a:before {
    margin-bottom: 10px;
  }

  .c_link.news {
    font-size: 17px;
    margin-top: 65px;
  }

  .c_link.news span {
    width: 60px;
  }

  .c_link.news span:before {
    margin-bottom: 10px;
  }

  .c_pagetop {
    bottom: 50px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 50px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .c_pagetop:after {
    content: none;
  }

  .c_pagetop:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .c_productList {
    margin-top: 90px;
  }

  .c_productList-copy {
    font-size: 13px;
  }

  .c_productList-title {
    font-size: 18px;
  }

  .flex-direction-nav {
    display: block;
    *height: 0;
  }

  .flex-direction-nav a {
    background-size: 24px 40px;
    display: block;
    width: 24px;
    height: 40px;
    margin: -12px 0 0;
    position: absolute;
    top: 50%;
    z-index: 200;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
  }

  .flex-direction-nav .flex-prev {
    background: url(../images/index/slider_direction_prev.png) no-repeat left center;
    left: 20px;
  }

  .flex-direction-nav .flex-next {
    background: url(../images/index/slider_direction_next.png) no-repeat right center;
    right: 20px;
  }

  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
  }

  .flex-control-nav li a {
    width: 20px;
  }

  .c_spbutton {
    display: none;
  }

  .c_table tr th,
  .c_table tr td {
    display: table-cell;
    position: relative;
  }

  .c_table tr th {
    padding: 20px 20px 20px 5px;
    text-align: right;
    width: 25%;
    vertical-align: top;
  }

  .c_table tr td {
    font-size: 16px;
    padding: 20px 5px 20px 20px;
    width: 75%;
  }

  .p_company-headerimage {
    height: 420px;
    margin-bottom: 75px;
  }

  .p_company-headerimage-text {
    font-size: 28px;
    font-weight: normal;
    margin-left: -310px;
    opacity: 0;
    top: 85px;
    visibility: hidden;
    width: 620px;
  }

  .p_company-headerimage-text br {
    display: none;
  }

  .p_company section h2 {
    margin-bottom: 55px;
  }

  .p_company section h2 img {
    max-width: 100%;
  }

  .p_company-message {
    margin-bottom: 80px;
  }

  .p_company-message h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .p_company-message h3 br {
    display: none;
  }

  .p_company-message-left {
    float: left;
    font-size: 16px;
    line-height: 3;
    margin-bottom: 0;
    width: 45%;
  }

  .p_company-message-right {
    float: right;
    padding: 0;
    width: 50%;
  }

  .p_company-message-right img:first-child {
    margin-bottom: 35px;
  }

  .p_company-banner {
    border-top: 1px solid #231815;
    padding-bottom: 80px;
    padding-top: 40px;
  }

  .p_company-banner ul {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
  }

  .p_company-banner ul li {
    margin-bottom: 0;
    width: 48%;
  }

  .p_company-banner ul li a {
    padding: 40px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .p_company-banner ul li a:hover {
    opacity: 0.75;
  }

  .p_company-banner ul li a:active {
    opacity: 0.5;
  }

  .p_company-banner ul li h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .p_company-banner ul li img {
    max-width: 100%;
  }

  .p_conceptDetail {
    padding: 120px 0 60px;
  }

  .p_conceptDetail h3 {
    font-size: 26px;
  }

  .p_conceptDetail p {
    font-size: 16px;
  }

  .p_conceptHeader {
    background: none;
    height: calc( 100vw / 16 * 9);
  }

  .p_conceptHeader-video {
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .p_conceptHeader-inner {
    height: 445px;
    left: 50%;
    margin-left: -500px;
    margin-top: -240px;
    top: 55%;
    width: 1000px;
  }

  .p_conceptHeader-inner-rect1 {
    height: 50px;
    margin-bottom: 100px;
  }

  .p_conceptHeader-inner h2 {
    margin-top: 100px;
  }

  .p_conceptHeader-inner h2 img {
    max-width: none;
  }

  .p_conceptHeader-inner p {
    font-size: 18px;
    margin-top: 130px;
  }

  .p_conceptHeaderSp {
    display: none;
  }

  .p_conceptLineup-copy {
    font-size: 13px;
  }

  .p_conceptLineup-title {
    font-size: 18px;
  }

  .p_factory-headerimage {
    height: 420px;
    margin-bottom: 80px;
  }

  .p_factory-headerimage-text {
    bottom: 90px;
  }

  .p_factory-headerimage-text-title {
    margin-bottom: 25px;
    max-width: none;
  }

  .p_factory-headerimage-text p {
    font-size: 24px;
  }

  .p_factory-list {
    margin-bottom: 25px;
    padding-bottom: 80px;
  }

  .p_factory-list ul {
    margin: 0 0 -25px;
  }

  .p_factory-list ul li {
    float: left;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 50%;
  }

  .p_factory-list ul .list1 .p_factory-list-img {
    background: url(../images/factory/list_img_bg1.jpg) no-repeat center center;
    background-size: cover;
  }

  .p_factory-list ul .list2 .p_factory-list-img {
    background: url(../images/factory/list_img_bg2.jpg) no-repeat center center;
    background-size: cover;
  }

  .p_factory-list ul .list3 .p_factory-list-img {
    background: url(../images/factory/list_img_bg3.jpg) no-repeat center center;
    background-size: cover;
  }

  .p_factory-list ul .list4 .p_factory-list-img {
    background: url(../images/factory/list_img_bg4.jpg) no-repeat center center;
    background-size: cover;
  }

  .p_factory-list ul .list5 .p_factory-list-img {
    background: url(../images/factory/list_img_bg5.jpg) no-repeat center center;
    background-size: cover;
  }

  .p_factory-list ul .list6 .p_factory-list-img {
    background: url(../images/factory/list_img_bg6.jpg) no-repeat center center;
    background-size: cover;
  }

  .p_factory-list-img img {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .p_factory-list-img img:hover {
    opacity: 0;
  }

  .p_factory-list-detail {
    padding: 25px 30px 15px;
  }

  .p_factory-list-detail h3 {
    margin-bottom: 15px;
  }

  .p_factory-list-detail-copy {
    font-size: 15px;
    letter-spacing: 0.3em;
  }

  .p_factory-list-detail-type span {
    letter-spacing: 0.3em;
  }

  .p_factory-list-detail-type span:first-child {
    margin-right: 25px;
    padding-right: 25px;
  }

  .p_factory-list-detail-readmore {
    text-align: right;
  }

  .p_factory-list-detail-readmore a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .p_factory-list-detail-readmore a:hover {
    background: rgba(255, 255, 255, 0.8);
  }

  .p_factory_2nd-headerimage {
    height: 400px;
    margin: 0 auto 30px;
    width: 960px;
  }

  .p_factory_2nd-headerimage.daiichi_knit {
    background: url(../images/factory/daiichi_knit/headerimage_bg.jpg) no-repeat center top;
  }

  .p_factory_2nd-headerimage.terada_knit {
    background: url(../images/factory/terada_knit/headerimage_bg.jpg) no-repeat center top;
  }

  .p_factory_2nd-headerimage.toki_seni {
    background: url(../images/factory/toki_seni/headerimage_bg.jpg) no-repeat center top;
  }

  .p_factory_2nd-headerimage.yamagata_seisen {
    background: url(../images/factory/yamagata_seisen/headerimage_bg.jpg) no-repeat center top;
  }

  .p_factory_2nd-headerimage-inner {
    left: 60px;
    padding-left: 40px;
    top: 60px;
  }

  .p_factory_2nd-headerimage-inner h2 {
    font-size: 25px;
    font-weight: normal;
  }

  .p_factory_2nd-headerimage-inner h2 br {
    display: none;
  }

  .p_factory_2nd-headerimage-inner p {
    font-size: 20px;
    font-weight: normal;
  }

  .p_factory_2nd-feature.daiichi_knit {
    background: url(../images/factory/daiichi_knit/feature_bg.svg) no-repeat left 100px;
  }

  .p_factory_2nd-feature.terada_knit {
    background: url(../images/factory/terada_knit/feature_bg.svg) no-repeat left 100px;
  }

  .p_factory_2nd-feature.toki_seni {
    background: url(../images/factory/toki_seni/feature_bg.svg) no-repeat left 100px;
  }

  .p_factory_2nd-feature.yamagata_seisen {
    background: url(../images/factory/yamagata_seisen/feature_bg.svg) no-repeat left 100px;
  }

  .p_factory_2nd-feature h3 {
    background-size: auto;
    font-size: 25px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .p_factory_2nd-feature-block {
    margin-bottom: 60px;
  }

  .p_factory_2nd-feature-block .text {
    margin-bottom: 0;
  }

  .p_factory_2nd-feature-block .text h4 {
    font-size: 20px;
  }

  .p_factory_2nd-feature-block .text p {
    line-height: 2.5;
  }

  .p_factory_2nd-feature .block0 .text {
    float: right;
    padding-left: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block0 .img {
    float: left;
    width: 50%;
  }

  .p_factory_2nd-feature .block1 .text {
    float: left;
    padding-right: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block1 .img {
    float: right;
    width: 50%;
  }

  .p_factory_2nd-feature .block2 .text {
    float: right;
    padding-left: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block2 .img {
    float: left;
    width: 50%;
  }

  .p_factory_2nd-feature .block3 .text {
    float: left;
    padding-right: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block3 .img {
    float: right;
    width: 50%;
  }

  .p_factory_2nd-feature .block4 .text {
    float: right;
    padding-left: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block4 .img {
    float: left;
    width: 50%;
  }

  .p_factory_2nd-feature .block5 .text {
    float: left;
    padding-right: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block5 .img {
    float: right;
    width: 50%;
  }

  .p_factory_2nd-feature .block6 .text {
    float: right;
    padding-left: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block6 .img {
    float: left;
    width: 50%;
  }

  .p_factory_2nd-feature .block7 .text {
    float: left;
    padding-right: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block7 .img {
    float: right;
    width: 50%;
  }

  .p_factory_2nd-feature .block8 .text {
    float: right;
    padding-left: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block8 .img {
    float: left;
    width: 50%;
  }

  .p_factory_2nd-feature .block9 .text {
    float: left;
    padding-right: 60px;
    width: 50%;
  }

  .p_factory_2nd-feature .block9 .img {
    float: right;
    width: 50%;
  }

  .p_factory_2nd-feature-largeimg {
    margin: 0 0 50px;
  }

  .p_factory_2nd-feature .c_pagetop {
    display: none !important;
  }

  .p_factory_2nd-product {
    border-top: 1px dashed #231815;
    padding-top: 60px;
  }

  .p_factory_2nd-product h2 {
    font-size: 20px;
    margin-bottom: 50px;
    width: 650px;
  }

  .p_factory_2nd-product-image {
    height: 250px;
    margin-bottom: 30px;
  }

  .p_factory_2nd-product-image-inner {
    left: -55px;
    top: 20px;
  }

  .p_factory_2nd-product-image-inner img {
    max-width: none;
  }

  .p_factory_2nd-lineup {
    border-bottom: 1px solid #5D5D5D;
    margin-bottom: 70px;
    padding-bottom: 65px;
  }

  .p_factory_2nd-lineup-productname {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .p_factory_2nd-lineup-subtitle {
    font-size: 18px;
    margin-bottom: 70px;
  }

  .p_factory_2nd-lineup ul {
    margin: 0;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .p_factory_2nd-lineup ul li {
    margin-bottom: 0;
    padding: 0 40px;
    width: 33.3333%;
  }

  .p_factory_2nd-lineup-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .p_factory_2nd-lineup-img:hover {
    opacity: 0.8;
  }

  .p_factory_2nd-lineup-price {
    margin-bottom: 20px;
  }

  .p_factory_2nd-link {
    border-bottom: 0;
    margin: -50px 0 50px;
    padding-bottom: 0;
  }

  .p_factory_2nd-link a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .p_factory_2nd-link a:hover {
    opacity: 0.5;
  }

  .p_factory_2nd-link a:active {
    opacity: 0.75;
  }

  .p_indexBasic-copy {
    font-size: 14px;
  }

  .p_indexBasic-title {
    font-size: 18px;
  }

  .p_indexFactory-movie {
    height: 600px;
  }

  .p_indexFactory-movie:hover {
    opacity: 0.8;
  }

  .p_indexFactory-movie-wrap-rect {
    background: #ffffff;
    display: block;
    height: 50px;
    margin: 0 auto;
    width: 5px;
  }

  .p_indexFactory-movie-wrap h2 {
    margin-top: 90px;
  }

  .p_indexFactory-movie-wrap p {
    font-size: 18px;
    margin-top: 90px;
  }

  .p_indexFactory-movie-video {
    display: block;
    height: auto;
    width: 100%;
  }

  .p_indexFactory li {
    display: block;
    padding: 0;
  }

  .p_indexFactory-thumb {
    width: auto;
  }

  .p_indexFactory-thumb + div {
    width: auto;
  }

  .p_indexFactory-name {
    font-size: 14px;
    margin-top: 25px;
    padding-left: 0;
  }

  .p_indexFactory-title {
    font-size: 14px;
    margin-top: 15px;
    padding-left: 0;
  }

  .p_indexMainimage {
    height: calc( 100vh - 130px);
  }

  .p_indexMainimage-link {
    bottom: 300px;
    font-size: 65px;
    left: 0;
    letter-spacing: 0.1em;
    padding-bottom: 160px;
  }

  .p_indexMainimage-link p {
    font-size: 33px;
  }

  .p_indexMainimage-link a {
    border: 3px solid white;
    font-size: 44px;
    margin-top: 45px;
    padding: 25px;
    width: 750px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .p_indexMainimage-link a:after {
    height: 40px;
    margin-left: 20px;
    margin-top: -20px;
    width: 40px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .p_indexMainimage-link a:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .p_indexMainimage-link a:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .p_indexMainimage-arrow img {
    width: 80px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  .p_indexMainimage-arrow img:hover {
    margin-bottom: -5px;
  }

  .p_indexNews li {
    display: block;
    padding: 15px 25px 50px;
  }

  .p_indexNews-thumb {
    width: 100%;
  }

  .p_indexNews-title {
    font-size: 14px;
    margin-top: 40px;
    width: auto;
  }

  .p_indexNews-title:before {
    margin-bottom: 20px;
  }

  .p_itemAll {
    padding-top: 120px;
  }

  .p_itemAll-header-title {
    font-size: 24px;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .p_itemAll-header-copy {
    font-size: 14px;
  }

  .p_itemAll-wrap {
    padding: 25px 0 90px;
  }

  .p_itemAll-wrap.product3 {
    padding-left: 0;
    padding-right: 0;
  }

  .p_itemNew-heading {
    letter-spacing: 0.1em;
    padding: 30px 0;
  }

  .p_itemNew-heading p:last-child {
    font-size: 14px;
  }

  .p_news {
    margin-bottom: 55px;
    padding: 100px 0 60px;
  }

  .p_news h2 {
    margin-bottom: 35px;
  }

  .p_news-list {
    padding: 0 35px;
  }

  .p_news-list ul {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p_news-list ul:not(:first-child) {
    display: none;
  }

  .p_news-list ul li {
    width: 47%;
    padding: 25px 40px;
  }

  .p_productFeature {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-top: 90px;
  }

  .p_productFeature-thumb {
    padding: 0;
    width: 446px;
  }

  .p_productFeature-detail {
    margin-top: 0;
    width: calc( 100% - 446px - 70px);
  }

  .p_productFeature-detail dl:not(:first-child) {
    margin-top: 40px;
    padding-top: 40px;
  }

  .p_productFeature-detail dl dt {
    font-size: 22px;
  }

  .p_productFeature-detail dl dd {
    font-size: 13px;
    margin-top: 30px;
  }

  .p_productHeader-title {
    font-size: 25px;
    padding-top: 40px;
  }

  .p_productHeader-copy {
    font-size: 13px;
    font-size: 14px;
    padding-bottom: 40px;
  }

  .p_productMovie {
    display: block;
    min-height: 540px;
  }

  .p_productMovie-video {
    display: block;
  }

  .p_productMovieSp {
    display: none;
  }

  .sub_container {
    margin: 0 auto;
    width: 1280px;
  }

  .container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 1000px;
  }

  .u-sp-hide {
    display: block;
  }

  .u-pc-hide {
    display: none;
  }
}

@media (min-width: 768px) {
  a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  body {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
  }

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