@charset "UTF-8";
/*-- globalフォルダの中の_index.scss --*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #333333;
  background: #ffffff;
}

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

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*-- layoutフォルダの中の_index.scss --*/
/* main設定
--------------------------------------------- */
main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  main {
    padding-bottom: 80px;
  }
}

/* コンテナ設定
--------------------------------------------- */
.l-container {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .l-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-container__mid {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 599px) {
  .l-container__mid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p-container {
  margin: 0 auto;
}

/* トップページのレイアウト関係
-----------------------------------------*/
/* 黒帯のコンテナ設定 */
.l-band-container {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .l-band-container {
    margin-top: 40px;
  }
}

.l-band-container--wide {
  margin-top: 80px;
}

.l-wrap {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-wrap {
    max-width: 492px;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .l-wrap {
    max-width: 460px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-wrap {
    max-width: 370px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .l-wrap {
    max-width: 428px;
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .l-wrap__buy-btn {
    margin-top: 80px;
  }
}

/* 970pxのwrap */
.l-item-wrap {
  max-width: 970px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* galleryエリア */
.l-wrap__gallery {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .l-wrap__gallery {
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .l-grid__gallery--2,
  .l-grid__gallery--3,
  .l-grid__gallery--4,
  .l-grid__gallery--5,
  .l-grid__gallery--6 {
    margin-top: 20px;
  }
}

/*--------------------------------------------
----------------------------------------------

グリッド関係

----------------------------------------------
---------------------------------------------- */
.l-grig-top-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
}
@media screen and (max-width: 599px) {
  .l-grig-top-cont {
    display: block;
  }
}

.l-grig-top-cont__1 {
  grid-area: 1/1/5/2;
}

.l-grig-top-cont__2 {
  grid-area: 1/2/2/3;
}

.l-grig-top-cont__3 {
  grid-area: 2/2/3/3;
}

.l-grig-top-cont__4 {
  grid-area: 3/2/4/3;
}

.l-grig-top-cont__5 {
  grid-area: 4/2/5/3;
}

.l-grig-top-cont__second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .l-grig-top-cont__second {
    display: block;
  }
}

.l-grig-top-cont__second--1 {
  grid-area: 1/2/5/3;
}

.l-grig-top-cont__second--2 {
  grid-area: 1/1/2/2;
}

.l-grig-top-cont__second--3 {
  grid-area: 2/1/3/2;
  margin-top: 20px;
}

.l-grig-top-cont__second--4 {
  grid-area: 3/1/4/2;
}

.l-grig-top-cont__second--5 {
  grid-area: 4/1/5/2;
}

/* FEATUREグリッド
---------------------------------------------- */
.l-grid-feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
}
@media screen and (max-width: 599px) {
  .l-grid-feature {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, auto);
  }
}

.l-grid-feature__1 {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 599px) {
  .l-grid-feature__1 {
    grid-area: 2/1/3/2;
  }
}

.l-grid-feature__2 {
  grid-area: 1/2/2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .l-grid-feature__2 {
    grid-area: 1/1/2/2;
  }
}

.l-grid-feature__3 {
  grid-area: 2/1/3/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .l-grid-feature__3 {
    grid-area: 3/1/4/2;
  }
}

.l-grid-feature__4 {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 599px) {
  .l-grid-feature__4 {
    grid-area: 4/1/5/2;
  }
}

.l-grid-feature__5 {
  grid-area: 3/1/4/2;
}
@media screen and (max-width: 599px) {
  .l-grid-feature__5 {
    grid-area: 6/1/7/2;
  }
}

.l-grid-feature__6 {
  grid-area: 3/2/4/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .l-grid-feature__6 {
    grid-area: 5/1/6/2;
  }
}

.l-grid-feature__7 {
  grid-area: 4/1/5/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .l-grid-feature__7 {
    grid-area: 7/1/8/2;
  }
}

.l-grid-feature__8 {
  grid-area: 4/2/5/3;
}
@media screen and (max-width: 599px) {
  .l-grid-feature__8 {
    grid-area: 8/1/9/2;
  }
}

/* SPECグリッド
---------------------------------------------- */
.l-grid__spec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, auto);
  grid-column-gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .l-grid__spec {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .l-grid__spec--2,
  .l-grid__spec--3 {
    margin-top: 20px;
  }
}

/* GALLERYグリッド
---------------------------------------------- */
.l-grid__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 599px) {
  .l-grid__gallery {
    display: block;
    text-align: center;
  }
}

/* hoverエフェクト */
@media screen and (min-width: 768px) {
  .l-grid__gallery--hover {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .l-grid__gallery--hover:hover {
    opacity: 0.8;
  }
}

/* COLORグリッド
---------------------------------------------- */
.l-grid__color {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 36px;
  grid-row-gap: 60px;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .l-grid__color {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-grid__color {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .l-grid__color {
    display: block;
    margin-top: 40px;
  }
}

.l-grid__color-item {
  text-align: center;
}

/* slimart-topページ
---------------------------------------------- */
.l-grid-slim-lineup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 1024px) {
  .l-grid-slim-lineup {
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-grid-slim-lineup {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .l-grid-slim-lineup {
    display: block;
  }
}

.l-grid-slim-item__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 599px) {
  .l-grid-slim-item__area {
    display: block;
  }
}

/* 評価ページのグリッド */
.l-grid-hyoka {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 599px) {
  .l-grid-hyoka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ---------------------------------
トップページ 凛とちっちゃCoins 紹介グリッド
------------------------------------*/
.l-grid-slim-item__area2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .l-grid-slim-item__area2 {
    display: block;
  }
}

.l-grid-slim__2item {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .l-grid-slim__2item {
    max-width: 599px;
    width: 100%;
  }
}

.l-grid-slim-item__area3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .l-grid-slim-item__area3 {
    display: block;
  }
}

/*-- jsフォルダの中の_index.scss --*/
/* ローディングアニメーション
------------------------------------------ */
/* ローディング画面
----------------------------- */
#js-loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

/* ローディングアニメーション部分
---------------------------- */
.js-loader,
.js-loader:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.js-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(169, 169, 169, 0.2);
  border-right: 0.8em solid rgba(169, 169, 169, 0.2);
  border-bottom: 0.8em solid rgba(169, 169, 169, 0.2);
  border-left: 0.8em solid #a9a9a9;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ローディングアニメーション操作CSS
---------------------------------------- */
.js-completed {
  opacity: 0;
  visibility: hidden;
}

/*ヘッダースクロール背景色変化
-----------------------------------------------*/
.l-header__hamburger.js-header__bg-color {
  background-color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.p-header__logo--hidden.js-header__active {
  visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.p-gnav__menu--hidden.js-header__active {
  visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* お問い合わせボタン
-------------------------------------- */
/* パンくずリスト */
/* パンくずリストmargin-top調整 */
.l-breadcrumb {
  margin-top: 20px;
}

.breadcrumb {
  max-width: 1920px;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.2rem;
  margin: 0 auto;
  text-decoration: initial;
}

.breadcrumb__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumb__list:not(:last-child) {
  margin-right: 15px;
}

.breadcrumb__list:not(:last-child):after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #333;
}

.breadcrumb__list--text {
  display: inline;
}

.breadcrumb__list--text_link {
  text-decoration: underline;
}

/* トップ
----------------------------------------------- */
.p-slim-top {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
}
@media screen and (max-width: 599px) {
  .p-slim-top {
    display: none;
  }
}

.p-slim-top__anime {
  position: absolute;
  width: 100%;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: change-img-anim 16s ease infinite;
          animation: change-img-anim 16s ease infinite;
}

.p-slim-top__anime:nth-of-type(1) {
  -webkit-animation: change-img-anim-first 16s infinite;
          animation: change-img-anim-first 16s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: #333;
}

.p-slim-top__anime:nth-of-type(2) {
  background-image: url(../images/slim/slimart-top_bg1.webp);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.p-slim-top__anime:nth-of-type(3) {
  background-image: url(../images/slim/slimart-top_bg2.webp);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.p-slim-top__anime:nth-of-type(4) {
  background-image: url(../images/slim/slimart-top_bg3.webp);
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@-webkit-keyframes change-img-anim-first {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-img-anim-first {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* TOPの SLIM ART テキスト */
.p-slim-top__txt1 {
  width: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-animation: slim-top-txt_anime1 14s ease 1;
          animation: slim-top-txt_anime1 14s ease 1;
}
@media screen and (max-width: 1280px) {
  .p-slim-top__txt1 {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .p-slim-top__txt1 {
    width: 37%;
  }
}

@-webkit-keyframes slim-top-txt_anime1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slim-top-txt_anime1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* TOPの 新しい自由を手に入れる のテキスト */
.p-slim-top__txt2 {
  width: 30%;
  position: absolute;
  top: 65%;
  left: 50%;
  margin: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-animation: slim-top-txt_anime2 8s ease 1;
          animation: slim-top-txt_anime2 8s ease 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 1280px) {
  .p-slim-top__txt2 {
    width: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .p-slim-top__txt2 {
    width: 44%;
  }
}

@-webkit-keyframes slim-top-txt_anime2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slim-top-txt_anime2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* スマホトップ設定（アニメ）
----------------------------------- */
.p-slim-top__sp {
  display: none;
  position: relative;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
}
@media screen and (max-width: 599px) {
  .p-slim-top__sp {
    display: block;
  }
}

.p-slim-top__anime--sp {
  position: absolute;
  width: 100%;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: change-img-anim 16s ease infinite;
          animation: change-img-anim 16s ease infinite;
}

.p-slim-top__anime--sp:nth-of-type(1) {
  -webkit-animation: change-img-anim-first 16s infinite;
          animation: change-img-anim-first 16s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: #333;
}

.p-slim-top__anime--sp:nth-of-type(2) {
  background-image: url(../images/sp/top_img_sp_01.webp);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.p-slim-top__anime--sp:nth-of-type(3) {
  background-image: url(../images/sp/top_img_sp_02.webp);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.p-slim-top__anime--sp:nth-of-type(4) {
  background-image: url(../images/sp/top_img_sp_03.webp);
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@keyframes change-img-anim-first {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* TOPの SLIM ART テキスト */
.p-slim-top__txt1--sp {
  width: 60%;
  position: absolute;
  top: 80%;
  left: 50%;
  margin: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-animation: slim-top-txt_anime1 14s ease 1;
          animation: slim-top-txt_anime1 14s ease 1;
}

@keyframes slim-top-txt_anime1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* スマホTOPアニメの 新しい自由を手に入れる のテキスト */
.p-slim-top__txt2--sp {
  width: 6%;
  position: absolute;
  top: 38%;
  left: 50%;
  margin: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-animation: slim-top-txt_anime2 8s ease 1;
          animation: slim-top-txt_anime2 8s ease 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes slim-top-txt_anime2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* トップコンテンツ設定
----------------------------------- */
.p-slim-copy {
  margin-top: 80px;
  text-align: center;
}

.p-slim-copy__2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-slim-copy__img1 img {
  width: 320px;
}

.p-slim-copy__txt1 {
  font-size: 2rem;
  text-align: center;
  line-height: 2.15;
  font-weight: 300;
}

.p-slim-cont {
  margin-top: 80px;
}

/* ラインナップ */
.p-slim-hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-slim-hover:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .p-slim-item__image {
    margin-top: 40px;
  }
}

.p-slim-item__logo {
  text-align: center;
  margin-top: 30px;
  height: 85px;
}

.p-slim-item__desc {
  text-align: center;
  margin-top: 30px;
  border: 1px solid #333;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  .p-slim-item__desc {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .p-slim-item__desc {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.p-slim-item__desc--txt {
  display: inline-block;
  text-align: left;
}

.p-slim-item__article {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 599px) {
  .p-slim-item__article {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* 8ミリの衝撃 エリア */
.p-slim-copy__img2 {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .p-slim-copy__img2 {
    height: 450px;
  }
}

.p-slim-copy__img2-pc {
  width: 240px;
}
@media screen and (max-width: 599px) {
  .p-slim-copy__img2-pc {
    display: none;
  }
}

.p-slim-copy__img2-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-slim-copy__img2-sp {
    display: block;
    width: 150px;
  }
}

/* アイテム説明エリア
-------------------------------- */
.p-slim-item__bg {
  text-align: center;
  margin-top: 80px;
}

.p-slim-item__desc-img {
  text-align: center;
  margin-top: 80px;
}

.p-slim-item__desc-img2 {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .p-slim-item__desc-img2 {
    margin-top: 10px;
  }
}

/* スマホ用センター寄せ */
@media screen and (max-width: 599px) {
  .p-slim-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-slim-item__desc-txt {
  text-align: center;
  margin-top: 80px;
  font-size: 2.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-slim-item__desc-txt {
    margin-top: 20px;
    width: 320px;
    text-align: left;
  }
}

.p-slim-item__desc-txt--body {
  display: inline-block;
  text-align: left;
}

.p-slim-moreallow {
  margin-left: 5px;
}

/* MORE CONFORTABLE */
.l-slim-copy__moreconfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-slim-copy__mid {
  text-align: center;
  margin-top: 120px;
  max-width: 369px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-slim-copy__mid {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 599px) {
  .p-slim-copy__moreconfo-pc {
    display: none;
  }
}

.p-slim-copy__moreconfo-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-slim-copy__moreconfo-sp {
    display: block;
  }
}

/* --------------------------------------
-----------------------------------------
top設定、黒帯設定など
-----------------------------------------
--------------------------------------- */
.c-top-cont__item {
  margin-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .c-top-cont__item {
    margin-top: 40px;
    padding: 0 40px 40px 40px;
  }
}

.c-top-cont__ttl {
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-top-cont__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .c-top-cont__ttl {
    font-size: 2rem;
  }
}

.c-top-cont__txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-top-cont__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .c-top-cont__txt {
    font-size: 1.6rem;
  }
}

/* カテゴリの黒帯 */
.c-band {
  background: #333;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1920px;
  width: 100%;
}

.c-cont-ttl {
  height: 28px;
}

/* featureエリア */
.c-feature {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-feature {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.c-feature__number {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .c-feature__number {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-feature__number {
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .c-feature__number {
    width: 200px;
  }
}

.c-feature__ttl {
  margin-top: 20px;
  text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-feature__ttl {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .c-feature__ttl {
    margin-top: 40px;
    font-size: 2rem;
  }
}

.c-feature__txt {
  width: 320px;
  margin: 20px auto 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-feature__txt {
    margin-top: 10px;
    font-size: 1.4rem;
    max-width: 260px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .c-feature__txt {
    margin-top: 10px;
    font-size: 1.6rem;
    max-width: 300px;
    width: 100%;
  }
}

/* トップページ凛とちっちゃCoinsエリア */
@media screen and (max-width: 768px) {
  .p-slim-item__image2 {
    margin-top: 40px;
  }
}

/* 凛とちっちゃCoinsエリア */
.p-slim-item__logo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  height: 85px;
}

/* トップページの黒帯 */
.l-band-slim__container {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .l-band-slim__container {
    margin-top: 40px;
  }
}

/* トップページ カテゴリの黒帯 */
.top-band {
  background: #333;
  color: #fff;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1920px;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
}

/* 詳細ページへ */
.p-slim-desc-box {
  height: 20px;
}

/* 「8mm 8ミリの衝撃。その薄さに息をのむ。」の画像部分 */
@media screen and (max-width: 599px) {
  .p-slim-copy__img3 {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .p-slim-item__image3 {
    display: none;
  }
}

.p-slim-item__image3--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-slim-item__image3--sp {
    display: block;
  }
}

/* PRIME
----------------------------------------------- */
/* prime トップビジュアル設定
--------------------------------------------- */
.l-top-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .l-top-bg {
    display: none;
  }
}

.p-top-bg__img {
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background: url(../images/prime/top-bg.webp) no-repeat 70% 0/cover;
}
@media screen and (max-width: 960px) {
  .p-top-bg__img {
    min-height: 75vh;
    min-height: 75svh;
  }
}
@media screen and (max-width: 768px) {
  .p-top-bg__img {
    min-height: 60vh;
    min-height: 60svh;
  }
}

.p-top-bg__txt-img {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 30vw;
  width: 30dvw;
}
.p-top-bg__txt-img--small {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 30vw;
  width: 30dvw;
}

/* PRIME他 トップスマホ設定（アニメ以外）
-------------------------------- */
.l-top-bg__sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .l-top-bg__sp {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 599px;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
  }
}

@media screen and (max-width: 599px) {
  .p-top-bg__sp {
    position: absolute;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

/* PRIMEスマホ画像 */
.p-top-bg__sp--prime {
  background-image: url(../images/prime/prime_sp_top.webp);
}

.p-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-copy {
  margin-top: 80px;
  text-align: center;
  max-width: 650px;
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .p-top-copy {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.p-top-copy__txt {
  font-size: 2rem;
  text-align: left;
  display: inline-block;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top-copy__txt {
    font-size: 1.6rem;
  }
}

.p-top-cont {
  margin-top: 80px;
}

/* FEATUREエリア */
.p-feature {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .p-feature {
    margin-top: 0;
  }
}

/* 意匠登録(REG)エリア */
.p-reg__image-area {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.p-reg-image2 {
  margin-top: 20px;
}

/* SCENEエリア */
.p-scene-image2 {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-scene-image2 {
    margin-top: 0;
  }
}

/* BRANDエリア */
.p-brand-ttl {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
}

.p-brand-image {
  margin-top: 40px;
}

/* カラーバリエーションエリア */
.p-color-type__txt {
  margin-top: 20px;
}

/* 購入ボタンエリア */
.p-buy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-buy-btn:hover {
  opacity: 0.7;
}
.p-buy-btn:not(:first-child) {
  margin-top: 40px;
}

.p-buy-btn__item {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-buy-btn__item {
    max-width: 250px;
    width: 100%;
  }
}

/* with COINS
----------------------------------------------- */
.p-with-bg__img {
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background: url(../images/with/withcoin_top.webp) no-repeat 70% 0/cover;
}
@media screen and (max-width: 960px) {
  .p-with-bg__img {
    min-height: 75vh;
    min-height: 75svh;
  }
}
@media screen and (max-width: 768px) {
  .p-with-bg__img {
    min-height: 60vh;
    min-height: 60svh;
  }
}

.p-with-buy-txt {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}

.p-buy-btn__with {
  margin-top: 40px;
}

/* WITHスマホ画像 */
.p-top-bg__sp--with {
  background-image: url(../images/with/withcoin_sp_top.webp);
}

/* CoinBox
----------------------------------------------- */
/* コインボックス トップ画像 */
.p-coin-bg__img {
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background: url(../images/coin/coinbox_top.webp) no-repeat 70% 0/cover;
}
@media screen and (max-width: 960px) {
  .p-coin-bg__img {
    min-height: 75vh;
    min-height: 75svh;
  }
}
@media screen and (max-width: 768px) {
  .p-coin-bg__img {
    min-height: 60vh;
    min-height: 60svh;
  }
}

/* コインボックス トップ下テキストイメージ */
.p-coin-txt-image {
  margin-top: 80px;
}

/* sceneエリア */
.p-scene-image__coin {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-scene-image__coin {
    margin-top: 0;
  }
}

/* COINスマホ画像 */
.p-top-bg__sp--coin {
  background-image: url(../images/coin/coinbox_sp_top.webp);
}

@media screen and (max-width: 599px) {
  .p-coin-img__adjust {
    margin-top: 40px;
  }
}

/* About
-----------------------------------------*/
.p-about-top {
  margin-top: 150px;
  max-width: 300px;
  width: 100%;
}

.p-about-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about-copy {
  margin-top: 80px;
  text-align: center;
}

.p-about-copy__img--body {
  max-width: 90px;
  width: 100%;
}

.p-about-item__bg {
  text-align: center;
  margin-top: 80px;
}

.p-about-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

.p-about-item__txt {
  max-width: 320px;
  width: 100%;
  line-height: 2.25;
}

.p-about-item__logo {
  margin-top: 60px;
  text-align: center;
}

.p-about-item__logo--body {
  width: 110px;
}

.p-about-item__wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.p-about-item__txt2 {
  max-width: 320px;
  width: 100%;
  line-height: 2;
  text-align: center;
}

/* SLIM ARTの評価
-----------------------------------------*/
.p-hyoka-top {
  margin-top: 150px;
  max-width: 300px;
  width: 100%;
}

.p-hyoka__sub-ttl {
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
}

.p-hyoka-band__setting {
  margin-top: 150px;
}

.p-hyoka-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-hyoka-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

.p-hyoka-item__txt {
  max-width: 320px;
  width: 100%;
  line-height: 2.25;
}

/* 評価のグリッド */
.p-hyoka__rate-area {
  margin-top: 40px;
}

@media screen and (max-width: 599px) {
  .p-hyoka__rate {
    margin-top: 20px;
    width: 300px;
    padding-bottom: 40px;
  }
}

.p-hyoka-item__img {
  margin-top: 60px;
  text-align: center;
}

.p-hyoka-item__img--body {
  width: 320px;
}

.p-hyoka-item__img--body2 {
  width: 200px;
}

.p-about-item__wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.p-about-item__txt2 {
  max-width: 320px;
  width: 100%;
  line-height: 2;
  text-align: center;
}

/* 比較表 SLIM ART
-----------------------------------------*/
.p-hikaku-top {
  margin-top: 80px;
  max-width: 300px;
  width: 100%;
}

.p-hikaku-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-hikaku-item__area {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .p-hikaku__image {
    display: none;
  }
}

.p-hikaku__image--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-hikaku__image--sp {
    display: block;
  }
}

/* ヘッダー
-----------------------------------------*/
.l-header {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.l-header__hamburger {
  height: 60px;
  position: fixed;
  z-index: 2;
  max-width: 1920px;
  width: 100%;
}

.p-header {
  height: 60px;
  position: fixed;
  max-width: 1920px;
  width: calc(100vw - 15px);
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .p-header {
    padding: 0 0 0 15px;
  }
}

.p-header__logo {
  height: 60px;
  width: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__logo:hover {
  opacity: 0.7;
}

.p-logo {
  max-width: 100px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.p-gnav__menu {
  margin-right: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-gnav__menu:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .p-gnav__menu {
    display: none;
  }
}

/*----------------------------------------------
スタート時はグローバルナビゲーションを隠す
------------------------------------------------*/
.p-header__logo--hidden,
.p-gnav__menu--hidden {
  visibility: hidden;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* ハンバーガーメニュー
-------------------------------------------------- */
/* ハンバーガー ナビゲーションのためのCSS */
.sp-gnav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  display: none;
  width: 420px;
  min-height: 100vh;
  min-height: 100dvh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  -webkit-animation: fadein 0.1s;
          animation: fadein 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 768px) {
  .sp-gnav {
    width: 100%;
  }
}

/*アクティブクラスがついたら位置を0に*/
.sp-gnav.panel-active {
  display: block;
  right: 0;
}

/* hide-menuクラスが付与されたらメニューを消す */
.sp-gnav.hide-menu {
  /* display: none; ではなくvisibility: hidden;を使用。スムースに開閉が行われる*/
  visibility: hidden;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

/* hide-menuクラスが付与されたらメニューを消す */
.p-gnav__menu.hide-menu__body {
  /* display: none; ではなくvisibility: hidden;を使用。スムースに開閉が行われる*/
  visibility: hidden;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

/*スマホ グローバルナビゲーション*/
.sp-menu__block {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
}

/*リストのレイアウト設定*/
.p-gnav__menu--sp {
  width: 340px;
  padding: 5px;
  display: block;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: 8px;
}
.p-gnav__menu--sp:hover {
  opacity: 0.7;
}

.p-gnav__menu--sp-img2 {
  width: 50px;
  padding: 8px;
  display: block;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: 15px;
}
.p-gnav__menu--sp-img2:hover {
  opacity: 0.7;
}

.p-gnav__sp-big {
  font-size: 2.4rem;
}

.p-gnav__sp-big2 {
  padding: 8px;
  display: block;
  letter-spacing: 0.05em;
  width: 300px;
  font-size: 2.4rem;
}

/* modalの設定
---------------------------------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 998;
  /*ナビのスタート位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  /* モーダルをフェードインさせる */
  -webkit-animation: fadein 0.1s;
          animation: fadein 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 599px) {
  .modal {
    display: none;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-bg {
  background: rgba(0, 0, 0, 0.1);
  min-height: 100vh;
  min-height: 100dvh;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .modal-bg {
    display: none;
  }
}

/*panel-activeがついたら出現（普段はdisplay:none）*/
.modal.modal-active {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .modal.modal-active {
    display: none;
  }
}

/* モーダルの背景をスクロールさせない */
.body.modal-active-bg {
  /* overflow-y: hidden;でスクロールを禁止 */
  overflow-y: hidden;
}

/* スクロールバーガタつき対策 */
.scrollbar-wrap.scrollbar {
  overflow: auto;
  scrollbar-gutter: stable;
}

/*========= ボタンのためのCSS ===============*/
.open-btn {
  position: relative;
  /*ボタンを最前面に*/
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 30px;
  background: #333;
}

/*×に変化*/
.open-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 1px;
  background-color: #fff;
}

.open-btn span:nth-of-type(1) {
  top: 12px;
  width: 50%;
}

.open-btn span:nth-of-type(2) {
  top: 19px;
  width: 50%;
}

.open-btn.active span:nth-of-type(1) {
  top: 12px;
  left: 12px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(3px) rotate(-20deg);
  width: 50%;
}

.open-btn.active span:nth-of-type(2) {
  top: 18px;
  left: 12px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-3px) rotate(20deg);
  width: 50%;
}

/* フッター
-----------------------------------------------*/
.l-footer {
  background: #333333;
  margin: 0 auto;
  height: 47px;
  max-width: 1920px;
  width: 100%;
}

.p-footer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  line-height: 46px;
}

.c-copy-right {
  color: #fff;
  text-align: center;
}

/* リダイレクトファイル関係 */
.p-redirect {
  visibility: hidden;
  text-align: center;
  margin-top: 200px;
  -webkit-animation: late-open 0.5s ease-in 2.5s forwards;
          animation: late-open 0.5s ease-in 2.5s forwards;
}

@-webkit-keyframes late-open {
  to {
    visibility: visible;
  }
}

@keyframes late-open {
  to {
    visibility: visible;
  }
}
.p-redirect__img {
  width: 100px;
}

.p-redirect__txt {
  margin-top: 40px;
  font-size: 1.8rem;
  text-decoration: underline;
}

/* 文言可変エリア */
.p-sales-copy {
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-sales-copy {
    max-width: 250px;
    width: 100%;
  }
}

.p-sales-copy__item {
  display: inline-block;
  text-align: left;
}

/* Rin 凛
----------------------------------------------- */
/* Rin トップ画像 */
.p-rin-bg__img {
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background-image: url(../images/rin/rin_top_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .p-rin-bg__img {
    min-height: 75vh;
    min-height: 75svh;
  }
}
@media screen and (max-width: 768px) {
  .p-rin-bg__img {
    min-height: 60vh;
    min-height: 60svh;
  }
}

/* Rinスマホ画像 */
.p-top-bg__sp--rin {
  background-image: url(../images/rin/rin_top_sp.webp);
}

.p-rin-image300 {
  width: 300px;
}

.p-rin-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  width: 100%;
}
.p-rin-wrap--500 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-rin-wrap {
    max-width: 428px;
    width: 100%;
  }
}

.p-rin-wrap__mid {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-rin-wrap__mid {
    max-width: 340px;
    width: 100%;
  }
}

.p-rin-headline {
  font-weight: 300;
  font-size: 2.4rem;
}

.p-rin-headline__mid {
  font-weight: 300;
  font-size: 2rem;
}

.p-rin-content {
  line-height: 2;
}

@media screen and (max-width: 599px) {
  .p-rin-content--sp {
    padding-bottom: 80px;
  }
}

/* グリッド */
.p-grid-rin {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}
@media screen and (max-width: 768px) {
  .p-grid-rin {
    display: block;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-grid-rin-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}

/* Rinのグレー帯 */
.rin-band {
  background: #e0e0e0;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1920px;
  width: 100%;
  font-size: 2rem;
}

/* Rin SPECエリア 画像差し替え */
.p-brand-image--rin {
  margin: 40px auto 0 auto;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-brand-image--rin {
    display: none;
  }
}

.p-brand-image--rin-sp {
  margin: 40px auto 0 auto;
  display: none;
}
@media screen and (max-width: 599px) {
  .p-brand-image--rin-sp {
    display: block;
  }
}

/* ちっちゃCoins
----------------------------------------------- */
/* ちっちゃCoins トップ画像 */
.p-chi-bg__img {
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background-image: url(../images/chi/chi_top_desktop.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .p-chi-bg__img {
    min-height: 75vh;
    min-height: 75svh;
  }
}
@media screen and (max-width: 768px) {
  .p-chi-bg__img {
    min-height: 60vh;
    min-height: 60svh;
  }
}

/* ちっちゃCoins スマホ画像 */
.p-top-bg__sp--chi {
  background-image: url(../images/chi/chi_top_sp.webp);
}

.p-rin-headline--chi {
  font-weight: 300;
  font-size: 2.4rem;
}

.p-chi-wrap__300 {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  width: 100%;
}

.p-chi-txt {
  line-height: 2;
}

/* グリッド */
.p-grid-chi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 599px) {
  .p-grid-chi {
    display: block;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-grid-chi-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .p-grid-chi__parts {
    margin-top: 20px;
  }
}

/*-- utilityフォルダの中の_index.scss --*/
/* 調整用
--------------------------------------------------*/
/* 全角スペース（右に全角） */
.u-full-width {
  margin-right: 1em;
}

/* 全角1.5スペース（右に1.5全角） */
.u-full-half-width {
  margin-right: 1.5em;
}

/* 半角スペース（右に半角） */
.u-half-width {
  margin-right: 0.5em;
}

/* 半角スペース（左に半角） */
.u-half-width-left {
  margin-left: 0.5em;
}

/* 改行禁止 */
.u-no-wrap {
  white-space: nowrap;
}

/* PC改行 */
.u-tablet-br__1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-tablet-br__1024 {
    display: block;
  }
}

/* タブレットのみ改行 */
.u-tablet-br__768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-tablet-br__768 {
    display: block;
  }
}

/* タブレットは改行しない */
@media screen and (max-width: 768px) {
  .u-tablet-br__768--none {
    display: none;
  }
}

/* スマホのみ改行 */
.u-sp-br__599 {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-br__599 {
    display: block;
  }
}

/* ホバーアクション（アイテムが薄くなる） */
.u-hover-action {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-hover-action:hover {
  opacity: 0.7;
}

/* スペーサー */
.u-spacer {
  padding-bottom: 80px;
}

.u-spacer__mid {
  padding-bottom: 40px;
}

.u-spacer__narrow {
  padding-bottom: 20px;
}

.u-spacer__wide {
  padding-bottom: 160px;
}/*# sourceMappingURL=style.css.map */