@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* --- normalize --- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[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-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 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;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* --- reset+ --- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img {
  vertical-align: bottom;
}

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

dl, dt, dd {
  margin: 0;
}

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

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

/*  */
body {
  color: #333;
  background: #fff;
  background: #f8f7f9;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: baseline;
  background: transparent;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.xxxxxxxxx::before {
  font-family: "Font Awesome 6 Free";
  content: "\f24e";
  font-weight: 900;
  padding-right: 3px;
}

.set_width {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1199px) {
  .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 599px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

table {
  width: 100%;
}

header .rsp_nav {
  margin-left: auto;
  display: block;
  z-index: 9999;
}
header .rsp_nav button.openbtn {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon/bars-solid-white.svg);
}
header .rsp_nav button.openbtn.active {
  background-image: url(../images/icon/close-solid-white.svg);
}

header.toppage_header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF3F7), color-stop(65%, #FCA4C6), to(#F884B3));
  background-image: linear-gradient(to bottom, #FFF3F7 0%, #FCA4C6 65%, #F884B3 100%);
  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;
  padding: 10px 8.5vw;
}
@media screen and (max-width: 1024px) {
  header.toppage_header {
    padding: 10px 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  header.toppage_header {
    padding: 8.5vw;
    padding-bottom: 0;
  }
}
header.toppage_header .wrap_toppage {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.toppage_header .wrap_toppage img {
  width: 100%;
}
header.toppage_header .wrap_toppage .model_ph {
  width: 47.3%;
  max-width: 520px;
  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;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  /* アニメーション開始時間 */
}
header.toppage_header .wrap_toppage .model_ph .ins {
  width: 86.5%;
  max-width: 450px;
}
header.toppage_header .wrap_toppage .title_area {
  margin-left: auto;
  width: 52.7%;
  max-width: 580px;
}
header.toppage_header .wrap_toppage .title_area h1 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  /* アニメーション開始時間 */
}
header.toppage_header .wrap_toppage .title_area h2 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  /* アニメーション開始時間 */
}
@media screen and (max-width: 767px) {
  header.toppage_header .wrap_toppage {
    display: block;
  }
  header.toppage_header .wrap_toppage .model_ph,
  header.toppage_header .wrap_toppage .title_area {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  header.toppage_header .wrap_toppage .title_area {
    margin-top: -20vw;
  }
}

header {
  position: relative;
}
header .sns {
  position: absolute;
  top: 20px;
  right: 20px;
}
header .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .sns ul li {
  width: 42px;
}
header .sns ul li a {
  display: block;
}
header .sns ul li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .sns {
    top: 10px;
    right: 5px;
  }
  header .sns ul li {
    width: 36px;
  }
}
@media screen and (max-width: 559px) {
  header .sns {
    top: 10px;
    right: 10px;
  }
  header .sns ul li {
    width: 36px;
  }
}

footer a {
  color: #fff;
}
footer p.copyright {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 2.5em 0.5em;
}

button.topBtn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon/angle-up-solid-white.svg);
}
@media screen and (max-width: 1024px) {
  button.topBtn {
    width: 52px;
    height: 52px;
  }
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #888;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav .layout_area {
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  #g-nav .layout_area {
    padding-top: 60px;
  }
}
#g-nav .layout_area .ins {
  padding: 20px;
}
#g-nav ul.layout_area {
  display: none;
}
#g-nav.panelactive ul.layout_area {
  display: block;
}

.main_wrap p {
  line-height: 2;
}
.main_wrap section {
  padding: 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 1159px) {
  .main_wrap section {
    padding: 140px 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .main_wrap section {
    padding: 16vw 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .main_wrap section.product_side_sett {
    padding: 16vw 8.5vw;
  }
}
@media screen and (max-width: 559px) {
  .main_wrap section.product_side_sett {
    padding: 16vw 20px;
  }
}
.main_wrap section.intro {
  padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  .main_wrap section.intro {
    padding: 8.5vw 8.5vw 0;
  }
}
@media screen and (max-width: 559px) {
  .main_wrap section.intro {
    padding: 8.5vw 20px 0;
  }
}
.main_wrap section.color_bg {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .main_wrap section.color_bg {
    padding: 12vw 8.5vw;
  }
}
.main_wrap section.color_bg.newsSet {
  background: #F8E7EB;
}
.main_wrap section.color_bg.messageSet {
  background: #EFE6F4;
}
.main_wrap section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .main_wrap section h2 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .main_wrap section h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 559px) {
  .main_wrap section h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}

.bland_image_youtube {
  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;
  margin: 0 auto;
  max-width: 640px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bland_image_youtube {
    max-width: 480px;
  }
}
.bland_image_youtube .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.bland_image_youtube .youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.bland_image_youtube .bg_ball {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: auto;
  right: -180px;
  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;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  /* アニメーション開始時間 */
}
.bland_image_youtube .bg_ball img {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .bland_image_youtube .bg_ball {
    right: -20vw;
  }
  .bland_image_youtube .bg_ball img {
    width: 40vw;
  }
}

.bland_image {
  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;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f0ed), to(#e6dbd3));
  background-image: linear-gradient(180deg, #f2f0ed 0%, #e6dbd3 100%);
  max-width: 640px;
  aspect-ratio: 16/9;
  position: relative;
}
.bland_image .msg p {
  font-size: 0.875em;
  line-height: 1.75;
  text-align: center;
}
.bland_image .msg p:last-child {
  font-size: 1.125em;
}
@media screen and (min-width: 560px) and (max-width: 1059px) {
  .bland_image {
    width: 90%;
  }
}
.bland_image .bg_ball {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: auto;
  right: -180px;
  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;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  /* アニメーション開始時間 */
}
.bland_image .bg_ball img {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .bland_image .bg_ball {
    right: -20vw;
  }
  .bland_image .bg_ball img {
    width: 40vw;
  }
}

.about_text {
  text-align: center;
  position: relative;
}
.about_text p {
  font-size: 1em;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 30em) {
  .about_text {
    text-align: left;
  }
  .about_text p {
    display: inline;
    line-height: 2;
  }
}
.about_text .bg_ball {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 40%;
  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;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  /* アニメーション開始時間 */
}
.about_text .bg_ball img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .about_text .bg_ball {
    left: -100px;
    right: auto;
  }
  .about_text .bg_ball img {
    width: 200px;
  }
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_list ul {
  margin: 0 auto;
}
.news_list ul li {
  padding: 0.75em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_list ul li:first-child {
  padding-top: 0;
}
.news_list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.news_list ul li p.day {
  color: #E37998;
  width: 7em;
  font-weight: 500;
  line-height: 1.75;
}
.news_list ul li p.text {
  line-height: 1.75;
}
.news_list ul li a {
  color: #000;
  font-weight: bold;
}
.news_list ul li a span {
  padding: 0 1px;
}
.news_list ul li a span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  padding-right: 2px;
}
@media screen and (max-width: 767px) {
  .news_list ul li {
    display: block;
  }
  .news_list ul li br.omit559 {
    display: none;
  }
}

.instagram {
  margin: 30px auto 0;
  border: 2px solid #E37998;
  background: rgba(255, 255, 255, 0.7);
  width: 240px;
  padding: 10px;
}
.instagram img {
  width: 100%;
}
.instagram p.sns_icon {
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5;
  color: #E37998;
}
.instagram ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.instagram ul li {
  width: 3em;
  margin: 0 0.25em;
}
.instagram ul li a {
  display: block;
}
.instagram ul li a:hover {
  opacity: 0.5;
}

.product_box {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1100px;
  position: relative;
}
.product_box.maxwidth_min {
  max-width: 800px;
}
.product_box .bg_ball.v1 {
  position: absolute;
  z-index: -1;
  top: -150px;
  bottom: auto;
  left: auto;
  right: -200px;
  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;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  /* アニメーション開始時間 */
}
.product_box .bg_ball.v1 img {
  width: 400px;
}
@media screen and (max-width: 559px) {
  .product_box .bg_ball.v1 {
    top: -100px;
    left: auto;
    right: -100px;
  }
  .product_box .bg_ball.v1 img {
    width: 200px;
  }
}
.product_box .bg_ball.v2 {
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 0;
  left: -250px;
  right: auto;
  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;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  /* アニメーション開始時間 */
}
.product_box .bg_ball.v2 img {
  width: 500px;
}
@media screen and (max-width: 559px) {
  .product_box .bg_ball.v2 {
    bottom: -50px;
    left: -100px;
    right: auto;
  }
  .product_box .bg_ball.v2 img {
    width: 200px;
  }
}
.product_box ul.product_box {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 25px;
}
.product_box ul.product_box li {
  width: 100%;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.product_box ul.product_box li a:hover {
  opacity: 0.6;
}
.product_box ul.product_box li a p.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 0.75em;
  color: #000;
}
@media screen and (max-width: 369px) {
  .product_box ul.product_box li a p.name {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .product_box ul.product_box {
    padding: 0;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
  }
  .product_box ul.product_box li {
    padding: 6px;
  }
}

.chipclip_vol2 {
  width: 100%;
  max-width: 950px;
  background: #fff;
  margin: 0 auto 80px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .chipclip_vol2 {
    max-width: 360px;
    margin: 0 auto 15vw;
  }
}
.chipclip_vol2 a:hover {
  opacity: 0.9;
}

.wrap_colabo_2 {
  margin-bottom: 100px;
}
.wrap_colabo_2 > div {
  width: 80%;
  max-width: 750px;
  background: #fff;
  margin: 0 auto 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .wrap_colabo_2 > div {
    max-width: 360px;
    margin: 0 auto 10vw;
  }
}
.wrap_colabo_2 > div a:hover {
  opacity: 0.9;
}

.wrap_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_w.set20250620 {
  margin: 0 auto;
  max-width: 780px;
}
.wrap_w > div {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .wrap_w {
    display: block;
  }
  .wrap_w > div {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .wrap_w > div + div {
    margin-top: 12vw;
  }
  .wrap_w.set20250620 > div {
    width: 80%;
    max-width: 360px;
  }
}
.wrap_w p.title_name {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 0.375em;
}

.poster_block {
  background-color: #e4d0d9;
}
.poster_block a:hover {
  opacity: 0.5;
}
.poster_block img {
  width: 100%;
}
.poster_block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.poster_block.kuromi {
  background: #d7d1e9;
  max-width: 850px;
  margin: 0 auto;
}

.navi_set .for_shop {
  margin: 1.5em auto 0;
  text-align: center;
  max-width: 300px;
}
@media screen and (max-width: 559px) {
  .navi_set .for_shop {
    margin: 1em auto 0;
    max-width: 260px;
  }
}
.navi_set p.link_button {
  margin-top: 5px;
}
.navi_set p.link_button a {
  display: block;
  background: #e37998;
  border-radius: 100vmax;
  font-size: 1.125em;
  padding: 0.375em 0;
  color: #fff;
  position: relative;
}
.navi_set p.link_button a:hover {
  background: rgba(227, 121, 152, 0.8);
}
.navi_set p.link_button a::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
}

.message_bg {
  background: #eee;
}

.message_text {
  text-align: center;
  position: relative;
}
.message_text p {
  position: relative;
  z-index: 2;
  font-size: 1em;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 40em) {
  .message_text {
    text-align: left;
  }
  .message_text p {
    display: inline;
    letter-spacing: 0;
  }
}
.message_text .bg_ball {
  position: absolute;
  z-index: 1;
  top: 30%;
  bottom: auto;
  left: 50%;
  right: auto;
  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;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  /* アニメーション開始時間 */
}
.message_text .bg_ball img {
  width: 500px;
}
@media screen and (max-width: 559px) {
  .message_text .bg_ball {
    left: 40%;
  }
  .message_text .bg_ball img {
    width: 300px;
  }
}

.signature {
  margin: 2em auto 0;
  text-align: center;
}
.signature .name {
  margin: 0 auto;
  width: 180px;
}
@media screen and (max-width: 559px) {
  .signature .name {
    margin: 6px auto 0;
    width: 130px;
  }
}
.signature img {
  width: 100%;
}

.wrap_producer {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
}
@media screen and (min-width: 768px) {
  .wrap_producer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap_producer .ph {
    width: 220px;
  }
  .wrap_producer .ph img {
    width: 100%;
  }
}
.wrap_producer .data {
  margin-left: 5%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap_producer .data .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wrap_producer .data .name .en {
  font-size: 1.5em;
  font-weight: 400;
}
.wrap_producer .data .name .kana {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .wrap_producer {
    display: block;
  }
  .wrap_producer .ph {
    margin: 0 auto 1em;
    width: 100%;
    max-width: 220px;
  }
  .wrap_producer .ph img {
    width: 100%;
  }
  .wrap_producer .data {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .wrap_producer .data .name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wrap_producer ul.sns {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrap_producer ul.sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wrap_producer ul.sns li {
  margin: 0 4px;
  width: 50px;
}
.wrap_producer ul.sns li a img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .wrap_producer ul.sns li a:hover {
    opacity: 0.7;
  }
}
.wrap_producer .hinagirl {
  margin-top: 1.5em;
}
.wrap_producer .hinagirl .banner {
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .wrap_producer .hinagirl .banner {
    margin: 0 auto;
  }
}
.wrap_producer .hinagirl .banner a:hover {
  opacity: 0.7;
}
.wrap_producer .ph {
  position: relative;
}
.wrap_producer .ph .bg_ball {
  position: absolute;
  z-index: -1;
  top: -100px;
  bottom: auto;
  left: -140px;
  right: auto;
  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;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* アニメーションの時間 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  /* アニメーション開始時間 */
}
.wrap_producer .ph .bg_ball img {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .wrap_producer .ph .bg_ball {
    top: -70px;
    left: -100px;
  }
  .wrap_producer .ph .bg_ball img {
    width: 200px;
  }
}

.container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  margin: 50px 0;
}
.container > div {
  background: #333;
  color: #fff;
}

.gsap_test .animation-area {
  width: 100%;
  padding: 10vh 20px;
}
.gsap_test .box {
  width: 100px;
  height: 100px;
}
.gsap_test .green {
  background-color: green;
}

.ins_page_link {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (max-width: 1023px) {
  .ins_page_link {
    margin-top: -85px;
    padding-top: 85px;
  }
}

.page_title_area {
  margin: 0;
  background-color: #333;
  background-image: url("../images/index/middle_all.jpg?");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}

/*  */
img {
  width: 100%;
}

html, body {
  height: 100%;
}

footer {
  position: sticky;
  top: 100vh;
}

header.product_header {
  border-top: 5px solid #e37998;
}
header.product_header img {
  width: 100%;
}
header.product_header .Astilbe_logo {
  width: 135px;
}
@media screen and (max-width: 559px) {
  header.product_header .Astilbe_logo {
    width: 115px;
  }
}
header.product_header a:hover {
  opacity: 0.5;
}

.product_contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 55px;
}
@media screen and (min-width: 560px) {
  .product_contents {
    margin-top: 0px;
  }
}
@media screen and (max-width: 559px) {
  .product_contents {
    padding: 0 15px;
  }
}
.product_contents .category {
  margin-bottom: 1em;
  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;
}
.product_contents .category p {
  line-height: 1;
  font-size: 0.75em;
  letter-spacing: 0.25em;
  font-weight: 400;
}
.product_contents h1 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2em;
}
@media screen and (max-width: 559px) {
  .product_contents h1 {
    font-size: 1.75em;
  }
}
.product_contents .image_area {
  margin: 1.5em auto;
}
.product_contents .image_area ul#slider {
  background: rgba(227, 121, 152, 0.1);
  border-radius: 15px;
  padding: 15px;
}
@media screen and (max-width: 1059px) {
  .product_contents .image_area ul#slider {
    border-radius: 5px;
    padding: 15px;
  }
}
@media screen and (min-width: 560px) {
  .product_contents .image_area ul#slider {
    max-width: 1100px;
    margin: 0 auto;
  }
  .product_contents .image_area ul#slider li.slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .product_contents .image_area ul#slider img {
    height: 50vh;
    width: auto;
  }
}
@media screen and (max-width: 559px) {
  .product_contents .image_area ul#slider {
    max-width: 700px;
    margin: 0 auto;
  }
  .product_contents .image_area ul#slider li.slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .product_contents .image_area ul#slider img {
    height: auto;
    width: 100%;
  }
}
.product_contents .image_area #thumbnail-list {
  width: 100%;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_contents .image_area .thumbnail-item {
  width: 10%;
  margin: 0 5px;
  position: relative;
}
@media screen and (max-width: 559px) {
  .product_contents .image_area .thumbnail-item {
    width: 20%;
  }
}
.product_contents .image_area .thumbnail-item:after {
  content: "";
  background-color: rgba(227, 121, 152, 0);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.product_contents .image_area .thumbnail-item.thumbnail-current:after {
  opacity: 0.8;
  border: 5px solid #e37998;
}
.product_contents .image_area .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
.product_contents .information_area {
  margin: 3em 0;
}
.product_contents .information_area .for_shop {
  text-align: center;
  font-size: 0.875em;
}
.product_contents .information_area .for_shop .link_button {
  width: 100%;
  max-width: 300px;
  margin: 0.875em auto 0;
}
@media screen and (max-width: 559px) {
  .product_contents .information_area .for_shop .link_button {
    max-width: 260px;
  }
}
.product_contents .information_area .for_shop .link_button a {
  display: block;
  background: #e37998;
  border-radius: 100vmax;
  padding: 1em 2em;
  color: #fff;
  font-size: 1.125em;
  position: relative;
}
.product_contents .information_area .for_shop .link_button a:hover {
  background: rgba(227, 121, 152, 0.8);
}
.product_contents .information_area .for_shop .link_button a::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
}

a[href*="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}