@charset "UTF-8";
/* base color
--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-size: 1.4em;
  line-height: 1;
  color: #222;
  text-align: left;
  text-rendering: optimizeLegibility;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

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

output {
  display: inline-block;
}

/*--custom--*/
/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- animation --*/
/* reset
-------------------------------------------------------*/
/*
*{
outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

div.container {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "M PLUS Rounded 1c", sans-serif !important;
  }
}
/* layout
-------------------------------------------------------*/
.minbr,
.sp-open-logo {
  display: none;
}

.contents {
  max-width: 1000px;
  margin: 0 auto;
}

/* header */
header {
  position: relative;
  width: 100%;
}

.header-grid {
  width: 100%;
  transition: 0.8s;
  z-index: 999;
}
.header-grid .header-inner .global-nav ul li a {
  padding: 0 20px;
  color: #e15675;
  font-size: 1.8rem;
}

/*footer*/
footer {
  position: relative;
  width: 100%;
}

.footer-inner {
  position: relative;
  padding: 60px 0 50px;
}
.footer-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #ffeef2;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 87px;
  background: #2a2a2a;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
}

/*sns*/
.sns-group-contents {
  width: 100%;
  max-width: 1000px;
  margin: 75px auto;
}
.sns-group-contents h2 {
  margin-right: 20px;
}
.sns-group-contents .sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #fbfbfb;
}
.sns-group-contents .sns-wrap {
  position: relative;
}
.sns-group-contents .sns-wrap::before {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -25px;
  left: 50%;
  font-size: 1.6rem;
  white-space: nowrap;
}
.sns-group-contents .sns-wrap.kaori::before {
  content: "香央里";
}
.sns-group-contents .sns-wrap.naomi::before {
  content: "菜央美";
}
.sns-group-contents .sns-wrap a:not(:first-child) {
  margin-left: 10px;
}
.sns-group-contents .sns-wrap.common {
  margin-right: 155px;
}
.sns-group-contents .sns-wrap.common a:not(:first-child) {
  margin-left: 30px;
}

/*iserttnav*/
.visual-nav ul {
  margin-bottom: 70px;
}
.visual-nav ul li:not(:last-child) {
  margin-bottom: 60px;
}
.visual-nav ul li a {
  position: relative;
  padding-left: 40px;
  color: #ffffff;
  font-size: 2.4rem;
}
.visual-nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: #fff solid 3px;
  border-right: #fff solid 3px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/*title*/
.bg-vertical-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 168px;
  height: 166px;
  color: #e15675;
  font-size: 2.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.bg-vertical-title::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../common/images/bg_ume_pink.svg) no-repeat top center/contain;
  z-index: -1;
}

.page-title-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.page-title-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: url(../common/images/page_title_image_pc.jpg) no-repeat top center/cover;
}
.page-title-contents h1 {
  position: relative;
  height: 250px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.page-title-contents h1::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 168px;
  height: 166px;
  background: url(../common/images/page_title_bg.svg) no-repeat top center/contain;
  z-index: -1;
}

/*news*/
.news-list li {
  border-top: solid 1px #e15675;
}
.news-list li:last-child {
  border-bottom: solid 1px #e15675;
}
.news-list li a {
  display: block;
  padding: 30px 0;
}
.news-list li a dl dt {
  color: #8b8a8b;
  font-size: 1.6rem;
  font-weight: 500;
}
.news-list li a dl dd {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

/*btn*/
.radius-btn {
  display: block;
  width: 260px;
  margin: 0 auto;
}
.radius-btn.rev a {
  background: #e15876;
  color: #fff;
}
.radius-btn.rev a::before {
  opacity: 0;
}
.radius-btn.rev a::after {
  opacity: 1;
}
.radius-btn.head {
  width: 220px;
}
.radius-btn.head a {
  height: 65px;
  font-size: 1.8rem;
}
.radius-btn.head a::before, .radius-btn.head a::after {
  width: 21px;
  height: 15px;
}
.radius-btn.cart {
  width: 360px;
  margin: 0;
}
.radius-btn.cart a {
  height: 85px;
  border-radius: 42px;
  background: #e15876;
  color: #fff;
  font-size: 2rem;
}
.radius-btn.cart a::before {
  left: 30px;
  width: 24px;
  height: 19px;
  background: url(../common/images/icon_cart_white.svg) no-repeat top center/contain;
}
.radius-btn.cart a::after {
  left: 30px;
  width: 24px;
  height: 19px;
  background: url(../common/images/icon_cart_pink.svg) no-repeat top center/contain;
  opacity: 0;
}
.radius-btn.king {
  width: 360px;
  margin: 0;
}
.radius-btn.king a {
  height: 85px;
  padding: 0;
  border-radius: 42px;
  background: #fff !important;
  border: solid 1px #8b8a8b !important;
}
.radius-btn.king a::before, .radius-btn.king a::after {
  display: none;
}
.radius-btn a,
.radius-btn input {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 76px;
  padding-left: 20px;
  background: #fff;
  border-radius: 38px;
  color: #e15876;
  font-size: 2.2rem;
  z-index: 1;
}
.radius-btn a::before,
.radius-btn input::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 20px;
  width: 26px;
  height: 19px;
  background: url(../common/images/icon_mail_pink.svg) no-repeat top center/contain;
}
.radius-btn a::after,
.radius-btn input::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 20px;
  width: 26px;
  height: 19px;
  background: url(../common/images/icon_mail_white.svg) no-repeat top center/contain;
  opacity: 0;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  br.tabbr,
br.spbr,
br.stbr {
    display: none;
  }

  .sp-btn-wrap {
    display: none;
  }

  /*underpage*/
  .under-page .header-grid {
    position: fixed;
    top: 0 !important;
  }
  .under-page .container {
    padding-top: 100px;
  }
  .under-page .visual-nav {
    display: none;
  }

  /* header */
  .header-grid {
    position: fixed;
    top: -100px;
    left: 0;
    box-shadow: 0 0 8px 6px rgba(171, 170, 170, 0.33);
  }
  .header-grid.show {
    top: 0;
  }
  .header-grid .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding: 0 10px 0 20px;
    background: #fff;
  }
  .header-grid .header-inner .global-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-grid .header-inner .global-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
  }
  .header-grid .header-inner .global-nav ul li a {
    position: relative;
    z-index: 1;
    transition: 0.5s;
  }
  .header-grid .header-inner .global-nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url(../common/images/bg_ume_pink.svg) center center/contain;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
  }
  .header-grid .header-inner .global-nav ul li a:hover {
    opacity: 0.7;
  }
  .header-grid .header-inner .global-nav ul li a:hover::before {
    opacity: 1;
  }

  /*footer*/
  .foot-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .foot-btn-wrap .radius-btn:not(:first-child) {
    margin-right: 30px;
  }

  /*sns*/
  .sns-group-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sns-group-contents .sns-box {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    height: 160px;
  }
  .sns-group-contents .sns-wrap:not(:last-child) {
    margin-right: 85px;
  }
  .sns-group-contents .sns-wrap a {
    transition: 0.3s;
  }
  .sns-group-contents .sns-wrap a:hover {
    opacity: 0.8;
  }

  /*iserttnav*/
  .visual-nav {
    height: 100%;
  }
  .visual-nav ul li a {
    transition: 0.5s;
  }
  .visual-nav ul li a::before {
    transition: 0.5s;
  }
  .visual-nav ul li a:hover {
    opacity: 0.8;
  }
  .visual-nav ul li a:hover::before {
    left: 7px;
  }

  /*news*/
  .news-list li a:hover dl dt time::before {
    opacity: 1;
  }
  .news-list li a:hover dl dd {
    color: #e15675;
  }
  .news-list li a dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 10px;
  }
  .news-list li a dl dt {
    width: 140px;
    z-index: 1;
  }
  .news-list li a dl dt time {
    position: relative;
  }
  .news-list li a dl dt time::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url(../common/images/bg_ume_pink.svg) center center/contain;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
  }
  .news-list li a dl dd {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    transition: 0.5s;
  }

  /*btn*/
  .radius-btn.rev a:hover {
    background: #fff;
    border-color: #e15876;
    color: #e15876;
  }
  .radius-btn.rev a:hover::before {
    opacity: 1;
  }
  .radius-btn.rev a:hover::after {
    opacity: 0;
  }
  .radius-btn.cart a:hover {
    background: #fff;
    border-color: #e15876;
    color: #e15876;
  }
  .radius-btn.cart a:hover::before {
    opacity: 0;
  }
  .radius-btn.cart a:hover::after {
    opacity: 1;
  }
  .radius-btn.king a:hover {
    opacity: 0.8;
  }
  .radius-btn a {
    border: solid 2px transparent;
    transition: 0.5s;
  }
  .radius-btn a::before, .radius-btn a::after {
    transition: 0.5s;
  }
  .radius-btn a:hover {
    background: #e15876;
    border-color: #fff;
    color: #fff;
  }
  .radius-btn a:hover::before {
    opacity: 0;
  }
  .radius-btn a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1430px) and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  /*header*/
  .header-grid .header-inner .header-logo img {
    height: 48px;
  }
  .header-grid .header-inner .global-nav ul li a {
    padding: 0 10px;
    font-size: 1.6rem;
  }

  /*btn*/
  .radius-btn {
    width: 210px;
  }
  .radius-btn a {
    height: 60px;
    font-size: 2rem;
  }
  .radius-btn a::before, .radius-btn a::after {
    width: 23px;
    height: 17px;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  html #wpadminbar {
    position: fixed !important;
  }

  br.pcbr,
.pc-text {
    display: none;
  }

  body {
    width: 100%;
    min-width: 100%;
    position: relative;
  }

  div.contents {
    max-width: 650px;
    margin: 0 auto;
  }

  /* trigger */
  .trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 35px;
    background: transparent;
    border-radius: 3px;
    transition: 0.5s;
    z-index: 100;
  }
  .trigger .menu-trigger,
.trigger .menu-trigger span {
    display: inline-block;
    transition: 0.4s;
  }
  .trigger .menu-trigger {
    position: relative;
    width: 35px;
    height: 22px;
  }
  .trigger span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
  }
  .trigger span:nth-child(1) {
    top: 0px;
  }
  .trigger span:nth-child(2) {
    top: 10px;
  }
  .trigger span:nth-child(3) {
    top: 20px;
  }
  .trigger .menu-text {
    padding-top: 4px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
  }

  .open .header-inner {
    background: #e15876 !important;
    background: linear-gradient(-90deg, #e15876 0%, #e61240 100%) !important;
  }
  .open .header-inner .header-logo a img {
    display: none;
  }
  .open .header-inner .sp-open-logo {
    display: block !important;
  }
  .open .back-shadow {
    opacity: 1;
    visibility: visible;
  }
  .open .trigger span {
    background: #fff !important;
  }
  .open .trigger span:nth-child(1) {
    -webkit-transform: translate(0, 10px) rotate(135deg);
    transform: translate(0, 10px) rotate(135deg);
  }
  .open .trigger span:nth-child(2) {
    opacity: 0;
  }
  .open .trigger span:nth-child(3) {
    -webkit-transform: translate(0, -10px) rotate(-135deg);
    transform: translate(0, -10px) rotate(-135deg);
  }
  .open .trigger p.menu-text {
    color: #fff;
  }
  .open .white-mail {
    display: block !important;
  }
  .open .pink-mail {
    display: none !important;
  }

  .back-shadow {
    position: fixed;
    top: 49px;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
  .back-shadow .visual-nav {
    height: 100%;
  }

  .under-page .header-grid .header-inner {
    background: #fff;
  }
  .under-page .header-grid .sp-btn-wrap a .white-mail {
    display: none;
  }
  .under-page .header-grid .sp-btn-wrap a .pink-mail {
    display: block;
  }
  .under-page .trigger span {
    background: #e15675;
  }
  .under-page .trigger .menu-text {
    color: #e15675;
  }

  .container {
    padding-top: 50px;
  }

  /* header */
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  /*footer*/
  .footer-inner {
    padding: 55px 10px 65px;
  }

  .foot-btn-wrap {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  .foot-btn-wrap .radius-btn:not(:last-child) {
    margin-bottom: 20px;
  }

  .sns-group-contents {
    margin: 55px 0 50px;
    padding: 0 10px;
  }
  .sns-group-contents h2 {
    margin: 0 auto 20px;
  }
  .sns-group-contents .sns-box {
    padding: 30px 0 35px;
  }
  .sns-group-contents .sns-wrap {
    position: relative;
  }
  .sns-group-contents .sns-wrap.kaori {
    margin-right: 80px;
  }
  .sns-group-contents .sns-wrap a:not(:first-child) {
    margin-left: 10px;
  }
  .sns-group-contents .sns-wrap.common {
    display: block;
    width: 100%;
    margin: 0 0 70px;
    text-align: center;
  }
  .sns-group-contents .sns-wrap.common a:not(:first-child) {
    margin-left: 30px;
  }

  /*iserttnav*/
  .visual-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 75px 0 80px;
    background: #e15876;
    background: linear-gradient(-90deg, #e15876 0%, #e61240 100%);
  }
  .visual-nav ul {
    margin-bottom: 55px;
  }
  .visual-nav ul li:not(:last-child) {
    margin-bottom: 55px;
  }
  .visual-nav ul li a {
    padding-left: 40px;
    font-size: 2.3rem;
  }
  .visual-nav .radius-btn a {
    display: block;
    height: auto;
    padding: 0 0 0 50px;
    background: transparent;
    color: #fff;
  }
  .visual-nav .radius-btn a::before {
    opacity: 0;
  }
  .visual-nav .radius-btn a::after {
    left: 0;
    opacity: 1;
  }

  .copyright {
    height: 75px;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }

  .header-grid {
    background: #e15876;
    background: linear-gradient(-90deg, #e15876 0%, #e61240 100%);
  }
  .header-grid .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    padding-left: 8px;
  }
  .header-grid .header-inner .header-logo img {
    height: 35px;
  }
  .header-grid .header-inner .global-nav {
    display: none;
  }
  .header-grid .header-inner .global-nav ul li a {
    padding: 0 20px;
    color: #e15675;
    font-size: 1.8rem;
  }
  .header-grid .sp-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 10px;
  }
  .header-grid .sp-btn-wrap > a {
    margin-right: 25px;
  }
  .header-grid .sp-btn-wrap > a img {
    height: 19px;
  }
  .header-grid .sp-btn-wrap > a img.pink-mail {
    display: none;
  }

  /*title*/
  .bg-vertical-title {
    width: 100px;
    height: 98px;
    margin: 0 auto 20px;
    font-size: 1.8rem;
  }
  .bg-vertical-title img {
    width: 18px;
  }

  /*news*/
  .news-list li a {
    padding: 20px 5px;
  }
  .news-list li a dl dt {
    margin-bottom: 8px;
    font-size: 1rem;
  }
  .news-list li a dl dd {
    font-size: 1.3rem;
    line-height: 1.38;
  }

  /*btn*/
  .radius-btn.cart {
    width: 100%;
  }
  .radius-btn.cart a {
    height: 70px;
    border-radius: 35px;
    font-size: 1.8rem;
  }
  .radius-btn.cart a::before, .radius-btn.cart a::after {
    left: 25px;
    width: 20px;
    height: 15px;
  }
  .radius-btn.king {
    width: 100%;
  }
  .radius-btn.king a {
    height: 70px;
    border-radius: 35px;
  }
  .radius-btn.king a::before, .radius-btn.king a::after {
    display: none;
  }
  .radius-btn.king a img {
    height: 26px;
  }
  .radius-btn a,
.radius-btn input {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 76px;
    padding-left: 20px;
    background: #fff;
    border-radius: 38px;
    color: #e15876;
    font-size: 2.2rem;
    z-index: 1;
  }
  .radius-btn a::before,
.radius-btn input::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 20px;
    width: 26px;
    height: 19px;
    background: url(../common/images/icon_mail_pink.svg) no-repeat top center/contain;
  }
  .radius-btn a::after,
.radius-btn input::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 20px;
    width: 26px;
    height: 19px;
    background: url(../common/images/icon_mail_white.svg) no-repeat top center/contain;
    opacity: 0;
  }
}
@media screen and (min-width: 667px) and (max-width: 1000px) {
  /* ------------------------------------------------------*/
  br.pspbr {
    display: none;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  br.spbr {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  br.tabbr,
br.ptbr,
.pt-text {
    display: none;
  }

  div.contents {
    width: 100%;
    padding: 0 10px;
  }

  /*title*/
  .page-title-contents::before {
    background: url(../common/images/page_title_image_sp.jpg) no-repeat top center/cover;
  }
  .page-title-contents h1 {
    height: 150px;
  }
  .page-title-contents h1::before {
    width: 100px;
    height: 100px;
  }
  .page-title-contents h1 img {
    width: 14px;
  }
}
@media screen and (max-width: 360px) {
  /* ------------------------------------------------------*/
  .minbr {
    display: block;
  }
}
/* layout
------------------------------------------------------*/
.album-group-section {
  position: relative;
  width: 100%;
  padding: 115px 0;
}
.album-group-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #ecd5da;
}

.album-stack-each:not(:last-child) {
  margin-bottom: 100px;
}
.album-stack-each figure img {
  width: 100%;
  height: auto;
}

.album-about h2 {
  margin-bottom: 35px;
  font-size: 3rem;
  font-weight: 700;
}
.album-about h2 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 155px;
  height: 25px;
  margin-bottom: 25px;
  background: #e76a85;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
}
.album-about p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 700;
}
.album-about ul {
  margin-bottom: 60px;
}
.album-about ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
}
.album-about ul li:not(:last-child) {
  margin-bottom: 5px;
}
.album-about .radius-btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.album-about .radius-btn a {
  height: 58px;
  font-size: 1.8rem;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  .album-stack-each {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .album-stack-each figure {
    width: 425px;
    margin-right: 80px;
  }

  .album-about {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  div.contents {
    padding: 0 15px;
  }

  .album-group-section {
    padding: 70px 0;
  }

  .album-stack-each:not(:last-child) {
    margin-bottom: 70px;
  }
  .album-stack-each figure {
    margin-bottom: 22px;
  }

  .album-about h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.35;
  }
  .album-about h2 span {
    width: 140px;
    height: 22.5px;
    margin-bottom: 20px;
    border-radius: 2.5px;
    font-size: 1.4rem;
  }
  .album-about p {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
  .album-about ul {
    margin-bottom: 50px;
  }
  .album-about ul li {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
  .album-about ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .album-about .radius-btn a {
    height: 60px;
    font-size: 1.5rem;
  }
  .album-about .radius-btn a::before {
    width: 27px;
    height: 20px;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
}

/*# sourceMappingURL=discography.css.map */
