@charset "UTF-8";
@import url("https://use.typekit.net/iff5mde.css");
/*!
 * 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;
	color: #9d9d9d;
  /* 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: #154A80;
  color: #fff;
}

::selection {
  background: #154A80;
  color: #fff;
}

::-moz-selection {
  background: #154A80;
  color: #fff;
}

:root, html, body {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
  line-height: 180%;
  width: 100%;
}

body {
  color: #232323;
  font-size: 14px;
  font-size: 1.4rem;
}

a {
  color: #000;
  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);
}

.l-content {
  display: flex;
  flex: 0 1 1200;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200;
}
@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 1200px;
  margin: 10rem auto auto;
  max-width: 1200px;
}
.l-column_W {
  margin: 20rem auto auto;
  max-width: 1200px;
}


@media only screen and (max-width: 640px) {
  .l-column {
    flex: 0 1 auto;
    width: auto;
	  margin: 5rem auto auto;
  }
	.l-column_W {
  margin: 15rem auto auto;
}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-column {
    padding: 0;
    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;
}
.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;
}
.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;
}
@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: zooja-pro, 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: zooja-pro, 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: 400;
  letter-spacing: 0;
  line-height: 1em;
  position: relative;
  z-index: 1;
	text-align: center;
}
@media only screen and (max-width: 640px) {
  .articleLabelL {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .articleLabelL {
    font-size: 3.5rem;
  }
}

.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;
}

.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;
  }
}

.linkButton {
  color: #D1E722;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}
.linkButton::after {
  background: #232323;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}
.linkButton:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.linkButton:hover {
  color: #fff;
}
.linkButton:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.topBtn {
  -webkit-transform-origin: left center;
  -webkit-transform: rotate(135deg);
  border: 0.2rem solid;
  border-color: transparent transparent #000 #000;
  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;
}
@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;
  }
}

.BtnArr {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-family: zooja-pro, sans-serif;
  position: relative;
  text-align: left;
  width: 200px;
}
.BtnArr__arr {
  background-color: #fff;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all 0.5s ease;
  width: 35px;
}
.BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all 0.5s ease;
  width: 10px;
}
.BtnArr__wrap {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}
.BtnArr:hover .BtnArr__arr, .BtnArr:hover .BtnArr__arr:before {
  -webkit-transform: translateX(1rem);
  background-color: #fff;
  transform: translateX(1rem);
  transition: all 0.5s ease;
}
.BtnArr:hover .BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.link {
  background: #232323;
  border: 0.2rem solid #232323;
  border-radius: 0.1rem;
  color: white;
  font-family: zooja-pro, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 3rem;
}
.link:hover {
  background: transparent;
  color: #232323;
}

.linkUnderline {
  color: #232323;
  display: inline-block;
  font-family: zooja-pro, sans-serif;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}
.linkUnderline::before, .linkUnderline::after {
  background-color: #ccc;
  content: "";
  height: 0.1rem;
  position: absolute;
}
.linkUnderline::before {
  bottom: -0.4rem;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}
.linkUnderline::after {
  bottom: -0.4rem;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}
.linkUnderline:hover::before {
  background-color: #ddd;
  width: 100%;
}
.linkUnderline:hover::after {
  background-color: #ddd;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}

/*--------------------------------------------------------------------------
   OPENIG
---------------------------------------------------------------------------*/
.Opening {
  -webkit-animation: Opening 4s ease-in-out both;
  animation: Opening 4s ease-in-out both;
  font-family: zooja-pro, sans-serif;
  font-weight: 700;
  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: #D1E722;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.Opening__logoArea {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: logo 3s ease-in-out both;
  animation: logo 3s ease-in-out both;
  color: #D1E722;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .Opening__logoArea {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Opening__logoArea {
    width: 60%;
  }
}

@-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 */
.Header__logo {
  left: 3rem;
  position: fixed;
  top: 3rem;
  width: 8rem;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .Header__logo {
    left: 1rem;
    position: absolute;
    top: 1rem;
  }
}

.Footer {
  background: #C5C6C6;
  text-align: center;
}
.Footer__head {
  display: inline-block;
  padding: 15rem 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .Footer__head {
    padding: 15rem 2rem;
  }
}
.Footer__sen {
  color: #D1E722;
  font-family: zooja-pro, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 5rem;
}
.Footer__btn a {
  background: #D1E722;
  color: white;
  display: block;
  font-size: 2.5rem;
  padding: 3rem 0;
	border-radius: 2px;
}
.Footer__copy {
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 2rem 0;
  text-align: center;
	font-family: 'Roboto', sans-serif;
}

.Section {
  margin: 0 auto;
  padding: 6rem 0;
}
@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: 10rem 0;
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
   メニュー
---------------------------------------------------------------------------*/
/* ------------------------------------------------ drawer menu */
.drawer-menu {
  background: #f7f7f7;
  box-sizing: border-box;
  height: 100%;
  opacity: 0;
  padding: 0 5rem;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 0;
}
.drawer-menu__ttl {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  padding: 0 0 3rem;
}
.drawer-menu__body {
  margin: 8rem auto;
  opacity: 0;
  padding: 1rem 0;
  text-align: left;
}
.drawer-menu__border::before {
  background: #232323;
  content: "";
  display: block;
  height: 0.1rem;
  margin: 3rem 0 1.5rem 2rem;
  width: 5rem;
}
.drawer-menu__hpLink a {
  color: #232323;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  padding: 1.5rem 0 0 2rem;
  position: relative;
}
.drawer-menu__hpLink a:hover {
  opacity: 0.6;
}

/* ------------------------------------------------ checkbox */
.check {
  display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
  cursor: pointer;
  display: block;
  display: block;
  font-size: 10px;
  height: 30px;
  position: fixed;
  right: 4rem;
  text-align: center;
  top: 3rem;
  width: 30px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .menu-btn {
    right: 10px;
    top: 10px;
  }
}

.bar {
  -webkit-transform-origin: left top;
  background: #232323;
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transition: all 0.5s;
  width: 4rem;
}
@media only screen and (max-width: 640px) {
  .bar {
    width: 3rem;
  }
}

.bar.middle {
  opacity: 1;
  top: 10px;
}

.bar.bottom {
  -webkit-transform-origin: left bottom;
  top: 10px;
  transform-origin: left bottom;
}

.menu-btn__text {
  bottom: -15px;
  color: #000;
  display: block;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  .menu-btn:hover .menu-btn__text {
    color: #999;
  }
}

.close-menu {
  background: rgba(0, 0, 0, 0);
  cursor: url(../images/cross.svg), auto;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  visibility: hidden;
  width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
  -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) {
  .check:checked ~ .drawer-menu {
    width: 90%;
  }
}
.check:checked ~ .drawer-menu .drawer-menu__body {
  opacity: 1;
}

.check:checked ~ .drawer-menu .drawer-menu__inner {
  opacity: 1;
  transition: all 0.5s 0.5s;
  visibility: visible;
}

.check:checked ~ .contents {
  transition-delay: 0s;
}

.check:checked ~ .menu-btn .menu-btn__text {
  opacity: 0;
  visibility: hidden;
}

.check:checked ~ .menu-btn .bar.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
}

.check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
  -webkit-transform: rotate(-45deg);
  top: 23px;
  transform: rotate(-45deg);
  width: 35px;
}

.check:checked ~ .close-menu {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition-delay: 0.3s;
  transition-duration: 1s;
  visibility: visible;
  z-index: 3;
}

#androidBrowser_alert {
  background: rgba(35, 35, 35, 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;
}

.Hero {
  font-family: zooja-pro, sans-serif;
  font-weight: bold;
  position: relative;
}
.Hero__head {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54.375%;
}
@media only screen and (max-width: 640px) {
  .Hero__head {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Hero__head {
    width: 80%;
  }
}

.Introduction__inner h1{
	text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 25px;
line-height: 1.4em;
margin-bottom: 6rem;
}



.Introduction__txt {
  font-size: 18px;
  line-height: 2em;
  text-align: left;
width: 61%;
margin: 0 auto 2rem auto;
}


.Introduction__txt:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .Introduction__txt {
    font-size: 1.5rem;
    padding: 0 2rem;
	  width: 100%;
  }
	
	.Introduction__inner{
		margin-bottom: 5rem;
	}
	
	.Introduction__inner h1{
font-size: 20px;
width: 80%;
margin: 0 auto 4rem auto;
	}

	
	
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Introduction__txt {
    font-size: 1.8rem;
    padding: 0 2rem;
  }
}

.Keyword {
  background: #C5C6C6;
  padding-bottom: 30rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .Keyword {
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Keyword {
    padding-bottom: 20rem;
  }
}
.Keyword::before {
  -webkit-transform: translateX(-50%);
  border: 3rem solid transparent;
  border-top: 2rem solid #D1E722;
  bottom: 15rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .Keyword::before {
    border: 2.5rem solid transparent;
    border-top: 1.5rem solid #D1E722;
    bottom: 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Keyword::before {
    border: 2.5rem solid transparent;
    border-top: 1.5rem solid #D1E722;
    bottom: 10rem;
  }
}
.Keyword__ttl {
  color: white;
  font-family: zooja-pro, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  margin: 0 0 15rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .Keyword__ttl {
    margin: 0 0 5rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Keyword__ttl {
    margin: 0 0 5rem;
  }
}
.Keyword__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15rem;
}
@media only screen and (max-width: 640px) {
  .Keyword__nav {
    margin: 0 0 5rem;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Keyword__nav {
    margin: 0 0 5rem;
    padding: 0 2rem;
  }
}
.Keyword__navBlock {
  flex: 0 0 calc((100% - 10rem) / 6);
}
@media only screen and (max-width: 640px) {
  .Keyword__navBlock {
    flex: 0 0 calc((100% - 3rem) / 3);
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Keyword__navBlock {
    flex: 0 0 calc((100% - 3rem) / 3);
    margin-bottom: 1.5rem;
  }
}
.Keyword__txt {
  color: white;
  font-family: zooja-pro, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .Keyword__txt {
    font-size: 2.4rem;
  }
}
.Keyword__link {
  color: white;
  display: block;
  height: 100%;
  width: 100%;
}
.Keyword__img {
  overflow: hidden;
  position: relative;
  
}
.Keyword__img::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.9s ease;
  width: 100%;
  z-index: 1;
}
.Keyword__img img {
  -webkit-transform: scale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: scale(1);
  transition: 0.9s ease;
}
.Keyword__img:hover img {
  -webkit-transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transform: scale(1.1);
  transition: 0.9s ease;
}
.Keyword__img:hover::before {
  background: rgba(0, 0, 0, 0);
  transition: 0.9s ease;
}
.Keyword__name {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .Keyword__name {
    font-size: 1.2rem;
	  text-align: center;
  }
}
 

.Products {
  color: #232323;
  position: relative;
}
/*.Products:nth-of-type(odd) {
  background-color: #f7f7f7;
}*/
@media only screen and (max-width: 640px) {
  .Products {
    padding: 8rem 0 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Products {
    padding: 8rem 0;
  }
}
.Products__head {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .Products__head {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Products__head {
    padding: 0 2rem;
  }
}
.Products__num {
  font-size: 6rem;
  margin: 0 0 6.4rem;
}
@media only screen and (max-width: 640px) {
  .Products__num {
    font-size: rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Products__num {
    font-size: 4rem;
    margin: 0 0 3rem;
  }
}
.Products__num span {
  color: #D1E722;
  font-family: zooja-pro, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  margin: 0 2rem 0 0;
}
@media only screen and (max-width: 640px) {
  .Products__num span {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Products__num span {
    font-size: 4rem;
  }
}
.Products__ttl {
  font-size: 8.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .Products__ttl {
    font-size: 4.3rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Products__ttl {
    font-size: 4.3rem;
  }
}
.Products__body {
  margin: 0 0 12rem;
	display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 1200px;
}
.Products__sab{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.Products__body_3l {
  margin: 15rem 0 12rem;
width: 1200px;
}


@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Products__body_3l {
  margin: 15rem 0 12rem;
width: 100%;
}

}



@media only screen and (max-width: 640px) {
 .Products__sab{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
}


.Products__sab_body{
	width: 85%;
	margin: 0 auto;
}



.Products__sab_Bimg{
	margin: 0 0 0 auto;
	width: 48%;
}
.Products__sab_Bimg_2{
	margin: -35rem auto 0 0;
	width: 48%;
	
}

@media only screen and (max-width: 640px) {
	.Products__sab_body{
	margin: 10rem auto;
		width: 100%;
}
	.Products__sab_Bimg_2{
		margin: -14rem auto 0 0;
	}
}



.clt__ttl{
	margin: auto 0;
}

.clt__ttl_right{
	margin: auto 15rem auto 0;
}

.clt__ttl_2{
	margin: 0 auto;
	width: 50%;
	text-align: center;
}

.b__ttl_B_M{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #154A80;
	font-size: 40px;
}

.b__ttl_B_ML{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #154A80;
	font-size: 35px;
}

.b__ttl_O_M{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #FB8C3F;
	font-size: 40px;
	margin: 4rem 0 0 0;
}

.b__ttl_O_M_right{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #FB8C3F;
	font-size: 40px;
	margin: 0 0 3rem 0;
	text-align: right;
}

.b__ttl_O_W{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #FB8C3F;
	font-size: 40px;
}
.b__ttl_B_W{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #154A80;
	font-size: 40px;
	margin: 4rem 0 0 0;
}

.b__ttl_B_W_right{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #154A80;
	font-size: 40px;
	margin: 0 0 3rem 0;
	text-align: right;
}


.Products__creditLink{
	margin: 2rem 0;
}
.Products__credit_name{
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}


.Products__credit_ul{
	font-size: 1.5rem;
margin: 3rem auto 4rem auto;
text-align: left;
	font-family: 'Roboto', sans-serif;
font-weight: 300;
}
.Products__credit_ul a{
	display: inline-block;
padding: 5px 40px;
color: #000;
border: solid 1px;
}
.Products__credit_ul a:hover{
	background: #9d9d9d;
	color: #fff;
}


.Products__credit_ul_ct{
		font-size: 1.5rem;
margin: 3rem auto 4rem auto;
text-align: left;
	font-family: 'Roboto', sans-serif;
font-weight: 300;
}
.Products__credit_ul_ct a{
	display: inline-block;
padding: 5px 40px;
color: #000;
border: solid 1px;
}
.Products__credit_ul_ct a:hover{
	background: #9d9d9d;
	color: #fff;
}



.Products__credit_ul_cter{
	font-size: 1.5rem;
margin: 3rem auto 4rem auto;
text-align: center;
	font-family: 'Roboto', sans-serif;
font-weight: 300;
}
.Products__credit_ul_cter a{
	display: inline-block;
padding: 5px 40px;
color: #000;
border: solid 1px;
}
.Products__credit_ul_cter a:hover{
	background: #9d9d9d;
	color: #fff;
}

.Products__credit_ul_2l{
	font-size: 1.5rem;
margin: 1rem auto 4rem auto;
text-align: left;
	font-family: 'Roboto', sans-serif;
font-weight: 300;
}
.Products__credit_ul_2l a{
	display: inline-block;
padding: 5px 40px;
color: #000;
border: solid 1px;
}
.Products__credit_ul_2l a:hover{
	background: #9d9d9d;
	color: #fff;
}



@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .clt__ttl_right{
	margin: auto;
}
	.b__ttl_B_ML{
		font-size: 28px;
	}
	.b__ttl_O_M_right{
		font-size: 30px;
	}
	.b__ttl_O_M{
		font-size: 30px;
	}
	.b__ttl_B_M{
		font-size: 30px;
	}
	.b__ttl_B_W{
		font-size: 30px;
	}
	.b__ttl_B_W_right{
		font-size: 30px;
	}

}


@media only screen and (max-width: 640px) {
  .Products__body {
    margin: 0;
	  width: 100%;
  }
.Products__body_3l {
  margin: 0;
width: 100%;
}
	
.Products__credit_ul{
margin: 2rem auto 4rem auto;
}

.Products__credit_ul_ct{
	margin: 2rem auto 4rem auto;
text-align: center;
}
	
.Products__credit_ul_cter{
		margin: 2rem auto 4rem auto;
	}
	
.Products__credit_ul_2l{
margin: 1rem auto 4rem auto;
}
	
.clt__ttl{
	margin:1rem auto 0 1rem;
}	
	
.clt__ttl_right{
	margin:0 auto 0 auto;
	position: absolute;
	top: 9rem;
left: 23.5%;
text-align: center;
}	
	.clt__ttl_b{
		margin:10rem auto 0 auto;
	}
	
	.b__ttl{
		text-align: center;
	}
	.Products__credit_name{
		text-align: left;
	}
	
	.b__ttl_B_W_right{
		font-size: 30px;
	}
	
	.b__ttl_B_M{
	font-size: 30px;
}
	.b__ttl_O_M{
		font-size: 30px;
	}
	.b__ttl_B_ML{
	font-size: 25px;
}
	.b__ttl_O_M_right{
		font-size: 25px;
		margin-right: 1rem;
	}
	.b__ttl_B_W{
		font-size: 30px;
	}
	
	
	
	
	
	.Products__creditLink{
	margin: 1rem 0;
}
	.Products__credit_name{
	font-size: 12px;
}
	
}
.Products__img {
  margin: 0 auto 0 0;
	width: 45%;
}

.Products__img_women{
	margin: 0 0 0 auto;
	width: 45%;
}

.Products__img_2l{
	width: 100%;
}

.Products__ttl_img{
	width: 30%;
margin: auto;
}
.Products__ttl_img_W{
	width: 30%;
margin: auto;
}

.Products__sab_img {
  margin: 0;
	width: 65%;
}
.Products__sab2_img {
  margin: 15rem auto auto;
	width: 100%;
}

.Products__sab_wright{
	margin: 0 0 auto auto;
		width: 65%;
}


@media only screen and (max-width: 640px) {
  .Products__img {
    flex: 0 0 auto;
    margin: 10rem auto 2rem;
    width: 95%;
  }
.Products__img_women{
	flex: 0 0 auto;
    margin: 10rem auto 2rem;
    width: 95%
}
	
.Products__sab_img {
  margin: 3rem auto;
	width: 100%;
}
.Products__sab2_img {
  margin: 10rem auto auto;
}
	
.Products__sab_wright{
	 margin: 3rem auto;
	width: 100%;
}
	
.Products__ttl_img{
	width: 60%;
position: absolute;
left: 20%;
top: 0;
	margin: 1rem auto;
}
	
.Products__ttl_img_W{
	width: 60%;
position: absolute;
left: 20%;
top: 0;
	margin: 12rem auto;
}
	
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Products__img {
    flex: 0 0 auto;
    margin: 0 2rem 0 auto;
    padding-right: 0;
    width: 50%;
  }
	.Products__img_women{
	flex: 0 0 auto;
    margin: 0 2rem 0 auto;
    padding-right: 0;
    width: 50%;
}
	
	.Products__body {
	  width: 100%;
  }
	.clt__ttl{
	margin: auto 0 auto 1rem;
}

	
}
@media only screen and (max-width: 640px) {
  .Products__foot {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Products__foot {
    padding: 0 2rem;
  }
}
.Products__descArea {
  flex: 0 0 39.5833333333%;
}
@media only screen and (max-width: 640px) {
  .Products__descArea {
    flex: 0 0 100%;
    margin: 0 0 5rem;
  }
}
.Products__catch {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 3rem;
}
.Products__creditArea {
  flex: 0 0 32.1666666667%;
  font-style: 1.2rem;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Products__creditArea {
		 flex: 0 0 50%;
		
	  }
}
@media only screen and (max-width: 640px) {
  .Products__creditArea {
    flex: 0 0 100%;
  }
}
.Products__creditArea p {
  margin: 0 0 2rem;
}
.Products__credit {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin: 0 0 2rem;
}
.Products__credit a {
  background: white;
  border: 0.1rem solid;
  color: #232323;
  font-size: 1rem;
  line-height: 1;
  padding: 0.3rem 0.6rem;
  text-transform: capitalize;
}
.Products__credit a:hover {
  background: #D1E722;
  border: 0.1rem solid #232323;
}

.Brand {
  padding: 24rem 0;
}
@media only screen and (max-width: 640px) {
  .Brand {
    padding: 12rem 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Brand {
    padding: 10rem 0;
  }
}
.Brand__logo {
  margin: 0 auto 8rem;
  width: 40rem;
}
@media only screen and (max-width: 640px) {
  .Brand__logo {
    margin: 0 auto 8rem;
    width: 80%;
  }
}
.Brand__btn {
  margin: 4rem auto 0;
  text-align: center;
}

.Information__head {
  margin: 0 0 4rem;
}
@media only screen and (max-width: 640px) {
  .Information__head {
    margin: 0 2rem 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Information__head {
    margin: 0 5rem 4rem;
  }
}
.Information__inner {
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .Information__inner {
    margin: 0 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Information__inner {
    flex-direction: column;
    margin: 0 5rem;
  }
}
.Information__img {
  flex: 0 0 40%;
}
@media only screen and (max-width: 640px) {
  .Information__img {
    margin: 0 0 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Information__img {
    margin: 0 0 4rem;
  }
}
.Information__dl {
  flex: 1;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 640px) {
  .Information__dl {
    padding: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Information__dl {
    padding: 0;
  }
}
.Information__dt {
  font-size: 2.4rem;
  margin: 0 0 3rem;
}
.Information__p {
  margin-bottom: 2rem;
}
.Information__p:last-of-type {
  margin-bottom: 5rem;
}
.Information__link {
  color: #00A6FF;
  font-size: 1.4rem;
}

.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: #D1E722;
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
}



/*

.Shoplist {
  background: #f7f7f7;
  font-weight: 700;
  padding-left: 11.5%;
  padding-right: 11.5%;
}
@media only screen and (max-width: 640px) {
  .Shoplist {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Shoplist {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.Shoplist__ttl {
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 640px) {
  .Shoplist__ttl {
    margin: 0 auto 5rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Shoplist__ttl {
    margin: 0 auto 5rem;
  }
}
.Shoplist__inner {
  justify-content: center;
}
.Shoplist__block {
  align-items: center;
  border-top: 1px solid #ccc;
  margin: 0 0 5rem;
  padding: 5rem 0 0;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .Shoplist__block {
    margin: 0 auto 5rem;
    width: auto;
  }
  .Shoplist__block:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Shoplist__block {
    margin: 0 auto 10rem;
  }
}
.Shoplist__block:last-of-type {
  border-bottom: 1px solid #ccc;
  padding: 5rem 0;
}
.Shoplist__overview {
  flex: 0 0 calc(50% - 2rem);
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 640px) {
  .Shoplist__overview {
    flex: 0 0 100%;
    width: 100%;
  }
}
.Shoplist__imgArea {
  flex: 0 0 calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
}
@media only screen and (max-width: 640px) {
  .Shoplist__imgArea {
    flex: 0 0 100%;
    margin: 3rem 0 0;
    width: 100%;
  }
}
.Shoplist__imgArea img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.Shoplist__shopName {
  font-family: zooja-pro, sans-serif;
  font-size: 1.8rem;
  line-height: 1em;
  padding-bottom: 0.5rem;
}
.Shoplist__shopKana {
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .Shoplist__shopKana {
    display: block;
    margin: 0.5rem 0 0 0;
  }
}
.Shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 1.5rem;
}
.Shoplist__shopinfo dt {
  align-items: center;
  color: #555;
  display: flex;
  flex: 0 0 8rem;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0.5rem 0 0 0;
  max-width: 8rem;
}
.Shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 8rem);
  line-height: 1.4;
  margin: 0.5rem 0 0 0;
  width: calc(100% - 8rem);
}
.Shoplist__shopinfo dd a {
  color: #232323;
}
.Shoplist__map {
  font-style: italic;
  margin-left: 0.5rem;
}
.Shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}
.Shoplist__sns li {
  margin-right: 10px;
  width: 1.8rem;
}
.Shoplist__btn {
  font-size: 1.2rem;
  margin: 2rem 0 0;
}
*/

.Shoplist {
  font-family: "Roboto", sans-serif;
  margin: 10rem auto 0;
	width: 110rem;
}

.Shoplist__ttl {
  margin: 0 0 15rem;
}

@media only screen and (max-width: 640px) {
.Shoplist {
	width: 100%;
}
	
	
  .Shoplist__ttl {
    margin: 0 2rem 5rem;
  }
}

.Shoplist__block {
  letter-spacing: .1em;
  margin: 0 3rem 10rem 0;
  text-align: left;
  width: calc((100% - 3rem) / 2);
}

.Shoplist__block:nth-child(2n) {
  margin: 0 auto 10rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__block {
    margin: 0 2rem 7rem;
    width: auto;
  }
  .Shoplist__block:nth-child(2n) {
    margin: 0 2rem 7rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Shoplist__block {
    margin: 0 auto 10rem;
    width: 90%;
  }
	.Shoplist{
		width: 100%;
	}	
	
}

.Shoplist__shopName {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1em;
}

.Shoplist__kana {
  font-size: 1rem;
  margin: 0 0 0 1rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__kana {
    display: block;
    margin: .5rem 0 0 0;
  }
}

.Shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
}

@media only screen and (max-width: 640px) {
  .Shoplist__shopinfo {
    display: block;
  }
}

.Shoplist__shopinfo dt {
  align-items: center;
  color: #555;
  display: flex;
  flex: 0 0 8rem;
  font-size: 1.2rem;
  font-style: italic;
  margin: 1rem 0 0 0;
  max-width: 8rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__shopinfo dt {
    line-height: 1;
    margin: 1rem 0 0 0;
    max-width: 100%;
    text-align: center;
  }
}

.Shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 8rem);
  line-height: 1.4;
  margin: 1rem 0 0 0;
  width: calc(100% - 8rem);
}

@media only screen and (max-width: 640px) {
  .Shoplist__shopinfo dd {
    margin: .5rem 0 0 0;
    width: 100%;
  }
}

.Shoplist__map {
  border-bottom: 2px solid;
  font-style: italic;
  margin-left: .5rem;
}

.Shoplist__shopinfo a{
border-bottom: solid 1px #bbb;
}

.Shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}
.Shoplist__sns li {
  margin-right: 10px;
  width: 1.8rem;
}



.img-max {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.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;
}
.shopname {
	display: block;
    font-size: 10px;
    color: #aaa;
    margin: 5px 0 0;
}

.fa-facebook-official:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}
.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
}


