@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%;
color: #fff;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
}

* {
  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: #af9a8b;
  color: #af9a8b;
  text-decoration: none;
  transition: all .5s ease;
}

a:hover img {
  opacity: .88;
  transition: all .8s;
}

.img-max {
  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 0 0 auto;
  max-width: calc(100% - 28rem);
  width: 83.85417vw;
}

@media only screen and (max-width: 640px) {
  .l-main {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-main {
    max-width: 100%;
    width: 100%;
  }
}

.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: 0 auto;
  max-width: 1200px;
}

@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;
}



.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
---------------------------------------------------------------------------*/




@media only screen and (max-width: 640px) {
 
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  
}

.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;
}





@media only screen and (max-width: 640px) {

}



@media only screen and (max-width: 640px) {
  
}

.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: #29211a;
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
	font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
}

@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: 0 0 10rem;
 
}

@media only screen and (max-width: 640px) {
  .Section {
    padding: 0 0 10rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
 .Section {padding: 0 0 10rem;
}}

/*--------------------------------------------------------------------------
   メニュー
---------------------------------------------------------------------------*/
/* ------------------------------------------------ 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: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
	font-weight: 400;
	font-style: normal;
}

.drawer-menu li a:hover {
  background: #cfcfcf;
}

/* ------------------------------------------------ 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: #ddd;
  display: block;
  height: 1.2px;
  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;
	display: flex;
align-items: center;
justify-content: center;
}

.Hero__image {
  margin: 0 auto;
  position: relative;
}


.Hero__body::before {
  background: rgba(0, 0, 0, 0.26);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
	z-index: 1;
}

.Hero__body_e{
	position: relative;
	display: flex;
align-items: center;
justify-content: center;
	margin: 25rem auto;
}


.Hero__body_e::before {
  background: rgba(0, 0, 0, 0.26);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
	z-index: 1;
}

.p-hero__titleArea {
  z-index: 1;
  width: 45rem;
	position: absolute;
	margin: auto;
}

.position{
	z-index: 1;
	position: absolute;
	margin: auto;
	width: 100%;
}


/* scroll */
/*========= スクロールダウンのためのCSS ===============*/
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
	/*描画位置※位置は適宜調整してください*/
	position: absolute;
	left: 50%;
	bottom: 0;
	/*全体の高さ*/
	height: 0;
	z-index: 1;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
	/*描画位置*/
	position: absolute;
	left: -20px;
	top: -25px;
	/*テキストの形状*/
	color: #fff;
	font-size: 2rem;
	font-family: 'Amiri', serif;
}

/* 線の描写 */
.scrolldown1::after {
	content: "";
	/*描画位置*/
	position: absolute;
	top: 0;
	/*線の形状*/
	width: 1px;
	height: 30px;
	background: #fff;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.8s ease-in-out infinite;
	opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}

	30% {
		height: 30px;
		opacity: 1;
	}

	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}











@media only screen and (max-width: 640px) {
  .p-hero__titleArea {
    margin: 0 auto;
    padding: 2rem;
	  width: 32rem;
  }
	
	.Hero__body_e{
	margin: 55rem auto;
}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero__titleArea {
    margin: auto;
    padding: 10rem;
  }
		.Hero__body_e{
	margin: 55rem auto;
}
	
}





.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 5rem;
	width: 70%;
}

@media only screen and (max-width: 640px) {
  .Products__inner {
    margin: 3rem auto;
	  width: 80%;
  }
}

@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%;
  }
}
  






.Con__ttl{
	max-width: 80%;
	margin: 20rem auto 20rem;
}

.Con__ttl h1{
	max-width: 100%;
	font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
	font-size: 2.5rem;
	margin: 0 auto 3rem;
	text-align: center;
}

.Products__border{
	border-bottom: #fff solid 1px;
	width: 10%;
	margin: 0 auto 3rem;
}

.Con__ttl_point{
	padding: 2rem;
  background: #ddd;
  border-radius: 5px;
	color: #000;
	margin: 5rem auto;
}

.Con__ttl_point_h{
	font-size: 1.8rem;
	text-align: left;
	margin: 0 auto 1rem;
}

.Con__txt{
	text-align: left;
	font-size: 1.5rem;
	margin: 0 auto 2rem;
	font-family: "游明朝", YuMincho, "mauritius", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.Con__txt_point{
	background-color: #f2f2f2;
  margin: 5px auto;
  padding: 15px;
	text-align: left;
	border-radius: 3px;
}

.Con__d_ist{
	text-align: center;
	font-size: 1.8rem;
	margin: 0 auto 1.2rem;
}
.Con__d_txt{
	text-align: center;
	font-size: 2rem;
	margin: 0 auto 5rem;
}

.Con__d_txt_sb{
	text-align: left;
	margin: 0 auto 1.5rem;
	font-size: 14px;
	width: 45%;
}

.Con__d_txt_sb_attention{
	text-align: left;
	margin: 0 auto 1.5rem;
	font-size: 14px;
	width: 85%;
}


.Coll__img{
	margin: 0 auto;
  max-width: 1800px;
}

.Item1__name{
	width: 100%;
	margin: 2rem auto;
}

.Item1__name_ttl{
	font-family: 'Amiri', serif;
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 3rem;
	font-weight: 600;
}

.Item1__name_number{
	margin: 0 auto 3rem;
  width: 28%;
}
.Item1__ttl{
	margin: 8rem auto;
}

.Item1__ttl h2{
	color: #fff;
	font-family: "游明朝", YuMincho, "mauritius", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	margin: 0 auto 4rem;
	text-align: left;
	width: 65%;
	line-height: 1.4em;
}
.item__txt{
	text-align: left;
	font-size: 1.5rem;
	width: 65%;
	margin: 0 auto;
	font-family: "游明朝", YuMincho, "mauritius", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.Itemlist__name{
	font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1rem;
}
.Itemlist__color{
	font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #bababa;
}

.Itemlist__price{
	font-family: "adobe-caslon-pro","Times New Roman",Times,Georgia,Roboto,"Droid Sans",serif;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
}

.l_bbout__ttl{
	margin: 4rem auto;
}
.l_bbout__txt{
	text-align: left;
	font-size: 1.5rem;
	width: 65%;
	margin: 0 auto 2rem;
	font-family: "游明朝", YuMincho, "mauritius", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.8em;
}

.c_bbout__txt_name{
	text-align: center;
font-size: 1.8rem;
width: 65%;
margin: 3rem auto 1rem;
font-family: "游明朝", YuMincho, "mauritius", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height: 1.8em;
}

.c_bbout__txt{
	text-align: left;
	font-size: 1.5rem;
	width: 80%;
	margin: 0 auto 4rem;
	font-family: "游明朝", YuMincho, "mauritius", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.8em;
}

@media only screen and (max-width: 640px) {
	.Con__ttl{
	max-width: 85%;
	margin: 8rem auto;
}
	.Con__ttl h1{
		margin: 0 auto 2rem;
		font-size: 2.2rem;
		line-height: 1.4em;
	}
	.Con__txt{
		width: 100%;
	}
	
	.Coll__img{
	width: 100%;
}

	
	.Item1__ttl{
		margin: 3rem auto;
	}
	.Item1__ttl h2{
		font-size: 1.8rem;
		margin: 0 auto 2rem;
		width: 85%;
	}
	.item__txt{
		margin: 0 auto 0.5rem;
		width: 85%;
	}
	.l_bbout__txt{
		width: 90%;
	}
	.c_bbout__txt_name{
		width: 85%;
	}
	.c_bbout__txt{
		width: 85%;
	}
	.Con__d_ist{
	font-size: 1.6rem;
	margin: 0 auto 1.8rem;
}
.Con__d_txt{
	font-size: 1.8rem;
	margin: 0 auto 4rem;
}

.Con__d_txt_sb{
	font-size: 1.2rem;
	width: 100%;
}
	.Item1__name_ttl{
		margin-bottom: 2rem;
	}
	.Products__border{
	border-bottom: #fff solid 1px;
	width: 25%;
	margin: 0 auto 3rem;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Con__ttl{
	max-width: 100%;
	margin: 6rem auto 10rem;
}
	.Con__ttl h1{
		margin: 0 auto 5rem;
	}
	.Con__txt{
		width: 85%;
	}
	.Item1__ttl h2{
		width: 85%;
		font-size: 1.8rem;
	}
	.item__txt{
		width: 85%;
	}
	.l_bbout__txt{
		width: 80%;
	}
	.c_bbout__txt_name{
		width: 85%;
	}
	.c_bbout__txt{
		width: 85%;
	}
	.Con__d_txt_sb{
		font-size: 12px;
		width: 60%;
	}
	.Con__d_txt_sb_attention{
		font-size: 12px;
		width: 75%;
	}
}


.p-aboutCrf{
	margin: 20rem auto 15rem;
}

.p-aboutCrf__inner {
  background: #fff;
  /*display: -ms-grid;
  display: grid;
	-ms-grid-columns: 43.75% 1fr;
  grid-template-columns: 43.75% 1fr;*/
  padding: 10rem 0;
display: flex;
}




.u-imgfix {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-aboutCrf__inner {
   /* -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;*/
	  display: block;
  }
	.p-aboutCrf{
	margin: 20rem auto 15rem;
}

}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-aboutCrf__inner {
    /*-ms-grid-columns: 1fr;
    grid-template-columns: 1fr;*/
	  display: block;
  }
	.p-aboutCrf__img{
		width: 80%;
		margin: 0 auto;
	}
}
.p-aboutCrf__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 60em;
}
@media only screen and (max-width: 640px) {
  .p-aboutCrf__body {
    margin: 4rem 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-aboutCrf__body {
    margin: 4rem 2rem;
  }
}
.p-aboutCrf__label {
  border-bottom: 0.1rem #96CA4F solid;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto 2rem;
}

.p-aboutCrf__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto 7rem;
}
.p-aboutCrf__logo {
  margin: 0 auto 7rem;
  width: 9rem;
}
.p-aboutCrf__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 3rem;
}
.p-aboutCrf__ul{
	text-align: left;
font-size: 1.3rem;
width: 80%;
margin: 0 auto 2rem;
font-family: "游明朝", YuMincho, "mauritius", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height: 1.8em;
}

.p-aboutCrf__li_n a{
	color: #0092ea;
	transition: all .5s ease;
}

.p-aboutCrf__li_n a:hover{
text-decoration: none;
transition: all .5s ease;
	opacity: 0.4;
}

.p-aboutCrf__li a{
	color: #0092ea;
	transition: all .5s ease;
}

.p-aboutCrf__li a:hover{
text-decoration: none;
transition: all .5s ease;
	opacity: 0.4;
}

.p-.c_bbout__txt {
  margin: 0 0 1rem;
  padding: 0 0 0 1.5em;
  position: relative;
}
.p-aboutCrf__li::before {
  content: "※";
  /*left: 0;
  position: absolute;*/
}








.Products__ext {
  flex: 0 0 60%;
  max-width: 60%;
}

@media only screen and (max-width: 640px) {
  .Products__ext {
    flex: 0 0 100%;
    max-width: 100%;
  }
	.p-aboutCrf__ul{
		width: 85%;
	}
	
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.p-aboutCrf__ul{
		width: 85%;
	}
}




.p-shoplist {
  font-family: "游明朝", YuMincho, "mauritius", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}
.p-shoplist__ttl {
  margin: 0 auto 5rem;
  width: 136.6733466934vw;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__ttl {
    margin: 0 0 3rem;
  }
}
.p-shoplist__inner {
  justify-content: space-between;
display: flex;
flex-wrap: wrap;
width: 80%;
margin: 5rem auto 15rem;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__inner {
    display: block;
  }
}
.p-shoplist__block {
  align-items: center;
  margin: 0 3rem auto;
  padding: 0 0 5rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__block {
    margin: 0 2rem 5rem;
    width: auto;
  }
  .p-shoplist__block:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__block {
    display: block;
    margin: 0 auto;
  }
	.p-shoplist__inner {
    display: block;
  }
}
.p-shoplist__block {
  border-top: 1px solid #ccc;
  padding: 5rem 0;
	width: 45%;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__block:nth-of-type(-n+4) {
    border-top: 1px solid #ccc;
width: 100%;
margin: 0 auto;
  }
}
.p-shoplist__overview {
  flex: 0 0 calc(50% - 2rem);
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__overview {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__overview {
    flex: 0 0 100%;
    margin: 0 0 2rem;
    width: 100%;
  }
	.p-shoplist__block:nth-of-type(-n+4) {
	width: 90%;
}
}
.p-shoplist__imgArea {
  flex: 0 0 calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
}
@media only screen and (max-width: 640px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    margin: 3rem 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    width: 100%;
  }
}
.p-shoplist__img {
  border-radius: 1rem;
  box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06);
  overflow: hidden;
}
.p-shoplist__shopName {
  font-size: 1.8rem;
  line-height: 1em;
  padding-bottom: 0.5rem;
}
.p-shoplist__shopKana {
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__shopKana {
    display: block;
    margin: 0.5rem 0 0 0;
  }
}
.p-shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 2rem auto 1.5rem;
}
.p-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;
}
.p-shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 8rem);
  line-height: 1.4;
  margin: 0.5rem 0 0 0;
  width: calc(100% - 8rem);
}
.p-shoplist__map {
  font-style: italic;
  margin-left: 0.5rem;
}

.p-shoplist__shopinfo a{
  color: #fff;
transition: all .5s ease;
border-bottom: #fff solid 1px;
}
.p-shoplist__shopinfo a:hover{
  text-decoration: none;
transition: all .5s ease;
opacity: 0.4;
}


.p-shoplist__notice {
  font-size: 1.2rem;
	line-height: 1.4em;
}
.p-shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}
.p-shoplist__sns li {
  margin-right: 10px;
  width: 1.8rem;
}
.p-shoplist__sns li svg {
  fill: #232323;
}
.p-shoplist__btn > .c-linkButton {
  font-size: 1.2rem;
display: inline-block;
padding: 8px 30px;
color: #000;
border: solid 1px;
background-color: #fff;
	font-family: century-gothic, sans-serif;
font-weight: 200;
}
.p-shoplist__btn > .c-linkButton:hover{
background: #6D6D6D;
color: #fff;
}






























.Products__txtArea {
  
  font-size: 1.2rem;
  margin: 0 0 3rem;

  text-align: left;
	font-family: phoreuscherokee, serif;
	font-weight: 400;
	font-style: normal;
	
}

.Products__name {
  font-size: 1.6rem;
  margin: 1.5rem 0 .5rem 0;
}

.Products__desc {
  font-size: 1.4rem;
  text-align: left;
}
.Products__Link {
	color: #60aedb;
    font-weight: 700;
}

.Products__linkWrap {
  margin: 2rem 0 0;
  text-align: left;
}

.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: oskar, sans-serif;
    font-weight: 100;
    font-style: normal;
	font-size: 3rem;
	margin: 1rem 0 0 0;
}
@media only screen and (max-width: 640px) {
  .Photo__ttl {
	  margin: .5rem 0 0 0;
  }
}

.Photo__no {
	font-size: 1.5rem;
	font-family: oskar, sans-serif;
	font-weight: 100;
	font-style: normal;
}


.Photo__kana {
	margin: 1rem 0 0 0;
	font-weight: 400;
	font-family: phoreuscherokee, serif;
	color: #be9f8a;
	    color: #af9a8b;
}
@media only screen and (max-width: 640px) {
  .Photo__kana {
	  margin: .5rem 0 0 0;
	  
  }
}
.Photo__desc {
	flex: 1;
	font-size: 2rem;
}


.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 {
  margin: 0 auto;
  padding: 8rem 0;
  width: 49.6875vw;
}

@media only screen and (max-width: 640px) {
  .Shoplist {
    margin: 9.7rem 2rem;
    padding: 0;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Shoplist {
    margin: 11.5rem 5rem;
    padding: 0;
    width: auto;
  }
}

.Shoplist__ttl {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 5rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__ttl {
    font-size: 1.6rem;
  }
}

.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 {
    width: auto;
  }
  .Shoplist__block:last-of-type {
    margin-bottom: 0;
  }
}

.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% - .5rem);
  width: calc(50% - .5rem);
}

@media only screen and (max-width: 640px) {
  .Shoplist__imgArea {
    flex: 0 0 100%;
    margin: 3rem 0 0;
    width: 100%;
  }
}

.Shoplist__shopName {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1em;
  padding-bottom: 1rem;
}

.Shoplist__shopKana {
  display: none;
  font-size: 1rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__shopKana {
    display: block;
    margin: .5rem 0 0 0;
  }
}

.Shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 3rem 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: .5rem 0 0 0;
  max-width: 8rem;
}

.Shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 8rem);
  line-height: 1.4;
  margin: .5rem 0 0 0;
  width: calc(100% - 8rem);
}

.Shoplist__map {
  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;
}

.Shoplist a {
  color: #232323;
}


.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 15rem;
	position: relative;
	width: calc(570 / 1200 * 100%);
}

@media only screen and (max-width: 640px) {
  .lastbox__image {
	  width: 90%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .lastbox__image {
    width: 65%;
  }
}

.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;
	font-family: phoreuscherokee, serif;
	font-weight: 400;
	font-style: normal;
}
@media only screen and (max-width: 640px) {
  .Photo__credit {
	  font-size: 1.3rem;
	  
  }
}

.Photo__credit span{
	font-size: 1.3rem;
	color: #af9a8b;
}
.Photo__coment {
	flex: 1;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
}
.Introduction{
	margin: 5rem auto;
}
.Introduction__txt{
	font-size: 1.5rem;
    line-height: 3;
    margin-bottom: 2rem;
    text-align: center;
	}

.Products__ttl{
	font-size: 2.5rem;
	font-family: oskar, sans-serif;
	font-weight: 100;
	margin: 0 auto 3rem;
	
}





.Opening {
  -webkit-animation: Opening 4s ease-in-out both;
  animation: Opening 4s ease-in-out both;
  font-family: century-gothic, 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: #29211a;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.Opening__logo {
  margin: 0 auto 2.2rem;
  width: clamp(35.9rem, calc( 359 / 1920 * 100vw), 40rem);
}
.Opening__logo svg {
  fill: #fff;
  color: transparent;
}
@media only screen and (max-width: 640px) {
  .Opening__logo {
    width: 60%;
  }
}
.Opening__logoArea {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: logo 3s ease-in-out both;
  animation: logo 3s ease-in-out both;
  color: #fff;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .Opening__logoArea {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Opening__logoArea {
    width: 100%;
  }
}
.Opening__subttl {
  color: #514C48;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .Opening__subttl {
    font-size: 1.2rem;
  }
}



@-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;
  }
}




.Item__itemlink {
	font-size: 1.2rem;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	
}



.Item__cerdit {
	margin: 3rem auto 4rem;
}

@media only screen and (max-width: 640px) {
  .Item__cerdit {
	  flex-direction: column;
	  display: flex;
	  margin: 0 auto 3rem;
  }
}


.Item__foot {
	margin: 4rem auto;
	overflow: hidden;
  width: calc(580 / 1200 * 100%);
}

.Item___credit_btn {
	font-size: 1.2rem;
	margin: 3rem auto 4rem;
}
.Item___credit_btn a:hover{
	/*opacity: 0.3;*/
	transition: .5;
	background: #6D6D6D;
color: #fff;
}
.Item___credit_btn a {
	display: inline-block;
    padding: 1rem 8rem;
    color: #fff;
    border: solid 1px;
}

.Item___no_credit_btn {
	font-size: 1.2rem;
	margin: 3rem auto 4rem;
	padding: 1rem 8rem;
    color: #fff;
    border: solid 1px;
	display: inline-block;
}


    
.Item__imgWrap {
	margin: 10rem auto;
}

.Item__imgWrap_sub{
	width: 100%;
	margin: 10rem auto;
}

.Item__imgsub {
	margin: 1rem auto;
	width: calc(270 / 1200 * 100%);
}

.Item__imgWrap_sub_l{
	width: 65%;
	margin: 4rem auto;
}


@media only screen and (max-width: 640px) {
  .Item__imgWrap {
    margin: 3rem auto;
  }
	.Item__imgWrap_sub{
	width: 90%;
	margin: 4rem auto auto;
}
.Item__imgsub {
	margin: 0 auto 3rem;
    width: calc(290 / 650 * 100%);
}

	
	.Item__imgWrap_sub_l{
	width: 100%;
	margin: 4rem auto;
}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Item__imgWrap {
    margin: 2rem auto;
  }
	.Item__imgWrap_sub{
		width: 100%;
		margin: 2rem auto 8rem;
	}
	.Item__imgWrap_sub_l{
	width: 80%;
	margin: 4rem auto;
}
}

.p-video__img {
  flex: 0 0 60%;
}

@media only screen and (max-width: 640px) {
  .p-video__img {
    flex: 0 0 100%;
    margin: 0 0 4rem;
    width: 100%;
  }

}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-video__img {
    flex: 0 0 100%;
    margin: 0 0 4rem;
    width: 100%;
  }

}
.p-video__img > iframe {
  aspect-ratio: 560/315;
}



.Item__img_it{
  margin: 4rem auto;
  width: 35%;
}

.Item__img {
  margin: 4rem auto;
  overflow: hidden;
  width: calc(580 / 1200 * 100%);
}

.Item__img_it_Y{
	margin: 4rem auto 10rem;
  width: 65%;
}

@media only screen and (max-width: 640px) {
	.Item__img {
    margin: 0 auto 3rem;
    width: 90%;
  }
	
	
  .Item__img--row {
    margin: 0 0 3rem 0;
    width: 100%;
  }
	.Item__img_it{
  margin: 2rem auto;
  width: 60%;
}
.Item__img_it_Y{
	margin: 2rem auto;
    width: 85%;
}
	
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Item__img{
		margin: 5px auto;
	}
	.Item__img_it_Y{
	margin: 4rem auto;
    width: 85%;
}
}

.link {
  color: black;
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}

.link::before, .link::after {
  background-color: #ddd;
  content: '';
  height: .1rem;
  position: absolute;
}

.link::before {
  bottom: 0;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}

.link::after {
  bottom: 0;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}

.link:hover::before {
  background-color: #232323;
  width: 100%;
}

.link:hover::after {
  background-color: #232323;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}


.Footer {
  background: rgba(255, 255, 255, 0.9);
  bottom: 3rem;
  left: 3rem;
  letter-spacing: .15rem;
  position: fixed;
}

@media only screen and (max-width: 640px) {
  .Footer {
    position: relative;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer {
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .Footer {
    bottom: 0;
    left: 0;
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer {
    bottom: 0;
    left: 0;
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 640px) {
  .Footer__inner {
    align-items: center;
    display: flex;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer__inner {
    align-items: center;
    display: flex;
  }
}

.Footer__logo {
  margin: 0 0 3rem;
  width: 10rem;
}

@media only screen and (max-width: 640px) {
  .Footer__logo {
    margin: 0 1.5rem 0 0;
    width: 7rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer__logo {
    margin: 0 1.5rem 0 0;
    width: 7rem;
  }
}

.Footer__link a {
  color: #232323;
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  .Footer__link a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer__link a {
    font-size: 1rem;
  }
}

.Footer__copy {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 0 1rem;
  text-align: center;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .Footer__copy {
    letter-spacing: .05rem;
    line-height: 1;
    padding: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer__copy {
    letter-spacing: .05rem;
    line-height: 1;
    padding: 0;
  }
}




.Brand {
  font-family: century-gothic, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  padding: 5rem 0 30rem;
}
@media only screen and (max-width: 640px) {
  .Brand {
    padding: 0 0 20rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Brand {
    padding: 0 0 20rem;
  }
}
.Brand__logo {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .Item1__name_number {
    margin: 0 auto 4rem;
    width: 85%;
  }
}
.Brand__link {
  text-align: center;
}
.Brand__link a {
  color: #514C48;
  font-size: 1.2rem;
  padding-bottom: 0.8rem;
}
.Brand__link--insta {
  margin: 5rem 0 0;
}
.Brand__link--insta a {
  align-items: center;
  display: inline-flex;
}
.Brand__link--insta svg {
  fill: #514C48;
  color: transparent;
  margin: 0 0.8rem 0 0;
  width: 2rem;
}
.Item___soon {
	margin: 3rem auto 4rem;
	letter-spacing: .1em;
}

.Item {
	text-align: center;
	margin: 25rem auto;
}

.l_about{
	background: #fff;
	margin: 0 auto;
	padding: 5rem;
}

@media only screen and (max-width: 640px) {
  .Item {
	text-align: center;
	margin: auto;
}
	.l_about{
	padding: 1rem;
width: 90%;
}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Item {
   width: 90%;
	  margin: auto;
  }
	.l_about{
	padding: 2rem;
}
	.Item1__name_number {
    width: 45%;
  }
}

.u-fade-type-up-y{
    transform: translateY(50px);
    opacity: 0;
}

.u-fade-type-up-y.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

/*.Itemlist__color:before,
.Itemlist__color:after {
	background-color: #000;
	content: '';
	height: .1rem;
	width: 2rem;
	display: inline-block;	
}*/

/*.Itemlist__color:before {
  margin-right: 5px; 
}
.Itemlist__color:after {
  margin-left: 5px; 
}

.Itemlist__price {
  margin-left: 5px; 
}

 .Itemlist__name{
  margin-right: 5px; 
}*/
