@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://use.typekit.net/pur8ytd.css");
/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
  cursor: pointer;
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

/* 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;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

/*# sourceMappingURL=sanitize.css.map */
::-moz-selection {
  background: #eee;
}
::selection {
  background: #eee;
}

::-moz-selection {
  background: #eee;
}

#wrapper {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    overflow: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  #wrapper {
    overflow: auto;
  }
}

:root, html, body {
  background-color: #ffffff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 62.5%;
  letter-spacing: .05em;
  line-height: 180%;
  width: 100%;
}

body {
  background: #fbfbfb;
  font-size: 14px;
  font-size: 1.4rem;
}

* {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  color: #222;
  transition: all .5s ease;
}

a img {
  transition: all .8s ease-out;
}

a:hover {
  border-color: #ff8564;
  color: #ff8564;
  text-decoration: none;
  transition: all .5s ease;
}

a:hover img {
  opacity: .88;
  transition: all .8s;
}

.img-max {
  border-radius: 2px;
  height: auto;
  width: 100%;
}

.l-content {
  display: flex;
  flex: 0 1 1076px;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1076px;
}

@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 1076px;
  margin: 0 auto;
  max-width: 1076px;
}

@media only screen and (max-width: 640px) {
  .l-column {
    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: 518px;
}

.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: 239px;
}

.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.66667px;
  max-width: 349.77778px;
}

@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: #222;
  display: flex;
  flex: 1 1 auto;
  font-family: Lato, 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 {
  color: #222;
  display: inline-block;
  font-family: Lato, 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 {
  display: inline-block;
	letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 8rem;
  position: relative;
  text-align: center;
  z-index: 1;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
}

@media only screen and (max-width: 640px) {
  .articleLabelL {
    font-size: 3rem;
  }
}

.articleLabelM {
  color: #aaa;
  font-family: Lato, 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 {
  font-size: 1.2rem;
	font-family: p22-underground-sc, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.linkButton a:before {
  background: #000;
  content: '';
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  vertical-align: 2px;
  width: 6rem;
}

.linkButton a:hover {
  color: #000;
}

.linkButton a:hover:before {
  width: 11rem;
}

.topBtn {
  bottom: 40px;
  display: inline-block;
  position: fixed;
  right: 40px;
  width: 30px;
}

@media only screen and (max-width: 640px) {
  .topBtn {
    bottom: 20px;
    right: 20px;
    width: 30px;
  }
}

@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 {
  border: 1px solid #000;
  color: #000;
  display: block;
  position: relative;
  text-align: left;
  width: 200px;
}

.BtnArr__arr {
  background-color: #000;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all .5s ease;
  width: 35px;
}

.BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #000;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all .5s ease;
  width: 10px;
}

.BtnArr__wrap {
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.BtnArr:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #fff;
}

.BtnArr:hover .BtnArr__arr,
.BtnArr:hover .BtnArr__arr:before {
  background-color: #000;
  transition: all .5s ease;
}

.newIcon {
  background-color: #eee;
  color: #fff;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  line-height: 2em;
  margin-top: 2rem;
  padding: 0 12px;
}

.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
---------------------------------------------------------------------------*/
.HiddenLayer {
  background: #FFFFFF;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.logoArea {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 9999;
}

@media only screen and (max-width: 640px) {
  .logoArea {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .logoArea {
    width: 100%;
  }
}

.mainvisualMono {
  background: url(../images/heroImgMono.jpg) no-repeat center center/cover;
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9997;
}

.mainvisual {
  background: url(../images/heroImg.jpg) no-repeat center center/cover;
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9996;
}

/* header */
.Header__ttl {
  margin: 0 auto;
  padding: 8rem 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .Header__ttl {
    padding: 6rem 0 4rem;
  }
}

.Header__logo {
  margin: 0 auto 3rem;
  width: 38rem;
}

@media only screen and (max-width: 640px) {
  .Header__logo {
    margin: 0 auto 1rem;
    width: 60%;
  }
}

.Header__subTtl {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .Header__subTtl {
    font-size: 1.2rem;
  }
}

.footer {
  background: #FFFFFF;
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .footer {
    font-size: 10px;
  }
}

.footer--fixed {
  bottom: 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: fixed;
  width: 100%;
}


.Section {
  padding: 60px 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .Section {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------------------
   メニュー
---------------------------------------------------------------------------*/
/* ------------------------------------------------ drawer menu */
.drawer-menu {
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  opacity: 0;
  padding: 120px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-delay: 0s;
  transition-duration: .5s;
  transition-property: all;
  visibility: hidden;
  width: 300px;
}

.drawer-menu li {
  text-align: center;
}

.drawer-menu li a {
	color: #000;
	display: block;
	font-size: 1.4rem;
	height: 50px;
	line-height: 50px;
	transition: all .8s;
	font-family: p22-underground-pc, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.drawer-menu li a:hover {
  background: #ff8564;
}

/* ------------------------------------------------ checkbox */
.check {
  display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
  cursor: pointer;
  display: block;
  font-size: 10px;
  height: 30px;
  position: fixed;
  right: 40px;
  text-align: center;
  top: 40px;
  width: 30px;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .menu-btn {
    right: 20px;
    top: 20px;
  }
}

.bar {
  -webkit-transform-origin: left top;
  background: #000;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transition: all .5s;
  width: 30px;
}

.bar.middle {
  opacity: 1;
  top: 10px;
}

.bar.bottom {
  -webkit-transform-origin: left bottom;
  top: 20px;
  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 .5s;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  .menu-btn:hover .bar {
    background: #999;
  }
}

@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: 300px;
  top: 0;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-property: all;
  visibility: hidden;
  width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition-delay: .3s;
  visibility: visible;
  z-index: 5;
}

.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: .3s;
  transition-duration: 1s;
  visibility: visible;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .check:checked ~ .close-menu {
    opacity: 0;
  }
}

#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;
}

.Hero__body {
  position: relative;
}

.Hero__image {
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
}

.Hero__sentence {
  -webkit-transform: rotate(10deg);
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  margin: 0 0 0 -20rem;
  position: absolute;
  right: -10rem;
  top: -5rem;
  transform: rotate(10deg);
  width: 40rem;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .Hero__sentence {
    -webkit-transform: none;
    margin: 3rem auto;
    min-width: auto;
    position: static;
    transform: none;
    width: 90%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Hero__sentence {
    -webkit-transform: none;
    margin: 3rem auto;
    min-width: auto;
    position: static;
    transform: none;
    width: 50rem;
  }
}

.Hero__side {
  -webkit-transform: translate(-50%, 50%) rotate(-90deg);
  left: 1.5rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, 50%) rotate(-90deg);
}

@media only screen and (max-width: 640px) {
  .Hero__side {
    display: none;
  }
}

.Hero__side--right {
  -webkit-transform: translate(50%, 50%) rotate(-90deg);
  left: auto;
  right: 1.5rem;
  transform: translate(50%, 50%) rotate(-90deg);
}

.Products__inner {
  align-items: center;
  margin: 0 auto;
	width: 70%;
}

@media only screen and (max-width: 640px) {
  .Products__inner {
    margin: 3rem auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Products__inner {
    margin: 0 auto;
	  width: 60%;
  }
}
.Products__img {
	flex: 0 0 35%;
  max-width: 35%;
}

@media only screen and (max-width: 640px) {
  .Products__img {
    flex: 0 0 76%;
    max-width: 76%;
  }
}
  
  

.Products__ext {
  flex: 0 0 48%;
  max-width: 48%;
}

@media only screen and (max-width: 640px) {
  .Products__ext {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.Products__txtArea {
  border-left: 2px solid #111;
  font-size: 1.2rem;
  margin: 0 0 2rem;
  padding-left: 2rem;
  text-align: left;
	
}

.Products__name {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1.5rem 0 .5rem 0;
}

.Products__desc {
  font-size: 1.4rem;
  text-align: left;
}

.Products__linkWrap {
  margin: 2rem 0 0;
  text-align: left;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Photo {
    margin: 0 2rem;
  }
}

.Photo__head {
  align-items: center;
  text-align: left;
	width: 800px;
}

@media only screen and (max-width: 640px) {
  .Photo__head {
    align-items: flex-start;
    margin: 0 auto 2rem;
	  width: calc(621 / 1076 * 140%);
  }
}

.Photo__ttlWrap {
  margin: 0 5rem 0 0;
  padding: 0 5rem 0 0;
	    border-right: 2px solid;
}

@media only screen and (max-width: 640px) {
  .Photo__ttlWrap {
	  border-right: none;
	  margin: 0 0 2rem;
	  padding: 0;
  }
}

.Photo__ttl {
	font-family: mittwoch,serif;
    font-weight: 400;
    font-style: normal;
	font-size: 2.5rem;
	margin: .5rem 0 0 0;
}

.Photo__no {
	font-size: 3rem;
	color: #ff8564;
	font-family: mina, serif;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 1rem;
}


.Photo__kana {
	margin: .5rem 0 0 0;
	font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .Photo__kana {
	  margin: .1rem 0 0 0;
	  font-size: 1rem;
	  
  }
}
.Photo__desc {
	flex: 1;
	font-size: 2rem;
}

.Photo__img {
  border-radius: .5rem;
  margin: 4rem auto 0;
  overflow: hidden;
  width: 800px;
}

@media only screen and (max-width: 640px) {
	.Photo__img {
    border-radius: .2rem;
    margin: 0 auto 3rem;
    width: calc(621 / 1076 * 140%);
  }
	
	
  .Photo__img--row {
    margin: 0 0 3rem 0;
    width: 100%;
  }
}

.Brand__logo {
  margin: 0 auto 30px;
  width: 30rem;
}

@media only screen and (max-width: 640px) {
  .Brand__logo {
    max-width: 30rem;
    width: 60%;
  }
}

.Brand__linkWrap {
  margin: 30px auto 0;
  text-align: left;
  width: 30rem;
	font-family: mina, serif;
	font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .Brand__linkWrap {
    max-width: 30rem;
    width: 50%;
  }
}

.Backnum__inner {
  margin: 0 auto;
  max-width: 100rem;
  width: 90%;
}

@media only screen and (max-width: 640px) {
  .Backnum__inner {
    flex-direction: row;
  }
}

.Backnum__bnr {
  flex: 0 0 calc((100% - 4rem) / 4);
}

@media only screen and (max-width: 640px) {
  .Backnum__bnr {
    flex: 0 0 calc((100% - 1rem) / 2);
    margin: 0 0 2rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Backnum__bnr {
    flex: 0 0 calc((100% - 2rem) / 3);
    margin: 0 0 2rem;
  }
}

.Backnum__num {
  align-items: center;
  display: flex;
  font-family: Lato, sans-serif;
  margin: 1rem 0 0;
  text-align: left;
}

.Backnum__num::before {
  background: #000;
  content: "";
  display: block;
  height: .1rem;
  margin-right: 1rem;
  width: 4rem;
}

.Shoplist {
  font-family: Lato, sans-serif;
}

.Shoplist__block {
  letter-spacing: .1em;
  margin: 0 auto 10rem;
  text-align: left;
  width: 50rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__block {
    margin: 0 auto 10rem;
    width: 90%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Shoplist__block {
    margin: 0 auto 10rem;
    width: 90%;
  }
}

.Shoplist__shopName {
  border-bottom: 1px solid;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1em;
  padding-bottom: 1rem;
}

.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;
}

.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;
}

.Shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 8rem);
  line-height: 1.4;
  margin: 1rem 0 0 0;
  width: calc(100% - 8rem);
}

.Shoplist__map {
  border-bottom: 2px solid;
  font-style: italic;
  margin-left: .5rem;
}

.Shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}

.Shoplist__sns li {
  font-size: 2rem;
  margin-right: 10px;
}

.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;
}
.lastbox__image {
  margin: 0 auto;
  position: relative;
}
.lastbox__inner {
  position: relative;
}


.Look__foot{
	margin: 5rem auto;
    padding: 5rem 0 5rem;
    background: #fff;
	width: calc(1335/1920*100vw);
	
}
@media only screen and (max-width: 640px) {
  .Look__foot{
	  padding: 3rem 0 3rem;
	  width: 90%;
  }
}
.Look__Itemttl{
	font-family: mittwoch,serif;
    font-weight: 400;
    font-style: normal;
	font-size: 2rem;
	margin: 0 auto;
	text-align: center
}
.Look__Iteminner{
	display: flex;
	width: calc(1210/1920*100vw);
    margin: 5rem auto 0;
	align-content: center;
	
}
@media only screen and (max-width: 640px) {
  .Look__Iteminner{
	  flex-wrap:wrap;
	  font-size: .3rem;
	  width: 100%;
  }
}
.Look__ItemimgWrap{
	text-align: center;
	font-size: 1.2rem;
	margin: 0 auto;
	width: calc(282/1920*100vw);
}
@media only screen and (max-width: 640px) {
  .Look__ItemimgWrap{
	  width: 50%;
  }
}
.Look__Itemimg{
	width: calc(220/1920*100vw);
	margin: 0 auto;
	
}
@media only screen and (max-width: 640px) {
  .Look__Itemimg{
	  width: 70%;
  }
}
.Look__detail{
	font-size: 1rem;
}

.Item__brand{
	margin: 2rem auto;
	font-weight: 700;
	
}

.Item__name{
	
}
.Item__price{
	margin: 2rem auto;
	
}

.Photo__foot {
	align-items: center;
	text-align: center;
	width: 800px;
}
@media only screen and (max-width: 640px) {
  .Photo__foot {
	  width: 80%;
	}
}


.Photo__credit {
	flex: 1;
	font-size: 1.5rem;
	margin: 5rem auto;
}
@media only screen and (max-width: 640px) {
  .Photo__credit {
	  font-size: 1.3rem;
	  
  }
}

.Photo__credit span{
	font-size: 1.3rem;
	color: #939393;
}
.Photo__coment {
	flex: 1;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
}
