@charset "UTF-8";
/*
Theme Name: JOYPALETTE
Description: JOYPALETTEテーマ
Theme URI:
Author:
Author URI:
Text Domain:
Version: 1.0.1
*/
html {
  height: 100%;
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, "Helvetica Neue Bold", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-size: 62.5%;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #313232;
  background: #fff;
}

input,
select,
textarea {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, "Helvetica Neue Bold", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Helvetica, Arial, sans-serif;
}

li {
  list-style-position: inside;
  list-style-type: none;
}

a {
  color: #ff5c8a;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #ffa9c1;
}

.concept-banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 70px 0;
  text-decoration: none;
}
.concept-banner__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 850px;
  padding: 16px;
  border: 4px solid #3580ad;
}
.concept-banner__wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 160px;
  margin-left: 8px;
  vertical-align: middle;
  content: "";
  background: url("img/concept-banner-img.png") no-repeat center/contain;
}
.concept-banner__text {
  font-family: "HGMaruGothicMPRO", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W6", "HG丸ｺﾞｼｯｸM-PRO", "HG丸ｺﾞｼｯｸM-PRO", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-weight: 1500;
  color: #3580ad;
}

a img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

a:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

table,
td,
th {
  border-collapse: collapse;
  border: 1px solid #7d7f7f;
}

table {
  width: 100%;
}

th,
td {
  padding: 5px 10px;
}
@media screen and (max-width: 750px) {
  th,
  td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  th,
  td {
    padding: 3px;
    font-size: 1.2rem;
  }
}

img {
  display: block;
}

@media screen and (max-width: 750px) {
  .pcstyle {
    display: none;
  }
}

/* -----------------------------------------
サイト概要
----------------------------------------- */
#description {
  height: 35px;
  font-size: 0.9rem;
  text-align: center;
  background: #fff;
}

/* -----------------------------------------
ヘッダ
----------------------------------------- */
#header {
  position: relative;
  z-index: 9999;
  height: 120px;
  background: #fff;
}
#header a {
  text-decoration: none;
}
#header::after {
  display: block;
  width: 358px;
  height: 85px;
  margin: 0 auto;
  content: " ";
  background: url("img/header_bottom.png") no-repeat 50% 0;
  background-size: contain;
}
#header__joy {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 90px;
  font-size: 0.9rem;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  height: 120px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
#header__inner__left, #header__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header__inner__left {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#header__inner__right {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
#header__inner .header__icon {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  min-width: 80px;
  margin: 0 10px 15px;
  line-height: 1;
  text-align: center;
}
#header__inner .header__icon a {
  display: block;
}
#header__inner .header__icon a:hover {
  opacity: 0.8;
}
#header__inner .header__icon__img img {
  width: 45px;
  height: 45px;
  margin: 0 auto 5px;
}
#header__inner .header__icon__ja {
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #313232;
  text-align: center;
  white-space: nowrap;
}
#header__inner .header__icon__en {
  font-size: 1rem;
  color: #ff5c8a;
  text-align: center;
  white-space: nowrap;
}
#header__inner__logo {
  position: relative;
  bottom: 0;
  width: 224px;
  padding: 11px 40px 15px;
}
#header__inner__logo h1 {
  display: block;
}
#header__inner__logo h1 img {
  display: block;
}
#header__inner .drop__menu {
  position: relative;
  z-index: 0;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#header__inner .drop__menu__parent {
  cursor: pointer;
}
#header__inner .drop__menu__parent:hover {
  opacity: 0.8;
}
#header__inner .drop__menu__parent .header__icon__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header__inner .drop__menu__parent .header__icon__ja::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #313232;
  content: "\f107";
}
#header__inner .drop__menu__items {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -10;
  width: 120px;
  height: auto;
  background-color: #ffe8ef;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.29);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.29);
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header__inner .drop__menu__items a {
  display: none;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding-left: 12px;
  font-size: 1.2rem;
  color: #313232;
}
#header__inner .drop__menu__items a:not(:last-of-type) {
  border-bottom: 1.8px dashed #ff5c8a;
}
#header__inner .drop__menu__items a:hover {
  opacity: 0.8;
}
#header__inner .drop__menu__items a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff5c8a;
  content: "\f105";
}
#header__inner .drop__menu.active .drop__menu__items {
  opacity: 1;
}
#header__inner .drop__menu.active .drop__menu__items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header-sp {
  display: none;
}

/* -----------------------------------------
ヒーローナビ
----------------------------------------- */
#hero {
  height: 375px;
  background-size: contain;
}
#hero__inner {
  position: relative;
  width: 1046px;
  height: 375px;
  margin: 0 auto;
  overflow: hidden;
}
#hero__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#hero.column, #hero.contact, #hero.document {
  background-image: url("img/bg_hero_pink.jpg");
}
#hero.catalog, #hero.news, #hero.qa, #hero.thanks, #hero.document-single {
  background-image: url("img/bg_hero_orange.jpg");
}
#hero.concept, #hero.kokin, #hero.maintenance, #hero.service {
  background-image: url("img/bg_hero_blue.jpg");
}
#hero.characle {
  background-image: url("img/bg_hero_market.jpg");
}
#hero.characle_b {
  background-image: url("img/bg_hero_blue.jpg");
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  height: 375px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcae8), to(#e886af));
  background: linear-gradient(top, #ffcae8, #e886af);
  background: linear-gradient(to bottom, #ffcae8, #e886af);
}
.hero h1 {
  font-size: 2.8rem;
}

#content {
  margin: 0 auto;
}

/* -----------------------------------------
パンくずリスト
----------------------------------------- */
.breadcrumb ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 90px;
  padding: 15px 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.breadcrumb ul li {
  display: inline-block;
  color: #616161;
  vertical-align: top;
}
.breadcrumb ul li a {
  color: #313232;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.breadcrumb ul li:not(:last-child)::after {
  margin: 0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* -----------------------------------------
ページネーション
----------------------------------------- */
.pagenation {
  margin: 90px 0 100px;
  text-align: center;
}
.pagenation ul {
  margin: 0 auto;
}
.pagenation ul li {
  display: inline-block;
  margin-left: 5px;
}
.pagenation ul li:first-child {
  margin-left: 0;
}
.pagenation ul li.active {
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #313232;
  cursor: not-allowed;
}
.pagenation ul li a {
  display: block;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #ff5c8a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagenation ul li a:hover {
  color: #ffa9c1;
}
.pagenation ul li.next a,
.pagenation ul li.prev a {
  color: #313232;
  background: transparent;
}
.pagenation ul li.next a:hover,
.pagenation ul li.prev a:hover {
  color: #636666;
}

/* -----------------------------------------
バナーエリア
----------------------------------------- */
#bannerarea {
  padding: 40px 0;
  background-image: url("img/bg_fab.jpg");
}
#bannerarea__kokin, #bannerarea__shoplist, #bannerarea__pdf {
  padding-bottom: 60px;
}
#bannerarea__kokin img, #bannerarea__shoplist img, #bannerarea__pdf img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#bannerarea__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#bannerarea__bottom a {
  display: block;
  margin: 0 10px;
}
#bannerarea__bottom a img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------
フッタ
----------------------------------------- */
#footer {
  padding: 0;
  font-size: 1.3rem;
  background: #ffe8ef;
}
#footer__main {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
#footer__main #stickybtn {
  position: absolute;
  top: -38px;
  right: 12px;
}
#footer__logo {
  padding-top: 40px;
  text-align: center;
}
#footer__logo img {
  display: block;
  margin: 0 auto;
}
#footer__address {
  max-width: 500px;
  padding: 30px 10px;
  margin: 0 auto;
}
#footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 500px;
  padding: 0 10px;
  margin: 0 auto;
}
#footer__nav a {
  text-decoration: none;
}
#footer__nav .footer__nav__box {
  width: 33.3%;
  color: #313232;
}
#footer__nav ul.footer__nav__list {
  position: relative;
}
#footer__nav ul.footer__nav__list li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #313232;
  text-indent: -0.9em;
  content: "\f105";
}
#footer__nav ul.footer__nav__list a {
  color: #313232;
}
#footer__nav ul.footer__nav__list a:hover {
  text-decoration: underline;
}
#footer__nav ul.sub-menu {
  position: relative;
  margin-left: 20px;
  font-size: 1.3rem;
}
#footer__nav ul.sub-menu li::before {
  position: absolute;
  left: 0;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
#footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  padding: 50px 0;
}
#footer__link a.btn-bar {
  margin: 0 25px;
}
#footer__link a.btn-bar:first-child {
  margin-bottom: 30px;
}
#footer__copylight {
  padding: 10px 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #313232;
  text-align: center;
  background-color: #fff;
}

/* -----------------------------------------
ページ共通
----------------------------------------- */
.wrap {
  width: 1046px;
  padding: 0 10px;
  margin: 0 auto;
}

.align-center {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  text-align: center;
}

.small {
  font-size: 85%;
}

.pcstyle {
  display: block;
}

.mobilestyle {
  display: none;
}

a.btn-bar {
  position: relative;
  display: block;
  width: 350px;
  height: 60px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 60px;
  color: #ff5c8a;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 3px solid #ff5c8a;
  border-radius: 33px;
}
a.btn-bar:hover {
  color: #fff;
  background: #ff5c8a;
}
a.btn-bar.arrow::after {
  position: absolute;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

a.btn-bar-mini {
  position: relative;
  display: block;
  max-width: 300px;
  height: 40px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 40px;
  color: #ff5c8a;
  text-align: center;
  background: #fff;
  border: 2px solid #ff5c8a;
  border-radius: 23px;
}
a.btn-bar-mini:hover {
  color: #fff;
  background: #ff5c8a;
}
a.btn-bar-mini.arrow::after {
  position: absolute;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

a.btn-bar-blue {
  color: #448ac9;
  border: 3px solid #448ac9;
}
a.btn-bar-blue:hover {
  color: #fff;
  background: #448ac9;
}

.category-label {
  display: block;
  width: 108px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}
.category-label-info {
  background: #f99b06;
}
.category-label-product {
  background: #ff5c8a;
}

/* -----------------------------------------
トップページ
----------------------------------------- */
#index .headerslider-container .slick-slide a {
  outline: none;
}
#index__concept {
  padding: 40px 0;
}
#index__concept__main {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index__concept__main__text {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 10px 0;
}
#index__concept__main p {
  margin-bottom: 30px;
}
#index__reason::before {
  display: block;
  width: 100%;
  height: 23px;
  content: " ";
  background-image: url("img/bg_wave_blue.png");
  background-repeat: repeat-x;
}
#index__reason__inner {
  padding: 60px 0;
  background-color: #ceeaf9;
}
#index__reason__inner p {
  margin: 50px 0;
  text-align: center;
}
#index__reason__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 70px;
}
#index__reason__main .item {
  width: 31%;
  max-width: 300px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
#index__reason__main .item h3 {
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 1;
  color: #3081b0;
  text-align: center;
}
#index__reason__main .item__img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
}
#index__reason__main .item__text {
  padding: 30px;
  margin-top: auto;
  font-size: 1.4rem;
}
#index__goods {
  padding: 60px 0 110px;
  background: url("img/bg_dot_pink.png");
}
#index__goods__copy {
  margin-top: 80px;
  margin-bottom: 40px;
}
#index__goods .goods-copy__wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  margin-top: 48px;
  margin-bottom: 40px;
}
#index__goods .goods-copy__text {
  padding: 0 clamp(18px, 2.5vw, 36px);
  font-family: "HGMaruGothicMPRO", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W6", "HG丸ｺﾞｼｯｸM-PRO", "HG丸ｺﾞｼｯｸM-PRO", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(12px, 3vw, 2.2rem);
  color: #ff5c8a;
  text-align: center;
  white-space: nowrap;
}
#index__goods .goods-copy__text:nth-last-child(1) {
  position: relative;
}
#index__goods .goods-copy__text:nth-last-child(1)::before, #index__goods .goods-copy__text:nth-last-child(1)::after {
  position: absolute;
  bottom: 5px;
  width: clamp(3px, 0.7vw, 5px);
  height: calc(2.5 * clamp(0.6rem, 3vw, 2.2rem));
  content: "";
  background-color: #ff5c8a;
  border-radius: 3px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
#index__goods .goods-copy__text:nth-last-child(1)::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
#index__goods .goods-copy__text:nth-last-child(1)::after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
#index__goods__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
#index__goods__products .item {
  width: 35%;
  margin-bottom: 30px;
}
#index__goods__products .item a {
  display: block;
  border-radius: 30px;
}
#index__goods__products .item a img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: auto;
  border: solid 2px #ff5c8a;
  border-radius: 30px;
}
#index__goods__products .item__text {
  margin-top: 20px;
  text-align: center;
}
#index__goods__products__link {
  margin-top: 85px;
}
#index__news {
  padding: 140px 0 70px;
}
#index__news ul {
  margin: 70px 0;
}
#index__news ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index__news ul li:not(:last-child) {
  border-bottom: dashed 1px #7c7c7c;
}
#index__news ul li div,
#index__news ul li span {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#index__news ul li span.time {
  display: block;
  margin: 0 40px 0 16px;
}
#index__news ul li div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-wrap: break-word;
}
#index__news ul li a {
  text-decoration: underline;
}
#index__news ul li a.info {
  color: #f99b06;
}
#index__news ul li a.info:hover {
  color: #fbb951;
}
#index__news ul li a.product {
  color: #ff5c8a;
}
#index__news ul li a.product:hover {
  color: #ffa9c1;
}
#index .headerslider-container {
  position: relative;
  width: 100%;
}
#index .headerslider-container .slick-next,
#index .headerslider-container .slick-prev {
  width: 60px;
  height: 60px;
  background: #ff5c8a;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#index .headerslider-container .slick-next:hover,
#index .headerslider-container .slick-prev:hover {
  background: #ff769c;
}
#index .headerslider-container .slick-prev {
  left: 22%;
  z-index: 51;
  margin-left: -30px;
}
#index .headerslider-container .slick-next {
  right: 22%;
  z-index: 50;
  margin-right: -30px;
}
#index .headerslider-container .slick-prev::before {
  content: url("img/top_slider_prev.png");
}
#index .headerslider-container .slick-next::before {
  content: url("img/top_slider_next.png");
}
#index .headerslider-container .slick-next::before,
#index .headerslider-container .slick-prev::before {
  position: relative;
  color: #fff;
  opacity: 1;
}
#index .headerslider-container .slick-dots li.slick-active button::before {
  color: #ff5c8a;
  opacity: 1;
}
#index .headerslider-container div img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

/* -----------------------------------------
コンセプト
----------------------------------------- */
#concept__top {
  padding: 40px 0;
}
#concept__top__main {
  padding: 0 90px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#concept__top__main__text {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 10px 0;
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#concept__top__main p {
  margin-bottom: 30px;
}
#concept__top__main .copy__img__pc {
  display: block;
  margin-bottom: 40px;
}
#concept__top__main .copy__img__tablet {
  display: none;
  margin-bottom: 40px;
}
#concept__reason::before {
  display: block;
  width: 100%;
  height: 23px;
  content: " ";
  background-image: url("img/bg_wave_orange.png");
  background-repeat: repeat-x;
}
#concept__reason__inner {
  padding: 60px 0;
  background-color: #ffe8bb;
}
#concept__reason__inner p {
  margin: 10px 0;
  text-align: center;
}
#concept__reason__ribbon {
  margin-bottom: 50px;
}
#concept__reason__title {
  margin-top: 50px;
  margin-bottom: 50px;
}
#concept__reason__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 70px;
}
#concept__reason__main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 31%;
  max-width: 300px;
  background: #fff;
  border-radius: 20px;
}
#concept__reason__main .item h3 {
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 1;
  color: #f9700c;
  text-align: center;
}
#concept__reason__main .item__img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
}
#concept__reason__main .item__text {
  padding: 30px;
  margin-top: auto;
  font-size: 1.4rem;
}
#concept__scene {
  padding: 70px 0 110px;
  background: url("img/bg_dot_pink.png");
}
#concept__scene__title {
  margin-bottom: 50px;
}
#concept__scene__text {
  margin-bottom: 50px;
}
#concept__scene__text p {
  text-align: center;
}
#concept__scene__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}
#concept__scene__shop .item {
  width: 22%;
  margin-bottom: 30px;
}
#concept__scene__shop .item:not(:last-child) {
  margin-right: 4%;
}
#concept__scene__shop .item img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
#concept__scene__shop .item__text {
  margin-top: 20px;
  text-align: center;
}
#concept__scene__shop__link {
  margin-top: 85px;
}
#concept__banner {
  padding-bottom: 70px;
}
#concept__banner img {
  margin: 0 auto;
}

/* -----------------------------------------
商品一覧ページ
----------------------------------------- */
#service__top {
  padding-bottom: 40px;
}
#service__top__text {
  margin: 10px 0;
}
#service__top__text p {
  text-align: center;
}
#service__products {
  padding: 50px 0 80px;
  background: url("img/bg_dot_yellow.png");
}
#service__products .item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 50px;
}
#service__products .item__wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 15px;
}
#service__products .item__wrap .item:nth-child(odd) {
  margin-right: 4%;
}
#service__products .item__wrap .item a {
  display: block;
  min-height: 0;
}
#service__products .item__wrap .item__img {
  min-height: 0;
}
#service__products .item__wrap .item__img__logo {
  width: auto;
  height: 120px;
  margin: 0 auto 10px;
}
#service__products .item__wrap .item__text {
  min-height: 0;
  margin: 10px;
  text-align: center;
}
#service__products .item__wrap .item a.btn {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  min-height: 0;
  margin: auto auto 0;
  line-height: 60px;
  color: #f9700c;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 3px solid #f9700c;
  border-radius: 33px;
}
#service__products .item__wrap .item a.btn:hover {
  color: #fff;
  background: #f9700c;
}
#service__products #service__babyca__link {
  margin-bottom: 40px;
}

/* -----------------------------------------
きゃらくるカート
----------------------------------------- */
#characle__top {
  padding: 40px 0 70px;
}
#characle__top__text {
  padding-top: 40px;
}
#characle__top__text p {
  text-align: center;
}
#characle__slider {
  padding: 50px 0;
}
#characle__slider__wrap {
  position: relative;
  margin: 30px 0;
}
#characle__slider__wrap .slick-next,
#characle__slider__wrap .slick-prev {
  width: 30px;
  height: 65px;
  background: #3081b0;
}
#characle__slider__wrap .slick-prev {
  left: -10px;
  z-index: 51;
}
#characle__slider__wrap .slick-next {
  right: -10px;
  z-index: 50;
}
#characle__slider__wrap .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}
#characle__slider__wrap .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
#characle__slider__wrap .slick-next::before,
#characle__slider__wrap .slick-prev::before {
  position: relative;
  color: #fff;
  opacity: 1;
}
#characle__slider__wrap .slick-slide {
  margin: 0 25px;
}
#characle__slider__wrap .slick-list {
  margin: 0 -25px;
}
#characle__slider__wrap div,
#characle__slider__wrap img {
  border-radius: 15px;
}
#characle__info {
  padding: 70px 0;
}
#characle__info__spec {
  margin: 50px 0 60px;
}
#characle__info__point {
  margin: 50px 0 10px;
}
#characle__info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
#characle__info .item__label {
  width: 200px;
  height: 38px;
  margin: 30px 3.5% 30px 0;
  line-height: 38px;
  color: #fff;
  text-align: center;
  border-radius: 19px;
}
#characle__info .item__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#characle__info .item__data__character {
  float: left;
  width: 25%;
}
#characle__info .item__data span {
  display: inline-block;
  margin-right: 1em;
}
#characle__info .item__data p:not(:last-child) {
  margin-bottom: 0.5em;
}
#characle__feature {
  padding-top: 60px;
}
#characle__feature .heading__characle-b {
  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;
  width: 100%;
  max-width: 698px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 3rem;
  color: #fff;
  background-color: #58b4e5;
  border-radius: 8px;
}
#characle__feature__title {
  margin-bottom: 30px;
}
#characle__feature .item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#characle__feature .item__wrap_narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
#characle__feature .item {
  width: 30%;
  padding: 20px 0;
}
#characle__feature .item:not(:last-child) {
  margin-right: 5%;
}
#characle__feature .item.half {
  width: 47.5%;
}
#characle__feature .item.wide {
  width: 65%;
}
#characle__feature .item.center {
  margin: 0 auto;
}
#characle__feature .item h3 {
  margin: 30px 0 20px;
  font-size: 2rem;
  text-align: center;
}
#characle__feature .item__img {
  background: #fff;
  border-radius: 5px;
}
#characle__feature .item__img img {
  border-radius: 5px;
}
#characle__feature__copyright {
  padding: 40px 0 20px;
  font-size: 0.9rem;
  text-align: right;
}
#characle #qa__flow {
  background: #fff !important;
}
#characle #qa__flow #qa__flow__link {
  padding-top: 60px;
}
#characle__qa {
  padding: 50px 0;
}
#characle__qa__wrap {
  margin-top: 60px;
}
#characle__qa__wrap .item {
  margin-bottom: 40px;
  word-break: break-all;
}
#characle__qa__wrap .item__q {
  margin-bottom: 20px;
  color: #ff5c8a;
}
#characle__agency {
  padding: 60px 0;
}
#characle__agency .item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#characle__agency .item__label {
  width: 200px;
  height: 38px;
  margin: 0 30px 0 0;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: #58b4e5;
  border-radius: 19px;
}
#characle__agency .item__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#characle__agency .item__data span {
  display: inline-block;
  margin-right: 1em;
}
#characle.characle-l #characle__feature,
#characle.characle-l #characle__slider {
  background: #bce8ff;
}
#characle.characle-l .slick-next,
#characle.characle-l .slick-prev {
  background: #58b4e5;
}
#characle.characle-l #characle__info .item:not(:last-child) {
  border-bottom: solid 1px #58b4e5;
}
#characle.characle-l #characle__info .item__label {
  background: #58b4e5;
}
#characle.characle-l h3 {
  color: #58b4e5;
}
#characle.characle-m #characle__feature,
#characle.characle-m #characle__slider {
  background: #cce198;
}
#characle.characle-m .slick-next,
#characle.characle-m .slick-prev {
  background: #619351;
}
#characle.characle-m #characle__info .item:not(:last-child) {
  border-bottom: solid 1px #619351;
}
#characle.characle-m #characle__info .item__label {
  background: #619351;
}
#characle.characle-m h3 {
  color: #619351;
}
#characle.characle-w #characle__feature,
#characle.characle-w #characle__slider {
  background: #fff9b2;
}
#characle.characle-w .slick-next,
#characle.characle-w .slick-prev {
  background: #f9700c;
}
#characle.characle-w #characle__info .item:not(:last-child) {
  border-bottom: solid 1px #f9700c;
}
#characle.characle-w #characle__info .item__label {
  background: #f9700c;
}
#characle.characle-w h3 {
  color: #f9700c;
}
#characle.characle-o #characle__feature,
#characle.characle-o #characle__slider {
  background: #ffddec;
}
#characle.characle-o .slick-next,
#characle.characle-o .slick-prev {
  background: #ee4d7a;
}
#characle.characle-o #characle__info .item:not(:last-child) {
  border-bottom: solid 1px #ee4d7a;
}
#characle.characle-o #characle__info .item__label {
  background: #ee4d7a;
}
#characle.characle-o h3 {
  color: #ee4d7a;
}
#characle.characle-b #characle__feature,
#characle.characle-b #characle__slider {
  background: #bce8ff;
}
#characle.characle-b .slick-next,
#characle.characle-b .slick-prev {
  background: #58b4e5;
}
#characle.characle-b #characle__info .item:not(:last-child) {
  border-bottom: solid 1px #58b4e5;
}
#characle.characle-b #characle__info .item__label {
  background: #58b4e5;
}
#characle.characle-b h3 {
  color: #58b4e5;
}
#characle.characle-st #characle__feature,
#characle.characle-st #characle__slider {
  background: #ffddec;
}
#characle.characle-st .slick-next,
#characle.characle-st .slick-prev {
  background: #ff5c8a;
}
#characle.characle-st #characle__info .item:not(:last-child) {
  border-bottom: solid 1px #ff5c8a;
}
#characle.characle-st #characle__info .item__label {
  background: #ff5c8a;
}
#characle.characle-st h3 {
  color: #ff5c8a;
}

/* -----------------------------------------
メンテナンスページ
----------------------------------------- */
#maintenance {
  padding-bottom: 90px;
}
#maintenance a {
  text-decoration: none;
}
#maintenance .login p {
  text-align: center;
}
#maintenance__text {
  padding: 40px 60px;
  margin-bottom: 30px;
  background: url("img/bg_stripe_blue.png");
  border-radius: 20px;
}
#maintenance .row {
  padding: 30px 90px;
}
#maintenance .row h2 {
  display: block;
  max-width: 600px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 55px;
  font-size: 2rem;
  line-height: 50px;
  color: #ff5c8a;
  text-align: center;
  border-radius: 25px;
}
#maintenance .row .item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#maintenance .row .item {
  width: 20%;
}
#maintenance .row .item:not(:last-child) {
  margin-right: 6.6%;
}
#maintenance .row .item__label {
  font-size: 1.6rem;
  text-align: center;
}
#maintenance .row .item__icon {
  margin-bottom: 20px;
  border-radius: 10px;
}
#maintenance .row .item__icon img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #ff5c8a;
  border-radius: 10px;
}
#maintenance .row .item a {
  position: relative;
  display: block;
  height: 36px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 36px;
  text-align: center;
  background: #fff;
  border: 2px solid #ff5c8a;
  border-radius: 33px;
}
#maintenance .row .item a::after {
  position: absolute;
  right: 12px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  font-weight: 900;
  content: "\f105";
}
#maintenance .row.cart-l .item__icon,
#maintenance .row.cart-l h2 {
  background-color: #ff5c8a;
}
#maintenance .row.cart-l a {
  color: #ff5c8a;
  border-color: #ff5c8a;
}
#maintenance .row.cart-l a:hover {
  color: #fff;
  background: #ff5c8a;
}
#maintenance .row.cart-m .item__icon,
#maintenance .row.cart-m h2 {
  background-color: #859bd8;
}
#maintenance .row.cart-m a {
  color: #859bd8;
  border-color: #859bd8;
}
#maintenance .row.cart-m a:hover {
  color: #fff;
  background: #859bd8;
}
#maintenance .row.cart-w .item__icon,
#maintenance .row.cart-w h2 {
  background-color: #ff8c33;
}
#maintenance .row.cart-w a {
  color: #ff8c33;
  border-color: #ff8c33;
}
#maintenance .row.cart-w a:hover {
  color: #fff;
  background: #ff8c33;
}
#maintenance .row.cart-st .item__icon,
#maintenance .row.cart-st h2 {
  background-color: #80c725;
}
#maintenance .row.cart-st a {
  color: #80c725;
  border-color: #80c725;
}
#maintenance .row.cart-st a:hover {
  color: #fff;
  background: #80c725;
}
#maintenance .row.cart-oya .item__icon,
#maintenance .row.cart-oya h2 {
  background-color: #ee4e7a;
}
#maintenance .row.cart-oya a {
  color: #ee4e7a;
  border-color: #ee4e7a;
}
#maintenance .row.cart-oya a:hover {
  color: #fff;
  background: #ee4e7a;
}

.passform {
  margin-bottom: 300px;
  text-align: center;
}
.passform input.passform__text {
  margin: 60px 0;
}

/* -----------------------------------------
抗菌
----------------------------------------- */
#kokin__text {
  padding: 40px 60px;
  margin-bottom: 30px;
  background: url("img/bg_stripe_lightblue.png");
  border-radius: 20px;
}
#kokin__text p:not(:last-child) {
  margin-bottom: 1em;
}
#kokin .item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
#kokin .item__wrap .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  margin-bottom: 30px;
  border: solid 2px #ceeaf9;
  border-radius: 30px;
}
#kokin .item__wrap .item:not(:nth-child(3n)) {
  margin-right: 5%;
}
#kokin .item__wrap .item__icon {
  padding: 10px 0;
}
#kokin .item__wrap .item__icon img {
  width: 128px;
  height: auto;
  margin: 0 auto;
}
#kokin .item__wrap .item__label {
  padding: 0 30px;
  font-size: 2.2rem;
  color: #3081b0;
  text-align: center;
}
#kokin .item__wrap .item__text {
  padding: 5px 30px 10px;
}
#kokin__faq {
  padding: 60px 0;
  background: #ceeaf9;
}
#kokin__faq .row {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
#kokin__faq .row:not(:last-child) {
  margin-bottom: 50px;
}
#kokin__faq h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
#kokin__faq ul {
  padding: 0 10px;
  border: solid 1px #bfbfbf;
  border-radius: 5px;
}
#kokin__faq ul .item:not(:last-child) {
  border-bottom: solid 1px #bfbfbf;
}
#kokin__faq ul .item a {
  color: #3081b0;
}
#kokin__faq ul .item__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
#kokin__faq ul .item__q:hover {
  text-decoration: underline;
}
#kokin__faq ul .item__q::after {
  position: absolute;
  right: 10px;
  margin-top: -3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#kokin__faq ul .item__q.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#kokin__faq ul .item__a {
  padding: 10px;
  margin: 0 0 10px 30px;
  background: #f8f7f7;
}
#kokin__tel {
  padding: 80px 0 30px;
}
#kokin__tel h2 {
  margin-bottom: 30px;
  text-align: center;
}

/* -----------------------------------------
よくある質問
----------------------------------------- */
#qa__top__wrap {
  margin-top: 60px;
}
#qa__top__wrap .item {
  margin-bottom: 40px;
  word-break: break-all;
}
#qa__top__wrap .item__q {
  margin-bottom: 20px;
  color: #ff5c8a;
}
#qa__top__link {
  margin: 70px 0;
}
#qa__flow {
  padding: 70px 0 80px;
  background: #ffe8bb;
}
#qa__flow__wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#qa__flow__wrap .item {
  width: 16%;
}
#qa__flow__wrap .item__label {
  height: 36px;
  margin-bottom: 8px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #8c4829;
  border-radius: 18px;
}
#qa__flow__wrap .item__icon {
  margin-bottom: 20px;
}
#qa__flow__wrap .item__text {
  font-size: 1.4rem;
}
#qa__flow__wrap .arrow {
  width: 5%;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#qa__flow__wrap .arrow img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* -----------------------------------------
記事一覧
----------------------------------------- */
#column__link,
#news__link {
  margin: 60px 0 40px;
}

#column-category .category-wrap__title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff5c8a;
}
#column-category .category-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 60%;
  margin-top: 16px;
  margin-bottom: 38px;
}
#column-category .category-wrap__list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 36px;
  padding: 0 12px;
  background-color: #ff5c8a;
  border-radius: 18px;
}
#column-category .category-wrap__list-item-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
#column-category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 60%;
  margin-top: 16px;
  margin-bottom: 38px;
}
#column-category .category-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 36px;
  padding: 0 12px;
  background-color: #ff5c8a;
  border-radius: 18px;
}
#column-category .category-list__item-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.side-category {
  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;
  margin-top: 20px;
  margin-left: 90px;
}
.side-category__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff5c8a;
}
.side-category__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: 10px;
}
.side-category__item {
  font-size: 1.8rem;
  font-weight: 500;
  color: #ff5c8a;
  text-decoration: none;
}
.side-category__item::before {
  margin-right: 10px;
  content: "-";
}

#column-postlist-category.postlist-category .postlist-category__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 40px;
}
#column-postlist-category.postlist-category .postlist-category__item {
  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;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#column-postlist-category.postlist-category .postlist-category__item-thumbnail > .attachment-eyecatch {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#column-postlist-category.postlist-category .postlist-category__item-title {
  height: 100px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ff5c8a;
}
#column-postlist-category.postlist-category .postlist-category__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
#column-postlist-category.postlist-category .postlist-category__item-link-btn-more {
  position: relative;
  display: inline-block;
  width: 278px;
  height: 44px;
  margin: 0;
  font-size: 1.8rem;
  line-height: 44px;
  color: #ff5c8a;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 3px solid #ff5c8a;
  border-radius: 25px;
}
#column-postlist-category.postlist-category .postlist-category__item-link-btn-more:hover {
  color: #fff;
  background: #ff5c8a;
}
#column-postlist-category.postlist-category .postlist-category__item-link-btn-more::after {
  position: absolute;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

#column .postlist ul li,
#news .postlist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#column .postlist ul li:not(:last-child),
#news .postlist ul li:not(:last-child) {
  margin-bottom: 50px;
}
#column .postlist ul li .postlist__eyecatch,
#news .postlist ul li .postlist__eyecatch {
  width: 33%;
}
#column .postlist ul li .postlist__eyecatch img,
#news .postlist ul li .postlist__eyecatch img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#column .postlist ul li .postlist__data,
#news .postlist ul li .postlist__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}
#column .postlist ul li .postlist__data h2,
#news .postlist ul li .postlist__data h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #ff5c8a;
}
#column .postlist ul li .postlist__data__meta,
#news .postlist ul li .postlist__data__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 5px;
}
#column .postlist ul li .postlist__data__meta span,
#news .postlist ul li .postlist__data__meta span {
  display: block;
}
#column .postlist ul li .postlist__data__meta span.time,
#news .postlist ul li .postlist__data__meta span.time {
  margin-left: 5px;
  font-size: 1.3rem;
}
#column .postlist ul li .postlist__data__text,
#news .postlist ul li .postlist__data__text {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
#column .postlist ul li .postlist__data__link,
#news .postlist ul li .postlist__data__link {
  margin-top: auto;
  text-align: right;
}
#column .postlist ul li .postlist__data__link a.btn-more,
#news .postlist ul li .postlist__data__link a.btn-more {
  position: relative;
  display: inline-block;
  width: 278px;
  height: 44px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 44px;
  color: #ff5c8a;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 3px solid #ff5c8a;
  border-radius: 25px;
}
#column .postlist ul li .postlist__data__link a.btn-more:hover,
#news .postlist ul li .postlist__data__link a.btn-more:hover {
  color: #fff;
  background: #ff5c8a;
}
#column .postlist ul li .postlist__data__link a.btn-more::after,
#news .postlist ul li .postlist__data__link a.btn-more::after {
  position: absolute;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* -----------------------------------------
記事詳細
----------------------------------------- */
#postcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}
#postcontainer #side {
  width: 380px;
}
#postcontainer #side #sidecatalog {
  width: 300px;
  padding-top: 20px;
  margin: 90px 0 0 80px;
  background: #ffe8ef;
  border-radius: 10px;
}
#postcontainer #side #sidecatalog__link {
  width: 230px;
  padding: 30px 0;
  margin: 0 auto;
}
#postcontainer #side #sidecatalog__link a {
  text-decoration: none;
}
#postcontainer #side .item {
  padding: 0 35px 35px;
}
#postcontainer #side .item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 230px;
  padding: 5px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: solid 2px #ff5c8a;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
#postcontainer #side .item img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
#postcontainer #side .item__text {
  margin-top: 10px;
  text-align: center;
}
#postcontainer #side #sidewidget {
  width: 300px;
  padding-top: 20px;
  margin: 50px 0 0 80px;
}
#postcontainer #side #sidewidget .widget {
  margin: 30px 0;
}
#postcontainer #side #sidewidget .widget h2,
#postcontainer #side #sidewidget .widget h3 {
  padding: 5px;
  margin-bottom: 10px;
  color: #fff;
  background: #ff5c8a;
}
#postcontainer #main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#postcontainer #main #writer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 8px;
  margin-top: 20px;
  border: 2px solid #ff5c8a;
  border-radius: 8px;
}
#postcontainer #main #writer .writer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#postcontainer #main #writer .writer__title span {
  display: inline-block;
  font-size: 2rem;
  color: #ff5c8a;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #postcontainer #main #writer .writer__title span {
    font-size: 1.8rem;
  }
}
#postcontainer #main #writer .writer__info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
#postcontainer #main #writer .writer__info-container .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;
  width: 120px;
}
#postcontainer #main #writer .writer__info-container .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#postcontainer #main #writer .writer__info-container .info .name {
  margin-bottom: 8px;
  font-size: 2rem;
}
#postcontainer #main #writer .writer__info-container .info .info {
  font-weight: 400;
  overflow-wrap: break-word;
}
@media screen and (max-width: 750px) {
  #postcontainer #main #writer {
    margin-top: 10px;
  }
  #postcontainer #main #writer .writer__title span {
    font-size: 1.8rem;
  }
  #postcontainer #main #writer .writer__info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #postcontainer #main #writer .writer__info-container .image {
    margin-bottom: 4px;
  }
  #postcontainer #main #writer .writer__info-container .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #postcontainer #main #writer .writer__info-container .info .name {
    margin-bottom: 4px;
    font-size: 1.8rem;
  }
  #postcontainer #main #writer .writer__info-container .info .info {
    font-size: 1.3rem;
  }
}

body.archive .post,
body.single #main {
  margin-bottom: 30px;
  word-break: break-all;
  background: #fff;
}
body.archive .post h1,
body.single #main h1 {
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 1.6;
}
body.archive .post .meta,
body.single #main .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
}
body.archive .post .meta span,
body.single #main .meta span {
  display: block;
}
body.archive .post .meta .time,
body.single #main .meta .time {
  margin-left: 5px;
  font-size: 1.5rem;
}
body.archive .post .eyecatch img,
body.single #main .eyecatch img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 2rem;
}
body.archive .post section h2,
body.archive .post section h3,
body.archive .post section h4,
body.single #main section h2,
body.single #main section h3,
body.single #main section h4 {
  line-height: 1.6;
}
body.archive .post section h2,
body.single #main section h2 {
  position: relative;
  padding-left: 38px;
  margin: 30px 0 20px;
  font-size: 2rem;
  color: #ff5c8a;
}
body.archive .post section h2::before,
body.single #main section h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 44px;
  content: "";
  background: url("img/pen_pink.png");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.archive .post section h2::after,
body.single #main section h2::after {
  display: block;
  width: 100%;
  height: 5px;
  content: "";
  background: url("img/line_pink.png");
}
body.archive .post section h3,
body.single #main section h3 {
  padding-left: 10px;
  margin: 30px 0 20px;
  font-size: 2rem;
  color: #ff5c8a;
  border-left: solid 5px #ff5c8a;
}
body.archive .post section h4,
body.single #main section h4 {
  margin: 30px 0 10px;
  font-size: 1.8rem;
  color: #ff5c8a;
}
body.archive .post section p,
body.single #main section p {
  padding: 0 0 2rem;
}
body.archive .post section pre,
body.single #main section pre {
  width: auto;
  overflow: auto;
}
body.archive .post section blockquote,
body.archive .post section ol:not(.toclist),
body.archive .post section ul:not(.toclist),
body.single #main section blockquote,
body.single #main section ol:not(.toclist),
body.single #main section ul:not(.toclist) {
  width: 90%;
  margin: 20px auto;
}
body.archive .post section ul li,
body.single #main section ul li {
  list-style-type: disc;
}
body.archive .post section blockquote,
body.single #main section blockquote {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 12px 5px 56px;
  background: #f8f7f7;
}
body.archive .post section blockquote::before,
body.single #main section blockquote::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  line-height: 36px;
  color: #fff;
  text-align: center;
  content: "\f10d";
  background: #bfbfbf;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.archive .post section blockquote p,
body.single #main section blockquote p {
  position: relative;
  z-index: 3;
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
body.archive .post section blockquote cite,
body.single #main section blockquote cite {
  display: block;
  font-size: 0.9em;
  text-align: right;
}
body.archive .post section #toc,
body.single #main section #toc {
  width: 90%;
  padding: 10px;
  margin: 20px auto;
  background: #f8f7f7;
  border-top: 2px solid #ff5c8a;
  border-bottom: 2px solid #ff5c8a;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
body.archive .post section #toc__label__title,
body.single #main section #toc__label__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ff5c8a;
}
body.archive .post section #toc__label label,
body.single #main section #toc__label label {
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: normal;
  text-decoration: underline;
}
body.archive .post section #toc__label label:hover,
body.single #main section #toc__label label:hover {
  cursor: pointer;
}
body.archive .post section #toc input,
body.single #main section #toc input {
  display: none;
}
body.archive .post section #toc input:checked ~ #toc__list,
body.single #main section #toc input:checked ~ #toc__list {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
body.archive .post section #toc__list,
body.single #main section #toc__list {
  height: auto;
  font-size: 1.4rem;
  opacity: 1;
}
body.archive .post section #toc__list a,
body.single #main section #toc__list a {
  color: #313232;
}
body.archive .post section #toc__list a:hover,
body.single #main section #toc__list a:hover {
  text-decoration: underline;
}
body.archive .post section #toc__list ul > li,
body.single #main section #toc__list ul > li {
  margin-left: 1.2em;
  word-break: break-all;
  list-style-type: none;
}
body.archive .post section #toc__list ul > li::before,
body.single #main section #toc__list ul > li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #313232;
  text-indent: -0.9em;
  content: "\f0da";
}
body.archive .post section #toc__list ol,
body.single #main section #toc__list ol {
  counter-reset: section;
}
body.archive .post section #toc__list ol > li::before,
body.single #main section #toc__list ol > li::before {
  content: counters(section, "-") ". ";
  counter-increment: section;
}
body.archive .post section #toc__list > ol, body.archive .post section #toc__list > ul,
body.single #main section #toc__list > ol,
body.single #main section #toc__list > ul {
  margin-top: 10px;
}
body.archive .post section #toc__list > ol > li > a, body.archive .post section #toc__list > ul > li > a,
body.single #main section #toc__list > ol > li > a,
body.single #main section #toc__list > ul > li > a {
  font-weight: bold;
}
body.archive .post section #toc__list ol li ol,
body.archive .post section #toc__list ul li ul,
body.single #main section #toc__list ol li ol,
body.single #main section #toc__list ul li ul {
  margin-left: 2em;
}
body.archive .post section .category-content,
body.single #main section .category-content {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 3px solid #e9e8e8;
}
body.archive .post #toc_container,
body.single #main #toc_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff5f8;
  border: none;
}
body.archive .post #toc_container .toc_title,
body.single #main #toc_container .toc_title {
  padding: 4px 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #f7b1d3;
}
body.archive .post #toc_container .toc_list,
body.single #main #toc_container .toc_list {
  padding: 24px;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
body.archive .post #toc_container .toc_list > li,
body.single #main #toc_container .toc_list > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  list-style-type: none;
}
body.archive .post #toc_container .toc_list > li::before,
body.single #main #toc_container .toc_list > li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  margin-right: 16px;
  content: "";
  border-right: 2px solid #ff5c8a;
  border-bottom: 2px solid #ff5c8a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.archive .post #toc_container .toc_list > li > a,
body.single #main #toc_container .toc_list > li > a {
  color: #ff8bab;
  text-decoration: none;
}
body.archive .post #toc_container .toc_list > li > a:hover,
body.single #main #toc_container .toc_list > li > a:hover {
  text-decoration: underline;
}
body.archive .post #toc_container .toc_list ul,
body.single #main #toc_container .toc_list ul {
  margin: 0;
}
body.archive .post #toc_container .toc_list ul > li,
body.single #main #toc_container .toc_list ul > li {
  list-style-type: none;
}
body.archive .post #toc_container .toc_list ul > li::before,
body.single #main #toc_container .toc_list ul > li::before {
  color: #ff8bab;
  content: "・ ";
}
body.archive .post #toc_container .toc_list ul > li > a,
body.single #main #toc_container .toc_list ul > li > a {
  color: #ff8bab;
  text-decoration: none;
}
body.archive .post #toc_container .toc_list ul > li > a:hover,
body.single #main #toc_container .toc_list ul > li > a:hover {
  text-decoration: underline;
}
body.archive .post #toc_container .toc_list ul > li ul > li > a,
body.single #main #toc_container .toc_list ul > li ul > li > a {
  list-style-type: none;
}
body.archive .post #toc_container .toc_list ul > li ul > li > a:hover,
body.single #main #toc_container .toc_list ul > li ul > li > a:hover {
  text-decoration: underline;
}
body.archive .post footer aside,
body.single #main footer aside {
  margin-top: 30px;
  font-size: 1.4rem;
}
body.archive .post footer aside .tag li,
body.archive .post footer aside .tag ul,
body.single #main footer aside .tag li,
body.single #main footer aside .tag ul {
  display: inline-block;
}
body.archive .post footer aside .tag a,
body.single #main footer aside .tag a {
  color: #313232;
  text-decoration: underline;
}
body.archive .post footer aside .tag li,
body.single #main footer aside .tag li {
  margin-right: 10px;
}
body.archive .post footer aside h3.bar,
body.single #main footer aside h3.bar {
  padding: 10px;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #ff5c8a;
}
body.archive .post footer aside h3.balloon,
body.single #main footer aside h3.balloon {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 120px;
  padding: 8px 5px;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  line-height: 1;
  color: #ff5c8a;
  text-align: center;
  background: #fff;
  border: solid 2px #ff5c8a;
  border-radius: 4px;
}
body.archive .post footer aside h3.balloon::before,
body.single #main footer aside h3.balloon::before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  z-index: 2;
  margin-left: -11px;
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}
body.archive .post footer aside h3.balloon::after,
body.single #main footer aside h3.balloon::after {
  position: absolute;
  bottom: -21px;
  left: 50%;
  z-index: 1;
  margin-left: -13px;
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #ff5c8a;
}
body.archive .post figcaption,
body.single #main figcaption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.archive .post figcaption.blocks-gallery-caption,
body.single #main figcaption.blocks-gallery-caption {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  color: #bfbfbf;
  text-align: center;
}

/* -----------------------------------------
カタログ請求ページ
----------------------------------------- */
#catalog_ribbon {
  margin-bottom: 20px;
}
#catalog__sample {
  margin-bottom: 30px;
}
#catalog__text {
  padding: 20px;
  margin-bottom: 100px;
  text-align: center;
  background: url("img/bg_stripe_lightblue.png");
  border-radius: 15px;
}
#catalog__baloon {
  position: relative;
  display: block;
  width: 80%;
  max-width: 500px;
  height: 48px;
  margin: 0 auto 40px;
  font-size: 2.2rem;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background: #ff5c8a;
  border-radius: 24px;
}
#catalog__baloon::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #ff5c8a;
}
#catalog__baloon p {
  padding: 0;
  margin: 0;
}
#catalog__form {
  padding-bottom: 40px;
}

/* -----------------------------------------
カタログ請求ページ
----------------------------------------- */
#document {
  padding-bottom: 100px;
}
#document #main {
  margin-bottom: 0;
}
#document .post header {
  margin-bottom: clamp(25px, 6.667vw, 30px);
}
#document .post main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 44px 46px;
}
#document .post main h1 {
  margin-bottom: 26px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ff5c8a;
  text-align: center;
}
#document .post main .detail__img {
  max-width: 360px;
  height: auto;
  aspect-ratio: 1/0.757;
  margin: 0 auto 24px;
}
#document .post main .detail__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#document .post main .form__privacy {
  margin-top: 44px;
}
#document .post main .form__privacy__title {
  margin-bottom: 23px;
  line-height: 1;
}
#document .post main .form__privacy__text {
  height: 90px;
}
#document .post main .form span.wpcf7-list-item {
  margin: 0;
}
#document .post main .form input.wpcf7-submit {
  height: min(16vw, 60px);
  font-size: min(5.333vw, 20px);
  line-height: 1;
  border-radius: 100px;
}
#document .post .lasttxt {
  margin-top: 36px;
  font-size: clamp(1.4rem, 3.733vw, 1.6rem);
  font-weight: 400;
  color: #abb8c3;
  text-align: center;
}
#document .post .lasttxt a {
  text-decoration: none;
}
#document_ribbon {
  margin-bottom: 20px;
}
#document__text {
  padding: 20px;
  margin-bottom: 100px;
  text-align: center;
  background: url("img/bg_stripe_lightblue.png");
  border-radius: 15px;
}
#document__baloon {
  position: relative;
  display: block;
  width: 80%;
  max-width: 500px;
  height: 48px;
  margin: 0 auto 40px;
  font-size: 2.2rem;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background: #ff5c8a;
  border-radius: 24px;
}
#document__baloon::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #ff5c8a;
}
#document__baloon p {
  padding: 0;
  margin: 0;
}
#document__form {
  padding-bottom: 40px;
}
#document .boxLists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 43px;
}
#document .boxLists li {
  display: grid;
  grid-template-rows: repeat(3, auto) 1fr;
  grid-auto-columns: 1fr;
  -ms-flex-line-pack: start;
      align-content: start;
}
#document .boxLists__img {
  width: 100%;
  height: 242px;
  margin-bottom: min(3.2vw, 20px);
}
#document .boxLists__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#document .boxLists__ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ff5c8a;
}
#document .boxLists__txt {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
#document .boxLists__btn {
  -ms-flex-item-align: end;
      align-self: end;
  text-align: center;
}
#document .boxLists__btn a {
  position: relative;
  display: inline-block;
  width: 278px;
  height: 44px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 44px;
  color: #ff5c8a;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 3px solid #ff5c8a;
  border-radius: 25px;
}
#document .boxLists__btn a:hover {
  color: #fff;
  background: #ff5c8a;
}
#document .boxLists__btn a::after {
  position: absolute;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* -----------------------------------------
お問い合わせ
----------------------------------------- */
#contact_ribbon {
  margin-bottom: 20px;
}
#contact__tel {
  margin-bottom: 60px;
}
#contact h2 {
  margin-bottom: 40px;
  font-size: 2.6rem;
  text-align: center;
}
#contact__form {
  padding-bottom: 40px;
}

/* -----------------------------------------
送信完了
----------------------------------------- */
#thanks h2 {
  margin-bottom: 40px;
  font-size: 2.6rem;
  text-align: center;
}
#thanks__text {
  padding: 20px;
  margin-bottom: 100px;
  text-align: center;
  background: url("img/bg_stripe_lightblue.png");
  border-radius: 15px;
}

/* -----------------------------------------
フォーム（カタログ・お問い合わせ共通）
----------------------------------------- */
form {
  max-width: 850px;
  margin: 0 auto;
}
form .req {
  color: #ff5c8a;
}
form .row {
  padding-bottom: 16px;
}
form .agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  margin: 30px 0 60px;
  text-align: center;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=password] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 45px;
  margin-top: 10px;
}
form textarea {
  width: 100%;
}
form input[type=submit],
form input.passform__btn {
  position: relative;
  display: block;
  width: 350px;
  height: 60px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  color: #ff5c8a;
  text-align: center;
  background: #fff;
  border: 3px solid #ff5c8a;
  border-radius: 33px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
form input[type=submit]:hover,
form input.passform__btn:hover {
  color: #fff;
  background: #ff5c8a;
}
form .form__privacy {
  margin-top: 70px;
}
form .form__privacy__title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
}
form .form__privacy__text {
  width: 100%;
  height: 220px;
  overflow-y: scroll;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #313232;
}
form .form__privacy__text h3 {
  padding: 0 10px;
  margin-top: 30px;
  font-size: 110%;
}
form .form__privacy__text p {
  padding: 10px;
}
form .form__privacy__text p.contact {
  padding: 40px 10px 10px;
}

/* -----------------------------------------
ページ
----------------------------------------- */
#page {
  padding-bottom: 80px;
}

/* -----------------------------------------
Slider縦並び回避
----------------------------------------- */
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

/* -----------------------------------------
ドロワーナビ
----------------------------------------- */
#drawernav {
  display: none;
}

button.drawer-hamburger {
  display: none;
}
@media screen and (max-width: 750px) {
  button.drawer-hamburger {
    display: block;
  }
}

/* -----------------------------------------
contact form7
----------------------------------------- */
div.wpcf7 {
  padding: 0;
  margin: 0;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

div.wpcf7-aborted,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  background: #fff;
}

div.wpcf7-response-output {
  padding: 0.2em 1em;
  margin: 2em 0 1em;
  font-weight: bold;
  border: 2px solid #ff5c8a;
  border-radius: 2px;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7-aborted,
div.wpcf7-mail-sent-ng {
  background: #ffe8ef;
  border: 2px solid #ffe8ef;
}

div.wpcf7-spam-blocked {
  background: #ffe8bb;
  border: 2px solid #ffe8bb;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  background: #fff9b2;
  border: 2px solid #fff9b2;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff5c8a;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  padding: 0.2em 0.8em;
  background: #fff;
  border: 1px solid #ff5c8a;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::after,
span.wpcf7-list-item-label::before {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  visibility: hidden;
  background-image: url("img/ajax-loader.gif");
  border: none;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

div.wpcf7 .wpcf7c-force-hide {
  display: none;
}

.wpcf7-form.custom-wpcf7c-confirmed input.wpcf7c-conf,
.wpcf7-form.custom-wpcf7c-confirmed textarea.wpcf7c-conf {
  color: #313232;
  background: #f8f7f7 !important;
  border: solid 1px #f8f7f7;
}
.wpcf7-form.custom-wpcf7c-confirmed input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f8f7f7 inset;
          box-shadow: 0 0 0 1000px #f8f7f7 inset;
}
.wpcf7-form.custom-wpcf7c-confirmed .wpcf7-response-output.wpcf7-custom-wpcf7c-confirmed {
  display: none !important;
}
.wpcf7-form.custom-wpcf7c-confirmed div.wpcf7c-elm-step2 {
  padding: 0.2em 1em;
  margin: 2em 0 1em;
  font-weight: bold;
  background: #ceeaf9;
  border: 2px solid #ceeaf9;
  border-radius: 2px;
}

@media screen and (max-width: 1066px) {
  .wrap {
    width: 94%;
    padding: 0 3%;
  }
  #index .headerslider-container .slick-next,
  #index .headerslider-container .slick-prev {
    display: none !important;
  }
  #index .headerslider-container .slick-next::before,
  #index .headerslider-container .slick-prev::before {
    display: none !important;
  }
  #hero__inner {
    width: 100%;
  }
  #header__inner__left {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  #header__inner__right {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  #header__inner .header__icon {
    min-width: 75px;
    margin: 0 2px 15px;
  }
  #header__inner .header__icon__ja {
    font-size: 1.2rem;
  }
  #header__inner__logo {
    padding: 11px 2px 15px;
  }
  /* -----------------------------------------
  商品一覧ページ　751～1066
  ----------------------------------------- */
  #service__products .item__wrap .item__img {
    min-height: 0;
  }
  #service__products .item__wrap .item__img__logo {
    width: auto;
    height: 10vw;
  }
  /* -----------------------------------------
  きゃらくるカート　751～1066
  ----------------------------------------- */
  #characle__info .item__data__character {
    width: 33%;
    text-align: left;
  }
  /* -----------------------------------------
  コンセプト　751～1066
  ----------------------------------------- */
  #concept__top__main {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  #concept__top__main div {
    min-height: 0;
  }
  #concept__top__main__text {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-align-self: auto;
    -ms-align-self: auto;
    -ms-flex-item-align: auto;
        align-self: auto;
    -ms-flex-basis: auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  #concept__top__main .copy__img__pc {
    display: none;
  }
  #concept__top__main .copy__img__tablet {
    display: block;
  }
  .concept-banner {
    padding: 32px 3%;
  }
  .concept-banner__wrap {
    max-width: 100%;
    padding: 8px;
  }
  .concept-banner::after {
    width: 130px;
    height: 80px;
  }
  /* -----------------------------------------
  メンテナンス　751～1066
  ----------------------------------------- */
  #maintenance__text {
    padding: 40px 4vw;
  }
  #maintenance .row {
    padding: 30px 0;
  }
  #maintenance .row .item {
    width: 23%;
  }
  #maintenance .row .item:not(:last-child) {
    margin-right: 2.6%;
  }
  /* -----------------------------------------
  バナーエリア　751～1066
  ----------------------------------------- */
  #bannerarea__kokin, #bannerarea__pdf {
    margin-bottom: 50px;
  }
  #bannerarea__bottom {
    display: block;
  }
  #bannerarea__bottom a {
    margin: 0 0 30px;
  }
  #bannerarea__bottom a img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.2vw;
  }
  #description {
    min-width: auto;
  }
  #header {
    display: none;
  }
  #header-sp {
    z-index: 999;
    display: block;
    height: 17.7vw;
    background: #fff;
  }
  #header-sp__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15.2vw;
    padding: 1.25vw 2.5vw;
  }
  #header-sp__main__logo {
    margin-right: 10px;
  }
  #header-sp__main__logo img {
    width: auto;
    height: 15.2vw;
  }
  #header-sp__main__joy {
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 0.9rem;
  }
  #header-sp__main__joy a img {
    width: 10.6vw;
    height: auto;
  }
  #header-sp__main__menu {
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: auto;
  }
  #header-sp__main__menu img {
    width: 8.4vw;
    height: auto;
  }
  #header-sp.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #hero {
    height: 70.6vw;
  }
  #hero__inner {
    position: static;
    width: auto;
    height: auto;
  }
  #hero__inner img {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: 70.6vw;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
  .hero {
    height: 70.6vw;
  }
  /* -----------------------------------------
  パンくずリスト
  ----------------------------------------- */
  .breadcrumb ul {
    font-size: 80%;
  }
  #postcontainer #side {
    display: none;
  }
  #index__concept__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  #index__concept__main__text {
    -webkit-align-self: auto;
    -ms-align-self: auto;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  #index__news ul li div {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-top: 4vw;
  }
  #index__reason__main {
    display: block;
  }
  #index__reason__main .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  #index__reason__main .item:not(:last-child) {
    margin-bottom: 30px;
  }
  #index__reason__main .item h3 {
    font-size: 125%;
  }
  #index__reason__main .item div {
    min-height: 0;
  }
  #index__reason__main .item__img {
    -ms-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  #index__reason__main .item__img img {
    border-radius: 0;
  }
  #index__reason__main .item__text {
    -ms-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    padding: 20px 10px 20px 0;
    margin-top: 0;
    font-size: 100%;
  }
  #index__goods__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index__goods__products .item {
    width: 47%;
  }
  #index__goods__products .item img {
    border-radius: 20px;
  }
  #index__goods__products .item__text {
    margin-top: 10px;
  }
  #index__goods__products .item:not(:last-child) {
    margin-right: 0;
  }
  #index__goods__products .item:nth-child(odd) {
    margin-right: 6%;
  }
  #index__goods__products__link {
    margin-top: 10px;
  }
  /* -----------------------------------------
  コンセプト
  ----------------------------------------- */
  #concept__reason__main {
    display: block;
  }
  #concept__reason__main .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  #concept__reason__main .item:not(:last-child) {
    margin-bottom: 30px;
  }
  #concept__reason__main .item div {
    min-height: 0;
  }
  #concept__reason__main .item__img {
    -ms-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  #concept__reason__main .item__img img {
    border-radius: 0;
  }
  #concept__reason__main .item h3 {
    font-size: 125%;
  }
  #concept__reason__main .item__text {
    padding: 20px 10px 20px 0;
    margin-top: 0;
    font-size: 100%;
    -ms-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
  #concept__scene__shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #concept__scene__shop .item {
    width: 47%;
  }
  #concept__scene__shop .item img {
    border-radius: 20px;
  }
  #concept__scene__shop .item__text {
    margin-top: 10px;
  }
  #concept__scene__shop .item:not(:last-child) {
    margin-right: 0;
  }
  #concept__scene__shop .item:nth-child(odd) {
    margin-right: 6%;
  }
  #concept__banner {
    padding-bottom: 9.3vw;
  }
  #concept .concept-banner {
    padding: 32px 3%;
  }
  #concept .concept-banner__wrap {
    max-width: 100%;
    padding: 8px;
  }
  #concept .concept-banner__wrap::after {
    width: 160px;
    height: 120px;
  }
  #concept .concept-banner__text {
    font-size: clamp(2.2rem, 3vw, 3.6rem);
  }
  /* -----------------------------------------
  記事一覧
  ----------------------------------------- */
  #column .postlist ul li,
  #news .postlist ul li {
    display: block;
  }
  #column .postlist ul li:not(:last-child),
  #news .postlist ul li:not(:last-child) {
    margin-bottom: 80px;
  }
  #column .postlist ul li .postlist__eyecatch,
  #news .postlist ul li .postlist__eyecatch {
    position: relative;
    width: 100%;
    height: 40vw;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #column .postlist ul li .postlist__eyecatch img,
  #news .postlist ul li .postlist__eyecatch img {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #column .postlist ul li .postlist__data,
  #news .postlist ul li .postlist__data {
    padding-left: 0;
  }
  #column .postlist ul li .postlist__data__link,
  #news .postlist ul li .postlist__data__link {
    text-align: center;
  }
  #column-postlist-category.postlist-category .postlist-category__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    row-gap: 40px;
  }
  #column-postlist-category.postlist-category .postlist-category__item {
    -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;
  }
  #column-postlist-category.postlist-category .postlist-category__item-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* -----------------------------------------
  商品一覧ページ
  ----------------------------------------- */
  #service__products .item__wrap .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 15px 3vw;
  }
  #service__products .item__wrap .item:nth-child(odd) {
    margin-right: 0;
  }
  #service__products .item__wrap .item__img__logo {
    width: 60%;
    height: auto;
  }
  #service__products .item__wrap .item a.btn {
    width: 57vw;
    min-width: 300px;
    height: 9.2vw;
    font-size: 110%;
    line-height: 9.2vw;
    border-radius: 5vw;
  }
  /* -----------------------------------------
  きゃらくるカート　～760
  ----------------------------------------- */
  #characle__slider__wrap {
    position: relative;
    margin: 30px 4%;
  }
  #characle__slider__wrap .slick-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
  }
  #characle__slider__wrap .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
  }
  #characle__info .item {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #characle__info .item__label {
    width: 66%;
    min-width: 300px;
    height: 38px;
    margin: 30px auto;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 19px;
  }
  #characle__info .item__data {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  #characle__info .item__data__character {
    width: 50%;
    text-align: left;
  }
  #characle__info .item__data span {
    display: block;
    margin-right: 0;
    background: #f8f7f7;
    border-radius: 5px;
  }
  #characle__info .item__data p:not(:last-child) {
    margin-bottom: 0.5em;
  }
  #characle__feature .item__wrap,
  #characle__feature .item__wrap_narrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 86.6vw;
    max-width: 650px;
    margin: 0 auto;
  }
  #characle__feature .item {
    width: 100%;
    padding: 20px 0;
  }
  #characle__feature .item.half, #characle__feature .item.wide {
    width: 100%;
  }
  #characle__feature .item h3 {
    margin: 4vw 0 3vw;
    font-size: 125%;
    text-align: center;
  }
  #characle__feature .item__img {
    position: relative;
    width: 100%;
    height: 40vw;
    overflow: hidden;
    border-radius: 5px;
  }
  #characle__feature .item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #characle__feature .item__text {
    text-align: center;
  }
  #characle__agency .item {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #characle__agency .item__label {
    width: 66%;
    min-width: 300px;
    height: 38px;
    margin: 30px auto;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 19px;
  }
  #characle__agency .item__data {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin: 0 auto 20px;
  }
  #characle__agency .item__data span {
    display: block;
    margin-right: 0;
  }
  /* -----------------------------------------
  メンテナンスページ
  ----------------------------------------- */
  #maintenance .row {
    padding: 30px 0;
  }
  #maintenance .row .item__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4vw;
  }
  #maintenance .row .item {
    width: 47%;
    margin-bottom: 40px;
  }
  #maintenance .row .item:not(:last-child) {
    margin-right: 0;
  }
  #maintenance .row .item:nth-child(odd) {
    margin-right: 6%;
  }
  #maintenance .row .item__label {
    font-size: 80%;
  }
  #maintenance .row .item a {
    font-size: 90%;
  }
  /* -----------------------------------------
  抗菌
  ----------------------------------------- */
  #kokin__text {
    padding: 20px;
    margin-bottom: 30px;
    background: url("img/bg_stripe_lightblue.png");
    border-radius: 20px;
  }
  #kokin .item__wrap {
    display: block;
  }
  #kokin .item__wrap .item {
    width: 100%;
  }
  #kokin .item__wrap .item:not(:last-child) {
    margin-right: 0;
  }
  #kokin .item__wrap .item__label {
    font-size: 120%;
  }
  #kokin__faq .row {
    padding: 10px;
  }
  #kokin__faq h3 {
    font-size: 120%;
  }
  #kokin__faq ul .item__q {
    font-size: 105%;
  }
  #kokin__faq ul .item__a {
    margin: 0 0 10px;
  }
  #kokin__tel h2 {
    text-align: left;
  }
  /* -----------------------------------------
  よくある質問
  ----------------------------------------- */
  #qa__flow__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #qa__flow__wrap .item {
    width: 42%;
  }
  #qa__flow__wrap .item__icon {
    margin-bottom: 20px;
  }
  #qa__flow__wrap .item__text {
    font-size: 90%;
  }
  #qa__flow__wrap .arrow {
    width: 10%;
    padding: 0 1%;
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  #qa__flow__wrap .arrow.break {
    width: 70%;
    padding: 10px 15%;
  }
  /* -----------------------------------------
  よくある質問
  ----------------------------------------- */
  #document .post main {
    grid-template-columns: 1fr;
  }
  #document .boxLists {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
  #document .boxLists__img {
    height: 265px;
  }
  #footer {
    font-size: 87.5%;
  }
  #footer__nav {
    display: none;
  }
  #footer__link {
    display: block;
  }
  #footer__link a.btn-bar {
    margin: 0 auto;
  }
  .pcstyle {
    display: none;
  }
  .mobilestyle {
    display: block;
  }
  #drawernav {
    position: fixed;
    top: 0;
    right: -60vw;
    z-index: 900;
    display: block;
    width: 60vw;
    height: 100%;
    margin-top: 17.7vw;
    color: #fff;
    background: #ffe8ef;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
            transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
  }
  #drawernav ul li {
    padding: 6px 6px 6px 2em;
  }
  #drawernav ul li::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff5c8a;
    text-indent: -0.9em;
    content: "\f105";
  }
  #drawernav ul li:not(:last-child) {
    border-bottom: dashed 1px #ff5c8a;
  }
  #drawernav ul li a {
    color: #313232;
    text-decoration: none;
  }
  #drawernav ul li.menu-item-has-children {
    position: relative;
  }
  #drawernav ul li.menu-item-has-children > div {
    display: inline;
    color: #313232;
  }
  #drawernav ul li.menu-item-has-children > div::before, #drawernav ul li.menu-item-has-children > div::after {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 2px;
    height: 8px;
    content: "";
    background-color: #ff5c8a;
    border-radius: 100px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #drawernav ul li.menu-item-has-children > div::after {
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #drawernav ul li.menu-item-has-children .sub-menu li {
    padding: 4px 6px 4px 1em;
    border: 0;
  }
  #drawernav ul li.menu-item-has-children.active {
    padding-bottom: 3px;
  }
  #drawernav ul li.menu-item-has-children.active > div {
    cursor: pointer;
  }
  #drawernav ul li.menu-item-has-children.active > div::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  body.drawer-opened #drawernav {
    right: 0;
  }
  a.btn-bar {
    width: 57vw;
    min-width: 300px;
    height: 9.2vw;
    font-size: 110%;
    line-height: 9.2vw;
    border-radius: 5vw;
  }
  form input[type=submit],
  form input.passform__btn {
    width: 57vw;
    min-width: 300px;
    height: 9.2vw;
    font-size: 110%;
    line-height: 9.2vw;
    color: #ff5c8a;
    border: 3px solid #ff5c8a;
    border-radius: 5vw;
  }
  .category-label {
    width: 20vw;
    height: 4.5vw;
    font-size: 90%;
    line-height: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 4vw;
  }
  a.btn-bar {
    margin: 0 auto;
  }
  #concept .concept-banner {
    padding: 32px 3%;
  }
  #concept .concept-banner__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
    padding: 8px;
  }
  #concept .concept-banner__wrap::after {
    width: 120px;
    height: 100px;
  }
  #concept .concept-banner__text {
    font-size: clamp(2rem, 3vw, 3rem);
  }
}/*# sourceMappingURL=style.css.map */