@charset "UTF-8";
@import url("https://use.typekit.net/nvb2wxy.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;
  /* 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;
}

figure {
  vertical-align: bottom;
}

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

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

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

::-moz-selection {
  background: #232323;
  color: #F4F3F2;
}

::selection {
  background: #232323;
  color: #F4F3F2;
}

::-moz-selection {
  background: #232323;
  color: #F4F3F2;
}

:root, html, body {
  background-color: #000;
  
	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: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

main > *:nth-child(odd) {
  background: #2E0000;
}


main > *:nth-child(even) {
  background: #000;
}

a {
  color: #FF0000;
  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 1640;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640;
}
@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 1640px;
  margin: 0 auto;
  max-width: 1640px;
}
@media only screen and (max-width: 640px) {
  .l-column {
    flex: 0 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-column {
    padding: 0 5rem;
    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-halfTile {
  display: flex;
	padding: 0 0 40%;
}
.l-halfTile > .Style__item {
  flex: 1 1 50%;
  width: 50%;
}
.l-halfTile > .Style__item + .Style__item {
  border-left: hidden;
}
@media only screen and (max-width: 640px) {
  .l-halfTile {
    flex-direction: column;
  }
  .l-halfTile > .Style__item {
    flex: 0 0 100%;
    width: 100%;
  }
  .l-halfTile > .Style__item + .Style__item {
    border-left: solid #202020 1px;
    border-top: none;
  }
}

@media only screen and (max-width: 640px) {
  main > *:nth-child(even) .l-halfTile > .Style__item + .Style__item {
    border-left: solid #F4F3F2 1px;
  }
}
.l-col2-400 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 19.7916666667% 0;
}
.l-col2-400 > .Style__item {
  flex: 0 0 20.8333333333%;
  width: 20.8333333333%;
}
.l-col2-400 > .Style__item + .Style__item {
  margin: 0 0 0 16.5104166667%;
}
.l-col2-400--margin {
  height: auto;
  margin: 19.7916666667% 0;
}
@media only screen and (max-width: 640px) {
  .l-col2-400 {
    height: auto;
    margin: 30% 0;
  }
  .l-col2-400 > .Style__item {
    flex: 0 0 35%;
    width: 35%;
  }
  .l-col2-400 > .Style__item + .Style__item {
    margin: 0 0 0 10%;
  }
  .l-col2-400--margin {
    margin: 30% 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-col2-400 > .Style__item {
    flex: 0 0 26.0416666667%;
    width: 26.0416666667%;
  }
  .l-col2-400 > .Style__item + .Style__item {
    margin: 0 0 0 15.625%;
  }
  .l-col2-400--margin {
    margin: 30% 0;
  }
}

.l-col2x2-400 {
  -ms-grid-columns: 20.8333333333% 4.9479166667vw 20.8333333333%;
  grid-gap: 6.5104166667vw 4.9479166667vw;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 20.8333333333%);
  justify-content: center;
  margin: 19.7916666667% 0;
}
.l-col2x2-400 > .Style__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/2;
  grid-row: 1/2;
}
.l-col2x2-400 > .Style__item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/3;
  grid-row: 1/2;
}
.l-col2x2-400 > .Style__item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 1/2;
  grid-row: 2/3;
}
.l-col2x2-400 > .Style__item:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media only screen and (max-width: 640px) {
  .l-col2x2-400 {
    -ms-grid-columns: 35% 10vw 35%;
    grid-gap: 10vw 10vw;
    grid-template-columns: repeat(2, 35%);
    margin: 30% 0;
  }
  .l-col2x2-400 > .Style__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .l-col2x2-400 > .Style__item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .l-col2x2-400 > .Style__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .l-col2x2-400 > .Style__item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-col2x2-400 {
    -ms-grid-columns: 35% 10vw 35%;
    grid-gap: 10vw 10vw;
    grid-template-columns: repeat(2, 35%);
  }
  .l-col2x2-400 > .Style__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .l-col2x2-400 > .Style__item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .l-col2x2-400 > .Style__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .l-col2x2-400 > .Style__item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.l-col1-500 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 0 40%;
}
.l-col1-500 > .Style__item {
  flex: 0 0 26.0416666667%;
  width: 26.0416666667%;
}
.l-col1-500--margin {
  height: auto;
  margin: 14.5833333333% 0;
}
@media only screen and (max-width: 640px) {
  .l-col1-500 {
    height: auto;
    margin: 0;
  }
  .l-col1-500 > .Style__item {
    flex: 0 0 60%;
    width: 60%;
  }
  .l-col1-500--margin {
    margin: 30% 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-col1-500 > .Style__item {
    flex: 0 0 46.875%;
    width: 46.875%;
  }
}
.l-col1-700 {
  display: flex;
  justify-content: center;
  padding: 0 0 40%;
}
.l-col1-700 > .Style__item {
  flex: 0 0 35%;
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .l-col1-700 {
    
  }
  .l-col1-700 > .Style__item {
    flex: 0 0 60%;
    width: 60%;
  }
}



.l-col1-800 {
  display: flex;
  justify-content: center;
  padding: 0 0 40%;
}
.l-col1-800 > .Style__item {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
}
@media only screen and (max-width: 640px) {
  .l-col1-800 {
	  padding: 10% 0;
    
  }
  .l-col1-800 > .Style__item {
    flex: 0 0 70%;
    width: 70%;
  }
}

.l-col1-960 {
  display: flex;
  justify-content: center;
  margin: 19.7916666667% 0;
}
.l-col1-960 > .Style__item {
  flex: 0 0 50%;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .l-col1-960 {
    margin: 30% 0;
  }
  .l-col1-960 > .Style__item {
    flex: 0 0 70%;
    width: 70%;
  }
}

.l-col3-500 {
  display: flex;
  justify-content: center;
  margin: 0 0 14.5833333333%;
}
.l-col3-500 > .Style__item {
  flex: 0 0 26.0416666667%;
  margin: 0 6.40625% 0 0;
  width: 26.0416666667%;
}
.l-col3-500 > .Style__item:last-child {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .l-col3-500 {
    height: auto;
    margin: 20% 0;
  }
  .l-col3-500 > .Style__item {
    flex: 0 0 29.3333333333%;
    margin: 0 3% 0 0;
    width: 29.3333333333%;
  }
}

.l-col1-1000 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 0 40%;
}
.l-col1-1000 > .Style__item {
  flex: 0 0 52.0833333333%;
  width: 52.0833333333%;
}

.l-col1-1000.l-col1-1000--padding {
  padding: 0 0 40%;
}
@media only screen and (max-width: 640px) {
  .l-col1-1000 {
    height: auto;
    padding: 10% 0;
  }
  .l-col1-1000 > .Style__item {
    flex: 0 0 88%;
    width: 88%;
  }
	.l-col1-1000.l-col1-1000--padding {
  padding: 10% 0 40%
}
	
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-col1-1000 > .Style__item {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}


.l-col1-1100 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 0 40%;
}
.l-col1-1100 > .Style__item {
  flex: 0 0 57%;
  width: 57%;
}
@media only screen and (max-width: 640px) {
  .l-col1-1100 {
    height: auto;
    padding: 0 0 30%;
  }
  .l-col1-1100 > .Style__item {
    flex: 0 0 88%;
    width: 88%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-col1-1100 > .Style__item {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}
.l-fitImg {
  max-height: 100%;
  max-width: 100%;
}

.sectionLabel {
  align-items: center;
  color: #202020;
  display: flex;
  flex: 1 1 auto;
  font-family: garamond-premier-pro, 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: garamond-premier-pro, 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: garamond-premier-pro, serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
@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: garamond-premier-pro, 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 {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}
.linkButton::after {
  background: #F4F3F2;
  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: #F4F3F2;
}
.linkButton:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

main > .topBtn {
  -webkit-transform-origin: left center;
  -webkit-transform: rotate(135deg);
  border: 0.1rem solid;
  border-color: transparent transparent #aaa #aaa;
  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;
	background: #06060600;
}
@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;
  
  display: block;
  font-family: garamond-premier-pro, 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 {
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}
.link::before, .link::after {
  background-color: #ccc;
  content: "";
  height: 0.1rem;
  position: absolute;
}
.link::before {
  bottom: -0.1rem;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}
.link::after {
  bottom: -0.1rem;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}
.link:hover::before {
  background-color: #ddd;
  width: 100%;
}
.link: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: trajan-pro-3, serif;
  font-weight: 400;
  position: relative;
  z-index: 9999;
	color: #fff;
}
.Opening__layer {
  -webkit-animation: HiddenLayer 1s 3s ease-in-out both;
  animation: HiddenLayer 1s 3s ease-in-out both;
  background: #000;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.Opening__logo {
  width: 24rem;
}
.Opening__logo svg {
  fill: #F4F3F2;
}
.Opening__logoArea {
  -webkit-animation: logo 3s ease-in-out both;
  align-items: center;
  animation: logo 3s ease-in-out both;
  color: #FFFFFF;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
	flex-direction: column;
}
@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__ttl {
  font-size: 3.2rem;
  font-weight: 400;
  margin: 0 auto 1.6rem;
}
@media only screen and (max-width: 640px) {
  .Opening__ttl {
    margin: 0 auto 8rem;
  }
}

@-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: #000;
  letter-spacing: 0.15em;
	font-family: trajan-pro-3, serif;
	font-weight: 300;

}
.Footer__navi {
  -ms-grid-columns: (33.3333333333%)[3];
  -ms-grid-rows: 23.9583333333vw;
  border-bottom: solid 1px #F4F3F2;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  grid-template-rows: 23.9583333333vw;
}
.Footer__navi > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.Footer__navi > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.Footer__navi > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 640px) {
  .Footer__navi {
    -ms-grid-columns: (100%)[1];
    -ms-grid-rows: (23.9583333333vw)[3];
    border-bottom: none;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(3, 23.9583333333vw);
  }
  .Footer__navi > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .Footer__navi > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .Footer__navi > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.Footer__naviItem {
  align-items: center;
  display: flex;
  justify-content: center;
}
.Footer__naviItem:not(:last-child) {
  border-right: solid 1px #F4F3F2;
}
.Footer__naviItem a {
  color: #FFFFFF;
	font-family: trajan-pro-3, serif;
	font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .Footer__naviItem {
    border: solid 1px #F4F3F2;
  }
  .Footer__naviItem:not(:last-child) {
    border-bottom: none;
  }
}
.Footer__copy {
  color: #F4F3F2;
  font-size: 1rem;
  letter-spacing: 0.08em;
  padding: 2.4rem 0;
  text-align: center;
}

.Section {
  margin: 0 auto;
  padding: 30rem 0;
}
@media only screen and (max-width: 640px) {
  .Section {
    overflow: hidden;
    padding: 4rem 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: #000;
  box-sizing: border-box;
  color: #F4F3F2;
  height: 100%;
  opacity: 0;
  padding: 0 5rem;
  position: fixed;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transition: all 1s;
  visibility: hidden;
  width: 40rem;
  z-index: 5;
}
.drawer-menu__ttl {
  margin: 0 auto 8rem;
  width: 100%;
	font-size: 2rem;
	font-family: trajan-pro-3, serif;
	font-weight: 300;
	
}

@media only screen and (max-width: 640px) {
  .drawer-menu__ttl {
  
  width: 100%;
	  font-size: 1.6rem;
}
}

.drawer-menu__ttl svg {
  fill: #F4F3F2;
}
.drawer-menu__body {
  margin: 8rem auto;
  padding: 1rem 0;
}
.drawer-menu__hpLink {
  margin: 4.8rem 0 0 0;
}
.drawer-menu__hpLink a {
  color: #FFFFFF;
  display: block;
	font-family: trajan-pro-3, serif;
	font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .drawer-menu__hpLink a {
	  font-size: 1.3rem;
}
}
.drawer-menu__hpLink a:hover {
  opacity: 0.6;
}
.drawer-menu__naviItem--s a {
  font-size: 1.2rem;
  margin: 0.8rem 0 0 0;
}

/* ------------------------------------------------ checkbox */
.check {
  display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
  cursor: pointer;
  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: #aaa;
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transition: all 1s;
  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;
  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;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 1s;
  visibility: hidden;
  width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition: all 1s;
  visibility: visible;
}
@media only screen and (max-width: 640px) {
  .check:checked ~ .drawer-menu {
    width: 90%;
  }
}

.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: all 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: #F4F3F2;
  display: block;
  padding: 5px;
  text-align: center;
}

main > .Hero {
  color: white;
  font-family: garamond-premier-pro, serif;
  padding: 2rem;
  position: relative;
	background: #000;
}
@media only screen and (max-width: 640px) {
  .Hero {
    padding: 1rem;
  }
}
.Hero__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.Hero__imgWrap {
  background: #000;
  flex: 0 0 65.625vw;
  width: 65.625vw;
}
@media only screen and (max-width: 640px) {
  .Hero__imgWrap {
    flex: 0 0 100%;
    width: 100%;
  }
}
.Hero__logoWrap {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
.Hero__logo {
  width: clamp(15rem, calc(350 / 1920 * 100vw), 40rem);
}
.Hero__logo svg {
  fill: white;
}
@media only screen and (max-width: 640px) {
  .Hero__logo {
    margin: 13rem auto 12rem;
    width: 46.1538461538vw;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Hero__logo {
    left: 4rem;
    top: 4rem;
  }
}

.Opening__ttl {
	font-family: trajan-pro-3, serif;
	font-weight: 300;
	font-size: max(30px, 2vw);
	margin: 0 auto 5rem;
}

@media only screen and (max-width: 640px) {
	.Opening__ttl {
		font-size: 2.5rem;
		margin: 0 auto 1rem;
	}
}


.Hero__ttl {
	font-family: trajan-pro-3, serif;
	font-weight: 300;
	font-size: max(30px, 2vw);
	margin: 0 auto 5rem;
}

@media only screen and (max-width: 640px) {
	.Hero__ttl {
		font-size: 2.5rem;
		margin: 5rem 0;
		padding: 5rem 0;
	}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Hero__ttl {
    font-size: 1.6rem;
    
  }
}
.Hero__ttlSub {
	font-size: max(20px, 1vw);
}


@media only screen and (max-width: 640px) {
	.Hero__ttlSub  {
    font-size: 15px;
  }
}

.Introduction__inner {
	padding: 0 2rem;
	text-align: center;
	color: #FFFFFF;
	
}
@media only screen and (max-width: 640px) {
  .Introduction__inner {
    padding: 20% 2rem;
  }
}
.Introduction__txt {
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 2;
}
.Introduction__txt + .Introduction__txt {
  margin: 2.4rem 0 0;
}
@media only screen and (max-width: 640px) {
  .Introduction__txt {
    font-size: 1.2rem;
  }
}
.Introduction__br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .Introduction__br {
    display: inline;
  }
}

.Style__head {
  padding: 20.4166666667% 0;
}
@media only screen and (max-width: 640px) {
  .Style__head {
    padding: 10% 0;
  }
}
.Style__ttl {
  margin: 10rem auto;
  width: 40%;
	max-width: 700px;
}
@media only screen and (max-width: 640px) {
  .Style__ttl {
    width: 85%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Style__ttl {
    width: 40%;
  }
}
.Style__item {
  box-sizing: content-box;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .Style__item {
    box-sizing: border-box;
  }
}
.Style__open {
  bottom: 2rem;
  cursor: pointer;
  display: flex;
  font-family: garamond-premier-pro, serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: absolute;
  right: 3.4rem;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .Style__open {
    bottom: 0.5em;
    font-size: 1.2rem;
    right: 1.9rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Style__open {
    bottom: 0.5em;
    font-size: 1.6rem;
    right: 1.9rem;
  }
}
.Style__open > span {
  display: inline-block;
  height: 10px;
  margin: 0.4rem 0 0 0.4rem;
  position: relative;
  width: 10px;
}
.Style__open > span:before, .Style__open > span:after {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  transition: 0.3s ease-in-out;
  width: 100%;
}
.Style__open > span:before {
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
}
.Style__open--white {
  color: #F4F3F2;
}
.Style__open--white > span:before, .Style__open--white > span:after {
  background: #F4F3F2;
}
.Style__input {
  display: none;
}
.Style__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10rem;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .Style__overlay {
    padding: 2rem;
  }
}
.Style__window {
  color: #F4F3F2;
  transition: 0.3s ease-in-out;
}
.Style__input:checked + .Style__overlay {
  opacity: 1;
  visibility: visible;
}
.Style__input:checked + .Style__overlay + .Style__open {
  color: #F4F3F2;
}
.Style__input:checked + .Style__overlay + .Style__open > span:before, .Style__input:checked + .Style__overlay + .Style__open > span:after {
  -webkit-transform: rotate(45deg);
  background: white;
  transform: rotate(45deg);
}
.Style__credit > li:not(:last-child) {
  margin: 0 0 3rem;
}
@media only screen and (max-width: 640px) {
  .Style__credit > li:not(:last-child) {
    margin: 0 0 1rem;
  }
}
.Style__credit > li > a {
  color: #F4F3F2;
  font-size: 1.2rem;
}
.Style__credit--staff > li > ul {
  display: flex;
  justify-content: center;
  margin: 1.6rem 0 0;
}
.Style__credit--staff > li > ul li:not(:last-child)::after {
  content: "/";
  margin: 0 1rem;
}
.Style__credit--staff > li > ul a {
  color: #F4F3F2;
  font-size: 1.2rem;
}

.IeAlert {
  align-items: center;
  background: #F4F3F2;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  opacity: 9.9;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.IeAlert__wrap {
  max-width: 90%;
}
.IeAlert__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 3rem;
}
.IeAlert__txt {
  font-size: 1.4rem;
  margin: 0 0 3rem;
}
.IeAlert__link a {
  background: #232323;
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: opacity !important;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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: #F4F3F2;
}

.u-clGry {
  background: #f7f7f7;
}
.end__text {
	text-align: center;
	font-size: 4rem;
	margin: 30rem auto;
	color: #FFFFFF;
	font-family: sheila, sans-serif;
font-weight: 400;
	font-style: italic;
	line-height: 1.8
}
@media only screen and (max-width: 640px) {
  .end__text {
    font-size: 1.5rem;
	  margin: 0 auto 15rem;
  }
}


.Style__credit {
	text-align: center;
	}
	

.item__name {
	padding: 2rem;
}

.Products__img {
  position: relative;
  display: inline-block; 
  overflow: hidden; 
}

/* テキスト全体のスタイル */
.Products__text {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: white;
  text-align: center;
  z-index: 1;
  width: 80%; 
  box-sizing: border-box;
	font-family: trajan-pro-3, serif;

}


.Products__title {
  font-size: 2rem; 
  font-weight: 400; 
  margin: 0 0 1rem; 
  
}

.Products__description {
  font-size: 1.5rem; 
  line-height: 1.6; 
  font-weight: 300;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .Products__title {
    font-size: 1.2rem; 
  }

  .Products__description {
    font-size: 1rem; 
  }
}


.Introduction__ttl {
	font-size: 60px;
	font-family: garamond-premier-pro, serif;
	font-weight: 400;
	padding: 40px 0;
	
}

@media only screen and (max-width: 640px) {
  .Introduction__ttl {
    font-size: 2rem;
	  padding: 0;
  }
}
.Introduction__ttlSub {
	font-size: 2rem;
    padding: 5rem 0 30rem;
}

@media only screen and (max-width: 640px) {
  .Introduction__ttlSub {
    font-size: 1.6rem;
	  padding: 1rem 0 30rem;
  }
}

@media only screen and (max-width: 640px) {
  .Style__row {
	  
	  padding: 10% 0 40%;
	  
	
}

}
@media only screen and (max-width: 640px) {
.Style__row.Style__row--pad{
	padding: 10% 0 0;
	}

}

.l-col1-padbtm {
	padding: 0 0 40%
}

@media only screen and (max-width: 640px) {
.l-col1-padbtm{
	padding: 10% 0 40%
	}

}


