@charset'UTF-8';

@font-face {
  font-display: optional
}

  html {
    visibility: hidden
  }

html.wf-active {
  visibility: visible
}

body {
  min-width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Plus Jakarta Sans', 'Zen Kaku Gothic New', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-variant: no-common-ligatures proportional-nums;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'メイリオ', Meiryo, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
  }
}

button,
input,
select,
textarea {
  font-family: 'Plus Jakarta Sans', 'Zen Kaku Gothic New', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1em !important;
  transition: .4s
}

input,
select,
textarea {
  font-size: 16px !important
}

*:focus {
  outline: none
}

*,
*:before,
*:after {
  box-sizing: border-box
}
#center3 .bordlayoutp3 select{
 appearance: none;            /* デフォルト矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;

  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;

  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position:
    calc(100% - 14px) center,
    calc(100% - 9px) center;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
 height: 32px;             /* 高さを指定（サイトに合わせ調整） */
  line-height: 32px;        /* heightと同じ値にすることで文字が中央に */
  vertical-align: middle;   /* 親要素内でも上下中央 */
  padding-right: 24px;
  font-size: 14px;
  line-height: 1.5;
}

#center3 .centerbox .mainCont a{
  text-decoration: underline;
}

area {
  border: none;
  outline: none
}

a,
picture,
img,
svg {
  transition: .4s
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer
}

a object,
button object {
  pointer-events: none
}

button {
  cursor: pointer
}

img {
  height: auto
}

img[src*='lazy'] {
  height: 1px
}

svg {
  width: 1em;
  height: auto;
  fill: none;
  stroke: var(--txt);
  stroke-width: 2px;
  overflow: visible
}

iframe {
  display: block
}

body>img:first-of-type {
  position: absolute;
  display: none
}

.fadein {
  transition: all 1s !important
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 10000
}

.loading>img {
  display: block;
  margin: auto
}

:root {
  --aromic: #217a4b;
  --aromic-rgb: 33, 122, 75;
  --aromic-bg: #edf5ee;
  --aromic-bg-rgb: 237, 245, 238;
  --txt: #333;
  --txt-red: 208, 41, 41;
  --btn: #fad66b;
  --btn-rgb: 250, 214, 107;
  --link: #286ab1;
  --font-min: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  --font-logo: 'Marcellus', serif;
  --txt-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  --txt-shadow-2px: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px
}

#aromicstyle {
  color: var(--txt)
}

a {
  color: var(--txt);
  text-decoration: none
}

a:before,
a:after {
  transition: .6s
}

a[target='_blank'] svg {
  width: 12px;
  margin-left: .3em;
  stroke-width: 4px
}

.scroll::-webkit-scrollbar {
  height: 8px
}

.scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .1);
  border: none
}

.scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .1);
  border-radius: 8px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, .6)
}

#aromicstyle .swiper-pagination-bullet-active,
#item .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, .8)
}

#aromicstyle .swiper-button-prev,
#item .swiper-button-prev,
#aromicstyle .swiper-button-next,
#item .swiper-button-next {
  top: calc(50% - 1.8em);
  width: 3.6em;
  height: 3.6em;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  border-radius: 50%
}

#app-install {
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 0;
  display: flex;
  width: 100%;
  max-width: 29em;
  margin: auto;
  padding: .5em .4em .5em 2.4em;
  font-size: .9em;
  font-weight: 600;
  background: #fff;
  border: 1px solid;
  z-index: 50
}

body:not(.apple):not(.android) #app-install,
#app-install.hide {
  display: none
}

#app-install img {
  width: 2.8em;
  margin-right: .6em;
  padding: .6em;
  box-shadow: 0 0 .4em rgba(0, 0, 0, .2);
  border-radius: .6em
}

#app-install p {
  width: calc(100% - 10.6em)
}

#app-install p span {
  display: block
}

#app-install p b {
  margin: 0 .1em;
  color: rgb(var(--txt-red))
}

#app-install a {
  display: none;
  width: 7.4em;
  text-align: center;
  padding: .2em .5em .3em;
  border: 1px solid
}

body.apple #app-install a.apple {
  display: block
}

body.android #app-install a.android {
  display: block
}

#app-install .close-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .7em;
  width: .8em;
  height: .8em;
  margin: auto
}

#app-install .close-btn:before,
#app-install .close-btn:after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  content: '';
  width: 100%;
  border-bottom: 1px solid;
  transition: .6s
}

#app-install .close-btn:before {
  transform: rotate(-45deg)
}

#app-install .close-btn:after {
  transform: rotate(90deg);
  transform: rotate(45deg)
}

@media screen and (min-width:769px) {
  #app-install {
    bottom: 0
  }
}

@media screen and (max-width:768px) {
  #app-install {
    bottom: 86px
  }
}

@media screen and (max-width:425px) {
  #app-install {
    bottom: 77px;
    font-size: 13px
  }
}

@media screen and (max-width:320px) {
  #app-install {
    bottom: 64px;
    font-size: 12px
  }

  #app-install em {
    display: none
  }
}

.event-banner {
  width: calc(100% - 2em);
  max-width: 500px;
  margin: 0 auto 2em
}

.event-banner>p {
  position: relative;
  margin-bottom: .4em;
  padding: .7em 0 .6em;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 1px;
  color: var(--event-txt);
  background: var(--event-bg);
  z-index: 1
}

.event-banner>p:after {
  position: absolute;
  bottom: calc(-1.2em + 1px);
  left: 0;
  right: 0;
  content: '';
  width: .4em;
  margin: auto;
  border: .4em solid transparent;
  border-top: .8em solid var(--event-bg)
}

.event-banner>a {
  display: block
}

.event-banner>a img {
  display: block
}

.event-banner>a:hover img {
  opacity: .6
}

@media screen and (min-width:1025px) {
  .event-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px
  }

  .event-banner>p {
    width: 100%;
    max-width: calc(500px+.2em)
  }

  .event-banner>a {
    width: calc(100%/2 - .2em)
  }

  .event-banner>a:nth-of-type(2n+2) {
    margin-left: .4em
  }

  .event-banner>a:nth-of-type(n+3) {
    margin-top: .4em
  }
}

@media screen and (max-width:1024px) {
  .event-banner>a:nth-of-type(n+2) {
    margin-top: .4em
  }
}

@media screen and (min-width:769px) {
  .event-banner>p {
    font-size: 1.1em
  }
}

@media screen and (max-width:768px) {
  .event-banner {
    margin-bottom: 1.4em
  }

  .event-banner>p {
    font-size: 1em;
    letter-spacing: 0
  }
}

@media screen and (max-width:425px) {
  .event-banner {
    margin-bottom: 1em
  }

  .event-banner>p {
    padding: .6em 0 .5em;
    font-size: .9em
  }
}

.search-box {
  position: relative;
  width: calc(100% - 2em);
  max-width: 40em;
  height: 4em;
  margin: 0 auto 2em
}

.search-box input {
  width: 100%;
  height: 100%;
  padding: 0 3em 0 1em;
  background: #f5f5f5;
  border: none;
  border-radius: .2em
}

.search-box input:focus::placeholder {
  opacity: .4
}

.search-box button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0 1em
}

.search-box button svg {
  width: 1.6em
}

.search-box button:hover svg {
  stroke: var(--aromic)
}

@media screen and (min-width:769px) {
  .search-box input {
    font-size: 1.1em !important;
    letter-spacing: 1px
  }
}

@media screen and (max-width:768px) {
  .search-box {
    margin-bottom: 1em
  }
}

@media screen and (max-width:425px) {
  .search-box {
    height: 3em
  }
}

#notice {
  font-size: .8em;
  text-align: center;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1px;
  overflow: hidden
}

#notice a {
  position: relative;
  padding: .5em;
  color: #333;
  border: var(--aromic) 1px solid;
  display: block
}

#notice a::before {
  position: absolute;
  display: inline-block;
  top: -60%;
  left: 5vw;
  background-image: url(../concept/img/concept.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
  width: 100px;
  height: 100px
}

@media screen and (min-width:769px) {
  #notice a::before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 3%;
    background-image: url(../concept/img/concept-pcl.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    z-index: -1;
    width: 32vw;
    height: 6vw
  }

  #notice a::after {
    position: absolute;
    display: inline-block;
    top: 3%;
    right: 3%;
    background-image: url(../concept/img/concept-pcr.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    z-index: -1;
    width: 32vw;
    height: 6vw
  }
}

@media screen and (min-width:1200px) {
  #notice {
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 1.2px
  }

  #notice a::before {
    top: -20%
  }

  #notice a::after {
    top: -20%
  }
}

#notice a:hover {
  text-decoration: underline
}

#notice a>span {
  font-size: 1.3em
}

#notice a u {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: .4em;
  font-size: .9em;
  text-decoration: underline
}

@keyframes textflow {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

@media screen and (max-width:1024px) {
  #notice.w1024 span {
    display: inline-block;
    padding-left: 2em;
    white-space: nowrap;
    animation: textflow 20s linear infinite
  }
}

@media screen and (max-width:768px) {
  #notice {
    letter-spacing: 0
  }

  #notice.w768 span {
    display: inline-block;
    padding-left: 2em;
    white-space: nowrap;
    animation: textflow 20s linear infinite
  }
}

@media screen and (max-width:425px) {
  #notice {
    letter-spacing: 0
  }

  #notice.w425 span {
    display: inline-block;
    padding-left: 2em;
    white-space: nowrap;
    animation: textflow 20s linear infinite
  }
}

#index-header {
  width: 100%;
  height: 224px;
  background: #fff;
  transition: .6s
}

#index-header #head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8em;
  padding: 0 2em
}

#index-header #head>.tel {
  text-align: right
}

#index-header #head>.tel>* {
  display: block;
  line-height: 1em
}

#index-header #head>.tel mark {
  text-align: center;
  font-size: 13px;
  background: var(--aromic-bg)
}

#index-header #head>.tel mark a {
  display: block;
  padding: .3em
}

#index-header #head>.tel mark svg {
  display: inline-block;
  width: 12px;
  margin-left: .2em;
  stroke: var(--link);
  stroke-width: 4px
}

#index-header #head>.tel mark:hover svg {
  stroke: #fff;
  background: var(--link);
  border-radius: 50vh
}

#index-header #head>.tel>a {
  margin-bottom: .4em;
  font-size: 1.4em;
  letter-spacing: .04em
}

#index-header h1 a {
  display: inline-block
}

#index-header h1 svg {
  display: block;
  width: auto;
  height: 6em;
  margin-top: 1em;
  stroke: none
}

#index-header h1 a:hover svg {
  opacity: .8
}
#index-header h1 img {
    height: 60px
}
#index-header #menu {
  display: flex;
  align-items: center;
  z-index: 100
}

#index-header #menu li {
  position: relative;
  margin-right: 2em
}

#index-header #menu a {
  display: block
}

#index-header #menu a:hover {
  color: var(--aromic)
}

#index-header #menu a>* {
  line-height: 1em
}

#index-header #menu .member_info_cart_info {
  position: absolute;
  top: -.2em;
  right: -.2em;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  font-size: .9em;
  line-height: 1.4em;
  color: #fff;
  background: rgba(var(--aromic-rgb), .8);
  border-radius: 50vh;
  z-index: 1
}

#index-header #menu svg {
  display: block;
  width: 1.8em;
  margin: 0 auto .6em;
  stroke-width: 2px
}

#index-header #menu .cart svg {
  position: relative;
  left: -2px
}

#index-header #menu .member svg {
  fill: var(--aromic);
  stroke: none
}

#index-header #menu *:not(.member) a:hover svg {
  stroke: var(--aromic)
}

@media screen and (min-width:1441px) {
  #index-header h1 img {
    height: 60px
  }
  
}
@media screen and (max-width:1440px) {
  #index-header #menu .biz {
    display: none
  }
  #index-header h1 img {
    height: 60px
  }
  
}

@media screen and (max-width:1024px) {
  #index-header {
    height: 208px
  }

  #index-header #head {
    height: 7em
  }

  #index-header h1 svg {
    height: 5em
  }

  #index-header #menu li {
    margin-right: 1em
  }

  #index-header #menu .member {
    display: none
  }

  #index-header #menu a>p {
    font-size: .8em
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  #index-header #head>.tel>a {
    font-size: 1.5em
  }
}

@media screen and (min-width:769px) {
  #index-header #menu {
    position: absolute;
    right: 1em
  }
}

@media screen and (max-width:768px) {
  #index-header {
    height: 166px
  }

  #index-header #head {
    height: 5.8em;
    padding: 0 1em
  }

  #index-header #head>.tel {
    position: absolute;
    right: 17em;
    font-size: .9em
  }

  #index-header #head>.tel time {
    font-size: 12px
  }

  #index-header #head h1 img {
    height: 50px;
  }

  #index-header #menu {
    position: absolute;
    right: 4.8em;
    font-weight: 500;
    background: #fff
  }

  #index-header #menu .product,
  #index-header #menu .store,
  #index-header #menu .wishlist {
    display: none
  }

  #index-header #menu .member_info_cart_info {
    font-size: 12px
  }

  #index-header #menu svg {
    margin-bottom: .4em
  }
}

@media screen and (max-width:550px) {


  #index-header {
    height: 154px
  }

  #index-header #head {
    height: 4.2em;
  }
#index-header #head h1 img {
    height: 40px;
  }

  #index-header #head>.tel {
    right: 18em;
    font-size: .6em
  }

  #index-header #head>.tel>a {
    font-size: 1.8em;
    letter-spacing: 0
  }

  #index-header #menu {
    right: 6.2em;
    font-size: 11px
  }

  #index-header #menu li {
    margin-right: .2em;
    margin-left: .6em
  }

  #index-header #menu svg {
    width: 2.4em
  }
}

@media screen and (max-width:425px) {
  #index-header {
    height: 138px
  }
  #index-header #head h1 img {
    height: 32px;
  }
}

@media screen and (max-width:375px) {
    #index-header #head h1 img {
    height: 28px;
  }

  #index-header #head>.tel {
    right: 15.4em
  }

  #index-header #head>.tel time {
    font-size: .8em
  }

  #index-header #head>.tel>a {
    font-size: 1.6em
  }
}

@media screen and (max-width:768px) {
  #index-header.fixed #head {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: .4em;
    box-shadow: 0 .2em .4em rgba(0, 0, 0, .2);
    z-index: 100
  }
}

#index-header #head #member .modal-content li a {
  display: block;
  padding: .6em 1em;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: var(--aromic);
  border-radius: .4em
}

#index-header #head #member .modal-content li a:after {
  content: '\2192';
  display: inline-block;
  margin-left: .4em
}

#index-header #head #member .modal-content li a:hover {
  opacity: .9
}

#index-header #head #member .modal-content li a:hover:after {
  transform: translate(.3em, 0)
}

#index-header #head #member .modal-content li a span {
  position: relative;
  top: -.1em;
  display: inline-block;
  margin-left: .4em;
  padding: 0 .4em .1em;
  font-size: .8em;
  color: var(--aromic);
  background: #fff;
  border: 1px solid
}

@media screen and (min-width:769px) {
  #index-header #head #member .modal-content {
    max-width: 40em
  }

  #index-header #head #member .modal-content ul {
    display: flex;
    justify-content: center
  }

  #index-header #head #member .modal-content li:nth-of-type(2n+2) {
    margin-left: .6em
  }

  #index-header #head #member .modal-content li:nth-of-type(n+3) {
    margin-top: .6em
  }
}

@media screen and (max-width:768px) {
  #index-header #head #member .modal-content {
    max-width: 30em
  }

  #index-header #head #member .modal-content ul {
    max-width: 20em;
    margin: auto
  }

  #index-header #head #member .modal-content li:nth-of-type(n+2) {
    margin-top: .2em
  }
}

#index-header.search-none {
  height: 128px
}


@media screen and (max-width:1024px) {
  #index-header.search-none {
    height: 112px
  }
}

@media screen and (max-width:768px) {
  #index-header.search-none {
    height: 87px
  }
}

@media screen and (max-width:550px) {
  #index-header.search-none {
    height: 74px
  }
}

@media screen and (max-width:768px) {
  #index-header.search-hide {
    height: 87px
  }
}

@media screen and (max-width:550px) {
  #index-header.search-hide {
    height: 74px
  }
}

#drawer-wrapper {
  width: 4em;
  z-index: 100
}

#navTgl {
  display: none
}

.navTgl {
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 200
}

.navTgl.line {
  display: block;
  width: 2em;
  height: calc(1.4em + 4px);
  margin: .3em auto
}

.navTgl.line:before,
.navTgl.line:after {
  content: ''
}

.navTgl.line span,
.navTgl.line:before,
.navTgl.line:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  border-bottom: 2px solid var(--aromic);
  transition: transform .6s cubic-bezier(.68, .120, .265, 1)
}

.navTgl.line:before {
  transform: translateY(-.6em)
}

.navTgl.line:after {
  transform: translateY(.6em)
}

#navTgl:checked+.line {
  position: absolute;
  top: 0;
  right: 1.2em
}

#navTgl:checked+.line span {
  left: 10%;
  border-color: var(--aromic);
  transform: scaleX(0)
}

#navTgl:checked+.line:before,
#navTgl:checked+.line:after {
  width: 60%
}

#navTgl:checked+.line:before {
  transform: rotate(45deg)
}

#navTgl:checked+.line:after {
  transform: rotate(-45deg)
}

.navTgl.text {
  text-align: center;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  color: var(--aromic);
  pointer-events: none;
  transition: background .6s
}

.navTgl.text:after {
  content: '\30E1\30CB\30E5\30FC';
  display: block;
  font-size: 1em
}

#navTgl:checked+label+.text {
  position: absolute;
  top: 2.6em;
  right: 2em
}

#navTgl:checked+label+.text:after {
  content: '閉じる'
}

#drawer-wrapper .nav-bg {
  position: fixed;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease-in-out
}

#navTgl:checked~.nav-bg {
  display: block;
  opacity: .4;
  cursor: pointer
}

@media screen and (min-width:769px) {
  #drawer-wrapper {
    display: none
  }
}

@media screen and (max-width:550px) {
  #drawer-wrapper {
    width: 3.2em
  }

  .navTgl {
    font-size: 14px
  }

  .navTgl.line {
    margin: .3em auto
  }

  .navTgl.line span,
  .navTgl.line:before,
  .navTgl.line:after {
    top: calc(40%)
  }

  .navTgl.line:before {
    transform: translateY(-.6em)
  }

  .navTgl.line:after {
    transform: translateY(.6em)
  }

  .navTgl.text {
    font-size: .6em
  }

  #navTgl:checked+.line {
    right: 1.6em
  }

  #navTgl:checked+label+.text {
    top: 2.6em

  }
}

@media screen and (max-width:425px) {
  #index-header.fixed #drawer-wrapper {
    top: 12px
  }
}


/*ドロワーメニュー*/

.drw-contact-wrapper {
  padding: 20px 15px; /* ドロワー内なので左右の余白を少し調整 */
  color: #333;
  max-width: 360px;
  margin: 0 auto;
  box-sizing: border-box;
}

.drw-contact-section {
  text-align: center;
  margin-bottom: 35px;
}

/* ラベル（見出し） */
.drw-contact-heading {
  display: block;
  font-size: 16px; /* ドロワーに合わせてわずかに縮小 */
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ボタン共通設定：詳細度を高めるため .drw-contact-wrapper を含める */
.drw-contact-wrapper a[class^="drw-contact-btn-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 15px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  text-decoration: none;
  color: #2a7d55 !important;
  background-color: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.drw-contact-wrapper a[class^="drw-contact-btn-"]:hover {
  background-color: #f9f9f9;
  border-color: #ccc;
}

/* 右側の矢印アイコン（＞） */
.drw-contact-wrapper a[class^="drw-contact-btn-"]::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #2a7d55;
  border-right: 1.5px solid #2a7d55;
  transform: rotate(45deg);
}

/* SVGアイコンの調整 */
.drw-contact-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  fill: none;
  stroke: #2a7d55;
  stroke-width: 2.5px;
}

/* 電話番号テキスト */
.drw-contact-tel-num {
  font-size: 24px;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1;
  
}

/* 通常テキストボタン */
.drw-contact-btn-text {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-right: 15px; /* 矢印との被り防止 */
}

/* 注意書き（注釈） */
.drw-contact-note {
  font-size: .9em;
  line-height: 1.6;
  color: #333;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.drw-contact-note.order {
  margin-top: 10px;}
.drw-mb-10 {
  margin-bottom: 10px !important;
}

/* リンクの装飾 */
.drw-contact-note a {
  color: inherit !important;
  text-decoration: underline !important;
}




#index-contents {
  padding: 0
}

#index-contents.top>*:nth-child(n+2),
#index-footer {
  margin: 6em auto 0
}

#index-contents.top .bg-color {
  padding: 6em 0;
  background: #f5f5f5
}

#index-contents a:hover img {
  opacity: .6
}

@media screen and (max-width:768px) {

  #index-contents.top>*:nth-child(n+2),
  #index-footer {
    margin-top: 4em
  }

  #index-contents.top .bg-color {
    padding: 4em 0
  }
}

#index-contents.top #main-vs {
  text-align: center;
  overflow-y: visible;
  max-width: 1400px
}

#drawer-wrapper #drawer-inline .info+p {
  font-size: 1.04em;
  line-height: 1.5;
  font-weight: 300;
  
}
#index-contents.top .swiper-button-prev,
#index-contents.top .swiper-button-next {
  display: none
}

#index-contents.top #main-vs a {
  position: relative
}

#index-contents.top #main-vs a,
#index-contents.top #main-vs a>* {
  display: block;
  font-weight: 500;
  line-height: 1.4em
}

#index-contents.top #main-vs a h2 {
  position: absolute;
  top: .6em;
  left: .6em;
  padding: 1em;
  font-size: 1.4em;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, .92)
}

#index-contents.top #main-vs li:hover a h2 {
  background: #fff
}

#index-contents.top #main-vs a img {
  display: block
}

#index-contents.top #main-vs a:hover img {
  opacity: 1
}

#index-contents.top #main-vs a p {
  position: absolute;
  bottom: .6em;
  left: 0;
  right: 0;
  width: calc(100% - 1.2em);
  margin: auto;
  padding: .6em 0;
  color: #fff;
  background: rgba(0, 0, 0, .6)
}

@media screen and (min-width:1441px) {
  #index-contents.top #main-vs a h2 {
    font-size: 1.6em
  }

  #index-contents.top #main-vs a p {
    font-size: 1.1em
  }
}

@media screen and (min-width:769px) {
  #index-contents.top #main-vs li[class*='active'] {
    box-shadow: 0 0 .6em rgba(0, 0, 0, .2)
  }

  #index-contents.top #main-vs li:not([class*='active']) {
    opacity: .6
  }

  #index-contents.top #main-vs a h2 br {
    display: none
  }
}

@media screen and (max-width:768px) {
  #index-contents.top #main-vs a h2 {
    font-size: 1.6em
  }
}

@media screen and (max-width:425px) {
  #index-contents.top #main-vs a {
    font-size: .9em
  }

  #index-contents.top #main-vs a h2 {
    font-size: 1.4em
  }
}

@media screen and (max-width:320px) {
  #index-contents.top #main-vs a h2 {
    padding: .8em;
    font-size: 1.2em
  }

  #index-contents.top #main-vs a p {
    font-size: 12px
  }
}


#index-footer .contact-container {
  text-align: center;
  padding: 40px 20px;
  background-color: #f9f9f9;
}

#index-footer .contact-flex-wrapper {
  display:block;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; 
  max-width: 800px;
  margin: 0 auto;
}

#index-footer .contact-block {
  width: 380px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#index-footer .contact-label {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 8px;
  height: 1.5em;
  display: flex;
  align-items: center;
  font-weight: bold;
}
 #index-footer .contact-label .tel{
    font-weight: bold;
  }

#index-footer .contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 100%; 
  height: 70px;
  box-sizing: border-box;
}

#index-footer .contact-btn:hover {
  background-color: #f0f0f0;
  transform: translateY(-1px);
}

#index-footer .contact-btn svg {
  stroke: #217a4b;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
#index-footer .contact-btn svg use{
  fill: #333;}
#index-footer .contact-btn p {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold
      ;
    color:#217a4b;
}

#index-footer .contact-btn p.tel-number {
  color:#217a4b;
  font-size: 24px !important;
  font-weight: normal;
}
#index-footer .contact-btn.guide svg
{stroke: #c44040;}
#index-footer .contact-btn.guide::after{
  border-top: 1px solid #c44040;
  border-right: 1px solid #c44040;
}
#index-footer .contact-btn.guide  p.tel-number,#index-footer .contact-btn.guide  p{
  color:#c44040;}
#index-footer .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

#index-footer .contact-btn::after {
  content: "";
  position: absolute;    
  right: 20px;           
  top: 50%;              
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-top: 1px solid #217a4b;  
  border-right: 1px solid #217a4b;
}

#index-footer .contact-note {
  width: 100%;
  font-size: .9em;
  color: #333;
  line-height: 1.5;
  text-align:left;
}
#index-footer .contact-note.inquiry {
    margin-top: 10px;
  margin-bottom: 40px;
}

#index-footer .holiday {
  margin-top: 30px;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}


@media (max-width: 680px) {
  #index-footer .contact-block {
    width: 100%; 
    max-width: 380px;
  }
  #index-footer .contact-btn p {
  font-size: 18px;
}
  #index-footer .contact-flex-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px; 
  }

  #index-footer .tel-number {
    font-size: 18px !important;
  }
}

  @media (max-width: 350px) {
      #index-footer .contact-btn::after {
  right: 10px;     
  
  }
    }



/* --- 商品ページリピートバナー --- */
#oil-repeat {
    margin: 40px auto 0;
    max-width: 600px; /* デスクトップ時の最大幅（任意） */
}

/* 見出し：中央寄せと装飾 */
#oil-repeat > div:first-child {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    line-height:2.5;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#d02929;
    background-color:#ddd;
}

/* ボタン共通設定 */
#oil-repeat .btn-container {
    justify-content: center; /* 基本は中央 */
    gap: 20px;              /* ボタン間の隙間 */
    margin: 0 auto;
}

#oil-repeat .btn-container > div {
    transition: transform 0.2s ease;
}

#oil-repeat .btn-container > div:hover {
    transform: translateY(-3px); /* ホバー時に少し浮かす */
}

#oil-repeat img {
    display: block;

}

/* --- 画面幅 700px 以下の設定 --- */
@media screen and (max-width: 700px) {
    #oil-repeat .btn-container {
        max-width: 600px;
        justify-content: space-between !important; /* 強制的に端寄せ */
    }
    
    #oil-repeat .btn-container > div {
        width: 280px; /* 指定の横幅 */
    }
}

/* --- スマホ時の設定（横幅が狭くなった時） --- */
@media screen and (max-width: 580px) { /* 280px×2個が入らなくなるサイズ */
    #oil-repeat .btn-container {
        flex-direction: column; /* 縦に並べる */
        align-items: center;
        padding: 0 20px;        /* 左右にパディング */
        gap: 15px;              /* 上下の隙間 */
    }
    
    #oil-repeat .btn-container > div {
        width: 100%;            /* 横幅いっぱい */
        max-width: 400px;       /* 広がりすぎ防止 */
    }

    #oil-repeat > div:first-child {
        font-size: 1.1rem;      /* 見出しを少し小さく */
    }
}
