@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  tab-size: 4;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* 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;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* 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 */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # 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=true] {
  cursor: default;
}

::-moz-selection {
  background: #232323;
  color: #fff;
}

::selection {
  background: #232323;
  color: #fff;
}

::-moz-selection {
  background: #232323;
  color: #fff;
}

:root, html, body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
  line-height: 180%;
  width: 100%;
	/*height: -webkit-fill-available;*/
}

body {
  color: #111;
  background:#DDDDDD;
  font-size: 14px;
  font-size: 1.4rem;
  /*min-height: 100vh;
  min-height: -webkit-fill-available;*/
}
body.fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

a {
  color: #00A6FF;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
}
a img {
  transition: all 0.8s ease-out;
}
a img:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.js-show-b {
  -webkit-transform: translate(0, 4rem);
  opacity: 0;
  transform: translate(0, 4rem);
  transition: all 1000ms;
}
.js-show-b.is-show-b {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-l {
  -webkit-transform: translate(-4rem, 0);
  opacity: 0;
  transform: translate(-4rem, 0);
  transition: all 1000ms;
}
.js-show-l.is-show-l {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-r {
  -webkit-transform: translate(4rem, 0);
  opacity: 0;
  transform: translate(4rem, 0);
  transition: all 1000ms;
}
.js-show-r.is-show-r {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.articleTxt {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media only screen and (max-width: 640px) {
  .articleTxt {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}

.topBtn {
  -webkit-transform-origin: left center;
  -webkit-transform: rotate(135deg);
  border: 0.2rem solid;
  border-color: transparent transparent #232323 #232323;
  bottom: 1.5rem;
  font-size: 9px;
  height: 2rem;
  position: fixed;
  right: 1.5rem;
  transform: rotate(135deg);
  transform-origin: left center;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  width: 2rem;
	cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .topBtn {
    bottom: 3rem;
    right: 3rem;
  }
}
.topBtn:hover:before {
  opacity: 0.8;
}

@media only screen and (min-width: 1024px) {
  .nonePc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .noneSp {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .noneTl {
    display: none;
  }
}

.linkUnderbar {
  color: #111;
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}
.linkUnderbar::before, .linkUnderbar::after {
  background-color: #111;
  content: "";
  height: 0.1rem;
  position: absolute;
}
.linkUnderbar::before {
  bottom: 0.1rem;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}
.linkUnderbar::after {
  bottom: 0.1rem;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}
.linkUnderbar:hover::before {
  background-color: #111;
  width: 100%;
}
.linkUnderbar:hover::after {
  background-color: #111;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}


.linkBtn {
  background: #111111;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 1.2rem 2rem;
  text-transform: uppercase;
	cursor: pointer;
}
.linkBtn:hover {
  background: rgba(17, 17, 17, 0.7);
}

.Brands__image .linkBtn{
	background: #111111;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem;
  text-transform: uppercase;
	cursor: pointer;
}

.Brands__image .linkBtn:hover {
  background: rgba(17, 17, 17, 0.7);
}


.l-content {
  display: flex;
  flex: 0 1 1100;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100;
}
@media only screen and (max-width: 640px) {
  .l-content {
    flex-direction: column;
  }
}

.l-main {
  flex: 0 2 auto;
  margin: 0 20px;
  max-width: 865px;
}

.l-sub {
  flex: 0 0 275px;
  margin: 0 20px;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .l-sub {
    flex: 1 1 100%;
    margin: 10px;
  }
}

.l-column {
  flex: 0 1 1100;
  margin: 0 auto;
  max-width: 1100;
}
@media only screen and (max-width: 640px) {
  .l-column {
    flex: 0 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-column {
    padding: 0 20px;
    width: auto;
  }
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .l-row {
    flex-direction: column;
  }
}

.l-halfColumn {
  flex: 1 0 0px;
  margin-right: 40px;
  max-width: 530px;
}
.l-halfColumn:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .l-halfColumn {
    display: block;
    flex: 1 1 100%;
    margin-right: 0;
    max-width: none;
  }
}

.l-quaterColumn {
  flex: 1 0 0px;
  margin-right: 40px;
  max-width: 245px;
}
.l-quaterColumn:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .l-quaterColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}

.l-tripartitionColumn {
  flex: 1 0 0px;
  margin-right: 26.6666666667px;
  max-width: 357.7777777778px;
}
@media only screen and (max-width: 640px) {
  .l-tripartitionColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}
.l-tripartitionColumn:last-child {
  margin-right: 0;
}

.l-halfTile {
  display: flex;
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .l-halfTile {
    flex-basis: 100%;
  }
}

.l-fitImg {
  max-height: 100%;
  max-width: 100%;
}

.sectionLabel {
  align-items: center;
  color: #E4EDF2;
  display: flex;
  flex: 1 1 auto;
  font-family: "Roboto", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  justify-content: center;
  line-height: 1;
  padding-bottom: 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .sectionLabel {
    font-size: 3rem;
    padding: 0 2rem 2.5rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sectionLabel {
    font-size: 3.5rem;
    padding: 0 2rem 4rem;
  }
}

.logo {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: lighter;
  font-weight: 300;
  padding: 10px 0;
}
@media only screen and (max-width: 640px) {
  .logo {
    font-size: 30px;
  }
}

.articleLabelL {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .articleLabelL {
    font-size: 3rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .articleLabelL {
    font-size: 3.5rem;
    margin: 0 0 2rem;
  }
}

.articleLabelM {
  color: #aaa;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  z-index: 50;
}
@media only screen and (max-width: 640px) {
  .articleLabelM {
    line-height: 1.5em;
  }
}

.articleLabelS {
  font-size: 1.2rem;
  font-weight: 100;
  margin-right: 10px;
}

.LoadWrap {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.LoadWrap__inner {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.LoadWrap__logo {
  margin: 0 0 15px;
}
.LoadWrap__items {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #aaa;
  border-radius: 100%;
  display: inline-block;
  height: 6px;
  margin: 0 5px;
  width: 6px;
}
.LoadWrap__items:first-of-type {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.LoadWrap__items:nth-of-type(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*--------------------------------------------------------------------------
   OPENIG
---------------------------------------------------------------------------*/
.Opening {
  -webkit-animation: FadeIn 4s ease-in-out both;
  animation: FadeIn 4s ease-in-out both;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 9999;
}
.Opening__layer {
  -webkit-animation: HiddenLayer 1s 3s ease-in-out both;
  animation: HiddenLayer 1s 3s ease-in-out both;
  background:#DDDDDD;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.Opening__logo {
  margin: 0 auto 15rem;
  width: 35rem;
}
@media only screen and (max-width: 640px) {
  .Opening__logo {
    margin: 0 auto 8rem;
    width: 70%;
  }
}
.Opening__logoArea {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: logo 3s ease-in-out both;
  animation: logo 3s ease-in-out both;
  color: #232323;
  left: 50%;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 9999;
}
@media only screen and (min-width: 1024px) {
  .Opening__logoArea {
    width: 60rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Opening__logoArea {
    width: 60%;
  }
}
.Opening__ttl {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}
.Opening__ttl img {
	width: 20rem;
}
@media only screen and (max-width: 640px) {
.Opening__ttl img {
	width: 16rem;
}
}

.Opening__sbttl {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 2rem 0 0;
  text-transform: capitalize;
}

@-webkit-keyframes Opening {
  100% {
    visibility: hidden;
  }
}

@keyframes Opening {
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes HiddenLayer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes HiddenLayer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.Header {
  align-items: center;
  /*background: #FFF;*/
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*left: 0;*/
  padding: 2rem 3rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/*.Header__ttl {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .Header__ttl {
    font-size: 2.4rem;
  }
}*/

.Footer {
  background: #DDDDDD;
  color: #111;
  font-family: "Roboto", sans-serif;
  font-weight:normal;
}
.Footer__copy {
  font-size: 1.2rem;
  padding: 2rem 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
.Footer__copy {
  font-size: 1rem;
  padding: 2rem 0;
  text-align: center;
}
}

.Section {
  margin: 0 auto;
  margin: 0 auto;
  max-width: 1100px;
  padding: 15rem 0;
  width: 57.2916666667%;
}
@media only screen and (max-width: 640px) {
  .Section {
    overflow: hidden;
    padding: 5rem 0;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Section {
    overflow: hidden;
    padding: 5rem 0;
    width: 100%;
  }
}

.Navi__btn {
  cursor: pointer;
  display: block;
  height: 1.4rem;
  position: relative;
  text-align: center;
  width: 4rem;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .Navi__btn {
    width: 3rem;
  }
}
.Navi__bar {
  -webkit-transform-origin: left top;
  background: #111;
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transition: all 0.5s;
  width: 4rem;
}
@media only screen and (max-width: 640px) {
  .Navi__bar {
    width: 3rem;
  }
}
.Navi__bar--middle {
  opacity: 1;
  top: 1rem;
}
.Navi__bar--bottom {
  -webkit-transform-origin: left bottom;
  top: 1rem;
  transform-origin: left bottom;
}
.Navi__contents {
  background: #DDDDDD;
  box-sizing: border-box;
  color: #111;
  height: 100%;
  opacity: 0;
  padding: 0 5rem;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 0;
}
.Navi__menu {
  margin: 8rem auto;
  opacity: 0;
  padding: 1rem 0;
  text-align: left;
}
.Navi dt {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0 0 3rem;
}
.Navi dd a {
  color: #111;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  margin: 0 0 1rem;
  padding: 1.5rem 0 0 0rem;
  position: relative;
}
.Navi dd a:hover {
  opacity: 0.6;
}
.Navi dd:last-of-type a {
  font-size: 1.4rem;
  line-height: 1.2;
}
.Navi dd:last-of-type a span {
  font-size: 1.1rem;
}
.Navi__border::before {
  background: #111;
  content: "";
  display: block;
  height: 0.2rem;
  margin: 3rem 0 1.5rem 2rem;
  width: 5rem;
}
.Navi__sns {
  display: flex;
  margin: 0 0 2rem;
}
.Navi__close {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  visibility: hidden;
  width: 100%;
}
.Navi__check {
  display: none;
}
.Navi__check:checked ~ .Navi__btn .Navi__bar--top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
}
.Navi__check:checked ~ .Navi__btn .Navi__bar--middle {
  opacity: 0;
}
.Navi__check:checked ~ .Navi__btn .Navi__bar--bottom {
  -webkit-transform: rotate(-45deg);
  top: 23px;
  transform: rotate(-45deg);
  width: 35px;
}
.Navi__check:checked ~ .Navi__close {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition-delay: 0.3s;
  transition-duration: 1s;
  visibility: visible;
  z-index: 3;
}
.Navi__check:checked ~ .Navi__contents {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
  visibility: visible;
  width: 40rem;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .Navi__check:checked ~ .Navi__contents {
    width: 100%;
  }
}
.Navi__check:checked ~ .Navi__contents .Navi__inner {
  opacity: 1;
  transition: all 0.5s 0.5s;
  visibility: visible;
}
.Navi__check:checked ~ .Navi__contents .Navi__menu {
  opacity: 1;
}

#androidBrowser_alert {
  background: rgba(17, 17, 17, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#androidBrowser_alert div.wrap {
  background: #313131;
  left: 50%;
  margin-left: -160px;
  margin-top: -150px;
  max-width: 320px;
  position: fixed;
  top: 50%;
}

#androidBrowser_alert div.con {
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  padding: 20px;
}

#androidBrowser_alert a.go2chrome {
  background: #2492c8;
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
}

@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: left top;
  }
  49% {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left top;
  }
  50% {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: right top;
  }
  100% {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: right top;
  }
}

@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: left top;
  }
  49% {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left top;
  }
  50% {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: right top;
  }
  100% {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask-inner {
  display: inline-block;
  position: relative;
  visibility: hidden;
}
.mask-inner::after {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(0, 1);
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s ease 0s;
  visibility: visible;
  width: 100%;
}
.mask-inner.start {
  -webkit-animation-name: animate-content;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: hidden;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-name: animate-content;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: hidden;
}
.mask-inner.start::after {
  -webkit-animation-name: animate-panel;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: hidden;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-name: animate-panel;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: hidden;
}

.Brands {
  font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
  padding: 8rem 0 0;
}
.Brands__inner {
  margin: 0 auto;
  width: 91.6666666667vw;
}
@media only screen and (max-width: 640px) {
  .Brands__inner {
    margin: 0 2rem;
    width: auto;
  }
}

.Brands__logo {
	width: 22rem;
	left:0;
	margin: 1rem auto 6rem;
}
@media only screen and (max-width: 640px) {
.Brands__logo {
	width: 18rem;
	left:0;
	margin: 1rem auto 5rem;
}
}

.Brands__sub {
	font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
	color:#2C2C2C;
	font-size:3rem;
	left:0;
	margin: 0 0 2rem;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.Brands__sub .Season {
	font-size: 1.8rem;
	margin-left: 1.2rem;
}
@media only screen and (max-width: 640px) {
.Brands__sub {
	font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
	color:#2C2C2C;
	font-size:2.4rem;
	left:0;
	margin: 0 0 2rem;
	display: inline-block;
	line-height: 3rem;
}

.Brands__sub .Season {
	font-size: 1.8rem;
	margin-left: 0;
}
}
.Concept_en {
	color:#2C2C2C;
	font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.5em;
	margin-bottom: 5rem;
}
@media only screen and (max-width: 640px) {
.Concept_en {
	color:#2C2C2C;
	font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
	text-align: left;
	font-size: 2rem;
	line-height: 1.5em;
	margin-bottom: 4rem;
}
}

.Concept_jp {
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#2C2C2C;
	font-size: 15px;
	line-height: 2.2em;
	margin: 0 auto 8rem;
	text-align: left;
	width: 40%;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Concept_jp {
		width: 75%;
	}
}

@media only screen and (max-width: 640px) {

.Concept_jp {
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#2C2C2C;
	font-size: 1.6rem;
	line-height: 1.8em;
	margin-bottom: 5rem;
	width: 100%;
}
}

.Brands__ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  /*padding: 4.1666666667vw 0 0;*/
}
@media only screen and (max-width: 640px) {
  .Brands__ul {
    padding: 3rem 0 0;
  }
}
.Brands__li {
  flex: 0 0 29.1666666667vw;
  margin: 0 0 15rem;
  width: 29.1666666667vw;
}
@media only screen and (max-width: 640px) {
  .Brands__li {
    flex: 0 0 100%;
    margin: 0 0 8rem;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Brands__li {
    flex: 0 0 calc((100% - 2.0833333333vw) / 2);
    margin: 0 0 8rem;
    width: calc((100% - 2.0833333333vw) / 2);
  }
}
.Brands__li:not(:nth-child(3n)) {
  margin-right: 2.0833333333vw;
}
@media only screen and (max-width: 640px) {
  .Brands__li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Brands__li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Brands__li:not(:nth-child(2n)) {
    margin-right: 2.0833333333vw;
  }
}
.Brands__image {
  margin: 0 auto 2rem;
}
.Brands__foot {
  align-items: flex-end;
  /*display: flex;*/
	display: block;
  justify-content: space-between;
}
.Brands__detail dt {
  margin: 0 0 1.4rem;
	font-size: 3rem;
	line-height: 2.8rem;
}
.Brands__detail dd {
  font-family: "Roboto", sans-serif;
  margin: 0 0 1.6rem;
	font-size: 3rem;
}
@media only screen and (max-width: 640px) {
  .Brands__detail dt {
    	font-size: 2.6rem;
  }
}
.Brands__detail dd {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .Brands__detail dd {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.Modal {
  -ms-grid-columns: 50% 1fr;
  background: #fff;
  bottom: 0;
  /*display: -ms-grid;
  display: grid;*/
  font-family: "Roboto", sans-serif;
  grid-template-columns: 50% 1fr;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding-top: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 9998;
}
@media only screen and (max-width: 640px) {
  .Modal {
    display: block;
    padding-top: 8rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Modal {
    display: block;
  }
}
.Modal.m-active {
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
}
.Modal__close {
  cursor: pointer;
  display: block;
  height: 3rem;
  position: fixed;
  right: 4rem;
  /*top: 12rem;*/
  width: 3rem;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .Modal__close {
    right: 3rem;
    top: 3rem;
  }
}
.Modal__close::before, .Modal__close::after {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: left top;
  background: #232323;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: left top;
  width: 42px;
}
.Modal__close::after {
  -webkit-transform: rotate(-45deg);
  top: 3rem;
  transform: rotate(-45deg);
}
.Modal__head {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  grid-row: 1/2;
}
.Modal__body {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  grid-row: 1/3;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .Modal__body {
    flex: 0 0 100%;
    width: 100%;
  }
}
.Modal__inner {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0 4vw 4vw 4vw;
  position: sticky;
  top: 0px;
  transform: translateZ(0);
}
@media only screen and (max-width: 640px) {
  .Modal__inner {
    padding: 0 2rem 4rem 2rem;
  }
}
.Modal__nameArea {
  margin: 0 0 8rem;
}
.Modal__nameArea h3 {
	font-size: 1em;
	font-weight:normal;
}
@media only screen and (max-width: 640px) {
  .Modal__nameArea {
    margin: 0 0 4rem;
  }
}
.Modal__logo {
  width: 22rem;
	margin-bottom: 7rem;
}
@media only screen and (max-width: 640px) {
  .Modal__logo {
    width: 14rem;
	  	margin-bottom: 5rem;
  }
}
/*.Modal__logo::after {
  background: #111;
  content: "";
  display: block;
  height: 0.3rem;
  margin: 1rem 0;
  width: 10rem;
}*/
.Modal__detail dt {
  font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
  font-size: 3rem;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 640px) {
.Modal__detail dt {
	line-height: 3.4rem;
}
}
@media only screen and (max-width: 640px) {
  .Modal__detail {
    margin: 2rem 0 0;
  }
}
.Modal__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 640px) {
  .Modal__ttl {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
}
.Modal__txt {
  margin: 0 0 7rem;
}
.Modal__recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2.0833333333vw;
}
/*.Modal__recItem {
  flex: 0 0 calc((100% - 4.1666666667vw) / 3);
  margin: 0 0 2.0833333333vw;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  .Modal__recItem {
    flex: 0 0 61.5384615385%;
    margin: 0 auto 5rem;
  }
}
.Modal__recItem:not(:nth-child(3n)) {
  margin-right: 2.0833333333vw;
}
@media only screen and (max-width: 640px) {
  .Modal__recItem:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
.Modal__recImg {
  margin: 0 auto 2rem;
}*/
.Modal__link {
  text-align: center;
}
/*.Modal__link a {
  font-size: 1.4rem;
}*/
.Modal__foot {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media only screen and (max-width: 640px) {
  .Modal__foot {
    flex: 0 0 100%;
    width: 100%;
  }
}
.Modal__imageWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Modal__image {
  /*flex: 1 1 100%;
  width: 100%;*/
	padding: 0 30rem;
}

.margin {
	margin-bottom: 20rem;
}

@media only screen and (max-width: 640px) {
.Modal__image {
  /*flex: 1 1 100%;
  width: 100%;*/
	padding: 0;
}
.margin {
	margin-bottom: 8rem;
}
}

.Modal__cregit {
    flex: 0 0 100%;
    width: 100%;
	padding: 0 30rem;
	margin: 6rem 0 30rem;
	line-height: 1.8em;
	text-align: center;
}

.Modal__cregit a {
	color: #111;
} 

.Modal__cregit .buy {
	text-decoration: underline;
	margin-left: 0.4rem;
} 

@media only screen and (max-width: 640px) {
.Modal__cregit {
	margin: 4rem 0 10rem;
	padding: 0 2rem;
}
}


.IeAlert {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  opacity: 9.9;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.IeAlert__wrap {
  max-width: 90%;
}
.IeAlert__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 3rem;
}
.IeAlert__txt {
  font-size: 1.4rem;
  margin: 0 0 3rem;
}
.IeAlert__link a {
  background: #232323;
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
}

.img-max {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.w50 {
	width: 50%;	
	height: auto;
	vertical-align: bottom;
}


.w60 {
	width: 60%;	
	height: auto;
	vertical-align: bottom;
}


.w70 {
	width: 70%;	
	height: auto;
	vertical-align: bottom;
}

.w80 {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}

.w90 {
	width: 90%;
	height: auto;
	vertical-align: bottom;
}

@media only screen and (max-width: 640px) {

.w50 {
	width: 50%;	
	height: auto;
	vertical-align: bottom;
}


.w60 {
	width: 60%;	
	height: auto;
	vertical-align: bottom;
}


.w70 {
	width: 70%;	
	height: auto;
	vertical-align: bottom;
}

.w80 {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}

.w90 {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
	
}

.u-mt10px {
  margin-top: 10px;
}

.u-mt20px {
  margin-top: 20px;
}

.u-mt30px {
  margin-top: 30px;
}

.u-mt60px {
  margin-top: 60px;
}

.u-mb100px {
  margin-bottom: 100px;
}

.u-crWht {
  color: #fff;
}

.u-clGry {
  background: #f7f7f7;
}

/**********************************/

.accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;*/
  border-top: none;
  outline: 0;
  cursor: pointer;
	  font-family: "Roboto", sans-serif;
}

.accordion-container a {
	color: #111;
}

.accordion-container .accordion-title,.accordion-container .accordion-title2 {
  display: block;
  position: relative;
  margin: 0;
  font-size: 1.4em;
  font-weight: normal;
  color: #000;
	line-height: 3em;
  /*background: #000;*/
  cursor: pointer;
}

.accordion-title{
	text-align: left;
  position: relative;
}
.accordion-title2{
	text-align: left;
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 12rem;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 640px) {
.accordion-title:after {
  right: 6rem;
}
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
	line-height: 2.4em;
  /*padding-left: 2em;*/
}
