@charset "UTF-8";

/*------------------------------
*
* cmn-btn style
*
------------------------------*/
.cmn-btn {
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

.cmn-btn--primary {
  background-color: #ef93bb;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

.cmn-btn--primary:hover {
  background: #fff67f;
  color: #333333;
  opacity: 1;
}

.cmn-btn--sub {
  background-color: #fff67f;
  transition: background-color 0.3s, color 0.3s;
}

.cmn-btn--sub:hover {
  background: #ef93bb;
  color: #ffffff;
  opacity: 1;
}

.cmn-btn--rg {
  max-width: 210px;
  width: 100%;
  padding: 1.1666666667em 1em;
}

.cmn-btn--md {
  padding: 1.1666666667em 1em;
  width: 300px;
}

.cmn-btn--lg {
  max-width: 500px;
  padding: 1.1666666667em 1em;
  width: 100%;
}

.cmn-btn-round {
  border-radius: 3em;
}

.cmn-btn-ex>span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.cmn-btn-ex>span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6666666667em;
  height: 1.6666666667em;
  background: url(../img/icon_ex.png) no-repeat top center/contain;
  transform: translate(-233.3333333333%, -50%);
}

.cmn-btn-more {
  width: 110px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding: 0.6538461538em 8px 0.6538461538em 23px;
  letter-spacing: 0.05em;
  background-color: #ef93bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s, color 0.3s;
}

.cmn-btn-more:hover {
  background: #1073b1;
  opacity: 1;
}

.cmn-btn-contact {
  width: 180px;
  padding: 0.8888888889em 0.5em 0.8888888889em 0.5em;
  background-color: #ef93bb;
  color: #fff;
  transition: background-color 0.3s;
  position: relative;
}

.cmn-btn-contact>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 0.7777777778em;
}

.cmn-btn-contact>span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9444444444em;
  height: 0.6666666667em;
  background: url(../img/icon_mail_white.png) no-repeat top center/contain;
  transform: translate(-35.2941176471%, -48%);
}

.cmn-btn-contact:hover {
  background: #1073b1;
  opacity: 1;
}

.cmn-btn-contact-arrow::after {
  content: '';
  width: 6px;
  height: 10px;
  background: url(../img/btn_arrow_mini.png) no-repeat top center/contain;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.cmn-btn--center {
  margin: 0 auto;
}

.cmn-btn--left {
  margin-right: auto;
}

.cmn-btn--right {
  margin-left: auto;
}

.cmn-btn-amazon {
  position: relative;
  z-index: 1;
  width: 200px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #ff9900;
  padding: 0.8888888889em 0.5em 0.8888888889em 0.5em;
  text-align: center;
  transform: 0.3s;
}
.cmn-btn-amazon:hover {
  opacity: 0.7;
}
.cmn-btn-amazon::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/btn_arrow_mini_orange.png) no-repeat top center/contain;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
/* ===========================================
*  
*  default styles
* 
* ======================================== */
html {
  font-size: 16px;
}

body {
  font-size: 15px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333333;
  min-width: 350px;
  margin: 0 auto;
  position: relative;
}

/* ===========================================
*
* common-styles
*
* ======================================== */
/* 
margin クラス
-------------------------*/
.mt-0 {
  margin-top: 0px !important;
}

.mt-min {
  margin-top: 8px;
}

.mt-smr {
  margin-top: clamp(0.875rem, calc(0.6960290828rem + 0.0089485459 * 100vw), 1.125rem);
}

.mt-sm {
  margin-top: clamp(1.3125rem, calc(1.1782718121rem + 0.0067114094 * 100vw), 1.5rem);
}

.mt-nm {
  margin-top: clamp(1.75rem, calc(1.5710290828rem + 0.0089485459 * 100vw), 2rem);
}

.mt-rg {
  margin-top: clamp(2.1875rem, calc(1.9637863535rem + 0.0111856823 * 100vw), 2.5rem);
}

.mt-md {
  margin-top: clamp(2.625rem, calc(2.3565436242rem + 0.0134228188 * 100vw), 3rem);
}

.mt-lg {
  margin-top: clamp(3.0625rem, calc(2.7493008949rem + 0.0156599553 * 100vw), 3.5rem);
}

.mt-lgr {
  margin-top: clamp(3.5rem, calc(3.1420581655rem + 0.0178970917 * 100vw), 4rem);
}

.mt-xl {
  margin-top: 75px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-min {
  margin-bottom: 8px;
}

.mb-smr {
  margin-bottom: clamp(0.875rem, calc(0.6960290828rem + 0.0089485459 * 100vw), 1.125rem);
}

.mb-sm {
  margin-bottom: clamp(1.3125rem, calc(1.1782718121rem + 0.0067114094 * 100vw), 1.5rem);
}

.mb-nm {
  margin-bottom: clamp(1.75rem, calc(1.5710290828rem + 0.0089485459 * 100vw), 2rem);
}

.mb-rg {
  margin-bottom: clamp(2.1875rem, calc(1.9637863535rem + 0.0111856823 * 100vw), 2.5rem);
}

.mb-md {
  margin-bottom: clamp(2.625rem, calc(2.3565436242rem + 0.0134228188 * 100vw), 3rem);
}

.mb-lg {
  margin-bottom: clamp(3.0625rem, calc(2.7493008949rem + 0.0156599553 * 100vw), 3.5rem);
}

.mb-lgr {
  margin-bottom: clamp(3.5rem, calc(3.1420581655rem + 0.0178970917 * 100vw), 4rem);
}

.mb-xl {
  margin-bottom: 75px;
}

/* 
sp時に非表示
-------------------------*/
.sp-none {
  display: none !important;
}

/* 
tel style
-------------------------*/
.tel {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: clamp(1.343125rem, calc(1.2710892058rem + 0.0036017897 * 100vw), 1.44375rem);
  line-height: 1;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.tel__txt {
  font-size: 0.75em;
  margin-right: 0.5em;
}

.tel-replace--right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tel__replace {
  height: 11px;
}

.tel-replace--bottom {
  padding-bottom: 20px;
}



.tel--main {
  padding-left: 1.28125em;
}

.tel--main::before {
  content: "";
  width: 1.09375em;
  height: 1.09375em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icon_tel.png) no-repeat top center/contain;
}

.tel--main-phone::before {
  background: url(../img/icon_phone.png) no-repeat top center/contain;
}

.tel-replace--bottom::before {
  top: 0.5em;
}

.tel-replace--bottom::after {
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/replace.svg) no-repeat bottom center/auto 100%;

}

/*
 snsクラス
-------------------------*/
.sns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sns__icon {
  width: 30px;
}

.sns__icon img {
  width: 100%;
}

/* 
imgタイトル
-------------------------*/
/* SP時は高さを個別で指定する必要があります */
.ttl-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ttl-img--center img {
  -o-object-position: center center;
  object-position: center center;
}

.ttl-img--left img {
  -o-object-position: center left;
  object-position: center left;
}

.ttl-img--right img {
  -o-object-position: center right;
  object-position: center right;
}

/* 
title style
-------------------------*/
.cmn-ttl {
  font-size: clamp(1.42734375rem, calc(1.2746591862rem + 0.0076342282 * 100vw), 1.640625rem);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.cmn-ttl__main {
  font-size: 1em;
  letter-spacing: 0.1em;
}

.cmn-ttl__main--deco {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-inline: 1.4423076923em;
}

.cmn-ttl__main--deco::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 1.2307692308em;
  position: absolute;
  bottom: 0.75em;
  left: 50%;
  transform: translate(-50%, 50%);
  background: url(../img/ttl_deco_l.png) no-repeat center left/contain, url(../img/ttl_deco_r.png) no-repeat center right/contain;
}

.cmn-ttl__sub {
  line-height: 1;
  color: #fff67f;
  font-size: 0.5em;
  margin-bottom: 5px;
  text-transform: uppercase;
  min-height: 1.9615384615em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.4807692308em;
  letter-spacing: 0.1em;
  width: 100%;
  color: #fff;
  background: url(../img/ttl_ribbon.png) no-repeat center/auto 100%;
}

.cmn-ttl__marker {
  /* デザインに合わせているため、改行を考慮しておりません。使用時に注意してください */
  padding: 0 8px;
  position: relative;
  z-index: 1;
}

.cmn-ttl__marker::after {
  content: "";
  width: 100%;
  height: 0.2884615385em;
  border-radius: 1em;
  background-color: #fff67f;
  position: absolute;
  bottom: 0.075em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.cmn-ttl__border {
  padding: 0 0.75em;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.cmn-ttl__border::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #ef93bb;
}

.cmn-ttl__border::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.cmn-border-ttl {
  font-size: clamp(1.474921875rem, calc(1.3171478258rem + 0.0078887025 * 100vw), 1.6953125rem);
  letter-spacing: 0.01em;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 2px dashed;
}

.cmn-border-ttl02 {
  font-size: clamp(1.2471875rem, calc(1.1802971197rem + 0.003344519 * 100vw), 1.340625rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 9px;
  border-bottom: 2px solid #ef93bb;
  margin-bottom: 20px;
}

.cmn-ttl03 {
  font-size: clamp(1.2471875rem, calc(1.1802971197rem + 0.003344519 * 100vw), 1.340625rem);
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
}

.cmn-ttl03::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.cmn-ttl03>span {
  padding-inline: 1em;
  display: inline-block;
  background-color: #fff;
}

.cmn-ttl03--main {
  color: #ef93bb;
}

.cmn-ttl03--main::before {
  background-color: #ef93bb;
}

.cmn-ttl03--sub {
  color: #1073b1;
}

.cmn-ttl03--sub::before {
  background-color: #1073b1;
}

/* 
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.cmn-sentence p::before,
.cmn-sentence p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.cmn-sentence p::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.cmn-sentence p::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.cmn-sentence p:not(:last-child) {
  margin-bottom: 2em;
}

/* 
画像
-------------------------*/
.cmn-img>img {
  width: 100%;
}

/* 
共通padding
-------------------------*/
.cmn-pd,
.cmn-pd02 {
  padding: 75px 0;
}

/* 
inner クラス
-------------------------*/
.inner,
.wide-inner {
  width: 100%;
  padding: 0 3.5%;
  margin: 0 auto;
}

/* 
カラムスタイル
-------------------------*/
.col-container-2-1 {
  /* PC2列　SP1列 */
  gap: 30px 4%;
}

.col-container-2-1>.col-item {
  width: min(520px, 90%);
  margin-inline: auto;
}

.col-container-2-2 {
  /* PC2列　SP2列 */
  gap: 30px 4%;
}

.col-container-2-2>.col-item {
  width: min(520px, 48%);
}

.col-container-3-2 {
  /* PC3列　SP2列 */
  gap: 30px 4%;
  justify-content: center;
}

.col-container-3-2>.col-item {
  width: min(340px, 48%);
}

.col-container-4-2 {
  /* PC4列　SP2列 */
  gap: 30px 4%;
  justify-content: center;
}

.col-container-4-2>.col-item {
  width: min(250px, 48%);
}

table .replace-txt {
  height: 13px;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.08em;
}

.main-table {
  width: 100%;
}

.main-table tr {
  display: block;
}

.main-table tr:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 12px;
}

.main-table th,
.main-table td {
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.7778;
  padding: 0.6666555556em 0.5em;
  display: block;
}

.main-table .big {
  font-size: 1.1111111111em;
}

.main-table td {
  padding-top: 0.125em;
}

.main-table th {
  padding-inline: 6px;
  padding-bottom: 0.125em;
}

.main-table th>p {
  padding-left: 0.8333333333em;
  position: relative;
  z-index: 1;
}

.main-table th>p::before {
  content: "";
  width: 4px;
  height: 1.3888888889em;
  position: absolute;
  top: 0.8889em;
  left: 0;
  background: #ef93bb;
  border-radius: 10px;
  transform: translateY(-50%);
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagenation li {
  width: 3em;
  height: 3em;
  display: block;
  font-size: 1em;
  line-height: 3em;
  text-align: center;
  margin: 0 6px;
  color: #b3b3b3;
  background: #eeeeee;
}

.pagenation .current {
  background-color: #ef93bb;
  color: #ffffff;
  font-weight: 700;
}

/*------------------------------
*
* prev next style
*
------------------------------*/
.prev-next__area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
  font-size: 13px;
  margin: 60px auto 0;
}

.prev-next__item {
  min-width: 2.5em;
}

.prev-next__item:not(:last-child) {
  margin-right: 1em;
}

.prev-next__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.prev-next__link:hover {
  background-color: #ef93bb;
  color: #fff;
}

.prev-next__link.prev,
.prev-next__link.next {
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ef93bb;
  text-align: center;
}

.prev-next__link.back {
  border: 1px solid #ef93bb;
  text-align: center;
  padding: 0.5em 1.5em;
  border-radius: 2.5em;
  justify-content: center;
}

.prev-next__link.prev,
.prev-next__link.next,
.prev-next__link.back {
  transition: all 0.3s;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  align-items: center;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 101; */
}

.header-inner {
  padding: 10px 3.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  height: 80px;
}

.header__logo {
  width: 60px;
}

.header-nav {
  display: none;
}

/* ===========================================
*
* main style  top page
*
* ======================================== */
/*------------------------------
*
* main visual
*
------------------------------*/
.main-visual {
  width: 100%;
  /* height: 590px; */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  /* margin-top: 15px; */
}

.main-visual__swiper.swiper {
  padding-bottom: 30px;
  width: 100%;
}

.main-visual__swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

}

.main-visual__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ef93bb;
}

.main-visual__swiper .swiper-button-prev,
.main-visual__swiper .swiper-button-next {
  color: #000;
}

.main-visual__swiper .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}

/*------------------------------
*
* news　section
*
------------------------------*/
.news__btn {
  margin-bottom: 10px;
}

.top-news {
  margin-top: 50px;
}

/*------------------------------
*
* top-gift
*
------------------------------*/
.top-gift {
  background: url(../img/top/gift_ribon_t.png) no-repeat top left/max(117px, 25%) auto, url(../img/top/gift_ribon_r.png) no-repeat bottom right/max(107px, 24%) auto, url(../img/top/gift_img.png) no-repeat bottom 40px center/90% auto, url(../img/stripe02.jpg) repeat center/auto;
  color: #fff;
  padding: 50px 8% calc(40px + 124%);
  margin-top: 75px;
  border-radius: 5px;
}

.top-gift__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0px 0px 8px rgb(150, 67, 103);
  font-size: clamp(1.29515625rem, calc(1.2256931628rem + 0.0034731544 * 100vw), 1.3921875rem);
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}

.top-gift__ttl__sub {
  font-size: 0.8125em;
  margin-bottom: 7px;
}

.top-gift__ttl__main .small {
  font-size: 0.8125em;
}

.top-gift__sentence {
  text-shadow: 0px 0px 8px rgb(150, 67, 103);
  letter-spacing: 0.05em;
}

/*------------------------------
*
* top-link
*
------------------------------*/
.top-link__container {
  margin-top: 40px;
  justify-content: center;
  gap: 15px 4%;
}

.top-link__btn {
  width: 48%;
  max-width: 240px;
}

.top-bnr {
  width: 100%;
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.top-bnr a {
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.top-bnr a::before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
}

.top-bnr a:hover {
  opacity: 1;
}

.top-bnr a::after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid #fff;
}

.top-bnr__box {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 8% 6%;
  box-sizing: border-box;
}

.top-bnr__ttl {
  font-size: clamp(1.42734375rem, calc(1.2746591862rem + 0.0076342282 * 100vw), 1.640625rem);
  margin-bottom: 13px;
  align-items: center;
  display: flex;
}

.top-bnr__ttl img {
  margin-left: 15px;
}

.top-bnr__content {
  font-size: clamp(0.9984375rem, calc(0.9883703859rem + 0.0005033557 * 100vw), 1.0125rem);
  line-height: 1.4;
}

.about-bnr {
  margin-bottom: 20px;
  margin-top: 75px;
  text-shadow: 0px 3px 2.79px rgba(255, 255, 255, 0.6);
}

.about-bnr a::before {
  background: url(../img/top/about_bnr_bg.jpg) no-repeat right center/cover;
}

.about-bnr .top-bnr__box {
  background-color: #fff67f;
}

.know-bnr {
  color: #fff;
  text-shadow: 0px 3px 2.79px rgba(21, 21, 21, 0.28);
}

.know-bnr a::before {
  background: url(../img/top/know_bnr_bg.jpg) no-repeat left center/cover;
}

.know-bnr .top-bnr__box {
  margin-left: auto;
  background-color: #ef93bb;
}

/* ===========================================
*
* under page  
*
* ======================================== */
/*------------------------------
*
* main style sub visual
*
------------------------------*/
.sub-visual {
  width: 96.875%;
  margin: 0 auto 0;
  height: 29.6875vw;
  min-height: 120px;
  /* margin-top: 80px; */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
}

.sub-visual__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: clamp(1.546875rem, calc(1.436136745rem + 0.0055369128 * 100vw), 1.7015625rem);
  font-weight: 500;
  color: #fff;
  /* white-space: nowrap;
   */
  text-align: center;
  width: 95%;
  text-shadow: 0px 0px 13px #ef93bb, 0px 0px 11px rgba(239, 147, 187, 0.5);
}

.know-page .sub-visual>img {
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.contact-page .sub-visual>img,
.news-page .sub-visual>img,
.site-page .sub-visual>img,
.company-page .sub-visual>img,
.product-page .sub-visual>img {
  -o-object-position: 64% 50%;
  object-position: 64% 50%;
}

.notfound-page .sub-visual>img,
.privacy-page .sub-visual>img,
.about-page .sub-visual>img,
.recruit-page .sub-visual>img {
  -o-object-position: 36% 50%;
  object-position: 36% 50%;
}

/*------------------------------
*
* news section
*
------------------------------*/
/* ===========================================
*
* main style about-page
*
* ======================================== */
/*------------------------------
*
* history
*
------------------------------*/
.history__ttl {
  font-size: clamp(1.343125rem, calc(1.2710892058rem + 0.0036017897 * 100vw), 1.44375rem);
}

.history-item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.history-item:not(:last-child) {
  margin-bottom: 50px;
}

.history-item:nth-child(even) {
  flex-direction: row-reverse;
}

.history-item__box {
  width: 100%;
}

.history-item__img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 24px;
}

.history-item__img>img {
  width: 100%;
}

/*------------------------------
*
* about-recommend
*
------------------------------*/
.about-recommend__ttl .big {
  font-size: 1.0769230769em;
}

.about-recommend__container {
  width: 100%;
  gap: 36px 4%;
  justify-content: center;
}

.about-recommend-item {
  width: 48%;
}

.about-recommend-item__ttl {
  font-size: clamp(0.875rem, calc(0.8213087248rem + 0.0026845638 * 100vw), 0.95rem);
  text-align: center;
  margin-top: 9px;
}

/*------------------------------
*
* gift
*
------------------------------*/
.gift {
  overflow: hidden;
}

.gift__ttl .big {
  font-size: 1.0384615385em;
}

.gift__ttl .small {
  font-size: 0.8653846154em;
}

.gift__ttl__sub {
  font-size: 0.7692307692em;
}

.gift__container {
  align-items: center;
  justify-content: space-between;
}

.gift__img {
  max-width: 540px;
  width: 95%;
  margin: 0 auto 24px;
  transform: translateX(5%);
}

.gift__sentence {
  width: 100%;
}

/*------------------------------
*
* voice
*
------------------------------*/
.voice__ttl {
  font-size: clamp(1.379765625rem, calc(1.2321705467rem + 0.0073797539 * 100vw), 1.5859375rem);
}

.voice__ttl .small {
  font-size: 0.8846153846em;
}

.voice-item {
  width: 100%;
  justify-content: space-between;
}

.voice-item:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px dotted #aececf;
}

.voice-item__img {
  width: 70px;
  margin-bottom: 24px;
}

.voice-item__ttl {
  background: url(../img/know/border.png) repeat-x center bottom/auto;
  padding-bottom: 7px;
  font-size: clamp(1.120625rem, calc(1.0369560962rem + 0.0041834452 * 100vw), 1.2375rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.voice-item__box {
  padding: 28px 6% 36px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.voice-item__box::before {
  content: "";
  width: 14px;
  height: 21px;
  position: absolute;
  left: 35px;
  top: 0;
  transform: translate(-50%, -100%);
  background: url(../img/about/voice_arrow.png) no-repeat top center/contain;
}

.about-page .sale-bnr {
  margin-top: 20px;
}

/* ===========================================
*
* main style know page
*
* ======================================== */
/*------------------------------
*
* origin
*
------------------------------*/
.origin__ttl {
  font-size: clamp(1.29515625rem, calc(1.2256931628rem + 0.0034731544 * 100vw), 1.3921875rem);
}

.origin__ttl .cmn-ttl__marker {
  padding: 0;
}

.origin__ttl .cmn-ttl__marker::after {
  width: calc(100% - 0.75em);
}

.origin__ttl .cmn-ttl___main .small {
  font-size: 0.875em;
}

.origin__container {
  justify-content: space-between;
  align-items: flex-start;
}

.origin__right {
  width: 100%;
}

.origin__logo {
  width: 80%;
  max-width: 320px;
}

.origin__sentence {
  width: 100%;
}

.origin__img {
  max-width: 340px;
  width: 90%;
  margin: 0 auto 24px;
}

/*------------------------------
*
* feature
*
------------------------------*/
.wabe-pink--top {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.wabe-pink--top::before {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/wave_pink_t.png) repeat-x top center/auto 108%, #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wabe-pink--bottom {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.wabe-pink--bottom::after {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/wave_pink_b.png) repeat-x bottom center/auto 108%, #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wabe-yellow--top {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.wabe-yellow--top::before {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/wave_yellow_t.png) repeat-x top center/auto 108%, #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wabe-yellow--bottom {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.wabe-yellow--bottom::after {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/wave_yellow_b.png) repeat-x bottom center/auto 108%, #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.feature {
  background-color: #fdf4f8;
}

.feature__ttl {
  font-size: clamp(1.5225rem, calc(1.3596364653rem + 0.0081431767 * 100vw), 1.75rem);
}

.feature__ttl .cmn-ttl__border::after {
  background-color: #fdf4f8;
}

.feature__container {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.feature__img {
  max-width: 320px;
  width: 75%;
  margin: 0 auto 32px;
}

.feature-item {
  max-width: 480px;
  width: 100%;
  padding: 15px 15px 20px;
  border-radius: 5px;
}

.feature-item:not(:last-child) {
  margin-bottom: 24px;
}

.feature-item__img {
  width: 100%;
  margin-bottom: 10px;
}

.feature-item__ttl {
  font-size: clamp(1.109375rem, calc(1.0981893177rem + 0.0005592841 * 100vw), 1.125rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.feature-item__content {
  letter-spacing: 0.08em;
  line-height: 1.75em;
}

.sale-bnr {
  max-width: 720px;
  width: 80%;
  margin: 0 auto;
  padding: 32px 6% 40px;
  border-radius: 5px;
  background: url(../img/stripe01.png) repeat center/auto;
  position: relative;
  z-index: 1;
}

.sale-bnr__ttl {
  margin-bottom: 24px;
}

.sale-bnr__ttl .cmn-ttl__sub {
  width: 17.44em;
  position: relative;
  z-index: 1;
}

.sale-bnr__ttl .cmn-ttl__sub img {
  position: absolute;
  width: 5.32em;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translate(-18.7969924812%, -73.0158730159%);
}

.sale-bnr__img01 {
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-39.5918367347%, 0);
}

.sale-bnr__img02 {
  top: 0;
  position: absolute;
  right: 0;
  transform: translate(23.4741784038%, -7.3732718894%);
  width: 36%;
}

.sale-bnr__btn {
  width: 100%;
  max-width: unset;
}

/*------------------------------
*
* instroduction
*
------------------------------*/
.introduction {
  overflow: hidden;
}

.introduction__ttl {
  font-size: clamp(1.7375rem, calc(1.5048378076rem + 0.0116331096 * 100vw), 2.0625rem);
}

.introduction-item {
  flex-direction: column-reverse;
  align-items: center;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.introduction-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #9cc5df;
}

.introduction-item__ttl {
  font-size: clamp(1.343125rem, calc(1.2710892058rem + 0.0036017897 * 100vw), 1.44375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  background: url(../img/know/border.png) repeat-x center bottom/auto;
}

.introduction-item__img {
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.introduction-item__right {
  width: 100%;
}

.introduction-item__content {
  margin-top: 16px;
  line-height: 1.7777777778em;
}

.introduction .sale-bnr {
  margin-top: 70px;
}

/* ===========================================
*
* main style recruit page
*
* ======================================== */
/*------------------------------
*
* recruit
*
------------------------------*/
.recruit__container {
  justify-content: space-between;
  align-items: flex-start;
}

.recruit__right {
  width: 100%;
}

.recruit__img {
  max-width: 440px;
  width: 90%;
  margin: 0 auto 24px;
}

.recruit__btn {
  max-width: none;
  width: 100%;
}

/*------------------------------
*
* oshibaba
*
------------------------------*/

.oshibaba-item {
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
}

.oshibaba-item__ttl {
  font-weight: 600;
  font-size: clamp(1.120625rem, calc(1.0369560962rem + 0.0041834452 * 100vw), 1.2375rem);
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  text-align: center;
}

.oshibaba-item__img {
  max-width: 280px;
  width: 75%;
  margin: 0 auto 20px;
}

.oshibaba-item__box {
  width: 100%;
}

.oshibaba-item:not(:last-child) {
  margin-bottom: 54px;
}

/*------------------------------
*
* recommend
*
------------------------------*/
.recommend {
  overflow: hidden;
}

.recommend::before {
  background: url(../img/recruit/recommend_bg.jpg) no-repeat left bottom/cover;
  content: "";
  width: 100%;
  height: 56.25vw;
  min-height: 200px;
  max-height: 300px;
  display: block;
}

.recommend__ttl {
  padding-inline: 5px;
}

.recommend__right {
  width: 100%;
  margin-left: auto;
  color: #fff;
  position: relative;
  padding: 40px 0 40px 8%;
  z-index: 1;
}

.recommend__right::before {
  content: "";
  width: 100vw;
  height: 100%;
  min-width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  background: url(../img/recruit/recommend_bg02.png) no-repeat right top 65%/108% auto;
}

.recommend__ttl {
  margin-bottom: 20px;
}

.check-list__item {
  padding-left: 1.4444444444em;
  position: relative;
  z-index: 1;
}

.check-list__item::before {
  content: "";
  width: 1.0555555556em;
  height: 0.8333333333em;
  background: url(../img/check_mark.png) repeat center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
}

.check-list__item:not(:last-child) {
  margin-bottom: 7px;
}

/*------------------------------
*
* recruit
*
------------------------------*/
.recruitment {
  padding-top: 25px;
}

.recruitment__ttl {
  font-size: clamp(1.474921875rem, calc(1.3171478258rem + 0.0078887025 * 100vw), 1.6953125rem);
}

.recruitment__container {
  margin-bottom: 70px;
}

.recruitment__table:not(:last-child) {
  margin-bottom: 50px;
}

.recruitment__bnr {
  width: 100%;
  padding: 36px 6% 40px;
  border-radius: 5px;
  background: url(../img/stripe01.png) repeat center/auto;
}

.recruitment__bnr__ttl {
  margin-bottom: 14px;
  overflow: hidden;
}

.recruitment__bnr__ttl .cmn-ttl__sub {
  font-size: clamp(0.875rem, calc(0.8213087248rem + 0.0026845638 * 100vw), 0.95rem);
  height: 2.5em;
}

.recruitment__bnr__ttl .cmn-ttl__main {
  font-size: clamp(1.42734375rem, calc(1.2746591862rem + 0.0076342282 * 100vw), 1.640625rem);
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}

.recruitment__bnr__ttl .cmn-ttl__main::before,
.recruitment__bnr__ttl .cmn-ttl__main::after {
  content: "";
  width: 4.347826087em;
  height: 1px;
  background-color: #ef93bb;
  position: absolute;
  top: 50%;
}

.recruitment__bnr__ttl .cmn-ttl__main::before {
  left: -15px;
  transform: translate(-100%, -50%);
}

.recruitment__bnr__ttl .cmn-ttl__main::after {
  right: -15px;
  transform: translate(100%, -50%);
}

.recruitment__bnr__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruitment__bnr__txt {
  font-size: clamp(0.9984375rem, calc(0.9883703859rem + 0.0005033557 * 100vw), 1.0125rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}

.recruitment__bnr .replace-txt {
  height: 12px;
}

.recruitment__bnr__flex {
  justify-content: center;
  gap: 32px;
}

.recruitment__bnr__time {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 5px;
  text-align: center;
}

.recruitment__bnr__btn {
  padding-block: 1.4444444444em;
  width: 280px;
}

/* ===========================================
*
* main style company page
*
* ======================================== */
.company {
  padding-bottom: 0;
}

.company__table .replace-txt {
  display: block;
  margin-bottom: 0.325em;
  margin-left: -0.5em;
}

.company__map {
  margin-top: 70px;
}

.company__map__ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}

.company__map__ttl img {
  width: 0.75em;
  margin-right: 0.4em;
}

.company__map .googlemap {
  height: calc(56.25vw + 50px);
}

.gallery {
  margin-top: 70px;
}

.gallery__container {
  gap: 15px 4%;
}

.gallery-item {
  width: 48%
}

.gallery-item__img {
  width: 100%;
}

/* ===========================================
*
* main style guide page
*
* ======================================== */
.guide__note {
  text-align: center;
}

.guide__btn-list {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  flex-wrap: wrap;
  gap: 15px 0;
}

.guide__btn-item {
  width: 100%;
  max-width: 330px;
}

.guide__btn-link {
  max-width: 100%;
}

.guide__ttl {
  padding-left: 0.75em;
  border-left: 7px solid #ef93bb;
  font-size: clamp(1.343125rem, calc(1.2710892058rem + 0.0036017897 * 100vw), 1.44375rem);
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 32px;
}

.guide__step-item:not(:last-child) {
  margin-bottom: 30px;
}

.guide__step-ttl {
  display: flex;
  font-size: clamp(1.120625rem, calc(1.0369560962rem + 0.0041834452 * 100vw), 1.2375rem);
  align-items: center;
  margin-bottom: 12px;
}

.guide__step-num {
  display: block;
  padding: 2px 5px;
  border-radius: 5px;
  margin-right: 15px;
  background: #1073b1;
  font-weight: 700;
  color: #fff;
  font-size: clamp(0.875rem, calc(0.8213087248rem + 0.0026845638 * 100vw), 0.95rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.guide__txt-wrap {
  margin-top: 10px;
}

.guide__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.guide__list-note {
  margin-top: 10px;
  color: #cb0e20;
}

.guide02__ttl {
  font-size: clamp(1.109375rem, calc(1.0981893177rem + 0.0005592841 * 100vw), 1.125rem);
}

.guide02__note {
  margin-bottom: 30px;
}

.guide02__list {
  margin: 30px auto 0;
}

.guide02__list__item:not(:last-child) {
  margin-bottom: 30px;
}

.guide__table {
  width: 960px;
  overflow: auto;
}

.guide__table tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.guide__table tr:first-child th:not(:last-child) {
  border-right: 1px solid #fff;
}

.guide__table tr th {
  border-right: 1px solid #fff;
}

.guide__table th,
.guide__table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.9166666667em 0.5em;
}

.guide__table th {
  background-color: #ef93bb;
  color: #ffffff;
  font-weight: 500;
}

.guide__table td {
  background-color: #fdf4f8;
}

.guide__table td:not(:last-child) {
  border-right: 1px solid #fff;
}

.guide__table02 {
  width: 100%;
  font-size: 16px;
}

.guide__table02 tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.guide__table02 tr:first-child th:not(:last-child) {
  border-right: 1px solid #fff;
}

.guide__table02 tr th {
  border-right: 1px solid #fff;
}

.guide__table02 th,
.guide__table02 td {
  text-align: center;
  vertical-align: middle;
  padding: 0.9166666667em 0.25em;
}

.guide__table02 th {
  background-color: #ef93bb;
  color: #ffffff;
  font-weight: 500;
  width: 40%;
}

.guide__table02 td {
  width: 60%;
  background-color: #fdf4f8;
}

.guide__table02 td:not(:last-child) {
  border-right: 1px solid #fff;
}

/*------------------------------
* 
* news,blog
* 
------------------------------*/
.cmn-post {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap ;
  gap: 36px 4%;
}

.cmn-post-item {
  width: 48%;
  position: relative;
}

.cmn-post-item:not(:last-child) {
  margin-bottom: 18px;
}

.cmn-post__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cmn-post__tag-wrapper {
  width: 100%;
  margin-bottom: 12px;
}

.cmn-post__link:hover::after {
  transform: translate(50%, -50%);
}

.cmn-post__date {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #1073b1;
  margin-bottom: 8px;
}

.cmn-post__ttl {
  line-height: 1.2;
  width: 100%;
  font-size: clamp(1.05390625rem, calc(1.0432798518rem + 0.0005313199 * 100vw), 1.06875rem);
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  font-weight: 500;
}

.cmn-post__content {
  letter-spacing: 0.05em;
  font-size: clamp(0.8203125rem, calc(0.7699769295rem + 0.0025167785 * 100vw), 0.890625rem);
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
}

.cmn-post__thumb {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 1/1;
}

.cmn-post__right {
  width: 100%;
}

/*---------- detail ここから ----------*/
.tag {
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0em;
  background-color: #1073b1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  padding: 0.3333333333em 0.5714285714em;
  min-width: 60px;
  text-align: center;
}

.tag-btn-wrapper {
  margin-bottom: 30px;
  gap: 8px;
}

.tag__btn {
  padding: 0.5em 1em;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  color: #b3b3b3;
  font-weight: 500;
  border-radius: 3em;
  display: inline-block;
  transition: all 0.3s;
}

.tag__btn:hover {
  color: #fff;
  background-color: #ef93bb;
  opacity: 1;
  border: 1px solid #ef93bb;
}

.tag__btn.current {
  color: #fff;
  background-color: #ef93bb;
  border: 1px solid #ef93bb;
}

.tag-wrapper {
  justify-content: flex-start;
  gap: 8px 8px;
}

.post-detail {
  position: relative;
  z-index: 5;
}

.post-detail__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post-detail__date {
  order: 1;
  margin-bottom: 16px;
  line-height: 1;
}

.post-detail__tag-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
  gap: 10px;
}

.post-detail__ttl {
  order: 3;
  width: 100%;
  font-size: clamp(1.120625rem, calc(1.0369560962rem + 0.0041834452 * 100vw), 1.2375rem);
  border-left: 5px solid #ef93bb;
  font-weight: 700;
  padding-left: 0.75em;
  margin-bottom: 24px;
}

.post-detail__thumb {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}

.post-detail__thumb img {
  width: auto;
  margin: 0 auto;
}

/*------------------------------
* 
* sitemap
* 
------------------------------*/
.sitemap-list {
  max-width: 560px;
  margin: 0 auto;
}

.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}

.sitemap-list__link {
  font-size: 15px;
  width: 100%;
  padding: 0.8em 1em;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ef93bb;
  transition: all 0.3s;
}

.sitemap-list__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #ef93bb;
  border-right: 2px solid #ef93bb;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(45deg);
}

.sitemap-list__link:hover {
  color: #ef93bb;
}

.sitemap-list__link:hover::after {
  right: 1em;
}

/*------------------------------
* 
* privacy
* 
------------------------------*/
.privacy-ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 20px;
  border-left: 5px solid #ef93bb;
  padding-left: 0.75em;
}

.privacy-box {
  margin-bottom: 40px;
}

.privacy-box:last-child {
  margin-bottom: 0;
}

/* ===========================================
*
* footer style
*
* ======================================== */
.company-page .footer {
  margin-top: -50px;
}

.pagetop {
  right: 3%;
  bottom: 30px;
  width: 36px;
  height: 36px;
  background-color: unset !important;
  z-index: 101;
  display: block !important;

}

.pagetop::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/pagetop.png) no-repeat center/contain;
  display: block;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 40px 0 30px;
}

.footer::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/footer_bg_t.png) no-repeat bottom center/auto 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.footer::before {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  background-color: #fff67f;
  transform: translateX(-50%);
}

.footer-inner {
  justify-content: space-between;
  padding-block: 50px 0px;
}

.footer__logo {
  width: 100px;
}

.footer-right {
  width: 100%;
}

.footer-left {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.footer-left__flex {
  gap: 24px;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.footer-phone__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-phone__item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-phone__item__ttl {
  font-size: 12.5px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0.0833333333em 8px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.footer-phone__item__ttl.phone {
  margin-bottom: 5px;
}

.footer-phone__item__content {
  display: inline-block;
}

.footer-phone__item__content.phone .tel {
  font-size: 24px;
}

.footer-phone__item .tel__replace {
  margin-left: -7px;
}

.footer__btn-official {
  width: 190px;
}

.footer-nav {
  width: 100%;
  margin: 40px auto 0;
  max-width: 320px;
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  gap: 1.5em 2%;
}

.footer-nav__list {
  width: 49%;
}

.footer-nav__item:not(:last-child) {
  margin-bottom: 1.25em;
}

.footer-nav__link {
  line-height: 1;
}

.footer-nav__link:hover {
  opacity: 0.7;
}

.footer-sub-nav {
  margin-top: 40px;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

.footer-sub-nav__list {
  gap: 0.5em 0;
  justify-content: center;
}

.footer-sub-nav:not(:last-child) .footer-sub-nav__link {
  border-right: 1px solid #333333;
}

.footer-sub-nav:last-child .footer-sub-nav__link {
  padding-right: 0;
}

.footer-sub-nav__link {
  padding-inline: 0.5em;
}

.footer-info {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}
.footer-info__sns {
  margin-top: 20px;
  justify-content: center;
}
.footer-info__btns {
  gap: 10px 8px;
  margin-bottom: 36px;
  justify-content: center;
  align-items: center;
}

.footer-info__dl {
  margin-top: 40px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8571428571em;
}

.footer__copy {
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
  margin-top: 30px;
}


/*------------------------------
*
* ec 書き換え
*
------------------------------*/

/* ec調整用 */

.ec-drawerRole .ec-select_search,
.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 0px !important;
  border: none !important;
  height: 32px;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__category .ec-select select,
.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword .search-name {
  font-size: 14px;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword .search-name {
  background-color: #fff;
  border-radius: 0px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  font-size: 15px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav li a {
  font-size: 14px;
}

.ec-drawerRole {
  font-size: 14px;
  left: unset;
  right: 0;
  transform: translateX(100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ec-drawerRole.is_active {
  transform: translateX(0%);
}

.ec-drawerRoleClose {
  background-color: #ef93bb;
  color: #fff;
  left: unset;
  right: 270px;
}

.ec-headerNavSP {
  left: unset;
  right: 10px;
  background-color: #ef93bb;
  color: #fff;
}

.ec-drawerRole .ec-cartNavi {
  width: 140px;
  align-items: center;
}


.header-carts,
.footer-carts {
  display: none;
}

.orgn-drawer-nav {
  background-color: #fff;
  font-size: 13px;
  color: #333;
}

.orgn-drawer-nav__item:not(:last-child) {
  border-bottom: 1px solid #b3b3b3;
}

.orgn-drawer-nav__link {
  padding: 0.75em 1em;
}

.ec-overlayRole {
  z-index: 999;
}

.ec-layoutRole .ec-layoutRole__contents {
  padding: 75px 3.5% !important;
  width: 100% !important;
}

.recruit-page .ec-layoutRole .ec-layoutRole__contents,
.about-page .ec-layoutRole .ec-layoutRole__contents,
.company-page .ec-layoutRole .ec-layoutRole__contents,
.know-page .ec-layoutRole .ec-layoutRole__contents {
  padding: 75px 0 !important;
}

.header .ec-headerSearch {
  display: none;
}

.header__right {
  display: none;
}

.ec-blockBtn--action {
  background-color: #ef93bb;
  border-color: #ef93bb;
  transition: 0.3s;

}

.ec-blockBtn--action:hover {
  border-color: #1073b1;

  background: #1073b1;
  opacity: 1;
}

.ec-cartNavi {
  background-color: #eee;
}

.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  height: 36px;
  border: none;
  background-color: #eee;
}


.ec-select select {
  font-size: 14px;
}

.product .ec-shelfRole {
  padding: 0;
  margin-top: 15px;
}

#page_product_list .ec-shelfGrid .ec-shelfGrid__item-image,
.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 13px;
}

#page_product_list .ec-shelfGrid .ec-shelfGrid__item,
.ec-shelfGrid .ec-shelfGrid__item {
  font-size: 13px;
}

#page_product_list .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-ttl,
.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-ttl {
  font-size: 13px;
  margin-bottom: 8px;
}

.ec-shelfGrid__item-ttl__description {
  padding: 10px 0;
  letter-spacing: 0.05em;
  border-block: 1px solid #b5b5b5;
  margin-top: 10px;
  /* font-size: 15px; */

}

.ec-shelfGrid__item-ttl__description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ec-productRole__description {
  font-size: 15px;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: clamp(1.42734375rem, calc(1.2746591862rem + 0.0076342282 * 100vw), 1.640625rem);
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-inline: 10px;
}

.ec-productRole .ec-productRole__price {
  font-size: clamp(1.120625rem, calc(1.0369560962rem + 0.0041834452 * 100vw), 1.2375rem);
  padding: 18px 0px;
  color: #cb0e20;
  /* padding-inline: 10px; */
  border-bottom: 1px solid #d8d8d8;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ec-productRole .ec-productRole__code {
  font-size: clamp(0.9984375rem, calc(0.9883703859rem + 0.0005033557 * 100vw), 1.0125rem);
  padding: 18px 10px;
  /* color: #cb0e20; */
  border-bottom: 1px solid #d8d8d8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ec-productRole .ec-productRole__category {
  font-size: clamp(0.9984375rem, calc(0.9883703859rem + 0.0005033557 * 100vw), 1.0125rem);
  line-height: 2;
  padding: 16px 10px;
  border-bottom: 1px solid #d8d8d8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}


#favorite.ec-blockBtn--cancel {
  font-size: 14px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #ef93bb;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 55px;
}

#favorite.ec-blockBtn--cancel .favorite-icon {
  color: #cb0e20;
  transition: background-color 0.3s, color 0.3s;
}

#favorite.ec-blockBtn--cancel:hover {
  background: #ef93bb;
  color: #ffffff;
  opacity: 1;
}

#favorite.ec-blockBtn--cancel:hover .favorite-icon {
  color: #fff;
}


.ec-productRole .ec-productRole__btn {
  margin-bottom: 12px;
}