@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #504b44;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

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

#main {
  overflow-x: clip;
}

img.w100,
svg.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.w1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a:hover {
  opacity: 50%;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: 1366px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .inner {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 1366px) {
  .header .inner {
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .inner .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-left: 115px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .header .inner .logo {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 10px;
  }
}
.header .inner .logo a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
}
@media screen and (max-width: 1366px) {
  .header .inner .logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .header .inner .logo a img {
    width: 86px;
    height: auto;
  }
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav {
    position: absolute;
    right: -100%;
    width: 100%;
    background-color: #e376a5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 45px 0;
    gap: 20px;
  }
  .header .inner .nav.open {
    right: 0;
  }
}
.header .inner .nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.header .inner .nav .header-list .menu-item {
  position: relative;
}
.header .inner .nav .header-list .menu-item::after {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list .menu-item {
    width: 80%;
    text-align: center;
    border-top: 2px solid white;
  }
  .header .inner .nav .header-list .menu-item::after {
    content: none;
  }
  .header .inner .nav .header-list .menu-item:last-child {
    border-bottom: 2px solid white;
  }
}
.header .inner .nav .header-list .menu-item > a {
  position: relative;
  display: block;
  font-family: Figtree;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #222;
  padding: 34px 20px;
  z-index: 10;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header .inner .nav .header-list .menu-item > a::after {
  content: attr(title);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #919191;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list .menu-item > a::after {
    color: #fff;
  }
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list .menu-item > a {
    color: #fff;
    padding: 34px 0;
  }
}
.header .inner .nav .header-list .menu-item > a:hover {
  color: #e376a5;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list .menu-item > a:hover {
    opacity: 50%;
    color: #fff;
  }
}
.header .inner .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.header .inner .nav-right .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-right: 23px;
}
.header .inner .nav-right .ec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .inner .nav-right .ec-list .link {
  position: relative;
}
.header .inner .nav-right .ec-list .link::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header .inner .nav-right .ec-list .link:first-child::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.header .inner .nav-right .ec-list a {
  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;
  font-family: Figtree;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #222;
  padding: 0 15px;
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 1366px) {
  .header .hamburger {
    background: #e376a5;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
  }
  .header .hamburger span {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .header .hamburger span:nth-child(1) {
    top: 30%;
  }
  .header .hamburger span:nth-child(2) {
    top: 50%;
  }
  .header .hamburger span:nth-child(3) {
    top: 70%;
  }
}
.header .hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(16px) rotate(45deg);
          transform: translateY(16px) rotate(45deg);
}
.header .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer {
  border-top: 1px solid #eee;
}
.footer .w1000 {
  padding: 16px 0 32px;
}
.footer .w1000 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -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: 767px) {
  .footer .w1000 .wrapper .f_logo {
    width: 40%;
  }
}
.footer .w1000 .wrapper .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.footer .w1000 .wrapper .footer-list {
  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: 767px) {
  .footer .w1000 .wrapper .footer-list {
    display: none;
  }
}
.footer .w1000 .wrapper .footer-list .menu-item {
  border-right: 1px dashed #cccccc;
}
.footer .w1000 .wrapper .footer-list a {
  padding: 0 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  color: #333;
}
.footer .copy {
  width: 100%;
  padding: 10px 0;
  background-color: #e6c3d2;
  color: #fff;
}
.footer .copy p {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .copy p {
    font-size: 12px;
  }
}

.front-banner {
  margin-bottom: 53px;
}
.front-banner .swiper-button-prev:after,
.front-banner .swiper-rtl .swiper-button-next:after,
.front-banner .swiper-button-next:after,
.front-banner .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.front-banner .swiper-button-next,
.front-banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: calc(50% - 24px);
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .front-banner .swiper-button-next,
  .front-banner .swiper-button-prev {
    display: none !important;
  }
}
.front-banner .swiper-button-prev,
.front-banner .swiper-rtl .swiper-button-next {
  left: 15%;
}
.front-banner .swiper-button-next,
.front-banner .swiper-rtl .swiper-button-prev {
  right: 15%;
}
.front-banner .frontBannerSwiper {
  padding-bottom: 24px;
}
.front-banner .swiper-horizontal > .swiper-pagination-bullets,
.front-banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.front-banner .swiper-pagination-custom,
.front-banner .swiper-pagination-fraction {
  bottom: 0;
}
.front-banner .swiper-pagination-bullet-active {
  background: #f5afc4;
}
.front-banner .swiper-slide {
  position: relative;
  z-index: 1;
}
.front-banner .swiper-slide.swiper-slide-next::before, .front-banner .swiper-slide.swiper-slide-prev::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5afc4), to(#ac5a95));
  background: linear-gradient(to bottom, #f5afc4 0%, #ac5a95 100%);
  opacity: 0.8;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .front-banner .swiper-slide.swiper-slide-next::before, .front-banner .swiper-slide.swiper-slide-prev::before {
    content: none;
  }
}

/* 見出し */
.head {
  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;
  margin-bottom: 30px;
}
.head .main {
  font-family: "Figtree", sans-serif;
  font-weight: normal;
  font-size: clamp(34px, 34px + (54 - 34) * (100vw - 767px) / (1920 - 767), 54rem);
  text-align: center;
  color: #e376a5;
}
.head .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 767px) / (1920 - 767), 16rem);
  text-align: center;
  color: #333;
}

.new_arrivals {
  margin-bottom: 73px;
}
.new_arrivals .secbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.new_arrivals .new_arrivals_item {
  position: relative;
}
.new_arrivals .new_arrivals_item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.new_arrivals .swiperwrap {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  width: 90%;
  padding: 0 33px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .new_arrivals .swiperwrap {
    width: 100%;
    padding: 0 15px;
  }
}
.new_arrivals .swiperwrap .swiper-button-prev:after,
.new_arrivals .swiperwrap .swiper-rtl .swiper-button-next:after,
.new_arrivals .swiperwrap .swiper-button-next:after,
.new_arrivals .swiperwrap .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.new_arrivals .swiperwrap .swiper-button-next,
.new_arrivals .swiperwrap .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .new_arrivals .swiperwrap .swiper-button-next,
  .new_arrivals .swiperwrap .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}
.new_arrivals .swiperwrap .swiper-button-prev,
.new_arrivals .swiperwrap .swiper-rtl .swiper-button-next {
  left: 0;
  top: 124px;
}
@media screen and (max-width: 767px) {
  .new_arrivals .swiperwrap .swiper-button-prev,
  .new_arrivals .swiperwrap .swiper-rtl .swiper-button-next {
    top: calc(50% - 25px);
    left: 30px;
  }
}
.new_arrivals .swiperwrap .swiper-button-next,
.new_arrivals .swiperwrap .swiper-rtl .swiper-button-prev {
  right: 0;
  top: 124px;
}
@media screen and (max-width: 767px) {
  .new_arrivals .swiperwrap .swiper-button-next,
  .new_arrivals .swiperwrap .swiper-rtl .swiper-button-prev {
    top: calc(50% - 25px);
    right: 30px;
  }
}
.new_arrivals .newArrivalsSwiper {
  padding-bottom: 30px;
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.new_arrivals .newArrivalsSwiper:hover {
  opacity: 50%;
}
.new_arrivals .newArrivalsSwiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.new_arrivals .newArrivalsSwiper .swiper-slide .thumb {
  aspect-ratio: 1/1;
}
.new_arrivals .newArrivalsSwiper .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new_arrivals .newArrivalsSwiper .swiper-slide .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #333;
}
.new_arrivals .newArrivalsSwiper .swiper-slide .price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #e376a5;
}
.new_arrivals .newArrivalsSwiper .swiper-horizontal > .swiper-pagination-bullets,
.new_arrivals .newArrivalsSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.new_arrivals .newArrivalsSwiper .swiper-pagination-custom,
.new_arrivals .newArrivalsSwiper .swiper-pagination-fraction {
  bottom: 0;
}
.new_arrivals .newArrivalsSwiper .swiper-pagination-bullet-active {
  background: #f5afc4;
}
.new_arrivals .newArrivalsSwiper .swiper-navi {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.recommend {
  margin-bottom: 68px;
}
.recommend .recommend-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 40px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .recommend .recommend-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.recommend .recommend-list .item {
  max-width: 220px;
  width: 100%;
}
.recommend .recommend-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.recommend .recommend-list .item a .thumb {
  background: #fff;
  aspect-ratio: 1/1;
}
.recommend .recommend-list .item a .thumb img {
  border: 2px solid #e376a5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend .recommend-list .item a .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #333;
}
.recommend .recommend-list .item a .price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #e376a5;
}
.recommend .more {
  position: relative;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.recommend .more button {
  pointer-events: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #e376a5;
  background: transparent;
}

.concept {
  margin-bottom: 80px;
}
.concept .secbody {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column .head {
  margin-bottom: 8px;
}
.column .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 16px;
}
.column .news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #ddd;
}
.column .news-list .news-item .date {
  text-align: left;
  color: #333333;
}
.column .news-list .news-item .ttl {
  color: #777;
  text-decoration: underline;
}
.column .more {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.column .more a {
  width: 100%;
  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;
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6a5c8), to(#e376a5));
  background: linear-gradient(to bottom, #f6a5c8 0%, #e376a5 100%);
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: 61px;
}
.column .bnr {
  margin-top: 30px;
}

.otherlink {
  margin-bottom: 80px;
}
.otherlink .otherlink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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: 767px) {
  .otherlink .otherlink-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.otherlink .otherlink-list .item {
  max-width: 240px;
  width: 100%;
}
.otherlink .otherlink-list .item img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */