@charset "euc-jp";
@import url(//fonts.googleapis.com/css?family=Roboto:900,400);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

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

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
}

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  /*font: inherit;*/ /* 2 */
  margin: 0; /* 3 */
}

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

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*******************************************************************************/

html {
  position: relative;
  min-height: 100%;
}
body {
  font-size: 13px;
  line-height: 20px;
  font-family: "YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  color: #382721;
  margin: 0 auto;
  letter-spacing: 1px;
}
* {
  margin: 0;
  padding: 0;
}

a {
  color: #382721;
  transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

img {
  display: block;
}

a img {
  border: none;
}
ul.pkz li a:hover,
footer .top>a.to_top:hover,
a:hover,
a:focus {
  text-decoration: none;
  color: initial;
  color: #AF0000;
}

.clearfix {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

ul,
ol,
li {
  list-style-type: none;
  margin: 0;
}
p {
  margin: 0;
}
.pc-view{
  display: block;
}
.sp-view{
  display: none;
}
.mincho{
  font-family: "Yu Mincho", "YuMincho", Serif;
}

header .inner{
  position: relative;
  font-size: 0;
  min-width: 1240px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24.5px 20px;
}
header .inner h1{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/logo_b.png?cmsp_timestamp=20181024152613);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 128px;
  height: 23px;
/*  margin-right: 60px;*/
  margin-right: 100px;
  cursor: pointer;
}
header .inner h1 img{
  width: 128px;
}
header .inner nav ul li,
header .inner>*{
  display: inline-block;
  vertical-align: middle;
}
header .inner .cart,
header .inner nav ul li{
  font-size: 13px;
}
/*
header .inner nav ul li{
  margin-right: 32px;
}*/
header .inner nav ul li{
  margin-right: 42px;
}
header .inner nav ul li.mypage{
  width: 95px;
}
/*
header .inner nav ul li:nth-child(5){
  margin-right: 65px;
}*/
header .inner nav ul li:nth-child(4){
  margin-right: 160px;
}
header .inner nav a.cart_link,
header .inner a.menu,
header .inner nav .logo,
header .inner nav a.close_btn,
header .inner nav ul li ul.small{
  display: none;
}
header .inner .cart{
  background-color: #AF0000;
  padding: 9px 10px;
  color: #fff;
}
header .inner nav ul li.mypage a:before{
  content: '';
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/mypage_b.png?cmsp_timestamp=20181112200508);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 5px;
}

header .inner nav ul li.login a:before{
  content: '';
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/login_b.png?cmsp_timestamp=20181112200432);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 18px;
  background-size: contain;
  margin-right: 5px;
}
header .inner .cart:before{
  content: '';
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/cart.png?cmsp_timestamp=20181112200319);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background-size: contain;
  margin-right: 8px;
}
header .inner .cart:after{
  content: 'アイテム';
}
header .inner>a.cart_link{
  position: absolute;
  right: 20px;
  top: 26px;
}

footer .top{
  background-image: url(https://img21.shop-pro.jp/PA01424/460/etc/footer_top.png?cmsp_timestamp=20181024123818);
  background-repeat: no-repeat;
  display: block;
  width: auto;
  height: auto;
  background-size: 101% 100%;
  padding-top: 30px;
}
footer p.copy,
footer nav{
  background-color: #382721;
}
footer nav{
  margin-top: -30px;
}
footer nav>ul>li:first-child>ul{display:flex;flex-direction:column-reverse}
footer .top p{
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
footer .top p a{
  color: #fff;
}
footer .top img.logo{
  width: 60px;
  margin: 0 auto;
}
footer .top>a.to_top{
  color: #fff;
  margin: 0 auto 20px;
  display: block;
  width: 270px;
  text-align: center;
  z-index: 4;
  position: relative;
}
footer .top>a.to_top img{
  display: block;
  width: 22px;
  margin: 0 auto 15px;
}
footer .top p,
footer p.copy,
footer nav ul li a{
  color: #fff;
}
footer nav{
  padding: 50px 0 30px;
}
footer nav>ul{
  font-size: 0;
  text-align: center;
}
footer nav>ul>li{
  display: inline-block;
  vertical-align: top;
  margin-right: 74px;
}
footer nav>ul>li:last-child{
  margin-right: 0%;
}
footer nav>ul>li>a{
  font-size: 17px;
  display: block;
  border-bottom: 1px solid #fff;
  width: 204px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
footer nav>ul>li:nth-child(4)>a:nth-child(2),
footer nav>ul>li:nth-child(4)>a:nth-child(3),
footer nav>ul>li:nth-child(4)>a:nth-child(4),
footer nav>ul>li:nth-child(3)>a:nth-child(3),
footer nav>ul>li:nth-child(3)>a:nth-child(4){
  margin-top: 30px;
}
footer nav>ul>li{
  text-align: left;
}
footer nav>ul>li>ul>li{
  padding: 3px 15px;
}
footer nav>ul>li>ul>li a{
  font-size: 15px;
}
footer p.copy{
  padding-bottom: 5px;
  text-align: center;
}

ul.pkz{
  background-color: #F5F0E9;
  padding: 15px 20px;
  width: 1240px;
  margin: 0 auto 40px;
}
ul.pkz li a,
ul.pkz li{
  color: #382721;
}
ul.pkz li{
  display: inline-block;
  vertical-align: middle;
}

.col2{
  width: 1280px;
  margin: 0 auto;
}
.col2:before,
.col2:after {
  content: " ";
  display: table;
}
.col2:after {
  clear: both;
}
.col2 .main{
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
.col2 nav.left_nav{
  width: 220px;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.col2 nav.left_nav>ul>li>a{
  display: block;
  border-bottom: 1px solid #382721;
  padding-bottom: 3px;
}
.col2 nav.left_nav>ul>li>ul>li.current>a{
  color: #CBC4C2;
}
.col2 nav.left_nav>ul>li>ul{
  margin: 8px 0 30px;
}
.col2 nav.left_nav>ul>li>ul>li{
  padding: 8px 20px;
}
.col2 .contents{
  margin-left: 300px;
}

.col2 .contents h2{
  font-size: 32px;
  line-height: 34px;
  margin: 30px 0;
  font-weight: normal;
}
main.list .contents p.text{
  margin-bottom: 35px;
  border-bottom: 1px solid #382721;
  padding-bottom: 50px;
}
.col2 ul.item,
main.list ul.list{
  font-size: 0;
  letter-spacing: 0;
}
main.list ul.list li{
  width: 335px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 70px;
}
main.list ul.list li:nth-child(odd){
  margin-right: 69px;
}
.col2 ul.item li img,
main.list ul.list li img{
  width: 100%;
}
main.list ul.list li p{
  font-size: 13px;
  margin-top: 15px;
}

.col2 ul.item li{
  width: 232.5px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}
.col2 ul.item li:nth-child(3n+2){
  margin: 0px 20px 30px;
}
.col2 ul.item li a>span,
.col2 ul.item li a .text>span{
  display: block;
}

main.list ul.list li a>span.img,
.col2 ul.item li a>span.img,
.col2 ul.item li a .text>span.img{
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
}
main.list ul.list li a>span.img .category{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  z-index: 101;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity:1;
}
main.list ul.list li a:hover>span.img .category{
  opacity:0;
  -webkit-transform:translate(-50%, -100%);
  transform:translate(-50%, -100%);
  -webkit-transition:all 300ms 100ms ease;
  transition:all 300ms 100ms ease;
}
main.list ul.list li a>span.img .category{
  color: #fff;
}

main.list ul.list li a>span.img img,
.col2 ul.item li a>span.img img,
.col2 ul.item li a .text>span.img img{
  display: block;
  margin-bottom: 0 !important;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
main.list ul.list li a>span.img:before,
.col2 ul.item li a>span.img:before,
.col2 ul.item li a .text>span.img:before{
  /*background-color: #000000;*/
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
main.list ul.list li a>span.img:after,
.col2 ul.item li a>span.img:after,
.col2 ul.item li a .text>span.img:after{
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  content: "詳細を見る";
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: bold;
  z-index: 101;
  font-size: 14px;
  line-height: 24px;
  padding-left: 7px;
  box-sizing: border-box;
  transform: translate3d(0px, 6px, 0px) !important;
  -webkit-transform: translate3d(0px, 6px, 0px) !important;
  -moz-transform: translate3d(0px, 6px, 0px) !important;
  -ms-transform: translate3d(0px, 6px, 0px) !important;
  -o-transform: translate3d(0px, 6px, 0px) !important;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
main.list ul.list li a>span.img:after{
  font-size: 14px;
  font-weight: normal;
}
main.list ul.list li a>span.img:after{
  content: "詳細を見る";
}
/*
main.list ul.list li a>span.img:hover:before,
.col2 ul.item li a>span.img:hover:before,
.col2 ul.item li a .text>span.img:hover:before{
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}*/
main.list ul.list li a>span.img:before{
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #000000;
}
.col2 ul.item li a:hover>span.img:before,
.col2 ul.item li a:hover .text>span.img:before{
  background-color: #000000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
main.list ul.list li a:hover>span.img:after,
.col2 ul.item li a:hover>span.img:after,
.col2 ul.item li a:hover .text>span.img:after{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}
main.list ul.list li a:hover>span.img img,
.col2 ul.item li a:hover>span.img img,
.col2 ul.item li a:hover .text>span.img img{
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.col2 ul.item li a>span.name,
.col2 ul.item li a .text>span.name{
  margin-top: 15px;
  margin-bottom: 5px;
}
.col2 ul.item li a>span.price,
.col2 ul.item li a .text>span.price{
  color: #AF0000;
}


main.detail{
  padding-bottom: 100px;
}
main.detail .related{
  margin-top: 50px;
}
main.detail .related h3{
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  border-bottom: 1px solid #382721;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

main.detail .contents .bx-wrapper{
  position: relative;
}
main.detail .contents .bx-controls-direction{
  display: none;
}
main.detail .contents .bx-pager{
  position: absolute;
  bottom: 30px;
  right: 35px;
}
main.detail .contents .bx-pager .bx-pager-item{
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
main.detail .contents .bx-pager .bx-pager-item a{
  width: 7px;
  height: 7px;
  background-color: #C4C4C4;
  text-indent: -9999px;
  display: block;
  border-radius: 4px;
}
main.detail .contents .bx-pager .bx-pager-item a:focus{
  outline: 0 !important;
}
main.detail .contents .bx-pager .bx-pager-item a.active{
  background-color: #FFF;
}

main.detail .contents ul.images li>img{
  width: 100%;
}
main.detail .contents .cart{
  text-align: right;
  margin-top: 30px;
}
main.detail .contents .cart .btn{
  background: #382721;
  color: #fff;
  line-height: 50px;
  width: 165px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: none;
  border-radius: 0;
}
main.detail .contents .cart select{
  width: 80px;
  line-height: 50px;
  height: 50px;
  margin: 0 5px 0 20px;
}
main.detail .contents .cart .price{
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  color: #AF0000;
  font-weight: bold;
}
main.detail .contents .exp{
  margin-top: 35px;
}
main.company .contents ul.detail li,
main.detail .contents .exp ul li{
  font-size: 0;
  background-color: #F5F0E9;
  border-top: 1px solid #CBC4C2;
  border-left: 1px solid #CBC4C2;
  border-right: 1px solid #CBC4C2;
}
main.company .contents ul.detail li:last-child,
main.detail .contents .exp ul li:last-child{
  border-bottom: 1px solid #CBC4C2;
}
main.company .contents ul.detail li>*,
main.detail .contents .exp ul li>*{
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  padding: 20px 30px;
}
main.company .contents ul.detail li>span,
main.detail .contents .exp ul li>span{
  width: 120px;
}
main.company .contents ul.detail li>p,
main.detail .contents .exp ul li>p{
  width: 496px;
  background-color: #FFF;
  border-left: 1px solid #CBC4C2;
}

main.company .contents{
  width: 740px;
  margin: 0 auto 100px;
}
main.company .contents h2{
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
}
main.company .contents ul.detail{
  margin-top: 30px;
}
main.company .contents ul.history{
  margin-top: 100px;
}
main.company .contents ul.history li:first-child {
  margin-bottom: 35px;
}
main.company .contents ul.history li{
  width: 740px;
  height: 116px;
  position: relative;
}
main.company .contents ul.history li:first-child{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr1.jpg?cmsp_timestamp=20181109220339) no-repeat 50% 50%;
  background-size: cover;
}
main.company .contents ul.history li{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr2.jpg?cmsp_timestamp=20181109222359) no-repeat 50% 50%;
  background-size: cover;
}
main.company .contents ul.history li a .inner{
  display: block;
  overflow: hidden;
  background: rgba(0,0,0,.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms 150ms ease;
  transition: all 300ms 150ms ease;
}
main.company .contents ul.history li a:hover .inner{
  background:rgba(0,0,0,0);
}
main.company .contents ul.history li a .inner .table{
  display: table;
  width: 100%;
  height: 100%;
  padding: 25px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 0;
}
main.company .contents ul.history li a .inner .table .text{
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  /*position: relative;*/
  z-index: 100;
}
main.company .contents ul.history li a .inner .table .text .text_thumb{
  position: relative;
  z-index: 99;
}
main.company .contents ul.history li a .inner .table .text .text_thumb h3{
  margin-bottom: 0;
  text-align: left;
  font-size: 20px;
  padding-left: 50px;
  /*
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  */
  font-weight: normal;
}
main.company .contents ul.history li a:hover .inner .table .text .text_thumb h3{
  opacity: 1;
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
  -webkit-transition:all 300ms 100ms ease;
  transition:all 300ms 100ms ease;
}
main.company .contents ul.history li a .inner .table .text .panel{
  width: 660px;
  height: 80px;
  background: rgba(175, 0, 0, .5);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -330px;
  margin-top: -40px;
  box-sizing: border-box;
  opacity: 0;
  z-index: 98;
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  -webkit-transition: transform 450ms cubic-bezier(0.000, 0.605, 0.435, 1.000), opacity 400ms 100ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
  transition: transform 450ms cubic-bezier(0.000, 0.605, 0.435, 1.000), opacity 400ms 100ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
}
main.company .contents ul.history li a:hover .inner .table .text .panel{
  visibility:visible;opacity:1;
  -webkit-transform:scale(1,1);
  transform:scale(1,1);
  -webkit-transition:all 450ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
  transition:450ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
}


main.history {
  padding-top: 50px;
}
main.history h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: normal;
  text-align: center;
}
main.history h2:before {
  content: '';
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/history.png?cmsp_timestamp=20181031151851);
  width: 45px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  display: block;
}
main.history h3 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-bottom: -70px;
}
main.history .contents{
  background-color: #C8C8C8;
}
main.history .top_frame{
  background-image: url(https://img21.shop-pro.jp/PA01424/460/etc/history_bg.png?cmsp_timestamp=20181105115232);
  background-repeat: no-repeat;
  display: block;
  width: auto;
  height: 139px;
  background-size: 100% 100%;
}
main.history .contents .inner{
  width: 1040px;
  margin: 0 auto;
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/runway.png?cmsp_timestamp=20181105115249);
  background-repeat-y: repeat;
  background-repeat: repeat-y;
  background-repeat-x: no-repeat;
  background-position: center 150px;
  background-size: 12px auto;
  height: 7000px;
  padding-top: 140px;
}
main.history .plane_layer{
  position: fixed;
  display: block;
  width: 130px;
  height: 100%;
  left: 50%;
  top: 300px;
  transform: translate(-50%, 0%);
  z-index: 3;
}
main.history img.plane{
  width: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -65px;
}
main.history .contents .inner ul {
  margin-top: 60px;
}
main.history .contents .inner ul li {
  position: relative;
}
main.history .contents .inner ul li img.year{
  width: 175px;
  margin: 0 auto;
  background-color: #c8c8c8;
}
main.history .contents .inner ul li p{
  width: 420px;
  font-size: 15px;
  line-height: 24px;
}
main.history .contents .inner ul li p.large{
  font-size: 20px;
  line-height: 27px;
}
main.history .contents .inner ul li img.img{
  width: 420px;
}

main.history .contents .inner ul li.y1946 img.img,
main.history .contents .inner ul li.y1946{
  height: 430px;
  width: auto;
}
main.history .contents .inner ul li.y1946 img.img{
  position: absolute;
  top: 0;
  right: 0;
}
main.history .contents .inner ul li.y1946 p{
  position: absolute;
  top: 140px;
  left: 0;
}

main.history .contents .inner ul li.y1948{
  margin-top: 50px;
}
main.history .contents .inner ul li.y1948 img.img{
  height: 235px;
  width: auto;
}
main.history .contents .inner ul li.y1948 p{
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: right;
}
main.history .contents .inner ul li.y1948 p.right{
  position: absolute;
  bottom: 195px;
  right: 0;
  text-align: left;
}

main.history .contents .inner ul li.y1953 {
  height: 210px;
}
main.history .contents .inner ul li.y1953 img.year{
  margin: -100px auto 30px;
}
main.history .contents .inner ul li.y1953 p{
  text-align: right;
}
main.history .contents .inner ul li.y1953 p.right{
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0px;
}

main.history .contents .inner ul li.y1955 {
  margin-top: 95px;
  height: 350px;
}
main.history .contents .inner ul li.y1955 p{
  text-align: right;
}
main.history .contents .inner ul li.y1955 img.img{
  width: auto;
  height: 280px;
  position: absolute;
  top: 50px;
  right: 0;
}

main.history .contents .inner ul li.y1956{
  margin-top: -50px;
}
main.history .contents .inner ul li.y1956 p{
  text-align: right;
  margin-top: 25px;
}

main.history .contents .inner ul li.y1960,
main.history .contents .inner ul li.y1957{
  margin-top: 50px;
}
main.history .contents .inner ul li.y1960 img.year,
main.history .contents .inner ul li.y1957 img.year{
  padding: 15px 0;
}
main.history .contents .inner ul li.y1960 p,
main.history .contents .inner ul li.y1957 p{
  text-align: right;
  margin-top: 15px;
}


main.history .contents .inner ul li.y1965{
  margin-top: 52px;
}
main.history .contents .inner ul li.y1965 img.year{
  padding: 10px 0;
}
main.history .contents .inner ul li.y1965 p{
  margin-top: 25px;
}
main.history .contents .inner ul li.y1965 img.img{
  position: absolute;
  top: 75px;
  right: 0;
}
main.history .contents .inner ul li.y1965 img.img{
  width: auto;
  height: 300px;
}
main.history .contents .inner ul li.y1965{
  height: 450px;
}

main.history .contents .inner ul li.y1973,
main.history .contents .inner ul li.y1971,
main.history .contents .inner ul li.y1967{
  height: 175px;
}
main.history .contents .inner ul li.y1971 p,
main.history .contents .inner ul li.y1973 p,
main.history .contents .inner ul li.y1967 p{
  position: absolute;
  top: 120px;
  right: 0;
}
main.history .contents .inner ul li.y1973 img.year,
main.history .contents .inner ul li.y1971 img.year{
  padding: 8px 0;
}
main.history .contents .inner ul li.y1967{
  margin-top: -70px;
}
main.history .contents .inner ul li.y1971{
  margin-top: 45px;
}
main.history .contents .inner ul li.y1973{
  margin-top: 50px;
}

main.history .contents .inner ul li.y1975{
  margin-top: 50px;
  height: 380px;
}
main.history .contents .inner ul li.y1975 img.year{
  padding: 10px 0;
}
main.history .contents .inner ul li.y1975 img.img{
  position: absolute;
  right: 0;
  top: 0px;
  width: auto;
  height: 330px;
}
main.history .contents .inner ul li.y1975 p{
  width: 435px;
  text-align: right;
  margin-top: 20px;
}
main.history .contents .inner ul li.y1976{
  margin-top: -150px;
  height: 260px;
}
main.history .contents .inner ul li.y1976 p{
  width: 435px;
  margin-top: 30px;
  text-align: right;
}
main.history .contents .inner ul li.y1976 p.right{
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 0;
}

main.history .contents .inner ul li.y1980{
  margin-top: 40px;
}
main.history .contents .inner ul li.y1980 img.img{
  height: 365px;
  margin-top: -45px;
}
main.history .contents .inner ul li.y1980 p{
  position: absolute;
  top: 110px;
  right: 0;
}
main.history .contents .inner ul li.y1981{
  margin-top: -172px;
  height: 390px;
}
main.history .contents .inner ul li.y1981 img.year{
  padding: 8px 0;
}
main.history .contents .inner ul li.y1981 img.img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 235px;
}
main.history .contents .inner ul li.y1981 p{
  position: absolute;
  top: 120px;
  right: 0;
}
main.history .contents .inner ul li.y1986{
  margin-top: -100px;
  height: 140px;
}
main.history .contents .inner ul li.y1986 img.year{
  padding: 8px 0;
}
main.history .contents .inner ul li.y1986 p{
  position: absolute;
  right: 0;
  bottom: 0;
}
main.history .contents .inner ul li.y1989{
  margin-top: 85px;
  height: 140px;
}
main.history .contents .inner ul li.y1989 img.year{
  padding: 10px 0;
}
main.history .contents .inner ul li.y1989 p{
  position: absolute;
  bottom: 0;
  right: 0;
}
main.history .contents .inner ul li.y1990{
  margin-top: 85px;
  height: 500px;
}
main.history .contents .inner ul li.y1990 img.year{
  padding: 10px 0;
}
main.history .contents .inner ul li.y1990 p{
  text-align: right;
  margin: 20px 0;
}
main.history .contents .inner ul li.y1990 img.img{
  width: auto;
  height: 420px;
  position: absolute;
  top: 250px;
  left: 0;
}
main.history .contents .inner ul li.y1990 img.img.v2{
  width: auto;
  height: 500px;
  position: absolute;
  right: 0;
  top: -50px;
  left: auto;
}

main.history .contents .inner ul li.y1991{
  margin-top: -200px;
  height: 330px;
}
main.history .contents .inner ul li.y1991 img.year{
  padding: 10px 0;
}
main.history .contents .inner ul li.y1991 p{
  position: absolute;
  bottom: 108px;
  right: 0;
}
main.history .contents .inner ul li.y1994{
  margin-top: -30px;
  height: 150px;
}
main.history .contents .inner ul li.y1994 img.year{
  padding: 10px 0;
}
main.history .contents .inner ul li.y1994 p{
  position: absolute;
  bottom: 0;
  right: 0;
}


main.history .contents .inner ul li.y2006{
  margin-top: 150px;
}
main.history .contents .inner ul li.y2006 img.year{
  padding: 12px 0;
}
main.history .contents .inner ul li.y2006 p{
  text-align: right;
  margin-top: 25px;
}
main.history .contents .inner ul li.y2006 p.right{
  width: 435px;
  text-align: left;
  position: absolute;
  bottom: -30px;
  right: 0;
}
main.history .contents .inner ul li.y2008{
  margin-top: 85px;
}
main.history .contents .inner ul li.y2008 img.img{
  margin-top: -130px;
  height: 335px;
}
main.history .contents .inner ul li.y2008 p{
  position: absolute;
  right: 0;
  bottom: 80px;
}

main.history .contents .inner ul li.y2010{
  margin-top: -70px;
}
main.history .contents .inner ul li.y2010 img.year{
  padding: 15px 0;
}
main.history .contents .inner ul li.y2010 p{
  text-align: right;
  margin-top: 5px;
}
main.history .contents .inner ul li.y2010 img.img{
  position: absolute;
  top: 110px;
  right: 0;
}
main.history .contents .inner ul li.y2010 img.img{
  height: 420px;
  width: auto;
}

main.history .contents .inner ul li.y2011{
  margin-top: 60px;
  height: 280px;
}
main.history .contents .inner ul li.y2011 img.year{
  padding: 15px 0;
}
main.history .contents .inner ul li.y2011 p{
  text-align: right;
  margin-top: 15px;
}
main.history .contents .inner ul li.y2014{
  margin-top: 5px;
  height: 180px;
}
main.history .contents .inner ul li.y2014 img.year{
  padding: 15px 0;
}
main.history .contents .inner ul li.y2014 p{
  width: 435px;
  position: absolute;
  bottom: 0;
  right: 0;
}
main.history .contents .inner ul li img.img,
main.history .contents .inner ul li p{
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
main.history .contents .inner ul li img.img.on{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
main.history .contents .inner ul li p.left.on{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
main.history .contents .inner ul li p.right.on{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

main.history img.plane.take_off{
  -webkit-animation-duration: 2.0s;
  animation-duration: 2.0s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: takeOff;
  animation-name: takeOff;
}
main.history img.plane.take_on{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: takeOn;
  animation-name: takeOn;
}
@-webkit-keyframes takeOff {
  from {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    top:0%;
  }
  to {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
    top:100%;
  }
}
@keyframes takeOff {
  from {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    top:0%;
  }
  to {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
    top:100%;
  }
}

@-webkit-keyframes takeOn {
  from {
    -webkit-transform: translate3d(0, -500%, 0);
    transform: translate3d(0, -500%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes takeOn {
  from {
    -webkit-transform: translate3d(0, -500%, 0);
    transform: translate3d(0, -500%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
body.museum{
  min-width: 1280px;
}
main.museum .contents{
  background-color: #edefed;
  overflow: hidden;
}
main.museum .contents .hero{
  position: relative;
  margin: -4.2% auto 3.5%;
  width: 71.5%;
  font-size: 0;
  max-width: 1100px;
}
main.museum .contents .hero h2{
  width: 24.5%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5%;
}
main.museum .contents .hero h2 img{
  width: 100%;
  max-width: 433px;
}
main.museum .contents .hero p{
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  width: 44.5%;
}
main.museum .contents img.top{
  width: 108%;
  margin-left: 3%;
  max-width: 108%;
}
main.museum .contents img.table{
  width: 108%;
  margin: 0 0 0 -4%;
  max-width: 108%;
}

main.museum .contents a.insta{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 7.8%;
}
main.museum .contents a.insta img{
  width: 100%;
  max-width: 144px;
}

main.museum .contents .slider{
  position: relative;
}
main.museum .contents .slider .slick-arrow{
  display: block !important;
  width: 7.8%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 50%;
  z-index: 2;
}
main.museum .contents .slider .slick-slide img{
  box-shadow: 5px 5px 10px #666666;
  -webkit-box-shadow: 5px 5px 10px #666666;
}
main.museum .contents .slider .slick-arrow.prev{
  margin-left: calc(-8.5% + -24%);
}
main.museum .contents .slider .slick-arrow.next{
  margin-left: 24%;
}
main.museum .contents .slider .slick-arrow img{
  width: 100%;
}
main.museum .contents .thumbnail-list li img:focus,
main.museum .contents .thumbnail-list li:focus,
main.museum .contents .slider li img:focus,
main.museum .contents .slider li:focus {
  outline: none;
}
main.museum .contents .slider li>div{
  margin: 15px 14.5%;
}
main.museum .contents .thumbnail-list{
  text-align: center;
  font-size: 0;
  position: relative;
  width: 65%;
  margin: 6% auto 0;
}
main.museum .contents .thumbnail-list li{
  display: inline-block;
  vertical-align: top;
  width: 6.25%;
}
main.museum .contents .thumbnail-list li:last-child{
  margin-right: 0;
}
main.museum .contents .thumbnail-list li>div{
  margin: 0px 15%;
  cursor: pointer;
}
main.museum .contents .thumbnail-list li.current>div{
  border-bottom: 3px solid #8e8e8e;
}
main.museum .contents .thumbnail-list li img{
  width: 100%;
  margin-bottom: 10%;
}
main.museum .contents .thumbnail-list .slick-arrow {
  display: block !important;
  width: 7.8%;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}
main.museum .contents .thumbnail-list .slick-arrow.prev{
  left: -10%;
}
main.museum .contents .thumbnail-list .slick-arrow.next{
  right: -10%;
}


main.museum .bnrs{
  padding: 100px 0 250px;
  background: linear-gradient(-31deg,#edefed 50%,#edefed 50%,#e6e8e6 50%,#e6e8e6 50%);
  margin-bottom: -150px;
}
main.museum .bnrs ul li{
  width: 1210px;
  height: 191px;
  position: relative;
  margin: 0 auto;
}
main.museum .bnrs ul li.history{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr1.jpg?cmsp_timestamp=20181109220339) no-repeat 50% 50%;
  background-size: cover;
}
main.museum .bnrs ul li.mus{
  background: url(../images/mus/bnr2.png) no-repeat 50% 50%;
  background-size: cover;
}
main.museum .bnrs ul li a .inner{
  display: block;
  overflow: hidden;
  background: rgba(0,0,0,.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms 150ms ease;
  transition: all 300ms 150ms ease;
}
main.museum .bnrs ul li.mus a .inner{
  -webkit-transition: none;
  transition: none;
  background: transparent;
}
main.museum .bnrs ul li a:hover .inner{
  background:rgba(0,0,0,0);
}
main.museum .bnrs ul li.mus a:hover .inner{
  background: transparent;
}
main.museum .bnrs ul li a .inner .table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 80px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 0;
}
main.museum .bnrs ul li a .inner .table{
  padding: 35px;
}
main.museum .bnrs ul li a .inner .table .text {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  /*position: relative;*/
  z-index: 100;
}
main.museum .bnrs ul li a .inner .table .text .text_thumb{
  position: relative;
  z-index: 99;
}
main.museum .bnrs ul li a .inner .table .text .text_thumb h3{
  margin-bottom: 0;
  text-align: left;
  font-size: 24px;
  padding-left: 50px;
}
main.museum .bnrs ul li a:hover .inner .table .text .text_thumb h3{
  opacity: 1;
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
  -webkit-transition:all 300ms 100ms ease;
  transition:all 300ms 100ms ease;
}
main.museum .bnrs ul li a .inner .table .text .panel{
  width: 474px;
  height: 434px;
  background: rgba(175, 0, 0, .5);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -237px;
  margin-top: -217px;
  box-sizing: border-box;
  opacity: 0;
  z-index: 98;
  -webkit-transform: scale(1.15,1.15);
  transform: scale(1.15,1.15);
  -webkit-transition: transform 450ms cubic-bezier(0.000, 0.605, 0.435, 1.000), opacity 400ms 100ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
  transition: transform 450ms cubic-bezier(0.000, 0.605, 0.435, 1.000), opacity 400ms 100ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
}
main.museum .bnrs ul li.mus a .inner .table .text .panel{
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
main.museum .bnrs ul li a .inner .table .text .panel{
  width: 1100px;
  height: 130px;
  margin-left: -550px;
  margin-top: -65px;
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
main.museum .bnrs ul li a:hover .inner .table .text .panel{
  visibility:visible;
  opacity:1;
  -webkit-transform:scale(1,1);
  transform:scale(1,1);
  -webkit-transition:all 450ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
  transition:450ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
}
main.museum .bnrs ul li.mus a:hover .inner .table .text .panel{
  opacity: 0;
}
main.museum .bnrs h2:before{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/about.png?cmsp_timestamp=20181109150946);
  width: 46px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto 40px;
}
main.museum .bnrs ul li:first-child{
  margin-bottom: 50px;
}
main.museum .bnrs ul li img{
  display: inline;
}


main.f9-main .contents{
  background-color: #fff4e7;
}

main.f9-main .contents .f9-section.f9-section--1 .f9-character img{
    position: absolute;
    bottom: 40px;
    right: -60px;
    height: 300px;
    width: auto;
}


/** smart phone **/
@media screen and (max-width: 767px){
  main.f9-main .contents .f9-section.f9-section--1 .f9-character img{
    position: absolute;
    bottom: 0px;
    right: -70px;
    height: 160px;
    width: auto;
    }

  .pc-view{
    display: none;
  }
  .sp-view{
    display: block;
  }
  body{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  header .inner,
  body{
    max-width: initial;
    min-width: initial;
  }
  main.detail .related,
  main.detail .contents .exp,
  main.detail .contents .cart,
  main.detail p.text,
  .col2 ul.item,
  .col2 nav.left_nav,
  main.list ul.list,
  .col2 .contents h2,
  main.company .contents,
  footer nav>ul{
    padding: 0 20px;
  }
  header .inner{
    padding: 20px 3%;
  }
  header .inner h1{
    margin: 0 auto;
    display: block;
  }
  header .inner a.menu{
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/menu_b.png?cmsp_timestamp=20181031142452);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 24px;
    left: 20px;
  }
  header .inner>nav{
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    z-index: 9998;
    -webkit-overflow-scrolling: touch;
  }
  header .inner nav .logo{
    display: block;
    padding-top: 20px;
  }
  header .inner nav .logo a,
  header .inner nav .logo img{
    width: 128px;
    margin: 0 auto;
    display: block;
  }
  header .inner nav a.close_btn{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  header .inner nav a.close_btn img{
    width: 20px;
  }

  header .inner nav>ul{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #CBC4C2;
    padding-bottom: 10%;
  }
  header .inner nav>ul>li{
    border-bottom: 1px solid #CBC4C2;
  }
  header .inner nav>ul>li>a{
    padding: 6% 0;
    display: block;
    font-weight: bold;
    position: relative;
  }
  header .inner nav>ul>li:nth-child(3)>a:after,
  header .inner nav>ul>li:nth-child(2)>a:after,
  header .inner nav>ul>li:nth-child(1)>a:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 1px #382721;
    border-right: solid 1px #382721;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }
  header .inner nav>ul>li:nth-child(3)>a.open:after,
  header .inner nav>ul>li:nth-child(2)>a.open:after,
  header .inner nav>ul>li:nth-child(1)>a.open:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .inner nav ul li:nth-child(5),
  header .inner nav ul li{
    display: block;
    margin-right: 0;
    text-align: center;
  }
  header .inner nav ul li:nth-child(4){
    margin-right: 0;
  }
  header .inner>nav ul li a{
    color: #382721;
  }
  header .inner nav ul li ul.small{
    padding-bottom: 4%;
  }
  header .inner nav ul.small li a{
    padding: 2% 0;
    display: block;
  }
  header .inner nav ul li.mypage{
    width: auto;
  }
  header .inner nav ul li.mypage a:before{
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/mypage_b.png?cmsp_timestamp=20181112200508) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
  header .inner nav ul li.login a:before{
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/login_b.png?cmsp_timestamp=20181112200432) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }


  header .inner .cart {
    padding: 9px 4px;
    display: block;
  }
  header .inner .cart:after{
    display: none;
  }
  header .inner nav a.cart_link,
  header .inner>a.cart_link {
    position: absolute;
    right: 20px;
    top: 13px;
  }
  footer .top {
    width: auto;
    height: 32px;
    padding-top: 15px;
    background-size: 100% 100%;
  }
  footer .top>a.to_top{
    margin: 0 auto 12px;
  }
  footer nav{
    margin-top: 0;
    padding: 35% 0 5%;
  }
  footer nav>ul>li{
    display: block;
    margin-right: 0;
  }
  footer nav>ul>li>a{
    font-size: 14px;
    width: auto;
    padding-bottom: 1%;
    margin-bottom: 2%;
  }
  footer nav>ul>li>ul>li{
    padding: 1% 3%;
  }
  footer nav>ul>li>ul>li a{
    font-size: 13px;
    display: block;
  }
  footer .top p {
    font-size: 13px;
    margin-bottom: 5%;
  }
  footer nav>ul>li{
    margin-top: 5%;
  }
  footer nav>ul>li:nth-child(4)>a:nth-child(2),
  footer nav>ul>li:nth-child(4)>a:nth-child(3),
  footer nav>ul>li:nth-child(3)>a:nth-child(4){
    margin-top: 7%;
  }
  footer nav>ul>li:nth-child(3),
  footer nav>ul>li:nth-child(2){
    margin-top: 4%;
  }
  footer nav>ul>li:nth-child(1){
    margin-top: 0%;
  }
  footer nav>ul>li:nth-child(4){
    margin-top: 7%;
  }
  footer nav>ul>li:nth-child(3)>a:nth-child(3){
    margin-top: 3%;
  }
  footer p.copy{
    font-size: 11px;
  }
  ul.pkz {
    width: auto;
    padding: 3%;
    margin-bottom: 5%;
  }

  main.company .contents{
    width: auto;
    margin: 0 auto 15%;
  }
  main.company .contents h2 {
    font-size: 20px;
    line-height: 30px;
  }
  main.company .contents ul.detail{
    margin-top: 3%;
  }
  main.company .contents ul.detail li,
  main.detail .contents .exp ul li{
  }
  main.company .contents ul.detail li>*,
  main.detail .contents .exp ul li>*{
    padding: 2% 3%;
  }
  main.company .contents ul.detail li>span,
  main.detail .contents .exp ul li>span{
    width: 29.9%;
  }
  main.company .contents ul.detail li>p,
  main.detail .contents .exp ul li>p{
    width: 57.7%;
  }
  main.company .contents ul.history{
    margin-top: 15%;
  }
  main.company .contents ul.history li:first-child{
    margin-bottom: 5%;
  }

  .col2 .main,
  .col2{
    width: auto;
  }
  .col2 .contents{
    margin-left: 0;
  }
  .col2 nav.left_nav{
    position: static;
    width: auto;
    font-size: 14px;
    margin-top: 10%;
  }
  .col2 ul.pkz{
    margin-bottom: 0;
  }
  main.list .contents p.text{
    margin-right: 20px;
    margin-left: 20px;
  }
  .col2 .contents h2{
    font-size: 20px;
    line-height: 30px;
    margin: 5% 0;
  }
  main.list .contents p.text{
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .col2 ul.item li,
  main.list ul.list li{
    width: auto;
    display: block;
    margin-bottom: 10%;
  }
  main.list ul.list li:nth-child(odd){
    margin-right: 0;
  }
  .col2 nav.left_nav>ul>li>ul{
    margin: 2% 0 8%;
  }
  .col2 nav.left_nav>ul>li>ul>li{
    padding: 2% 3%;
    font-size: 12px;
  }
  .col2 nav.left_nav>ul>li>ul>li>a{
    display: block;
  }
  .col2 ul.item li a{
    display: block;
  }
  .col2 ul.item li a>span.name,
  .col2 ul.item li a .text>span.name{
    margin-top: 3%;
    margin-bottom: 1%;
  }
  .col2 ul.item li:nth-child(3n+2){
    margin: 0 0 10%;
  }

  main.detail{
    padding-bottom: 10%;
  }
  main.detail .contents .bx-pager{
    text-align: center;
    position: static;
    padding-top: 5%;
  }
  main.detail .contents .bx-pager .bx-pager-item a.active{
    background-color: #EDEDED;
  }
  main.detail .contents .cart{
    text-align: left;
    margin-top: 5%;
  }
  main.detail .contents .cart .price{
    font-size: 16px;
    line-height: 28px;
    display: block;
    margin-bottom: 3%;
  }
  main.detail .contents .cart select{
    width: 27%;
    line-height: 40px;
    height: 40px;
    margin: 0 3% 0 0;
  }
  main.detail .contents .cart .btn{
    line-height: 38px;
    width: 68%;
  }
  main.detail .contents .exp{
    margin-top: 10%;
  }
  main.detail .related{
    margin-top: 15%;
  }
  main.detail .related h3{
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 1%;
    margin-bottom: 5%;
  }
  main.detail .related ul.item{
    padding: 0;
  }
  main.detail .related ul.item li a{
    font-size: 0;
    display: block;
  }
  main.detail .related ul.item li a>*{
    font-size: 12px;
  }
  main.detail .related ul.item li .text,
  main.detail .related ul.item li .img{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
  }
  main.detail .related ul.item li .img{
    width: 40%;
    margin-right: 3%;
  }
  main.detail .related ul.item li .text{
    width: 56%;
  }
  main.detail .related ul.item li {
    margin-bottom: 5%;
  }

  main.company .contents ul.history li{
    display: block;
    float: none;
    width: 100%;
    height: auto;
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr2_sp.jpg?cmsp_timestamp=20181109225240) no-repeat 50% 50%;
    background-size: cover;
  }
  main.company .contents ul.history li:first-child{
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr1_sp.jpg?cmsp_timestamp=20181109225231) no-repeat 50% 50%;
    background-size: cover;
  }
  main.company .contents ul.history li:before{
    content: "";
    display: block;
    padding-top: 41%;
  }
  main.company .contents ul.history li a:hover{
    opacity: 1;
  }
  main.company .contents ul.history li a .inner .table{
    padding: 15px;
  }
  main.company .contents ul.history li a .inner .table .text .text_thumb h3{
    text-align: center;
    padding-left: 0;
    font-size: 18px;
  }
  main.company .contents ul.history li a .inner .table .text .panel{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  main.company .contents ul.detail li a.tel{
    text-decoration: underline;
  }
  main.history {
    padding-top: 10%;
  }
  main.history h2{
    font-size: 28px;
    line-height: 38px;
  }
  main.history h3{
    margin-bottom: 50px;
  }
  main.history .top_frame{
    width: 100%;
    height: 35px;
    background-size: 100% 100%;
  }
  main.history .plane_layer{
    top: 295px;
  }
  main.history img.plane{
    width: 88px !important;
    margin-left: -44px;
  }
  main.history .contents{
    margin-top: 0;
    padding: 0 20px;
  }
  main.history .contents .inner{
    width: auto;
    height: auto;
    padding-top: 0;
    background: none;
  }
  main.history .contents .inner ul{
    margin-top: 0;
    padding-top: 5%;
  }
  main.history .contents .inner ul li{
    height: auto !important;
    margin-top: 10% !important;
  }
  main.history .contents .inner ul li>*{
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 1% 0 !important;
  }
  main.history .contents .inner ul li p{
    text-align: left !important;
  }
  main.history .contents .inner ul li p,
  main.history .contents .inner ul li img.img{
    background-color: rgba(200, 200, 200, 0.8);
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 6;
  }
  main.history .contents .inner ul li img.year{
    background-color: transparent;
    width: 175px !important;
    margin: 0 auto 3% !important;
  }
  main.history .contents .inner ul li p.large,
  main.history .contents .inner ul li p{
    font-size: 14px;
    line-height: 26px;
  }
  main.history .contents .inner ul li.y1946{
    margin-top: 0 !important;
  }

  body.museum{
  	min-width: initial;
  }
  body.museum footer{
    background-color: #edefed;
  }
  main.museum .contents img.top {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  main.museum .contents a.insta {
    top: -5%;
    right: 6%;
    width: 13%;
  }
  main.museum .contents .hero{
    width: auto;
    margin: 0% auto 0;
  }
  main.museum .contents .hero h2 {
    width: 52.5%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  main.museum .contents .hero p{
    font-size: 13px;
    line-height: 26px;
    display: block;
    width: auto;
    padding: 0 20px;
  }
  main.museum .contents .slider{
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/mus-bg_sp.png?cmsp_timestamp=20200422125312);
    background-size: 100% auto;
    padding-top: 0%;
    background-position: 0px 30%;
    background-repeat: no-repeat;
  }
  main.museum .contents .slider li>div {
    margin: 20px;
  }
  main.museum .contents img.table,
  main.museum .contents .thumbnail-list{
    display: none;
  }
  main.museum .bnrs{
    background: #edefed;
    padding: 30px 20px 50px;
    margin-bottom: 0;
  }
  main.museum .bnrs ul li {
    width: auto;
    height: auto;
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr1_sp.jpg?cmsp_timestamp=20181109225231) no-repeat 50% 50%;
    background-size: cover;
  }
  main.museum .bnrs ul li.mus {
    background: url(../images/mus/bnr2_sp.png) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 20px;
  }
  main.museum .bnrs ul li:before{
    content: "";
    display: block;
    padding-top: 41%;
  }
  main.museum .bnrs ul li.mus:before{
    padding-top: 45.7%;
  }
  main.museum .bnrs ul li a:hover{
    opacity: 1;
  }
  main.museum .bnrs ul li a .inner .table{
    padding: 15px;
  }
  main.museum .bnrs ul li a .inner .table .text .text_thumb h3{
    text-align: center;
    padding-left: 0;
    font-size: 18px;
  }
  main.museum .bnrs ul li a .inner .table .text .panel{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
    header .inner {
        padding: 0 20px;
    }
    header .inner h1 {
        margin-right: 80px;
    }
    header nav ul > li:nth-child(-n+4) {
        position: relative;
        margin-right: 0;
    }
    header nav ul > li:nth-child(-n+4) > a {
        /*color: #fff;*/
        display: block;
        position: relative;
        padding: 26px 20px;
        transition: .5s;
    }
    header nav ul > li:nth-child(-n+3) > a.open {
        background: #af0000;
        color: #fff;
    }
    header nav > ul > li:nth-child(-n+3) > a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        width: 5px;
        height: 5px;
        border: solid 1px;
        border-top: 0;
        border-left: 0;
        margin: auto;
        transform: rotate(45deg);
        transition: .5s;
    }
    header nav > ul > li:nth-child(-n+3) > a.open::after {
        transform: rotate(45deg) scale(-1);
    }
    header nav ul > li:nth-child(-n+4) > ul {
        display: block;
        position: absolute;
        background: #af0000;
        left: 0px;
        top: 72px;
        white-space: nowrap;
        padding: 0;
        z-index: 1;
    }
    header nav ul > li:nth-child(-n+4) > ul > li {
        margin-right: 0!important;
        display: block;
    }
    header nav ul > li:nth-child(-n+4) > ul > li > a {
        color: #fff;
        padding: 20px;
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    header .inner {
        min-width: 0;
        max-width: none;
        white-space: nowrap;
    }
    header .inner h1 {
        margin-right: 2.5%;
        width: 15%;
    }
    header .inner nav ul li, header .inner nav ul li:nth-child(4) {
        margin-right: 0;
        font-size: 1.24vw
    }
    header .inner nav ul li a, header .inner nav ul li:nth-child(4) a {
        padding: 26px 1.4vw;
    }
    header .inner nav ul li.mypage {
        width: auto;
    }
    header .inner .cart::after {
        display: none;
    }
    .product ul {
        display: flex;
        justify-content: space-between;
        width: 95%!important;

    }
    .product ul::before, .product ul::after {
        display: none;
    }
    .product ul li {
        width: 48.5%!important;
        height: auto!important;
        float: none;
    }
    .product ul li::before {
        position: relative;
        content: "";
        display: block;
        padding-top: 100%;
    }
    .product ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
    .about ul {
        width: 95%!important;
    }
    .about ul li {
        width: 100%!important;
        height: auto!important;
    }
    .about ul li::before {
        content: "";
        display: block;
        padding-top: 15.7%;
    }
    .about ul li a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .about ul li a .inner .table .text .panel {
        width: 98%;
        height: 88%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .col2 {
        width: 95%;
    }
    ul.pkz {
        width: 100%;
        box-sizing: border-box;
    }
    .col2 .main {
        width: 100%;
    }
    .col2 .contents {
        margin-left: 260px;
    }
    .col2 ul.item, main.list ul.list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    main.list ul.list li {
        width: 47.5%;
        margin-left: 0;
        margin-right: 0!important;
    }
    .col2 ul.item::after {
        content: "";
        display: block;
        width: 30%;
        height: 0;
    }
    .col2 ul.item li {
        width: 30%;
    }
    footer nav > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 88%;
        margin: auto;

    }
    fo