@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);
/* font-family: 'Montserrat', sans-serif; */
/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
	fo
}

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

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

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

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

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


/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

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

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  letter-spacing: -0.4em;
}
ul li {
  letter-spacing: normal;
}

/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

a, a:link, a:hover, a:focus {
  color: #009AD1;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

*:focus {
  outline: none;
}

/* clearFIx
   ==================================== */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* TopControl
   ==================================== */
#topcontrol {
  z-index: 8;
}
#topcontrol a {
  background: url(../img/scrollup.png) center center no-repeat;
  background: url(../img/scrollup.gif) center center no-repeat\9 ;
  /* IE8 and below */
  *background: url(../img/scrollup.gif) center center no-repeat;
  /* IE7 and below */
  _background: url(../img/scrollup.gif) center center no-repeat;
  /* IE6 */
  background-size: 40px 40px;
  font-size: 0;
  text-decoration: none;
  display: block;
  height: 40px;
  width: 40px;
  opacity: 1;
  border-radius: 40px;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
}
#topcontrol a:hover {
  background-size: 40px 40px;
  opacity: 0.8;
}

/* compo
   ==================================== */
#wrap {
  padding-top: 100px;
}


/* Responsive Start */
@media only screen and (max-width: 960px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    padding-bottom: 0;
  }

  p, li, dt, dd, th, td {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }

  #topcontrol {
    bottom: 20px !important;
    z-index: 8;
  }

  body.open #topcontrol {
    opacity: 0 !important;
    transition: 0.5s;
  }

  #wrap {
    padding-top: 70px;
  }

  .contents {
    padding: 80px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .breadChumbs {
    padding: 0;
  }
  .breadChumbs ol {
    display: block;
    min-height: none;
    min-height: auto;
    padding: 15px 20px 15px;
    width: 100%;
  }
  .breadChumbs ol li {
    display: inline;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .breadChumbs ol li:after {
    margin: 0 2px 0 5px;
  }

  section {
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .cTitle {
    font-size: 14px;
    font-size: 1.4rem;
    /*
    min-height: 40vh;
    */
    min-height: auto;
    padding: 30px;
  }
  .cTitle span {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 0 0 8px;
  }

  .articleTitle {
    font-size: 14px;
    font-size: 1.4rem;
    min-height: auto;
    /*
    min-height: 40vh;
    */
    padding: 30px 0;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  .articleTitle p {
    margin-bottom: 20px;
  }
  .articleTitle p span.date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .articleTitle h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .cVi {
    height: 70vw;
    /*
    height: calc(60vh - 55px);
    */
  }
  .cVi:after {
    display: none;
    /*
    font-size: 10px;
    padding: 15px;
    min-width: 15rem;
    */
  }

  .nextPrev {
    margin: 0;
    padding: 40px 20px;
    width: auto;
  }
  .nextPrev ul {
    display: flex;
    align-items: center;
  }
  .nextPrev ul li {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .nextPrev ul li.prev span {
    padding: 15px;
  }
  .nextPrev ul li.next span {
    margin-left: 15px;
    padding: 15px;
  }
  .nextPrev ul li.full {
    width: auto;
  }

  .bigCopy {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .head02 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 15px;
  }

  .head03 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .head04 {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .editor h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 15px;
  }
  .editor h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .editor h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .editor ul li {
    line-height: 1.5;
  }
  .editor table th, .editor table td {
    padding: 7px 10px;
  }
  .editor table.responsive th {
    border: none;
    display: block;
    padding: 10px 10px;
  }
  .editor table.responsive td {
    border: none;
    display: block;
    padding: 10px 10px 15px;
  }

  ul.imgList {
    display: block;
  }
  ul.imgList li {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 25px 0;
    width: 100%;
  }
  ul.imgList li:before {
    display: none;
  }
  ul.imgList li:nth-child(3n) {
    margin-right: 0;
  }
  ul.imgList.img2 {
    justify-content: space-between;
  }
  ul.imgList.img2 li {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 25px 0;
    padding-left: 0;
    width: 100%;
  }

  .flex {
    display: block;
    margin-bottom: 30px;
  }
  .flex .img {
    margin-bottom: 5px;
    width: 100% !important;
  }
  .flex .data {
    padding: 15px 0;
    width: 100% !important;
  }
  .flex.reverse .data {
    padding: 10px 0;
  }

  .linkBtnList {
    padding: 20px 20px 10px;
  }
  .linkBtnList ul {
    display: block;
  }
  .linkBtnList ul li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .linkBtnList ul li:nth-child(2) {
    border-left: 1px solid #CCC;
  }
  .linkBtnList ul li a {
    display: block;
    padding: 15px 60px 15px 25px;
  }
}
/* Basic
   ==================================== */
@media only screen and (min-width: 960px) {
  .spHide {
    display: inline-block;
  }

  .spDisp {
    display: none;
  }

  .font13 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

@media only screen and (min-width: 960px) {
  .icon {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 960px) {
  .spImg {
    height: auto;
    width: 100%;
  }

  .spCenter {
    text-align: center;
  }

  .spHide {
    display: none;
  }

  .spDisp {
    display: inline-block;
  }

  .font13 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .font13 {
    font-size: 10px;
    font-size: 1rem;
  }
}
.headLogo {
  position: relative;
  margin-left: -3px;
}
.headLogo img, .headLogo svg {
  width: 120px;
  max-width: none;
}

body.open .headLogo {
  z-index: 100000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
	background-color: rgba(255,255,255,0.90);
}
.header .inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 70px;	
	background-color: rgba(255,255,255,0.90);
}
.header .inr > ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header .inr > ul > li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}
.header .inr > ul > li > a, .header .inr > ul > li .notA {
  color: #505050;
  display: block;
  padding: 12px 10px 10px;
  text-decoration: none;
  transition: 0.2s;
}
.header .inr > ul > li > a:hover, .header .inr > ul > li .notA:hover {
  color: #999;
}
.header .inr > ul > li #moreUl {
  position: absolute;
  top: 68px;
  background-color: white;
  box-shadow: 10px 10px 15px -10px #DDD;
  display: block;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  width: 260px;
}
.header .inr > ul > li #moreUl li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header .inr > ul > li #moreUl li a {
  color: #333;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 5px;
  text-decoration: none;
  transition: 0.3s;
}
.header .inr > ul > li #moreUl li a:hover {
  color: #009AD1;
}
.header .inr > ul > li #moreUl li a .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
}
.header .inr > ul > li #moreUl li a .img img {
  height: auto;
  width: 100%;
  max-width: none;
}
.header .inr > ul > li #moreUl li a .data {
  padding-left: 10px;
  width: calc(100% - 70px);
}
.header .inr > ul > li #moreUl li a .data h3 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
.header .inr > ul > li #moreUl li a .data p {
  color: #929292;
  font-size: 10px;
  font-size: 1rem;
  display: none;
}
.header .inr > ul > li:hover #moreUl {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.header .inr > ul li.last {
  padding-left: 20px;
}
.header .inr > ul li.last a {
  background-color: #000;
  color: #FFF;
  padding: 10px 15px 12px;
}
.header .inr > ul li.last a img.cart {
  margin-right: 10px;
  width: 17px;
  position: relative;
  top: 1px;
}
.header .inr > ul li.last a img.blank {
  margin-left: 8px;
  width: 12px;
}
.header .inr > ul li.last a:hover {
  background-color: #333;
}

.throughHd .header {
  background: #FFF;
}

/*
body.hanten .header {
color: white;
mix-blend-mode: difference;
}
body.open .header {
mix-blend-mode: normal;
}
*/
/* spMenu
==================================== */
.spMenuSet {
  display: none;
}

.open #global-nav {
  z-index: 1000;
  visibility: visible;
}

#global-nav {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  letter-spacing: 0.08em;
  padding: 80px 30px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#global-nav ul.mainMenu {
  list-style: none;
	
}

#global-nav ul.mainMenu a,
#global-nav ul.mainMenu span.notA {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  position: relative;
  transition: 0.2s;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-nav ul.mainMenu > li > a:after {
  content: "\f105";
  color: #051931;
  display: inline-block;
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  right: 0;
}

#global-nav ul.mainMenu > li > span.notA:after {
  content: '\f067';
  color: #051931;
  display: inline-block;
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  right: 0;
}

#global-nav ul.mainMenu > li > span.notA.open:after {
  content: "\f068";
}

#global-nav ul.mainMenu a:hover {
  /*background: rgba(5, 25, 49, 0.95);*/
  cursor: pointer;
}

#global-nav ul.mainMenu li {
  opacity: 0;
  transform: scaleY(0) translateY(50px);
  filter: blur(10px);
  transition: none;
}

#global-nav ul.mainMenu li #moreUlSp {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  display: none;
  justify-content: space-between;
  padding: 0 0 15px;
  overflow: hidden;
}
#global-nav ul.mainMenu li #moreUlSp li {
  float: left;
  width: 50%;
}
#global-nav ul.mainMenu li #moreUlSp li a {
  color: #333;
	
  display: block;
  /*
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  */
  padding: 7px 0;
  text-decoration: none;
  transition: 0.3s;
}
#global-nav ul.mainMenu li #moreUlSp li a .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  display: none;
}
#global-nav ul.mainMenu li #moreUlSp li a .img img {
  height: auto;
  width: 100%;
  max-width: none;
}
#global-nav ul.mainMenu li #moreUlSp li a .data {
  width: 100%;
}
#global-nav ul.mainMenu li #moreUlSp li a .data h3 {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
}
#global-nav ul.mainMenu li #moreUlSp li a .data p {
  color: #929292;
  font-size: 10px;
  font-size: 1rem;
  display: none;
}

.open #global-nav ul.mainMenu li {
  opacity: 1;
  transform: scaleX(1) translateX(0);
  filter: blur(0);
  transition: all 0.6s ease-out;
  transition-delay: 0.2s;
}

.open #global-nav ul.mainMenu li:nth-child(2) {
  transition-delay: 0.25s;
}

.open #global-nav ul.mainMenu li:nth-child(3) {
  transition-delay: 0.3s;
}

.open #global-nav ul.mainMenu li:nth-child(4) {
  transition-delay: 0.35s;
}

.open #global-nav ul.mainMenu li:nth-child(5) {
  transition-delay: 0.4s;
}

.open #global-nav ul.mainMenu li:nth-child(6) {
  transition-delay: 0.45s;
}

#nav-bg {
  content: "";
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  display: block;
  position: fixed;
  background: rgba(0, 44, 89, 0);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale();
}

.open #nav-bg {
  background: white;
  transform: scale(1);
  transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100vw;
  height: 100vh;
  margin-right: 0;
  margin-top: 0;
  top: 0;
  left: 0;
}

#nav-toggle {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 46px;
  height: 50px;
  cursor: pointer;
  padding: 25px 20px 0 0;
  z-index: 1001;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

#nav-toggle div {
  position: relative;
}

body.open #nav-toggle {
  z-index: 1000000000;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
  zoom: 1;
  transition: 0.25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 9px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}

.open #nav-toggle {
  background: transparent;
}

.open #nav-toggle span {
  background: #000;
}

.open #nav-toggle span:nth-child(1) {
  top: 8px;
  transform: rotate(-135deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 8px;
  transform: rotate(135deg);
  zoom: 1;
  width: 100%;
}

#global-nav .subMenu {
  padding-top: 10px;
}
#global-nav .subMenu > p {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
}
#global-nav .subMenu > p a {
  color: #939393;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 0;
  text-decoration: none;
}
#global-nav .subMenu .spMenuFlex {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
#global-nav .subMenu .spMenuFlex .btn {
  font-size: 15px;
  font-size: 1.5ren;
}
#global-nav .subMenu .spMenuFlex .btn a {
  background-color: #000;
  color: #FFF;
  padding: 10px 15px 12px;
  text-decoration: none;
}
#global-nav .subMenu .spMenuFlex .btn a img.cart {
  margin-right: 10px;
  vertical-align: middle;
  width: 17px;
  position: relative;
  top: 1px;
}
#global-nav .subMenu .spMenuFlex .btn a img.blank {
  margin-left: 8px;
  vertical-align: middle;
  width: 12px;
}
#global-nav .subMenu .spMenuFlex ul {
  display: flex;
  justify-content: flex-start;
  max-width: none;
}
#global-nav .subMenu .spMenuFlex ul li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 15px 0 0;
}
#global-nav .subMenu .spMenuFlex ul li a {
  color: #505050;
  padding: 3px 0 1px 0;
}

#global-nav .subMenu > p,
#global-nav .subMenu > .spMenuFlex {
  opacity: 0;
  transform: scaleY(0) translateY(50px);
  filter: blur(10px);
  transition: none;
}

.open #global-nav .subMenu > p,
.open #global-nav .subMenu > .spMenuFlex {
  opacity: 1;
  transform: scaleX(1) translateX(0);
  filter: blur(0);
  transition: all 0.6s ease-out;
  transition-delay: 0.2s;
}

.open #global-nav .subMenu .li01 {
  transition-delay: 0.5s;
}

.open #global-nav .subMenu .li02 {
  transition-delay: 0.55s;
}

.open #global-nav .subMenu .li03 {
  transition-delay: 0.6s;
}

.open #global-nav .subMenu > .spMenuFlex {
  transition-delay: 0.65s;
}

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .headLogo {
    margin-left: 0;
  }
  .headLogo img, .headLogo svg {
    height: 40px;
    width: auto;
  }

  .header {
    height: 70px;
    z-index: 1000;
    padding: 0px 20px 0;
    width: 100%;
  }
  .header .inr {
    display: block;
    height: auto;
	background-color: rgba(255,255,255,0.0);
	 padding: 10px 0px;
	
  }
  .header .inr ul {
    display: none;
  }

  /* spMenu
  ==================================== */
  .spMenuSet {
    display: block;
  }
}
.footer {
  background-color: #FFF;
  padding: 150px 70px 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer .footLogo {
  line-height: 0;
  margin-bottom: 25px;
  margin-left: -3px;
}
.footer .footLogo img, .footer .footLogo svg {
  height: 27px;
  width: 180px;
}
.footer .ftFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .ftFlex .ftL {
  max-width: 44rem;
}
.footer .ftFlex .ftL ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer .ftFlex .ftL ul li {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.footer .ftFlex .ftL ul li a {
  color: #505050;
  display: block;
  padding: 3px 15px 10px 0;
  text-decoration: none;
  transition: 0.2s;
}
.footer .ftFlex .ftL ul li a:hover {
  color: #999;
}
.footer .ftFlex .ftR ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
}
.footer .ftFlex .ftR ul li {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-left: 15px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.footer .ftFlex .ftR ul li:nth-child(5) {
  border-right: 1px solid #AAA;
  padding-right: 18px;
}
.footer .ftFlex .ftR ul li.sns {
  font-size: 16px;
  font-size: 1.6rem;
}
.footer .ftFlex .ftR ul li a {
  color: #505050;
  display: block;
  padding: 3px 0 0 5px;
  text-decoration: none;
  transition: 0.2s;
}
.footer .ftFlex .ftR ul li a:hover {
  color: #999;
}
.footer .ftFlex .ftR small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 0 0;
  text-align: right;
}

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .footer {
    padding: 60px 20px 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .footer .footLogo {
    line-height: 0;
    margin-bottom: 25px;
    margin-left: 0;
  }
  .footer .footLogo img, .footer .footLogo svg {
    height: 27px;
    width: 160px;
  }
  .footer .ftFlex {
    display: block;
  }
  .footer .ftFlex .ftL {
    max-width: none;
    padding-bottom: 10px;
  }
  .footer .ftFlex .ftL ul li {
    font-size: 10px;
    font-size: 1rem;
  }
  .footer .ftFlex .ftL ul li a {
    padding: 10px 10px 5px 0;
  }
  .footer .ftFlex .ftR ul {
    display: flex;
    justify-content: flex-start;
    max-width: none;
    margin-top: 20px;
  }
  .footer .ftFlex .ftR ul li {
    font-size: 9px;
    font-size: 0.9rem;
    margin: 0 10px 10px 0;
  }
  .footer .ftFlex .ftR ul li:nth-child(5) {
    border-right: none;
    padding-right: calc(100% - 18em);
  }
  .footer .ftFlex .ftR ul li a {
    color: #999;
    padding: 3px 0 1px 0;
  }
  .footer .ftFlex .ftR ul li.sns {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 25px;
  }
  .footer .ftFlex .ftR ul li.sns a {
    color: #505050;
  }
  .footer .ftFlex .ftR small {
    font-size: 8px;
    font-size: 0.8rem;
    padding: 35px 0 0;
    text-align: left;
  }
}