@charset "UTF-8";
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*インポートscss*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本scss*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-size: 1.1vw;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Arima", "Montserrat", "M PLUS Rounded 1c", sans-serif;
  width: 100%;
  margin: 0;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #646363;
  opacity: 0.5;
  transition: 0.6s;
  filter: brightness(90%) contrast(120%);
  -webkit-filter: brightness(90%) contrast(120%);
}

h1 {
  font-size: 7rem;
  font-weight: bold;
}

h2 {
  font-size: 1.7rem;
  font-weight: bold;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

img {
  display: block;
}

/* 1. ブラウザの余計な余白を消す（これがないと393pxぴったりにならない） */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 2. 画面幅を393pxに固定する、または最大幅を制限する */
body {
  width: 393px;
  margin: 0 auto;
  /* PCで見た時に中央に寄せる */
  background-color: #aaaeaf;
  /* 背景色 */
  overflow-x: hidden;
  /* 横揺れ防止 */
}

/* 3. 画像がはみ出さないようにする基本ルール */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*ヘッダー領域*/
.royes-header {
  background-image: url("../images/header-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  min-height: 5vh;
  width: 100%;
}
.royes-header img {
  width: 80px;
  height: auto;
  padding: 10px;
}
.royes-header .name-set h1 {
  padding: 0;
  font-size: 40px;
  color: #fff;
}
.royes-header .name-set img {
  width: 280px;
  margin-top: -15px;
}

/*メイン領域*/
main {
  width: 393px;
}
main .main-visual {
  width: 393px;
  position: relative;
  background-image: url("../images/main-visual-photo-all.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 593px;
}
main .main-visual .main-visual-title {
  position: absolute;
  top: 10px;
  left: 20px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 70px;
  color: #fff;
  line-height: 1;
  margin: 0;
  opacity: 0.8;
  z-index: 10;
}
main .main-visual .main-visual-logo-overlap {
  position: absolute;
  top: 42%;
  right: 10%;
  width: 120px;
  height: auto;
  opacity: 0.9;
  z-index: 20;
}
main .keyframe01 {
  width: 100%;
  overflow: hidden;
  height: 90px;
  padding: 9px 0;
}
main .keyframe01 p {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  animation: flow-text 70s linear infinite;
  /* ① 輪郭線に色を付ける (太さ / 色) */
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.5019607843);
  background: linear-gradient(to bottom, rgba(102, 74, 93, 0.8196078431), #a59ba3, #813c44);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@keyframes flow-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
main .image-photo-text {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 393px;
  margin: 0 auto;
}
main .image-photo-text .flower-photo {
  width: 100%;
  display: block;
}
main .image-photo-text .flower-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.9;
  z-index: 4;
}
main .d-container,
main .h-container,
main .g-container,
main .u-container,
main .p-container {
  margin-top: 60px;
}
main .d-container h2,
main .h-container h2,
main .g-container h2,
main .u-container h2,
main .p-container h2 {
  margin-left: 40px;
  font-size: 24px;
  color: #fff;
}
main .d-container h2::after,
main .h-container h2::after,
main .g-container h2::after,
main .u-container h2::after,
main .p-container h2::after {
  display: block;
  content: "";
  width: 260px;
  border-top: solid 1.5px #fff;
  margin: 5px 40px 0 70px;
}
main .d-container p,
main .h-container p,
main .g-container p,
main .u-container p,
main .p-container p {
  font-size: 16px;
  color: #fff;
  margin: 30px 40px 20px 40px;
}
main .d-container img,
main .h-container img,
main .g-container img,
main .u-container img,
main .p-container img {
  margin: 0 auto;
  border-radius: 20px;
  filter: drop-shadow(5px 5px 10px #000);
  width: 210px;
  height: 300px;
}
main .p-container {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
  padding: 60px 0 10px 0;
  background-image: url("../images/back-color.svg");
  background-repeat: no-repeat;
  display: block;
  position: relative;
  z-index: -2;
}
main .p-container .productdesign-r {
  background-image: url("../images/productdesign-r.svg");
  background-repeat: no-repeat;
  background-position: center 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main .u-container {
  display: block;
  position: relative;
}
main .u-container .untinshed-oy {
  background-image: url("../images/untinshed-oy.svg");
  background-repeat: no-repeat;
  background-position: center 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main .g-container {
  display: block;
  position: relative;
}
main .g-container .gratiude-es {
  background-image: url("../images/gratiude-es.svg");
  background-repeat: no-repeat;
  background-position: center 35%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main .h-container {
  background-image: url(../images/back-color02.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
main .h-container .handwork-set {
  position: relative;
  width: 393px;
  margin: 0 auto;
}
main .h-container .handwork-set .hand-center {
  /* position: absolute; を外す */
  display: block;
  width: 393px;
  margin: 0 auto;
  z-index: 1;
}
main .h-container .handwork-set .hand-left {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  filter: drop-shadow(5px 5px 10px #000);
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 2;
}
main .h-container .handwork-set .hand-right {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  filter: drop-shadow(5px 5px 10px #000);
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 2;
}
main .d-container {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
  padding: 40px 0 10px 0;
  background-image: url(../images/back-color03.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #191411;
}
main .d-container h2,
main .d-container p {
  color: rgba(255, 255, 255, 0.7176470588);
}
main .d-container h2::after {
  display: block;
  content: "";
  width: 260px;
  border-top: solid 1.5px rgba(255, 255, 255, 0.7176470588);
  margin: 5px 40px 0 70px;
}
main .keyframe-all {
  width: 100%;
  max-width: 393px;
  height: 571px;
  margin: 0 auto;
  background-image: url(../images/keyflame-all-photo.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
main .keyframe-all p {
  display: block;
  white-space: nowrap;
  line-height: 1.3;
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6549019608);
  animation: flow-left 15s linear infinite;
}
main .keyframe-all p:nth-child(even) {
  animation: flow-right 14s linear infinite;
}
main .keyframe-all p strong {
  font-size: 40px;
  color: rgba(255, 78, 78, 0.7411764706);
}
main .keyframe-all .key-03 {
  animation-delay: 5s;
}
main .keyframe-all .key-05 {
  animation-delay: 3s;
}
main .keyframe-all .key-07 {
  animation-delay: 1s;
}
@keyframes flow-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flow-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
main .keyframe02 {
  background-image: url("../images/keyframe02-back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  height: auto;
  padding: 20px 0;
}
main .keyframe02 p {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  animation: flow-text 50s linear infinite;
  /* ① 輪郭線に色を付ける (太さ / 色) */
  -webkit-text-stroke: 1.5px #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@keyframes flow-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
main .gold-art {
  background-image: url("../images/gold-art.jpg");
  background-repeat: no-repeat;
  width: 393px;
  height: 492px;
  display: block;
  position: relative;
}
main .gold-art img {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
main .keyframe03 {
  width: 100%;
  overflow: hidden;
  height: auto;
  padding-top: 12px;
}
main .keyframe03 p {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-top: 5px;
  font-size: 90px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8431372549);
  animation: flow-text 70s linear infinite;
  /* ① 輪郭線に色を付ける (太さ / 色) */
}
@keyframes flow-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
main .main-last-back {
  background-image: url("../images/last-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 393px;
  height: 590px;
}

/*フッター領域*/
footer {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
}
footer .footer-container {
  padding: 0 0 20px 0;
}
footer .footer-container .footer-nav {
  position: relative;
  width: 100%;
  height: 576px;
}
footer .footer-container .footer-nav a {
  position: absolute;
  display: inline-block;
  transition: opacity 0.3s;
}
footer .footer-container .footer-nav a:hover {
  opacity: 0.7;
}
footer .footer-container .footer-nav a,
footer .footer-container .footer-nav img {
  width: 100%;
  height: auto;
  display: block;
}
footer .footer-container .footer-nav .footer-flower {
  position: absolute;
  width: 287px;
  top: 0;
  right: 50px;
  z-index: 0;
}
footer .footer-container .footer-nav .logo-nav {
  top: 270px;
  left: 30px;
  width: 60px;
  height: auto;
}
footer .footer-container .footer-nav .gratitude-nav {
  top: 465px;
  left: 7px;
  width: 120px;
  height: auto;
}
footer .footer-container .footer-nav .handwork-nav {
  top: 100px;
  right: 11px;
  width: 250px;
  height: auto;
}
footer .footer-container .footer-nav .productdesign-nav {
  top: 19px;
  right: 5px;
  width: 220px;
  height: auto;
}
footer .footer-container .footer-nav .untinished-nav {
  top: 360px;
  left: 25px;
  width: 120px;
  height: auto;
}
footer .footer-container .footer-nav .designer-nav {
  top: 176px;
  right: 25px;
  width: 150px;
  height: 150px;
}
footer .footer-container p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 393px;
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */