@charset "UTF-8";

/* ===========================================
*  
*  default styles
* 
* ======================================== */
body {
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333333;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
}

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

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

.mt-smr {
  margin-top: 20px;
}

.mt-sm {
  margin-top: 30px;
}

.mt-nm {
  margin-top: 40px;
}

.mt-rg {
  margin-top: 50px;
}

.mt-md {
  margin-top: 60px;
}

.mt-lg {
  margin-top: 70px;
}

.mt-lgr {
  margin-top: 80px;
}

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

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

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

.mb-smr {
  margin-bottom: 20px;
}

.mb-sm {
  margin-bottom: 30px;
}

.mb-nm {
  margin-bottom: 40px;
}

.mb-rg {
  margin-bottom: 50px;
}

.mb-md {
  margin-bottom: 60px;
}

.mb-lg {
  margin-bottom: 70px;
}

.mb-lgr {
  margin-bottom: 80px;
}

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

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

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

.tel {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 32px;
  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: 10px;
}

.tel__replace {
  height: 12px;
}

.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: 12px;
  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: 22px;
}

.sns__icon {
  width: 36px;
}

.sns__icon img {
  width: 100%;
}

/* 
imgタイトル
-------------------------*/
/* SP時は高さを個別で指定する必要があります */
.ttl-img--center img {
  margin: 0 auto;
}

.ttl-img--left img {
  margin-right: auto;
}

.ttl-img--right img {
  margin-left: auto;
}

/* 
title style
-------------------------*/
.cmn-ttl {
  font-size: 52px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.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: 51px;
  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 30px;
  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: 1080px;
  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: 34px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 2px dashed;
}

.cmn-border-ttl02 {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 9px;
  border-bottom: 2px solid #ef93bb;
  margin-bottom: 20px;
}

.cmn-ttl03 {
  font-size: 32px;
  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;
}

.top-main {
  width: 810px;
  margin-left: auto;
}

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

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

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

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

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

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

/* 
共通padding
-------------------------*/
.cmn-pd {
  padding: 100px 0;
}

.cmn-pd02 {
  padding: 110px 0 100px;
}

/* 
inner クラス
-------------------------*/
.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.wide-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

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

.col-container-2-1 > .col-item {
  width: 520px;
}

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

.col-container-2-2 > .col-item {
  width: 520px;
}

.col-container-3-2 {
  /* PC3列　SP2列 */
  gap: 40px 30px;
}

.col-container-3-2 > .col-item {
  width: 340px;
}

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

.col-container-4-2 > .column-item {
  width: 250px;
}

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

.main-table {
  width: 100%;
}

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

.main-table tr:last-child th,
.main-table tr:last-child td {
  padding-bottom: 0;
}

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

.main-table .big {
  font-size: 20px;
}

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

.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%);
}

/*------------------------------
*
* 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-more {
  width: 120px;
  font-size: 13px;
  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-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-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: 15px;
  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%);
}

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

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

.pagenation li:has(a):hover {
  background-color: #ef93bb;
  color: #ffffff;
  opacity: 1;
}

.pagenation li a:hover {
  opacity: 1;
}

.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: 16px;
  margin: 80px auto 0;
}

.prev-next__item.prev,
.prev-next__item.next {
  width: 8em;
}

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

.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: 100%;
  height: 3em;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  border: 1px solid #ef93bb;
  text-align: center;
}

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

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

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
}

.header-inner {
  padding: 20px 18px 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  min-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 143px;
  background-color: #fff;
}

.header__logo {
  width: 91px;
}

.header-left {
  max-width: 50%;
}

.header-right {
  max-width: 50%;
}

.header-info {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.header-info__main {
  font-size: 15px;
  margin-right: 30px;
}

.header-info__address {
  margin-bottom: 5px;
}

.header-info__btn {
  margin-left: 30px;
}
.header__actions{
  gap: 10px;
}
.header-nav {
  background: url(../img/dot_pattern.jpg) repeat center/auto;
  color: #fff;
  width: 100%;
}

.header-nav__list {
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
}

.header-nav__item {
  position: relative;
}

.header-nav__link {
  position: relative;
  text-align: center;
  transition: all 0.3s;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 1.35em 0;
  font-weight: 700;
}

.header-nav__link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff67f;
  transition: width 0.3s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0.25em);
  bottom: 0;
}

.header-nav__link:hover {
  color: #fff67f;
  opacity: 1;
}

.header-nav__link:hover::after {
  width: 2em;
}

.header-nav__link.current {
  color: #fff67f;
}

.header-nav__link.current::after {
  width: 2em;
}

/* 
ドロップダウンメニュー
-------------------------*/
.header-nav__item {
  /* ホバーした時ドロップダウンメニューを表示 */
}

.header-nav__item.header-nav__droptarget:hover .header-nav__drop {
  visibility: visible;
  opacity: 1;
}

.header-nav__droptarget > a {
  position: relative;
  transition: all 0.3s;
}

.header-nav__droptarget > a::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  border-bottom: 1px solid #fff67f;
  border-right: 1px solid #fff67f;
  top: 50%;
  transform: translate(0%, -50%) rotate(45deg);
  position: absolute;
  right: 0px;
}

.header-nav__droptarget .header-nav__link::before {
  transform: translate(150%, -50%) rotate(45deg);
}

.header-nav__droptarget .header-nav__drop__link::before {
  right: 30px;
}

.header-nav__drop {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
}

.header-nav__drop__item:not(:last-child) {
  margin-bottom: 2px;
}

.header-nav__drop__item {
  position: relative;
}

.header-nav__drop__item.header-nav__droptarget:hover .header-nav__drop-in {
  visibility: visible;
  opacity: 1;
}

.header-nav__drop__item > .header-nav__drop__link {
  background-color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 1em 1em;
  line-height: 1;
}

.header-nav__drop__link {
  transition: all 0.3s;
}

.header-nav__drop__link:hover {
  color: #ef93bb;
}

.header-nav__drop__link.current {
  color: #ef93bb;
}

.header-nav__drop-in {
  /* ドロップダウンメニューないにさらに階層がある場合は以下使用 */
  position: absolute;
  top: 0;
  right: -5px;
  transform: translateX(100%);
  width: 200px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
}

.header-nav__drop-in__item:not(:last-child) {
  margin-bottom: 2px;
}

.header-nav__drop-in__item > .header-nav__drop-in__link {
  background-color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 1em 1em;
  line-height: 1;
}

.header-nav__drop-in__link {
  transition: all 0.3s;
}

.header-nav__drop-in__link:hover {
  color: #ef93bb;
}

.header-nav__drop-in__link.current {
  color: #ef93bb;
}

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

.main-visual__swiper.swiper {
  padding-bottom: 36px;
  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: 14px;
}

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

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

/*------------------------------
*
* top-gift
*
------------------------------*/
.top-gift {
  background: url(../img/top/gift_ribon_t.png) no-repeat top left/auto,
    url(../img/top/gift_ribon_r.png) no-repeat bottom right/auto,
    url(../img/top/gift_img.png) no-repeat top 40px right 20px / auto,
    url(../img/stripe02.jpg) repeat center/auto;
  color: #fff;
  padding: 60px 50px 48px;
  margin-top: 100px;
  border-radius: 5px;
}

.top-gift__ttl {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0px 0px 8px rgb(150, 67, 103);
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.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: 60px;
  justify-content: space-between;
}

.top-bnr {
  width: 100%;
  height: 225px;
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}

.top-bnr:hover {
  transform: translatex(10px);
}

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

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

.top-bnr a::before {
  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: 433px;
  padding: 0 20px;
  box-sizing: border-box;
}

.top-bnr__ttl {
  font-size: 40px;
  margin-bottom: 13px;
  align-items: center;
  display: flex;
}

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

.top-bnr__content {
  font-size: 20px;
  line-height: 1.4;
}

.about-bnr {
  margin-bottom: 40px;
  background: url(../img/top/about_bnr_bg.jpg) no-repeat center/cover;
  margin-top: 120px;
  text-shadow: 0px 3px 2.79px rgba(255, 255, 255, 0.6);
}

.about-bnr .top-bnr__box {
  background: url(../img/top/about_bnr_l.png) no-repeat right top 60% / auto;
}

.know-bnr {
  background: url(../img/top/know_bnr_bg.jpg) no-repeat center/cover;
  color: #fff;
  text-shadow: 0px 3px 2.79px rgba(21, 21, 21, 0.28);
}

.know-bnr .top-bnr__box {
  margin-left: auto;
  /* background: url(../img/top/know_bnr_r.png) no-repeat left top 60% / auto; */
}

/* ===========================================
*
* under page  
*
* ======================================== */
/*------------------------------
*
* main style sub visual
*
------------------------------*/
.sub-visual {
  width: 96.875%;
  margin: 30px auto 0;
  height: 380px;
  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: 58px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0px 0px 13px #ef93bb, 0px 0px 11px rgba(239, 147, 187, 0.5);
}

/*------------------------------
*
* news section
*
------------------------------*/
/* ===========================================
*
* main style about-page
*
* ======================================== */
/*------------------------------
*
* history
*
------------------------------*/
.history {
  padding-bottom: 133px;
}

.history__ttl {
  margin-bottom: 104px;
}

.history-item {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

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

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

.history-item__box {
  width: 600px;
}

.history-item__img {
  width: 443px;
}

.history-item:nth-child(1) .history-item__box {
  width: 720px;
}

.history-item:nth-child(1) .history-item__img {
  width: 330px;
}

/*------------------------------
*
* about-recommend
*
------------------------------*/
.about-recommend__ttl {
  margin-bottom: 60px;
}

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

.about-recommend__container {
  width: 100%;
  gap: 75px 40px;
}

.about-recommend-item {
  width: 320px;
}

.about-recommend-item__ttl {
  font-size: 21px;
  text-align: center;
  margin-top: 9px;
}

/*------------------------------
*
* gift
*
------------------------------*/
.gift__ttl {
  margin-bottom: 60px;
}

.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 {
  width: 464px;
}

.gift__sentence {
  width: 590px;
  padding-bottom: 45px;
}

/*------------------------------
*
* voice
*
------------------------------*/
.voice__ttl {
  margin-bottom: 110px;
}

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

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

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

.voice-item__img {
  width: 80px;
}

.voice-item__ttl {
  background: url(../img/know/border.png) repeat-x center bottom/auto;
  padding-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}

.voice-item__box {
  padding: 25px 30px 40px;
  width: calc(100% - 120px);
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.voice-item__box::before {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 25px;
  transform: translateX(-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 {
  padding-bottom: 120px;
}

.origin__ttl {
  font-size: 48px;
}

.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: 42px;
}

.origin__container {
  justify-content: center;
  align-items: center;
}

.origin__right {
  /* width: 625px; */
  width: 440px;
  padding-top: 20px;
}

.origin__sentence {
  width: 100%;
}

.origin__img {
  width: 340px;
  margin-right: 100px;
}

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

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

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

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

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

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

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

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

.feature {
  background-color: #fdf4f8;
}

.feature__ttl {
  font-size: 54px;
}

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

.feature__container {
  gap: 30px 400px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.feature__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.feature-item {
  width: 340px;
  padding: 10px 10px 17px;
  border-radius: 5px;
}

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

.feature-item__ttl {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 13px;
}

.feature-item__content {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.75em;
}

.sale-bnr {
  max-width: 720px;
  width: 100%;
  padding: 24px 65px 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: 133px;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translate(-28.5714285714%, -73.0158730159%);
}

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

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

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

/*------------------------------
*
* instroduction
*
------------------------------*/
.introduction__ttl {
  font-size: 62px;
  margin-bottom: 78px;
}

.introduction-item {
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-left: 20px;
}

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

.introduction-item__ttl {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  background: url(../img/know/border.png) repeat-x center bottom/auto;
}

.introduction-item__img {
  width: 300px;
  aspect-ratio: 5/4;
  border-radius: 5px;
  overflow: hidden;
}

.introduction-item__right {
  padding-top: 10px;
  width: 712px;
}

.introduction-item__ttl {
  margin-bottom: 18px;
}

.introduction-item__content {
  line-height: 1.7777777778em;
}

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

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

.recruit__right {
  padding-top: 40px;
  width: 590px;
}

.recruit__img {
  width: 475px;
  transform: translateX(-37px);
}

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

/*------------------------------
*
* oshibaba
*
------------------------------*/
.oshibaba__ttl {
  margin-bottom: 71px;
}
.oshibaba {
  padding-top: 0;
  padding-bottom: 160px;
}
.oshibaba-item {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
.oshibaba-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.oshibaba-item__ttl {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
.oshibaba-item__img {
  width: 280px;
}
.oshibaba-item__box {
  width: 650px;
}
.oshibaba-item:not(:last-child) {
  margin-bottom: 70px;
}
/*------------------------------
*
* recommend
*
------------------------------*/
.recommend {
  padding: 86px 0 82px;
  background: url(../img/recruit/recommend_bg_pc.jpg) no-repeat center/cover;
}

.recommend__right {
  width: 525px;
  margin-left: auto;
  color: #fff;
}

.recommend__ttl {
  margin-bottom: 30px;
}

.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-bottom: 108px;
}

.recruitment__ttl {
  font-size: 54px;
}

.recruitment__container {
  margin-bottom: 90px;
}

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

.recruitment__table th {
  width: 164px;
}

.recruitment__table td {
  width: calc(100% - 164px);
}

.recruitment .replace-txt {
  height: 16px;
}

.recruitment__bnr {
  max-width: 810px;
  width: 100%;
  padding: 44px 28px 56px;
  border-radius: 5px;
  background: url(../img/stripe01.png) repeat center/auto;
}

.recruitment__bnr__ttl {
  margin-bottom: 14px;
}

.recruitment__bnr__ttl .cmn-ttl__sub {
  font-size: 22px;
}

.recruitment__bnr__ttl .cmn-ttl__main {
  font-size: 46px;
  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: 200px;
  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__txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

.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: 120px;
}

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

.company__table th {
  width: 198px;
}

.company__table td {
  width: calc(100% - 198px);
}

.company__map {
  margin-top: 120px;
}

.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: 440px;
}
.gallery {
  margin-top: 100px;
}

.gallery__container {
  gap: 30px;
}
.gallery-item {
  width: 340px;
}
.gallery-item__img {
  width: 100%;
}
/* ===========================================
*
* main style guide page
*
* ======================================== */
.guide__note {
  text-align: center;
}

.guide__btn-list {
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
  gap: 30px 45px;
}

.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: 30px;
  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: 25px;
  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: 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

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

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

.guide02__ttl {
  font-size: 24px;
}

.guide02__note {
  margin-bottom: 30px;
}

.guide02__list {
  margin: 30px auto 0;
}

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

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

.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.25em;
}

.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: 640px;
  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;
}

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

.guide__table02 td {
  width: calc(100% - 300px);
  background-color: #fdf4f8;
}

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

/*------------------------------
* 
* news,blog
* 
------------------------------*/
.cmn-post {
  width: 100%;
}

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

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

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

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

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

.cmn-post__ttl {
  line-height: 1.2;
  width: 100%;
  font-size: 22px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.cmn-post__content {
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
}

.cmn-post__thumb {
  width: 160px;
  aspect-ratio: 1/1;
}

.cmn-post__right {
  width: calc(100% - 190px);
}

/*---------- 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: 80px;
  text-align: center;
}

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

.tag__btn {
  padding: 0.5em 1em;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  font-weight: 500;
  color: #b3b3b3;
  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 10px;
}

.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 {
  order: 2;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 24px;
}

.post-detail__ttl {
  order: 3;
  width: 100%;
  font-size: 28px;
  border-left: 5px solid #ef93bb;
  font-weight: 700;
  padding-left: 0.75em;
  margin-bottom: 32px;
}

.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: 600px;
  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;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

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

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

/*------------------------------
* 
* privacy
* 
------------------------------*/
.privacy-ttl {
  font-size: 24px;
  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: -113px;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 174px 0 60px;
}
.pagetop {
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: unset !important;
  z-index: 101;
}
.pagetop::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/pagetop.png) no-repeat center/contain;
  display: block;
}
.footer::after {
  content: "";
  width: 100%;
  height: 113px;
  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% - 113px);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  background-color: #fff67f;
  transform: translateX(-50%);
}

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

.footer__logo {
  width: 160px;
}

.footer-left {
  width: 620px;
  margin-bottom: 20px;
}

.footer-left__flex {
  gap: 24px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

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

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

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

.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: 450px;
  display: flex;
  justify-content: flex-end;
  gap: 0 75px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.3333333333em 0;
}

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

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

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

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

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

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

.footer-info {
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.footer-info__sns {
  margin-top: 25px;
}

.footer-info__btns {
  gap: 10px;
  margin-right: 30px;
}

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

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

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

.front_page .ec-layoutRole .ec-layoutRole__contents,
.product_page .ec-layoutRole .ec-layoutRole__contents {
  max-width: 1080px !important;
}

.ec-layoutRole .ec-layoutRole__contents {
  width: 100% !important;
}

.header .ec-headerSearch .ec-headerSearch__category .ec-select select {
  font-size: 15px;
}

.header .ec-headerNav .ec-headerNav__itemLink {
  font-size: 15px;
}

.header__left {
  gap: 24px;
}

.header__right__ec {
  gap: 21px;
  margin-bottom: 12px;
}

.header__right .ec-cartNavi {
  border-radius: none;
}

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

.ec-headerSearch .ec-headerSearch__keyword {
  border: none;
  /* border-radius:0 50px 50px 0 !important; */
  background-color: #eee;
}

.header__left .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  height: 36px;
  border-radius: 0 50px 50px 0 !important;

  border: none;
  background-color: #eee;
}

.sidebar .ec-headerNaviRole,
.sidebar .ec-categoryNaviRole,
.sidebar .orgn-login {
  padding-inline: 0 40px;
}

.sidebar .ec-headerNav .ec-headerNav__itemLink {
  font-size: 13px;
}

.sidebar .ec-headerSearch .ec-headerSearch__category .ec-select select {
  font-size: 13px;
}

.sidebar .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  font-size: 13px;
  height: 36px;
  border: none;
  background-color: #eee;
  border-radius: none !important;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"],
.orgn_search .ec-select_search {
  border-radius: none !important;
}

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

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

  background: #1073b1;
  opacity: 1;
}

.sidebar .orgn-category__ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 7px 0;
  border-block: 2px solid #313131;
  color: #313131;
  text-align: center;
}

.sidebar .ec-cartNavi {
  border-radius: 0;
  background: #eee;
}

.sidebar .orgn-category .sidebar-category li a {
  border-color: #313131;
  font-size: 16px;
  padding: 20px 6px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.ec-layoutRole .ec-layoutRole__contents {
  padding: 100px 0 !important;
  width: 1080px !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: 100px 0 !important;
  width: 100% !important;
}

/* .sidebar .ec-headerNav .ec-headerNav__itemLink {
  font-size: 15px;
  padding: 9px 10px 13px;
  background-color: #fff67f;
  transition: background-color 0.3s, color 0.3s;
}
.sidebar .ec-headerNav .ec-headerNav__itemLink:hover {
  background: #ef93bb;
  color: #ffffff;
  opacity: 1;
} */
.sidebar .ec-headerNav .ec-headerNav__itemIcon {
  margin-left: 0;
}

.sidebar #orgin-cart {
  padding-top: 47px;
  padding-bottom: 40px;
}

.ec-select select {
  font-size: 16px;
}
.product .ec-shelfRole {
  padding: 0;
  margin-top: 18px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
  padding: 0 8px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
  padding: 0 8px;
}

.ec-shelfGrid {
  margin-left: -8px;
  margin-right: -8px;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item-image,
.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 14px;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item,
.ec-shelfGrid .ec-shelfGrid__item {
  font-size: 14px;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-ttl,
.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-ttl {
  font-size: 14px;
  margin-bottom: 11px;
}

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

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

/* .ec-blockBtn--action {
  font-size: 15px;
  background-color: #fff67f;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  transition: background-color 0.3s, color 0.3s;
}
.ec-blockBtn--action:hover {
  background: #ef93bb;
  color: #ffffff;
  opacity: 1;    
} */

#page_product_detail .ec-productRole .item_nav {
  gap: 15px;
}

#page_product_detail .ec-productRole .item_nav .slideThumb {
  width: calc((100% - 30px) / 3);
  padding-top: calc((100% - 30px) / 3);
}

.ec-productRole {
  padding: 0;
}
.ec-productRole__description {
  font-size: 18px;
}

.ec-sliderItemRole {
  padding: 0 40px 0 0;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 36px;
  padding-bottom: 27px;
  border-bottom: 1px solid #d8d8d8;
  padding-inline: 10px;
}

.ec-productRole .ec-productRole__price {
  font-size: 24px;
  padding: 23px 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: 20px;
  padding: 23px 10px;
  /* color: #cb0e20; */
  border-bottom: 1px solid #d8d8d8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ec-productRole .ec-productRole__category {
  font-size: 20px;
  line-height: 2;
  padding: 19px 10px;
  border-bottom: 1px solid #d8d8d8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#favorite.ec-blockBtn--cancel {
  font-size: 15px;
  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: 15px;
}
