html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #1c2640;
  font-size: 16rem;
  overflow: hidden;
}

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

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
  backface-visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}

a.futura {
  background: #1c2640;
  transition: 0.3s;
}
a.futura:hover {
  background: #34487d;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 960rem;
  margin: 0 auto;
  position: relative;
}

.s_inner {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fadein {
  opacity: 0;
  transition: 1.2s;
  transition-delay: 500ms;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_scale {
  transform: scale(0.5, 0.5) translate(0, 200px);
}

.fade_up {
  transform: translate(0, 80px);
}

.fade_down {
  transform: translate(0, -80px);
}

.fade_rotate_r {
  transform: rotate(-45deg);
}

.fade_rotate_l {
  transform: rotate(45deg);
}

.blur {
  filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition-delay: 500ms;
  transition: 1.2s;
}
.blur.on_action {
  animation: blur 0.75s linear forwards;
}

@keyframes blur {
  100% {
    filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
}
.inview.fadein.on_action,
.inview_load.fadein.on_action {
  opacity: 1;
  transform: translate(0, 0);
}

.c_red {
  color: #df1616;
}

.h_logo {
  position: relative;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(235deg) brightness(116%) contrast(101%);
}
.h_logo a {
  width: 105rem;
  top: 0;
  left: 40rem;
  position: absolute;
  display: block;
  z-index: 9;
}

header {
  top: 35rem;
  position: absolute;
}
header .ham {
  cursor: pointer;
  position: fixed;
  top: 35rem;
  right: 40rem;
  z-index: 9999;
}
header .ham span {
  width: 40rem;
  height: 2rem;
  background-color: #1c2640;
  position: relative;
  transition: ease 0.4s;
  display: block;
  box-shadow: 0px 1px 0 0px rgba(255, 255, 255, 0.5);
}
header .ham span:nth-child(1), header .ham span:nth-child(3) {
  top: 0;
}
header .ham span:nth-child(2) {
  margin: 8rem 0;
}
header .ham.active span:nth-child(1) {
  top: 7rem;
  transform: rotate(30deg);
  background-color: #fff;
}
header .ham.active span:nth-child(3) {
  top: -12rem;
  transform: rotate(-30deg);
  background-color: #fff;
}
header .ham.active span:nth-child(2) {
  opacity: 0;
}
header .nav_wrap {
  transition: ease 0.5s;
  background: rgba(50, 59, 83, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  backdrop-filter: blur(10px);
}
header .nav_wrap nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .nav_wrap.active {
  visibility: visible;
  opacity: 1;
  transition: ease 1600ms;
}
header .nav_wrap .n_logo {
  width: 100rem;
}
header .nav_wrap .nav {
  margin-top: 35rem;
}
header .nav_wrap .nav li {
  letter-spacing: 2rem;
}
header .nav_wrap .nav li:nth-child(n+2) {
  margin-top: 50rem;
}
header .nav_wrap .nav li a {
  color: #fff;
}
header .nav_wrap .sns_wrap {
  display: flex;
  gap: 40rem;
  margin-top: 50rem;
}
header .nav_wrap .sns_wrap li.ig {
  width: 26rem;
}
header .nav_wrap .sns_wrap li.ig img {
  width: 100%;
}
header .nav_wrap .sns_wrap li.fb {
  width: 26rem;
}
header .nav_wrap .sns_wrap li.x {
  width: 22rem;
}

footer {
  background: #fff;
  padding-top: 30rem;
  padding-bottom: 20rem;
  color: #1c2640;
}
footer .f_contents {
  display: flex;
  justify-content: space-between;
  font-size: 12rem;
  align-items: end;
}
footer .f_contents a {
  color: #1c2640;
}
footer .f_contents .nav_wrap .logo {
  filter: brightness(0) saturate(100%) invert(10%) sepia(28%) saturate(2022%) hue-rotate(193deg) brightness(92%) contrast(89%);
}
footer .f_contents .nav_wrap ul {
  margin-top: 40rem;
}
footer .f_contents .nav_wrap ul li:nth-child(n+2) {
  margin-top: 20rem;
}
footer .f_contents .sns_wrap ul {
  display: flex;
  gap: 40rem;
  justify-content: right;
}
footer .f_contents .sns_wrap ul li.ig {
  width: 20rem;
}
footer .f_contents .sns_wrap ul li.ig img {
  width: 100%;
}
footer .f_contents .sns_wrap ul li.fb {
  width: 20rem;
}
footer .f_contents .sns_wrap ul li.x {
  width: 18rem;
}
footer .f_contents .sns_wrap .copy {
  margin-top: 40rem;
}

.contents {
  margin-top: 50rem;
}

.futura {
  font-family: "Jost", sans-serif;
}

.base {
  filter: brightness(0) saturate(100%) invert(11%) sepia(44%) saturate(912%) hue-rotate(186deg) brightness(94%) contrast(90%);
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 1s;
  clip-path: polygon(0 0, -40rem 0, 0 100%, 0% 100%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(279deg) brightness(101%) contrast(104%);
  opacity: 0.5;
}

.on_action .mask {
  clip-path: polygon(0 0, 100% 0, calc(100% + 40rem) 100%, 0% 100%);
  opacity: 1;
}

.mv_wrap {
  padding: 200rem 0;
  display: flex;
  align-items: center;
}
.mv_wrap .mv_product {
  width: 539rem;
}
.mv_wrap .logo_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 362rem;
}

.concept {
  text-align: center;
  color: #fff;
}
.concept .inner {
  background: rgba(28, 38, 64, 0.5333333333);
  border-radius: 1000rem 1000rem 0 0;
  padding: 110rem 0 100rem;
}
.concept h2 {
  position: relative;
  display: inline-block;
  font-size: 50rem;
  margin-bottom: 80rem;
  letter-spacing: 4rem;
  line-height: 1;
}
.concept p {
  line-height: 2;
  font-size: 16rem;
}
.concept p span {
  display: block;
  margin-bottom: 40rem;
}
.concept ul {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 60rem 80rem;
  margin: 200rem 0 50rem;
}
.concept ul li {
  width: 340rem;
}
.concept ul li p {
  margin-top: 20rem;
}
.lineup {
  padding: 200rem 0 220rem;
  text-align: center;
}
.lineup h2 {
  position: relative;
  display: inline-block;
  font-size: 50rem;
  margin-bottom: 80rem;
  letter-spacing: 4rem;
  line-height: 1;
}
.lineup h2 span.base {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(279deg) brightness(101%) contrast(104%);
}
.lineup h2 span.mask {
  filter: brightness(0) saturate(100%) invert(11%) sepia(44%) saturate(912%) hue-rotate(186deg) brightness(94%) contrast(90%);
}
.lineup h2.on_action .mask {
  clip-path: polygon(0 0, 100% 0, calc(100% + 40rem) 100%, 0% 100%);
}
.lineup ul {
  display: flex;
  justify-content: center;
  gap: 0 240rem;
}
.lineup ul li {
  text-align: center;
}
.lineup ul li a {
  position: relative;
  display: block;
  padding: 0 0 50rem;
}
.lineup ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25rem;
  height: 25rem;
  border-bottom: 2rem solid #1c2640;
  border-right: 2rem solid #1c2640;
  transform: rotateZ(45deg);
}
.lineup ul li a p {
  margin-top: 10rem;
}

.point {
  background: rgba(28, 38, 64, 0.5333333333);
  padding: 120rem 0 130rem;
  color: #fff;
  text-align: center;
}
.point h2 {
  position: relative;
  display: inline-block;
  font-size: 50rem;
  margin-bottom: 80rem;
  letter-spacing: 4rem;
  line-height: 1;
}
.point .inner .point_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.point .inner .point_flex div {
  width: 460rem;
}
.point .inner .point_flex div h3 {
  margin-bottom: 50rem;
  font-size: 26rem;
}
.point .inner .point_flex div p {
  line-height: 2;
}
.point .inner .point_flex div p strong {
  display: block;
  margin-bottom: 20rem;
  font-size: 26rem;
}
.point .inner .point_flex div p strong:not(:nth-of-type(1)) {
  margin-top: 40rem;
}
.point .inner .point_flex div p strong small {
  font-size: 12rem;
}
.point .inner .point_flex div p span {
  display: block;
  margin: 0 0 10rem;
  font-size: 20rem;
}
.point .inner .point_flex div p span:not(:nth-of-type(1)) {
  margin: 40rem 0 10rem;
}
.point .inner .point_flex div + img {
  width: 440rem;
}
.point .inner .point_flex:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: 100rem;
}

.item {
  padding: 0 0 130rem;
  text-align: center;
}
.item .inner .item_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
  margin-bottom: 80rem;
}
.item .inner .item_flex div {
  width: 420rem;
  margin-bottom: 80rem;
}
.item .inner .item_flex div h2 {
  margin-bottom: 50rem;
}
.item .inner .item_flex div h2 span {
  font-size: 24rem;
  display: block;
  margin-top: 20rem;
}
.item .inner .item_flex div .buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40rem;
}
.item .inner .item_flex div .buy span {
  font-size: 26rem;
}
.item .inner .item_flex div .buy span small {
  font-size: 13rem;
}
.item .inner .item_flex div .buy a {
  width: 220rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
  color: #fff;
  padding: 8rem 0;
  text-align: center;
  letter-spacing: 2rem;
  line-height: 1;
}
.item .inner .item_flex div p {
  line-height: 2;
}
.item .inner .item_flex div p strong {
  display: block;
  margin-bottom: 40rem;
  font-size: 26rem;
}
.item .inner .item_flex div p strong:not(:nth-of-type(1)) {
  margin-top: 40rem;
}
.item .inner .item_flex div p strong small {
  font-size: 12rem;
}
.item .inner .item_flex div p span {
  display: block;
  margin: 40rem 0 30rem;
  font-size: 20rem;
  font-size: 20rem;
}
.item .inner .staff {
  position: relative;
  padding: 50rem;
  margin-top: 100rem;
  border: 2rem solid #67659c;
  border-radius: 20rem;
}
.item .inner .staff h3 {
  position: relative;
  display: inline-block;
  font-size: 50rem;
  margin-bottom: 80rem;
  letter-spacing: 4rem;
  line-height: 1;
}
.item .inner .staff h3 span.base {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(279deg) brightness(101%) contrast(104%);
}
.item .inner .staff h3 span.mask {
  filter: brightness(0) saturate(100%) invert(11%) sepia(44%) saturate(912%) hue-rotate(186deg) brightness(94%) contrast(90%);
}
.item .inner .staff h3.on_action .mask {
  clip-path: polygon(0 0, 100% 0, calc(100% + 40rem) 100%, 0% 100%);
}
.item .inner .staff div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.item .inner .staff div figure {
  width: 151rem;
}
.item .inner .staff div figure small {
  display: block;
  margin-top: 20rem;
}
.item .inner .staff div p {
  width: 660rem;
  text-align: left;
  line-height: 2;
  margin-top: 20rem;
}
.item .inner .staff div + div {
  margin-top: 50rem;
}
.item .inner #item_01 {
  padding-top: 130rem;
}
.item .inner #item_02 {
  padding-top: 100rem;
}
.item .inner #item_02 .item_flex {
  flex-direction: row-reverse;
}
.item .inner #item_02 .staff {
  border: 2rem solid #cc5493;
}

.products {
  background: rgba(28, 38, 64, 0.5333333333);
  padding: 120rem 0 130rem;
  color: #fff;
  text-align: center;
}
.products h2 {
  position: relative;
  display: inline-block;
  font-size: 50rem;
  margin-bottom: 80rem;
  letter-spacing: 4rem;
  line-height: 1;
}
.products .products_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
  margin-bottom: 80rem;
}
.products .products_flex div {
  width: 480rem;
  margin-bottom: 80rem;
}
.products .products_flex div h2 {
  margin-bottom: 50rem;
}
.products .products_flex div h2 span {
  font-size: 24rem;
  display: block;
  margin-top: 20rem;
}
.products .products_flex div span {
  position: absolute;
  top: -10rem;
  left: 520rem;
  width: 150rem;
  height: 150rem;
  background: #807dbb;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 100rem;
  font-size: 20rem;
}
.products .products_flex div span small {
  font-size: 19rem;
}
.products .products_flex div p {
  line-height: 2;
}
.products .products_flex div p strong {
  display: block;
  margin-bottom: 40rem;
  font-size: 25rem;
}
.products .products_flex div p strong:not(:nth-of-type(1)) {
  margin-top: 40rem;
}
.products .products_flex div p strong small {
  font-size: 12rem;
}
.products .products_flex div p span {
  display: block;
  margin: 40rem 0 30rem;
  font-size: 20rem;
  font-size: 20rem;
}
.products .products_flex div + img {
  width: 400rem;
}
.products .swiper_wrap {
  width: 960rem;
  margin: auto;
  overflow: visible;
}
.products .swiper_product {
  padding: 0 0 110rem;
  overflow: hidden;
  width: 1260rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.products .swiper_product li.swiper-slide {
  background: #fff;
  border-radius: 200rem 200rem 0 0;
  padding: 70rem 0 50rem;
  color: #1c2640;
  width: 380rem;
  height: auto;
}
.products .swiper_product li.swiper-slide img {
  width: 289rem;
}
.products .swiper_product li.swiper-slide p {
  text-align: left;
  margin: 50rem 38rem 40rem;
  position: relative;
}
.products .swiper_product li.swiper-slide p > small {
  position: absolute;
  left: 0;
  top: -30rem;
  border: 1rem solid #1c2640;
  padding: 2rem 7rem;
  font-size: 14rem;
}
.products .swiper_product li.swiper-slide p span {
  display: block;
  font-size: 18rem;
  margin-top: 20rem;
}
.products .swiper_product li.swiper-slide p span small {
  font-size: 13rem;
}
.products .swiper_product li.swiper-slide a {
  width: 300rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50rem;
  color: #fff;
  padding: 20rem 0;
  text-align: center;
  letter-spacing: 2rem;
  line-height: 1;
  font-size: 18rem;
}
.products .swiper_product .swiper-button-prev {
  top: auto;
  left: 150rem;
  bottom: 20rem;
  border-radius: 50rem;
  border: 1rem solid #fff;
  z-index: 11;
  width: 50rem;
  height: 50rem;
}
.products .swiper_product .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 20rem;
  width: 10rem;
  height: 10rem;
  border-bottom: 2rem solid #fff;
  border-left: 2rem solid #fff;
  transform: rotateZ(45deg);
  transition: 0.3s;
}
.products .swiper_product .swiper-button-next {
  top: auto;
  left: 270rem;
  bottom: 20rem;
  border-radius: 50rem;
  border: 1rem solid #fff;
  width: 50rem;
  height: 50rem;
  z-index: 11;
}
.products .swiper_product .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 16rem;
  width: 10rem;
  height: 10rem;
  border-top: 2rem solid #fff;
  border-right: 2rem solid #fff;
  transform: rotateZ(45deg);
  transition: 0.3s;
}
.products .swiper_product .pagination_product {
  bottom: 30rem;
  left: 220rem;
  width: auto;
}
.products .comment {
  font-size: 12rem;
}

.float_bnr {
  position: fixed;
  right: -280rem;
  bottom: 120rem;
  z-index: 99;
  transition: 0.5s;
}
.float_bnr.fixed {
  right: 10rem;
}
.float_bnr.none {
  transform: translateX(110%);
}
.float_bnr .btn_close {
  display: block;
  position: relative;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: #c0c0c0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 45rem;
}
.float_bnr .btn_close::before, .float_bnr .btn_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 22rem;
  background: #ffffff;
}
.float_bnr .btn_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.float_bnr .btn_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1500px) and (min-width: 681px) {
  header .nav_wrap {
    font-size: 18rem;
  }
  header .nav_wrap .nav {
    margin-top: 25rem;
  }
  header .nav_wrap .nav li:nth-child(n+2) {
    margin-top: 40rem;
  }
  header .nav_wrap .sns_wrap {
    margin-top: 40rem;
  }
}
@media screen and (min-width: 681px) {
  .sp {
    display: none !important;
  }
  body {
    background: url(../img/bg_body.jpg) top center;
  }
  .products .swiper-button-prev:hover::after {
    left: 14rem;
  }
  .products .swiper-button-next:hover::after {
    left: 22rem;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 16rem;
    background: url(../img/bg_body_sp.jpg) top center/100%;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 320rem;
  }
  .s_inner {
    width: 300rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .h_logo a {
    width: 50rem;
    top: 0;
    left: 16rem;
  }
  header {
    top: 15rem;
  }
  header .ham {
    top: 15rem;
    right: 15rem;
  }
  header .ham span {
    width: 23rem;
  }
  header .ham span:nth-child(2) {
    margin: 4rem 0;
  }
  header .ham.active span:nth-child(1) {
    top: 9rem;
  }
  header .ham.active span:nth-child(3) {
    top: -3rem;
  }
  header .nav_wrap .nav {
    margin-top: 25rem;
  }
  header .nav_wrap .nav li:nth-child(n+2) {
    margin-top: 40rem;
  }
  header .nav_wrap .nav li img {
    width: auto;
    height: 12rem;
  }
  header .nav_wrap .sns_wrap {
    gap: 25rem;
    margin-top: 45rem;
  }
  header .nav_wrap .sns_wrap li.ig {
    width: 20rem;
  }
  header .nav_wrap .sns_wrap li.fb {
    width: 20rem;
  }
  header .nav_wrap .sns_wrap li.x {
    width: 18rem;
  }
  footer {
    padding-top: 30rem;
    padding-bottom: 90rem;
  }
  footer .f_contents {
    display: block;
    font-size: 10rem;
  }
  footer .f_contents .nav_wrap .logo {
    width: 57.5rem;
  }
  footer .f_contents .nav_wrap ul {
    margin-top: 15rem;
  }
  footer .f_contents .nav_wrap ul li {
    font-size: 12rem;
  }
  footer .f_contents .nav_wrap ul li:nth-child(n+2) {
    margin-top: 10rem;
  }
  footer .f_contents .sns_wrap ul {
    gap: 25rem;
    margin-top: 20rem;
    justify-content: left;
  }
  footer .f_contents .sns_wrap ul li.ig {
    width: 20rem;
  }
  footer .f_contents .sns_wrap ul li.fb {
    width: 20rem;
  }
  footer .f_contents .sns_wrap ul li.x {
    width: 18rem;
  }
  footer .f_contents .sns_wrap .copy {
    margin-top: 30rem;
    font-size: 12rem;
  }
  .contents {
    margin-top: 20rem;
  }
  .btn_buy a {
    width: 250rem;
    height: 40rem;
  }
  .btn_buy a img {
    width: 26.5rem;
  }
  a.line {
    padding-bottom: 2rem;
  }
  .note {
    font-size: 11rem;
  }
  .base img,
  .mask img {
    height: 25rem;
  }
  .mv_wrap {
    padding: 80rem 0;
  }
  .mv_wrap .mv_contents .mv_product {
    width: 80%;
    margin: 0 0 0 45rem;
  }
  .mv_wrap .mv_contents .logo_wrap {
    position: static;
    margin: 5vw auto 0;
    display: block;
    width: 60%;
  }
  .concept .inner {
    padding: 90rem 0 60rem;
  }
  .concept h2 {
    font-size: 30rem;
    margin-bottom: 50rem;
  }
  .concept p {
    margin: 0 10rem;
    font-size: 13rem;
  }
  .concept p span {
    margin: 0 35rem 20rem;
  }
  .concept ul {
    margin: 80rem 20rem 40rem;
    gap: 40rem 0;
    justify-content: space-between;
  }
  .concept ul li {
    width: 46%;
  }
  .concept ul li p {
    line-height: 1.6;
    margin: 20rem 0 0;
  }
  .concept strong {
    margin: 0 80rem;
    display: block;
  }
  .lineup {
    padding: 100rem 0 120rem;
  }
  .lineup h2 {
    font-size: 30rem;
    margin-bottom: 60rem;
  }
  .lineup ul {
    gap: 0;
    justify-content: space-between;
  }
  .lineup ul li {
    width: 45%;
  }
  .lineup ul li img {
    width: 70%;
    margin: 0 0 0 20rem;
  }
  .lineup ul li a {
    height: 100%;
  }
  .lineup ul li a p {
    font-size: 14rem;
  }
  .point {
    padding: 100rem 0 120rem;
  }
  .point h2 {
    font-size: 30rem;
    margin-bottom: 60rem;
  }
  .point .inner .point_flex {
    display: block;
  }
  .point .inner .point_flex div {
    width: auto;
    margin-bottom: 20rem;
  }
  .point .inner .point_flex div h3 {
    margin-bottom: 40rem;
    font-size: 18rem;
  }
  .point .inner .point_flex div p {
    font-size: 14rem;
  }
  .point .inner .point_flex div p strong {
    margin-bottom: 10rem;
    font-size: 18rem;
    line-height: 1.5;
  }
  .point .inner .point_flex div p span {
    font-size: 18rem;
  }
  .point .inner .point_flex div p span:not(:nth-of-type(1)) {
    margin: 30rem 0 10rem;
  }
  .point .inner .point_flex div img {
    height: 18rem;
    width: auto;
  }
  .point .inner .point_flex div + img {
    width: 70%;
    margin: auto;
    display: block;
  }
  .point .inner .point_flex:nth-of-type(2) {
    margin-top: 60rem;
  }
  .item {
    padding: 0 0 100rem;
  }
  .item .inner #item_01 {
    padding-top: 100rem;
  }
  .item .inner #item_02 {
    padding-top: 60rem;
  }
  .item .inner #item_02 .item_flex {
    flex-direction: column-reverse;
  }
  .item .inner #item_02 .item_flex > img {
    width: 70%;
  }
  .item .inner .item_flex {
    flex-flow: column-reverse;
    margin-bottom: 50rem;
  }
  .item .inner .item_flex div {
    width: auto;
    margin-bottom: 0;
  }
  .item .inner .item_flex div h2 {
    margin-bottom: 30rem;
  }
  .item .inner .item_flex div h2 img {
    height: 45rem;
    width: auto;
  }
  .item .inner .item_flex div h2 span {
    font-size: 18rem;
  }
  .item .inner .item_flex div .buy span {
    font-size: 18rem;
  }
  .item .inner .item_flex div .buy span small {
    font-size: 12rem;
  }
  .item .inner .item_flex div .buy a {
    width: 200rem;
  }
  .item .inner .item_flex div p {
    font-size: 14rem;
  }
  .item .inner .item_flex > img {
    width: 80%;
    margin: 0 auto 20rem;
  }
  .item .inner .staff {
    padding: 40rem 20rem;
    margin-top: 60rem;
  }
  .item .inner .staff h3 {
    font-size: 20rem;
    font-weight: 500;
    margin-bottom: 50rem;
  }
  .item .inner .staff div {
    align-items: center;
  }
  .item .inner .staff div figure {
    width: 30%;
  }
  .item .inner .staff div figure img {
    width: 100%;
  }
  .item .inner .staff div figure small {
    margin-top: 10rem;
    font-size: 14rem;
  }
  .item .inner .staff div p {
    width: 65%;
    font-size: 14rem;
    margin: 0;
  }
  .item .inner .staff div + div {
    margin-top: 40rem;
  }
  .products {
    padding: 100rem 0 100rem;
  }
  .products h2 {
    font-size: 30rem;
    margin-bottom: 60rem;
  }
  .products .products_flex {
    width: auto;
    flex-flow: column-reverse;
  }
  .products .products_flex div {
    width: auto;
    margin: 50rem 0 0;
  }
  .products .products_flex div p {
    font-size: 14rem;
  }
  .products .products_flex div p strong {
    font-size: 17rem;
    line-height: 1.6;
    margin-bottom: 20rem;
  }
  .products .products_flex div span {
    top: -10rem;
    left: 20rem;
    width: 100rem;
    height: 100rem;
    font-size: 14rem;
    z-index: 3;
  }
  .products .products_flex div span small {
    font-size: 14rem;
  }
  .products .products_flex div + img {
    width: 80%;
    margin: auto;
  }
  .products .swiper_wrap {
    width: 100%;
  }
  .products .swiper_product {
    padding: 0 0 110rem;
    width: auto;
  }
  .products .swiper_product li.swiper-slide {
    padding: 70rem 0 50rem;
    width: 80%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .products .swiper_product li.swiper-slide img {
    width: 80%;
  }
  .products .swiper_product li.swiper-slide p {
    margin: 50rem 30rem 30rem;
  }
  .products .swiper_product li.swiper-slide p > small {
    position: absolute;
    left: 0;
    top: -30rem;
    border: 1rem solid #1c2640;
    padding: 2rem 7rem;
    font-size: 14rem;
  }
  .products .swiper_product li.swiper-slide p span {
    display: block;
    font-size: 18rem;
    margin-top: 20rem;
  }
  .products .swiper_product li.swiper-slide p span small {
    font-size: 13rem;
  }
  .products .swiper_product li.swiper-slide a {
    width: 80%;
    padding: 12rem 0;
    font-size: 18rem;
    margin: auto auto 0;
  }
  .products .swiper_product .swiper-button-prev {
    left: 30rem;
    bottom: 40rem;
    width: 30rem;
    height: 30rem;
  }
  .products .swiper_product .swiper-button-prev:after {
    left: 12rem;
    width: 6rem;
    height: 6rem;
  }
  .products .swiper_product .swiper-button-next {
    left: 130rem;
    bottom: 40rem;
    width: 30rem;
    height: 30rem;
  }
  .products .swiper_product .swiper-button-next:after {
    left: 10rem;
    width: 6rem;
    height: 6rem;
  }
  .products .swiper_product .pagination_product {
    bottom: 40rem;
    left: 80rem;
    width: auto;
  }
  .float_bnr {
    right: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(150%);
  }
  .float_bnr.fixed {
    transform: translateY(0);
    right: 0;
  }
  .float_bnr.none {
    transform: translateY(150%);
  }
  .float_bnr .btn_close {
    width: 30rem;
    height: 30rem;
    top: -10rem;
    left: unset;
    right: 5rem;
    display: none;
  }
  .float_bnr .btn_close::before, .float_bnr .btn_close::after {
    height: 22rem;
  }
}/*# sourceMappingURL=style_dreamcent.css.map */