@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font: 18px "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}

ul {
  list-style: none;
}

.bold {
  font-weight: bold;
}

h2,
h3,
h4,
p,
a,
li,
span,
figcaption,
th,
td,
dt,
dd,
strong,
em,
b,
small {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
}

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

input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus {
  outline-offset: -2px;
}

/* LAYOUT */
.pd-5 {
  padding: 5px;
}

.pd-10 {
  padding: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

.mb-90 {
  margin-bottom: 90px;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aligncenter {
  display: block;
  margin: auto !important;
  text-align: center;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.textRight {
  text-align: right;
}

.block {
  display: block;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.strikethrough {
  text-decoration: line-through;
}

.width-15 {
  width: 15%;
}

.width-25 {
  width: 25%;
}

.width-35 {
  width: 35%;
}

.width-65 {
  width: 65%;
}

.width-75 {
  width: 75%;
}

.width-100 {
  width: 100%;
}

.w800 {
  max-width: 800px;
  margin: auto;
}

.container {
  margin: auto;
  max-width: 1000px;
  padding: 0 10px;
  width: 100%;
}

.inner {
  margin: auto;
  max-width: 900px;
}

.autoW {
  width: auto;
}

.lh1 {
  line-height: 1;
}

/* COLOR */
.green {
  color: #2bc2c4;
}

.light-green {
  color: #e2f7f7;
}

.pink {
  color: #ff6664;
}

.red {
  color: #e91c24;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.bg__green {
  background-color: #2bc2c4;
}

.bg__light-green {
  background-color: #e2f7f7;
}

.bg__pink {
  background-color: #ff6664;
}

.bg__white {
  background: #fff;
}

.blue {
  color: #00cdd6;
}

.grey {
  color: #666;
}

.yellow {
  color: #ffff00;
}

.light-yellow {
  color: #fffabc;
}

.bg__cream {
  background: #ffffe5;
}

.bg__light-cream {
  background: #fefef7;
}

.yellow_underline {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffff00));
  background: linear-gradient(transparent 0%, #ffff00 0%);
}

/* FONT */
.font-h1 {
  font-size: 50px;
}

.font-h2 {
  font-size: 40px;
}

.font-h3 {
  font-size: 30px;
}

.font-h4 {
  font-size: 25px;
}

.font-h5 {
  font-size: 20px;
}

.font-small {
  font-size: 0.6em;
}

.font-thin {
  font-weight: 100;
}

.font-bold {
  font-weight: bold;
}

.font-weight100 {
  font-weight: 100;
}

.font-weight200 {
  font-weight: 200;
}

.font-weight300 {
  font-weight: 300;
}

.font-weight400 {
  font-weight: 400;
}

.font-weight500 {
  font-weight: 500;
}

.font-weight600 {
  font-weight: 600;
}

.font-weight700 {
  font-weight: 700;
}

.font-weight800 {
  font-weight: 800;
}

.font-weight900 {
  font-weight: 900;
}

.font-bigger {
  font-size: 1.6em;
}

.font-smaller {
  font-size: 0.8em;
}

.font-serif {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "klee", sans-serif;
}

.font-mincho {
  font-family: "02うつくし明朝体", "HiraMinPro W3-83pv-RKSJ-H", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.font-hiragino {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.font-hirakaku5 {
  font-family: "HiraginoSans-W5", "ヒラギノ角ゴシック W5", "Hiragino Kaku Gothic Pro W5", "HiraKakuPro-W5";
}

.font-hirakaku8 {
  font-family: "HiraginoSans-W8", "ヒラギノ角ゴシック W8", "Hiragino Kaku Gothic Pro W8", "HiraKakuPro-W8";
}

.font-impact {
  font-family: impact;
}

.ryumin {
  font-family: "Ryumin Regular KL", "A-OTF リュウミン Pr5 EB-KL", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.line-height-reset {
  line-height: 1;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.heading__border-bottom {
  border-bottom: 3px solid #2bc2c4;
  display: table;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 15px;
}

@supports not ((width: -webkit-max-content) or (width: -moz-max-content) or (width: max-content)) {
  /* IE */
  .heading__border-bottom {
    width: 50%;
  }
}

/* PRICE */
.price__discount {
  font-size: 1.1em;
  font-weight: 600;
}

.price__discount--ratio {
  background: #ff6c71;
  border-radius: 3px;
  color: #fff;
  font-size: 0.6em;
  font-weight: 600;
  margin-left: 10px;
  padding: 3px 4px;
  vertical-align: middle;
}

/* BASE LOGO AND SHOPING CART */
.baseMenuTag {
  height: 40px;
  padding: 5px 0;
}

#baseMenu {
  position: relative;
  right: auto;
  top: auto;
}

#baseMenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#baseMenu > ul > li a {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  height: 30px;
  padding: 5px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  width: 30px;
}

#baseMenu > ul > li a:hover {
  background: #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#baseMenu > ul > li img {
  height: 20px;
  width: 20px;
}

.fadeIn {
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.col2 {
  padding: 10px;
  width: 50%;
}

.col3 {
  padding: 10px;
  width: calc(100% / 3);
}

.col3_2 {
  padding: 10px;
  width: calc(100% / 3 * 2);
}

.col4 {
  padding: 10px;
  width: 25%;
}

.col4_3 {
  padding: 10px;
  width: 75%;
}

.col5 {
  padding: 10px;
  width: 20%;
}

.col5_4 {
  padding: 10px;
  width: 80%;
}

@media (min-width: 769px) {
  .center_pc {
    text-align: center;
  }
  .pc__none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .baseMenuTag {
    height: auto;
  }
  #baseMenu > ul > li a {
    height: auto;
    width: 7vw;
  }
  #baseMenu > ul > li img {
    height: auto;
    width: 100%;
  }
  .font-h2 {
    font-size: 30px;
  }
  .font-h3 {
    font-size: 25px;
  }
  .font-h4 {
    font-size: 20px;
  }
  .sp__none {
    display: none !important;
  }
  .row.sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .col2.sp,
  .col3.sp,
  .col3_2.sp,
  .col4.sp,
  .col4_3.sp {
    width: 100%;
  }
}

@media (max-width: 480px) {
  h2,
  h3,
  h4,
  p,
  a,
  li,
  span,
  figcaption,
  th,
  td,
  dt,
  dd,
  strong,
  em,
  b,
  small {
    font-size: 16px;
  }
  .font-h1 {
    font-size: 35px;
  }
  .font-h2 {
    font-size: 24px;
  }
  .font-h3 {
    font-size: 20px;
  }
  .font-h4 {
    font-size: 18px;
  }
  .font-h5 {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .font-h1 {
    font-size: 30px;
  }
  .font-h4 {
    font-size: 16px;
  }
  .font-h5 {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .font-h2 {
    font-size: 20px;
  }
  .font-h3 {
    font-size: 18px;
  }
}

/* HEADER*/
.garden-header {
  background: #fff;
  -webkit-box-shadow: 0 -5px 25px -10px rgba(0, 0, 0, 0.29) inset;
          box-shadow: 0 -5px 25px -10px rgba(0, 0, 0, 0.29) inset;
  height: 150px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.anchor-link {
  width: 100%;
  margin-top: -150px;
  padding-top: 150px;
}

.garden-header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

.garden-header .garden-logo {
  display: block;
  width: 290px;
}

.garden-header .logo {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.garden-headerMenu__lists {
  margin: 0 10px;
  height: 100%;
}

.garden-headerMenu__list:first-of-type {
  border-left: 1px solid #999;
}

.garden-headerMenu__list {
  border-right: 1px solid #999;
  width: calc(100% / 7);
  /*メニューの数で割る*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1em;
}

.garden-headerMenu__list--link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  height: 40px;
  /* ロゴ高さと同じ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 0 10px;
  width: calc(900px / 7);
  /*130px*/
}

@media (max-width: 1200px) {
  .garden-headerMenu__list--link {
    font-size: 12px;
    padding: 0 5px;
    width: 95px;
  }
}

@media screen and (max-width: 768px) {
  .garden-header {
    height: 100px;
  }
  .garden-header .nav {
    top: 100px;
  }
  .anchor-link {
    margin-top: -100px;
    padding-top: 100px;
  }
  .garden-header .garden-logo {
    width: 43vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .garden-header .button__hamburger {
    background: #00cdd6;
    font-size: 3vw;
    margin-right: 10px;
    padding-top: 6vw;
    position: relative;
    width: 10%;
  }
  .garden-header .button__hamburger .border {
    background: #fff;
    border-radius: 30px;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 70%;
  }
  .garden-header .button__hamburger .border:nth-of-type(1) {
    top: 15%;
  }
  .garden-header .button__hamburger .border:nth-of-type(2) {
    top: 30%;
  }
  .garden-header .button__hamburger .border:nth-of-type(3) {
    top: 45%;
  }
  .garden-header .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 50%;
  }
  .garden-header .logo h1 {
    padding-bottom: 5px;
  }
  .garden-header .nav {
    left: -300px;
    overflow-y: scroll;
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 300px;
    z-index: 10;
  }
  .garden-header .nav.active {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  .garden-header .nav .garden-headerMenu__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
    margin: 0 auto;
  }
  .garden-header .nav .garden-headerMenu__list {
    background: #00cdd6;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0.5em 2em 0.5em 1em;
    position: relative;
    width: 100%;
    display: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    height: auto;
  }
  .garden-header .nav .garden-headerMenu__list .garden-headerMenu__list--link {
    font-size: 1.2rem;
    width: 100%;
    color: #fff;
  }
  .garden-header .nav .garden-headerMenu__list::after {
    background: center/contain url(https://www.garden-clinic.net/shop/gardenclinic/white/202204/img/icon__arrow.svg) no-repeat;
    content: "";
    height: 1em;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1em;
  }
  .garden-header .curtain {
    background: rgba(0, 0, 0, 0.59);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    z-index: 9;
    margin-top: 150px;
  }
  .garden-header .curtain.active {
    -webkit-transform: none;
            transform: none;
  }
  .button__hamburger.active .border {
    width: 50%;
  }
  .button__hamburger.active .border:nth-of-type(1) {
    -webkit-transform: translateY(1.8vw) rotate(-45deg);
            transform: translateY(1.8vw) rotate(-45deg);
  }
  .button__hamburger.active .border:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  .button__hamburger.active .border:nth-of-type(3) {
    top: 15%;
    -webkit-transform: translateY(1.8vw) rotate(45deg);
            transform: translateY(1.8vw) rotate(45deg);
  }
}

@media (max-width: 480px) {
  .garden-header {
    height: 70px;
    margin: 0;
  }
  .garden-header .nav {
    top: 70px;
  }
  .garden-header .curtain {
    margin-top: 70px;
  }
  .anchor-link {
    margin-top: -70px;
    padding-top: 70px;
  }
  .garden-header .garden-logo {
    height: 40px;
  }
  .garden-header .button__hamburger {
    width: 13%;
  }
}

@media (max-width: 320px) {
  .garden-header .button__hamburger {
    width: 15%;
  }
}

.black_ttl {
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #777), color-stop(30%, #888), color-stop(80%, #302121));
  background: linear-gradient(to right, #777 15%, #888 30%, #302121 80%);
  padding: 20px 0;
  position: relative;
}

@media screen and (max-width: 480px) {
  .black_ttl {
    padding: 10px;
  }
}

.black_ttl.bg {
  padding: 0;
}

/* //HEADER*/
/*HERO*/
.garden-hero {
  padding: 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5f8), color-stop(#fff), color-stop(#fff), to(#fff));
  background: linear-gradient(to bottom, #f2f5f8, #fff, #fff, #fff);
}

.garden-hero .container {
  padding: 0;
}

.garden-hero .fv-top {
  background-color: #ffff00;
}

.garden-hero .fv-top-ctn {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .garden-hero .fv-top-ctn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
  }
}

.garden-hero .fv-top-ctn .off {
  background-color: #e91c24;
}

@media screen and (max-width: 768px) {
  .garden-hero .fv-top-ctn .off {
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.garden-hero .fv-top-ctn .off.sp__none {
  position: absolute;
  top: 25%;
  left: 5%;
  width: 150px;
  height: 150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 25px;
}

.garden-hero .fv-top-ctn .off.sp__none .num {
  line-height: 1;
  font-size: 3.3rem;
}

@media screen and (max-width: 768px) {
  .garden-hero .fv-top-ctn .off.pc__none .num {
    font-size: 8vw;
    line-height: 1;
  }
}

@media screen and (max-width: 480px) {
  .garden-hero .fv-top-ctn .off.pc__none .num {
    font-size: 8vw;
    line-height: 1;
  }
}

.garden-hero .fv-top-ctn .off .off-ctn {
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.garden-hero .fv-top-ctn .off .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 0.2em;
}

.garden-hero .fv-top-ctn .off .txt .small {
  font-size: 1rem;
}

.garden-hero .fv-top-ctn .off .txt span {
  line-height: 1;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .garden-hero .fv-top-ctn .off .txt span {
    font-size: 3.2vw;
  }
}

.garden-hero .fv-top-ctn .fv-top-price {
  width: 77%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .garden-hero .fv-top-ctn .fv-top-price .font-h3 {
    font-size: 3.6vw;
    line-height: 1;
  }
  .garden-hero .fv-top-ctn .fv-top-price .font-h1 {
    font-size: 6.3vw;
    line-height: 1;
  }
  .garden-hero .fv-top-ctn .fv-top-price .arrow {
    font-size: 2.6vw;
    line-height: 1;
  }
}

.garden-hero .fv-bottom {
  background-color: #00cdd6;
  padding: 5px 0;
}

.garden-hero .fv-bottom .border {
  background: -webkit-gradient(linear, left top, right top, from(#ff0), color-stop(#ffbd00), to(#ff0));
  background: linear-gradient(to right, #ff0, #ffbd00, #ff0);
  padding: 5px 0;
}

.garden-hero .fv-bottom .fv-bottom-ctn {
  background-color: #00cdd6;
  padding: 10px 0;
}

.garden-hero .fv-bottom .container {
  max-width: 900px;
  padding: 10px;
}

@media screen and (max-width: 480px) {
  .garden-hero .fv-bottom .container {
    padding: 0;
  }
}

.garden-hero .fv-bottom .container * {
  line-height: 1.2;
}

.garden-hero .fv-bottom .fv-bottom-left {
  width: 60%;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .garden-hero .fv-bottom .fv-bottom-left {
    width: 50%;
  }
}

.garden-hero .fv-bottom .fv-bottom-right {
  width: 40%;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .garden-hero .fv-bottom .fv-bottom-right {
    width: 50%;
  }
}

/*HERO_END*/
/*CTA*/
.del {
  position: relative;
}

.del:before {
  content: "";
  width: 98%;
  height: 1px;
  border-top: 2px solid red;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-14deg) translateY(-50%);
          transform: rotate(-14deg) translateY(-50%);
}

.garden-cta__button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffd398), color-stop(45%, #fa0), color-stop(90%, #fa0), to(#ffd398));
  background: linear-gradient(#ffd398 20%, #fa0 45%, #fa0 90%, #ffd398 100%);
  border: 2px solid #ed5a24;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 8px -2px black;
          box-shadow: 1px 2px 8px -2px black;
  padding: 0.5em 1em;
  position: relative;
}

.garden-cta__button::after {
  background: url(https://www.garden-clinic.net/shop/gardenclinic/white/202204/img/icon__arrow.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 32px;
  margin-left: 1em;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}

.items .garden-cta__button {
  border-radius: 10px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.cta {
  color: #000;
}

.cta .container {
  max-width: 800px;
  padding: 30px 0;
}

.cta .container .col4_3 {
  position: relative;
}

.cta .container .col4_3 .cta-price-ctn {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta .container .col4_3 .cta_mark {
  position: absolute;
  top: 57px;
  right: 15px;
  width: 150px;
  -webkit-filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
}

.cta .cta-ttl {
  position: relative;
  padding: 0 10px;
}

.cta .cta-ttl::before, .cta .cta-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 17px;
  height: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta .cta-ttl::before {
  background: url(https://www.garden-clinic.net/shop/gardenclinic/white/202204/img/cta_ttl_before.png) no-repeat;
  background-size: 100%;
  left: -10px;
}

.cta .cta-ttl::after {
  background: url(https://www.garden-clinic.net/shop/gardenclinic/white/202204/img/cta_ttl_after.png) no-repeat;
  background-size: 100%;
  right: 0;
}

.cta .cta-price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta .cta-price .txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.cta .cta-price .txt .en {
  padding-left: 5px;
}

.cta .cta-price .new-price > .lh1 {
  background: #e91c24;
  color: #ff0;
  padding: 2px;
  text-align: center;
  width: 90%;
}

.cta .cta-price .new-price .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta .cta-price .new-price .num {
  font-size: 4rem;
}

.cta .cta-price .new-price .txt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cta .cta-price .new-price .font-small {
  font-size: 1em;
}

.cta .border {
  border: 1px solid #333;
  padding: 0 0.4em;
  margin-left: 25px;
}

.cta .cta-btn {
  width: 100%;
  margin-right: auto;
}

.cta .cta-btn a {
  display: block;
  width: 100%;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}

.shiny-btn {
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.shiny-btn:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.shiny-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shiny-btn 3s ease-in-out infinite;
          animation: shiny-btn 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .garden-cta__button::after {
    height: 3vw;
    width: 3vw;
  }
  .cta .container {
    padding: 5%;
  }
  .cta .container .row {
    max-width: 90%;
    margin: 0 auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cta .cta-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 55%;
    margin-left: auto;
    margin-bottom: 0;
  }
  .cta .cta-price .old-price .txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .cta .cta-price .old-price .old-price-ttl {
    font-size: 2.4vw;
  }
  .cta .cta-price .old-price .num {
    font-size: 5.8vw;
  }
  .cta .cta-price .new-price .num {
    font-size: 10vw;
  }
  .cta .cta-price .new-price .font-small {
    font-size: 0.6em;
  }
  .cta .cta-price .arrow {
    width: 70%;
  }
  .cta .border {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    padding: 0 5px;
  }
  .cta .cta-btn {
    margin-right: auto;
    margin-left: auto;
  }
  .cta .cta-left-sp {
    width: 40%;
    padding-right: 5px;
  }
  .cta .cta-left-sp img {
    padding: 7%;
    -webkit-filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
  }
  .cta .cta-left-sp .free-shipping {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 480px) {
  .garden-cta__button::after {
    height: 4vw;
    width: 4vw;
  }
  .cta .en {
    font-size: 14px;
  }
  .cta .container .row {
    max-width: 100%;
  }
  .cta .col4 {
    padding-left: 0;
    width: 30%;
  }
  .cta .col4_3 {
    width: 70%;
  }
  .cta .lineup-name .font-h1 {
    font-size: 10vw;
  }
  .cta .cta-price {
    width: 70%;
  }
  .cta .cta-price .new-price > .lh1 {
    font-size: 14px;
    width: 100%;
  }
  .cta .cta-price .new-price .num {
    font-size: 9vw;
  }
  .cta .cta-left-sp {
    bottom: 30px;
    left: 2vw;
    width: 23vw;
  }
  .cta .border {
    width: 96%;
    font-size: 12px;
  }
  .cta .cta-btn {
    width: 96%;
  }
}

/*CTA_END*/
/*EPISODE*/
#episode .episode-box {
  margin-top: 30px;
}

#episode .episode-box .ttl {
  padding: 30px 0;
}

#episode .episode-box .koka {
  padding: 30px 0;
}

#episode .arcodion::after {
  content: none;
}

#episode .arcodion.open:after {
  content: none;
}

@media screen and (max-width: 768px) {
  #episode .episode-box .ttl {
    padding: 0;
  }
  #episode .episode-box .episode-ctn {
    display: none;
  }
}

.news .container {
  background-color: #fffddd;
  padding: 30px;
  margin: 50px auto;
}

.news .magazine-ctn {
  background: #fff;
  padding: 30px;
}

.news .magazine-ttl {
  padding: 30px 0;
}

.news .magazine-ttl .font-h1 {
  color: #806cc2;
  font-size: 5rem;
  width: 100%;
}

.news .magazine-ttl .time {
  background: #000;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news .magazine-ttl .time hr {
  border: none;
  border-bottom: 1px solid #fff;
  width: 90%;
}

.news-preview {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-preview-container {
  position: relative;
}

.news-preview-container .preview-pic {
  width: 95%;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}

.news-preview-container .preview-pic-btn {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 36px;
  height: 1em;
  width: 1em;
  background: #808080;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.news-preview-container .preview-lens {
  position: absolute;
  opacity: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  border-radius: 100%;
  border: solid 5px #ffffff;
  z-index: 1;
}

.news-preview-container .preview-lens .lens-img {
  width: 200vw;
  max-width: 1200px;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.news .js-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .news .container {
    padding: 10px;
  }
  .news .magazine-ctn .ryumin {
    text-align: center;
    font-size: 1.2rem;
  }
  .news .magazine-ttl {
    padding: 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news .magazine-ttl .font-h1 {
    font-size: 5rem;
    margin-right: 10px;
    width: auto;
  }
  .news .zoom-btn {
    width: 80%;
    margin: auto;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .news .container {
    padding: 10px;
  }
  .news .magazine-ctn {
    padding: 10px;
  }
  .news .magazine-ttl {
    padding: 10px 0;
  }
  .news .magazine-ttl .font-h1 {
    font-size: 3rem;
  }
}

/*VOICE*/
#voice {
  position: relative;
}

#voice .container {
  padding: 50px 0px;
}

.background-blue {
  background: #e5fafb;
}

.voice01 {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/voice01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.voice02 {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/voice02.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.voice03 {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/voice03.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.voiceBox {
  background: #fff;
  padding: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 300px;
}

.voiceRight.voiceBox {
  right: 8%;
}

.voiceLeft.voiceBox {
  left: 8%;
}

.voiceBox::after {
  border-left: 20px solid transparent;
  border-right: 12px solid transparent;
  border-top: 40px solid #fff;
  bottom: -28px;
  content: "";
  height: 0;
  margin: 0;
  position: absolute;
  right: 50%;
  width: 0;
}

.voiceRight.voiceBox::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.voiceLeft.voiceBox::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.voiceBoxBorder {
  border: 1px solid #05cbd4;
}

.voiceBoxContent {
  padding: 20px;
}

.age {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #05cbd4;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 80px;
}

.voiceRight .age {
  bottom: -15%;
  left: -10%;
}

.voiceLeft .age {
  right: -10%;
  top: -15%;
}

.blockquote01 {
  left: 2%;
  top: 5%;
  width: 10%;
}

.blockquote02 {
  bottom: 5%;
  right: 2%;
  width: 10%;
}

.blockquote03 {
  background: #def0f1;
  left: 3%;
  top: 7%;
  width: 10%;
}

.blockquote04 {
  background: #def0f1;
  bottom: 7%;
  right: 3%;
  width: 10%;
}

@media screen and (max-width: 768px) {
  .voice-ttl {
    position: absolute;
    width: 80%;
    top: 410px;
    left: 0;
  }
  .background-blue {
    height: 35%;
  }
  .voice01 {
    background-position: 15%;
  }
  .voice02 {
    background-position: 82%;
  }
  .voice03 {
    background-position: 0;
  }
  .age {
    opacity: 1;
  }
  .blockquote01 {
    left: 3%;
  }
  .blockquote02 {
    right: 3%;
  }
}

@media screen and (max-width: 600px) {
  .voice-ttl {
    top: 65vw;
  }
}

@media screen and (max-width: 480px) {
  #voice .container {
    padding: 0;
  }
  .voice-ttl {
    top: 70vw;
  }
  .voiceBox {
    background: RGB(255, 255, 255, 0.8);
    width: 250px;
  }
  .voiceBox::after {
    content: none;
  }
  .voiceRight.voiceBox,
  .voiceLeft.voiceBox {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*VOICE_END*/
/*WORRIES*/
#worries .container {
  padding: 0;
}

#worries .black_ttl .container {
  position: relative;
}

#worries .black_ttl .container::before, #worries .black_ttl .container::after {
  content: "";
  position: absolute;
  width: 49px;
  height: 33px;
}

#worries .black_ttl .container::before {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/blockquote03.png) no-repeat;
  background-size: 100%;
  top: 0;
  left: 5%;
}

#worries .black_ttl .container::after {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/blockquote04.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  right: 5%;
}

#worries .worries-box {
  position: relative;
  margin-bottom: 10px;
}

#worries .worries-box ul {
  margin: 0 auto;
  position: absolute;
  bottom: 5%;
  left: 3%;
}

#worries .worries-box ul li {
  padding-left: 70px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 20px;
}

#worries .worries-box ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/checkbox.png) no-repeat;
  background-size: 100%;
}

#worries .worries-box.box03 {
  margin: 0;
}

#worries .worries_arrow {
  position: relative;
  z-index: 2;
}

#worries .worries_arrow .txt {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#worries .lineup {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/lineup_bg.png) repeat-y;
  background-size: 100%;
  background-position: left top;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  padding: 200px 0 100px;
}

#worries .lineup .row {
  max-width: 900px;
  margin: 0 auto;
}

#worries .lineup .row .font-h1 {
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
  #worries .worries-box ul li {
    padding-left: 40px;
    margin-bottom: 10px;
  }
  #worries .worries-box ul li::before {
    width: 30px;
    height: 30px;
  }
  #worries .lineup {
    background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/lineup_bg_sp.png) repeat-y;
    background-size: 100%;
    background-position: left top;
    padding: 70px 0 30px;
    margin-top: -70px;
  }
}

@media screen and (max-width: 480px) {
  #worries .black_ttl .container {
    position: relative;
  }
  #worries .black_ttl .container::before, #worries .black_ttl .container::after {
    width: 30px;
    height: 20px;
  }
  #worries .black_ttl .container::before {
    left: 0;
  }
  #worries .black_ttl .container::after {
    right: 0;
  }
  #worries .worries-box ul {
    left: 2%;
  }
  #worries .worries-box ul li {
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 21px;
  }
  #worries .worries-box ul li::before {
    width: 20px;
    height: 20px;
  }
  #worries .worries_arrow .txt {
    font-size: 20px;
    top: 35%;
  }
  #worries .lineup .row .font-h1 {
    font-size: 3.5rem;
  }
  #worries .lineup .row img {
    max-width: 250px;
    margin: 0 auto;
  }
}

/*CAUSE*/
#cause {
  position: relative;
  padding-top: 50px;
}

.full_arrow_wrap {
  padding-bottom: 110px;
  overflow: hidden;
}

.full_arrow {
  position: relative;
}

.full_arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 49vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #fff;
  -webkit-filter: drop-shadow(0 5px 2px #666);
          filter: drop-shadow(0 5px 2px #666);
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .full_arrow:after {
    border-top: 50px solid #fff;
  }
}

.full_arrow_after {
  margin-top: -110px;
}

.arrow_ttl {
  background: #00cdd6;
  padding: 10px 20px;
  max-width: 600px;
  margin: 0 auto 50px;
  position: relative;
  border-radius: 10px;
}

.arrow_ttl::before, .arrow_ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.arrow_ttl::before {
  right: 80px;
  bottom: -20px;
  border-left: 30px solid #00cdd6;
  border-top: 30px solid #00cdd6;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.arrow_ttl:after {
  right: 100px;
  bottom: -30px;
  border-left: 30px solid #ffffff;
  border-top: 30px solid #ffffff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

/*SOLUTION*/
#solution .container {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

#solution .solution_ttl {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

#solution .solution_ttl p {
  background: #00cdd6;
  width: auto;
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0 20px;
}

#solution .solution_ttl .bottom {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #solution .container {
    padding: 0;
  }
  #solution .solution_ttl {
    top: 70%;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    text-align: left;
  }
  #solution .solution_ttl p {
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  #solution .solution_ttl .font-h1 {
    font-size: 30px;
  }
}

/*NMN*/
.title_bg {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/black_ttl_bg.png) no-repeat;
  background-position: top right;
  padding: 20px 0;
}

#nmn .row {
  margin-top: -20px;
}

#nmn .container {
  padding: 100px 20px;
}

#nmn .nmn-box {
  background: #fffde4;
  padding: 20px 20px 0;
  max-width: 900px;
  margin: 0 auto;
}

#nmn .nmn-box .col3 {
  padding-bottom: 0;
}

#nmn .arrow_ttl {
  top: -50px;
  margin: 0 auto;
}

#nmn .arrow_ttl::after {
  border-left: 30px solid #fffde4;
  border-top: 30px solid #fffde4;
}

@media screen and (max-width: 1024px) {
  .title_bg {
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  .title_bg {
    background-size: cover;
    background-position: -40%;
  }
  #nmn .container {
    padding: 50px 10px;
  }
  #nmn .nmn-box .row {
    margin-top: -20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #nmn .nmn-box .col3 {
    width: 50%;
    padding: 0;
  }
  #nmn .nmn-box .col3_2 {
    padding: 0 0 10px;
  }
  #nmn .nmn-box .col3_2 .font-h4 {
    font-size: 4vw;
  }
  #nmn .nmn-box .col3_2 .mb-20 {
    width: 120%;
  }
}

/*POINT*/
.point .container {
  padding: 100px 20px;
}

.point .container .sub_ttl {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 50px;
  background: #fff;
}

.point .container .arrow {
  position: relative;
  letter-spacing: -3px;
  padding-top: 10px;
}

.point .container .arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 20px solid #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.point .point-box {
  padding: 50px 50px 0;
  -webkit-box-shadow: 0 0 10px #999;
          box-shadow: 0 0 10px #999;
}

.point01 {
  background: #00cdd6;
}

.point01 .bg {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/white_hexagonal.png) no-repeat;
  background-position: top right;
}

.point01 .arrow_ttl {
  background: #fffabc;
}

.point01 .arrow_ttl:before {
  border-left: 30px solid #fffabc;
  border-top: 30px solid #fffabc;
}

.point01 .arrow_ttl:after {
  border-left: 30px solid #27d5dc;
  border-top: 30px solid #27d5dc;
}

.point01 .txt,
.point01 .arrow_ttl {
  margin-bottom: 50px;
}

.point02 .bg {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/green_hexagonal.jpg) no-repeat;
  background-position: top right;
}

.point02 .arrow_ttl {
  background: #00cdd6;
}

.point02 .arrow_ttl:before {
  border-left: 30px solid #00cdd6;
  border-top: 30px solid #00cdd6;
}

.point02 .txt,
.point02 .arrow_ttl {
  margin-bottom: 50px;
}

.point02 .point-box {
  padding: 50px;
}

.point02 .container .sub_ttl {
  background: #00cdd6;
  color: #fff;
}

.point02 .container .sub_ttl .arrow::after {
  border-top-color: #00cdd6;
}

.point02 .arrow-box {
  max-width: 800px;
  margin: 0 auto 100px;
  border: 1px solid #333;
  position: relative;
  padding: 50px 0;
}

.point02 .arrow-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  -webkit-filter: drop-shadow(0px 1px 0px #333);
          filter: drop-shadow(0px 1px 0px #333);
}

.point02 .old-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}

.point02 .old-price .del .txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

.point02 .bottom-arrow {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.compare_table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #999;
  background-color: #f3f4f7;
}

.compare_table tr:nth-last-of-type(even) th,
.compare_table tr:nth-last-of-type(even) td {
  background-color: #fff;
}

.compare_table td,
.compare_table th {
  padding: 10px;
  width: calc(100% / 4);
  text-align: center;
  font-weight: bold;
  border-right: 2px solid #999;
  height: 100px;
}

.compare_table td:first-child,
.compare_table th:first-child {
  color: #00cdd6;
  line-height: 1;
}

.compare_table td:first-child span,
.compare_table th:first-child span {
  color: #00cdd6;
  font-weight: bold;
}

.compare_table th {
  padding: 0;
}

.compare_table th .comImg {
  position: relative;
  top: -20px;
  z-index: 3;
}

.compare_table td .font-small {
  font-size: 0.6em;
}

.action {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 700px;
  margin: auto;
  border: 1px solid #00cdd6;
  padding: 20px 100px;
}

.action .action-ttl {
  margin-bottom: 10px;
}

.action .font-h1 {
  padding-left: 10px;
}

.action .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.action .flex * {
  line-height: 1;
}

.action .flex .col5_4 {
  position: relative;
}

.action .flex .col5_4 .cta-left-sp {
  width: 30%;
  padding-right: 5px;
}

.action .flex .col5_4 .cta-left-sp img {
  padding: 7%;
  -webkit-filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
}

.action .flex .col5_4 .cta_mark {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 130px;
  -webkit-filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
}

.action .border {
  border: 1px solid #333;
  padding: 2px;
  margin-left: 10px;
}

.action .lineup-img {
  max-width: 100px;
}

.action a {
  border: 2px solid #ccc;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ccc));
  background: linear-gradient(to bottom, #e9e9e9, #ccc);
  display: block;
  width: 80%;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  line-height: 1;
  padding: 7px 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .action {
    padding: 10px 50px;
  }
  .action .price-box {
    padding-left: 10px;
  }
  .action .font-h1 {
    font-size: 9vw;
  }
  .action .point01 .bg,
  .action .point02 .bg {
    background-size: 100%;
  }
  .action a {
    width: 100%;
  }
  .action .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .action .lineup-img {
    max-width: 70px;
  }
  .action .old-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 5px;
  }
  .action .old-price .price-ttl {
    font-size: 16px;
  }
  .action .old-price .num {
    font-size: 24px;
  }
  .action .old-price .price-body .txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .action .bottom-arrow {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .action .new-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .action .new-price .price-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .action {
    padding: 10px 5px;
  }
  .point .compare_table .font-h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .point01 .bg {
    background-position: 20% -5%;
    background-size: 150vw;
  }
  .point02 .bg {
    background-position: 30% -1.7%;
    background-size: 140vw;
  }
  .point .container {
    padding: 50px 10px;
  }
  .point .container .sub_ttl {
    width: 150px;
  }
  .point .container .arrow::after {
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
  }
  .point .point-box {
    padding: 20px 10px 0;
  }
  .point .point-box .font-h1 {
    font-size: 35px;
  }
  .point .point-box .col3_2 {
    padding-left: 0;
  }
  .point .point-box .col3_2 td,
  .point .point-box .col3_2 th {
    width: 50%;
  }
  .point01 .txt,
  .point01 .arrow_ttl,
  .point02 .txt,
  .point02 .arrow_ttl {
    margin-bottom: 30px;
  }
  .compare_table td,
  .compare_table th {
    padding: 3px;
    height: 60px;
  }
  .compare_table th {
    height: 60px;
  }
  .compare_table th:nth-child(2) .comImg {
    width: auto;
  }
  .compare_table th:nth-child(3) .comImg {
    width: 81%;
  }
  .compare_table th:nth-child(4) .comImg {
    width: 72%;
  }
  .point02 .arrow-box {
    padding: 20px 0;
    margin-bottom: 50px;
  }
  .action {
    padding: 20px 10px;
  }
  .action .col5,
  .action .col5_4 {
    padding: 0;
  }
  .action .lineup-img {
    max-width: 60px;
  }
  .action .font-h1 {
    padding-left: 5px;
  }
  .action .border {
    margin-left: 5px;
  }
  .action .free-shipping {
    font-size: 2.4vw;
  }
  .action .cta-left-sp .lineup-img {
    max-width: 60px;
  }
  .action .old-price .price-ttl {
    font-size: 12px;
  }
  .action .old-price .num {
    font-size: 18px;
  }
}

/*commitment*/
#commitment .container {
  padding: 50px 0;
}

#commitment .top_txt {
  font-size: unset;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  padding-bottom: 2em;
}

#commitment .row {
  margin: 0 auto;
  width: 90%;
}

#commitment .row img {
  width: 71.6%;
}

#commitment h4:before {
  background: #000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}

#commitment h4 span {
  background: #fff;
  padding-right: 0.5em;
  position: relative;
}

#commitment h4.right span {
  background: #fff;
  padding-left: 0.5em;
  position: relative;
}

@media screen and (max-width: 768px) {
  #commitment .row {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #commitment .top_txt {
    font-size: 1.6em;
    padding-bottom: 1em;
  }
  #commitment .row img {
    width: 100%;
  }
}

/*commitment_END*/
/*Quality*/
#quality {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/green_hexagonal2.jpg) no-repeat;
  background-position: bottom left;
}

#quality .bg {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/green_hexagonal.jpg) no-repeat;
  background-position: top right;
  position: relative;
}

#quality .container {
  padding: 100px 20px;
}

#quality .quality_ttl {
  margin-bottom: 100px;
}

#quality .quality-box {
  margin-bottom: 50px;
}

#quality .quality-box .box-ttl {
  margin-bottom: 30px;
}

#quality .report-box .box-ttl {
  color: #713030;
  background: -webkit-gradient(linear, left top, right top, from(#cfa149), color-stop(54%, #f8efaa), color-stop(88%, #e5cc7f), to(#d3a954));
  background: linear-gradient(to right, #cfa149, #f8efaa 54%, #e5cc7f 88%, #d3a954 100%);
  padding: 10px;
  position: relative;
}

#quality .report-box .box-ctn {
  padding: 5%;
  height: 95%;
}

#quality .report-box .box-ctn .border {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #quality {
    background-size: 100%;
  }
  #quality .bg {
    background-size: 100%;
  }
  #quality .container {
    padding: 50px 10px;
  }
  #quality .quality_ttl {
    margin-bottom: 50px;
  }
  #quality .quality-box {
    margin-bottom: 10px;
  }
  #quality .quality-box .box-ttl img {
    max-width: 70px;
  }
  .arcodion::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .arcodion.open:after {
    content: "▲";
  }
  .arcodion-ctn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #quality .bg {
    background-position: 30% -5%;
    background-size: 140vw;
  }
}

/*REASON*/
#reason {
  background: #e8fafb;
}

#reason .container {
  padding: 100px 10px;
}

#reason .reason_ttl {
  margin-bottom: 150px;
}

#reason .compare_table {
  background: transparent;
  border: none;
}

#reason .compare_table tr th,
#reason .compare_table tr td {
  width: 20%;
}

#reason .compare_table tr th:first-child,
#reason .compare_table tr td:first-child {
  border-left: 2px solid #999;
  border-right: none;
}

#reason .compare_table tr th:nth-child(2),
#reason .compare_table tr td:nth-child(2) {
  position: relative;
  border-left: none;
  border-right: none;
  z-index: 1;
}

#reason .compare_table tr th:nth-child(2).font-h4,
#reason .compare_table tr td:nth-child(2).font-h4 {
  font-size: 30px;
}

#reason .compare_table tr th:nth-child(2) .font-h4,
#reason .compare_table tr td:nth-child(2) .font-h4 {
  font-size: 30px;
}

#reason .compare_table tr th:nth-child(2) .font-h3,
#reason .compare_table tr td:nth-child(2) .font-h3 {
  font-size: 40px;
}

#reason .compare_table tr:first-child th {
  border-top: 2px solid #999;
}

#reason .compare_table tr:first-child th:nth-child(2) {
  border-top: none;
}

#reason .compare_table tr:first-child th:nth-child(2) .comImg {
  top: -150px;
  width: 100px;
}

#reason .compare_table tr:first-child th:nth-child(2) .font-h2 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}

#reason .compare_table tr:nth-child(2) th {
  border-top: none;
}

#reason .compare_table tr:last-child td {
  border-bottom: 2px solid #999;
  padding-top: 10px;
}

#reason .compare_table tr:last-child td:nth-child(2) {
  border-bottom: none;
}

#reason .compare_table tr:last-child td .flex-col {
  height: 100%;
}

#reason .compare_table tr:nth-last-of-type(even) th,
#reason .compare_table tr:nth-last-of-type(even) td {
  background-color: #fff;
}

#reason .compare_table tr:nth-last-of-type(even) th:nth-child(2),
#reason .compare_table tr:nth-last-of-type(even) td:nth-child(2) {
  background: transparent;
}

#reason .compare_table tr:nth-last-of-type(odd) th,
#reason .compare_table tr:nth-last-of-type(odd) td {
  background-color: #f3f4f7;
}

#reason .compare_table tr:nth-last-of-type(odd) th:nth-child(2),
#reason .compare_table tr:nth-last-of-type(odd) td:nth-child(2) {
  background: transparent;
}

#reason .table_wrapper {
  width: 100%;
  position: relative;
}

#reason .table_wrapper .gradation_bg {
  position: absolute;
  width: 20%;
  left: 20%;
  top: -35px;
  height: calc(100% + 60px);
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e8d360), color-stop(54%, #fffabc), color-stop(83%, #e8d360), to(#d2b333));
  background: linear-gradient(to top, #e8d360 0%, #fffabc 54%, #e8d360 83%, #d2b333 100%);
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 768px) {
  #reason .table_wrapper .gradation_bg {
    top: -4.5vw;
    height: calc(100% + 7.8vw);
  }
}

@media screen and (max-width: 768px) {
  #reason .container {
    padding: 50px 10px;
  }
  #reason .compare_table tr td:nth-child(2).font-h4,
  #reason .compare_table tr th:nth-child(2).font-h4 {
    font-size: 25px;
  }
  #reason .compare_table tr td:nth-child(2) .font-h4,
  #reason .compare_table tr th:nth-child(2) .font-h4 {
    font-size: 25px;
  }
  #reason .compare_table tr td:nth-child(2) .font-h3,
  #reason .compare_table tr th:nth-child(2) .font-h3 {
    font-size: 30px;
  }
  #reason .compare_table tr td {
    padding: 0;
  }
  #reason .compare_table tr th .comImg {
    top: -30px;
  }
  #reason .compare_table tr:first-child th:nth-child(2)::before {
    height: 15px;
  }
  #reason .compare_table tr:first-child th:nth-child(2) .comImg {
    top: -100px;
  }
  #reason .compare_table tr:last-child td:nth-child(2)::before {
    height: 15px;
  }
}

@media screen and (max-width: 600px) {
  #reason .container {
    padding: 50px 10px;
  }
  #reason .reason_ttl {
    margin-bottom: 100px;
  }
  #reason .compare_table tr td.font-h4,
  #reason .compare_table tr th.font-h4 {
    font-size: 14px;
  }
  #reason .compare_table tr td .font-h4,
  #reason .compare_table tr th .font-h4 {
    font-size: 14px;
  }
  #reason .compare_table tr td:nth-child(2).font-h4,
  #reason .compare_table tr th:nth-child(2).font-h4 {
    font-size: 14px;
  }
  #reason .compare_table tr td:nth-child(2) .font-h4,
  #reason .compare_table tr th:nth-child(2) .font-h4 {
    font-size: 20px;
  }
  #reason .compare_table tr td:nth-child(2) .font-h3,
  #reason .compare_table tr th:nth-child(2) .font-h3 {
    font-size: 20px;
  }
  #reason .compare_table tr td:nth-child(2) span.font-h4,
  #reason .compare_table tr th:nth-child(2) span.font-h4 {
    font-size: 16px;
  }
  #reason .compare_table tr:first-child th:nth-child(2)::before {
    height: 15px;
  }
  #reason .compare_table tr:first-child th:nth-child(2) .comImg {
    top: -80px;
    width: auto;
  }
  #reason .compare_table tr:first-child th:nth-child(3) .comImg {
    width: 83%;
  }
  #reason .compare_table tr:first-child th:nth-child(4) .comImg {
    width: 75%;
  }
  #reason .compare_table tr:last-child td:not(:first-child) .font-h4 {
    font-size: 12px;
  }
  #reason .compare_table tr:last-child td:nth-child(2).font-h4 {
    font-size: 12px;
  }
  #reason .compare_table tr:last-child td:nth-child(2) .font-h4 {
    font-size: 20px;
  }
  #reason .compare_table tr:last-child td:nth-child(2) span.font-h4 {
    font-size: 12px;
  }
  #reason .compare_table tr:last-child td:nth-child(2)::before {
    height: 15px;
  }
}

/*INTERVIEW*/
#interview {
  padding: 100px 0;
  background: linear-gradient(0deg, transparent 5px, rgba(0, 205, 214, 0.5) 5px, transparent 6px, transparent 32px), linear-gradient(90deg, transparent 31px, rgba(0, 205, 214, 0.5) 32px);
  background-size: 32px 32px;
}

#interview .ttl-box {
  border: 2px solid #333;
  margin: 0 auto;
  max-width: 600px;
}

#interview .interview-box {
  margin: 50px 0;
}

#interview .interview-box .name {
  margin-top: 10px;
}

#interview .to-left {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/interview-left.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 30px 30px 80px;
}

#interview .to-right {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/interview-right.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 80px 30px 30px;
}

@media screen and (max-width: 768px) {
  #interview {
    background: linear-gradient(0deg, transparent 3px, rgba(0, 205, 214, 0.5) 3px, transparent 4px, transparent 24px), linear-gradient(90deg, transparent 23px, rgba(0, 205, 214, 0.5) 24px);
    background-size: 24px 24px;
  }
  #interview .to-left {
    padding-left: 60px;
  }
  #interview .to-right {
    padding-right: 60px;
  }
}

@media screen and (max-width: 480px) {
  #interview {
    background: linear-gradient(0deg, transparent 2px, rgba(0, 205, 214, 0.5) 2px, transparent 3px, transparent 15px), linear-gradient(90deg, transparent 14px, rgba(0, 205, 214, 0.5) 15px);
    background-size: 15px 15px;
    padding: 50px 0;
  }
  #interview .interview-box {
    margin: 30px 0;
  }
  #interview .interview-box .name {
    font-size: 13px;
  }
  #interview .to-left {
    background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/interview-left-sp.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 15px 15px 45px;
  }
  #interview .to-right {
    background: url(https://garden-clinic.net/shop/gardenclinic/white/202204/img/interview-right-sp.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 45px 15px 15px;
  }
}

/*GREAT*/
#great .great-ttl {
  background: #ff8f1e;
  padding: 30px 0;
}

#great .great-ttl * {
  line-height: 1.2;
}

#great .full_arrow_wrap {
  background: #f0f0f0;
}

#great .full_arrow::after {
  border-top-color: #f0f0f0;
  -webkit-filter: none;
          filter: none;
}

#great .full_arrow .arrow_text {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 2px 1px 1px #fff, -2px -2px 1px #fff, 3px 3px 1px #fff, -3px -3px 1px #fff, 4px 4px 1px #fff, -4px -4px 1px #fff;
}

#great .full_arrow_after {
  background: #fff;
}

#great .full_arrow_after .container {
  padding-top: 150px;
  max-width: 900px;
}

#great .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

#great .drink {
  max-width: 900px;
  margin: 0 auto;
}

#great .cloud {
  position: relative;
}

#great .cloud .text {
  position: absolute;
  top: 55%;
  left: 15%;
  width: 70%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  line-height: 1.2;
}

#great .cloud::before, #great .cloud::after {
  content: "";
  position: absolute;
  background: #666;
  border-radius: 50%;
}

#great .cloud:before {
  width: 40px;
  height: 40px;
  top: 50px;
  right: 10px;
}

#great .cloud:after {
  width: 25px;
  height: 25px;
  top: 50px;
  right: -25px;
}

@media screen and (max-width: 768px) {
  #great .cloud .text {
    top: 55%;
    left: 15%;
    font-size: 4vw;
  }
  #great .cloud:before {
    width: 5vw;
    height: 5vw;
    top: 5%;
    right: 2%;
  }
  #great .cloud:after {
    width: 3vw;
    height: 3vw;
    top: 5%;
    right: -8%;
  }
}

@media screen and (max-width: 480px) {
  #great .full_arrow .arrow_text {
    top: 95%;
  }
  #great .full_arrow_after .container {
    padding-top: 50px;
  }
  #great .cloud .text {
    left: 20%;
    font-size: 4vw;
  }
}

/*FAQ*/
#faq .container {
  padding: 100px 10px;
}

#faq .faq-box {
  margin-bottom: 50px;
}

#faq .question,
#faq .answer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}

#faq .question .font-h2,
#faq .answer .font-h2 {
  margin-right: 10px;
}

#faq .question {
  background: #00cdd6;
}

#faq .answer {
  background: #fff9e5;
}

#faq .title_bg {
  padding: 0.7em 0;
}

@media screen and (max-width: 768px) {
  #faq .container {
    padding: 50px 10px;
  }
  #faq .faq-box {
    margin-bottom: 30px;
  }
  #faq .arcodion {
    position: relative;
  }
  #faq .arcodion::after {
    color: #fff;
  }
  #faq .arcodion.open::after {
    color: #fff;
  }
}

/*商品一覧*/
#gardenClinic {
  background: url(https://garden-clinic.net/shop/gardenclinic/white/img/info_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0;
}

@media screen and (max-width: 480px) {
  #gardenClinic {
    padding: 50px 0 0;
    overflow: hidden;
  }
}

/*商品一覧_END*/
/*商品一覧*/
.items {
  background: #def0f1;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 100px;
}

.item__lists {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.item__list {
  max-width: 300px;
  width: calc(100% / 3 - 20px);
}

.item__list--link {
  height: 100%;
  padding-bottom: 60px;
}

.item__image--link {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item__image--link:hover {
  opacity: 0.7;
}

.item__stock {
  left: 0;
  position: absolute;
  top: 10px;
}

.item__stock {
  background: #5fc1ce;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: -10px;
  padding: 0.5em 1em;
  position: absolute;
}

.item__stock::before {
  border-bottom: solid 5px transparent;
  border-right: solid 10px #96a09b;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.item__meta .item__title {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.item__meta .item__stock,
.item__meta .item__price {
  color: #878787;
  text-align: center;
}

.item__meta .item__stock {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.item__price {
  font-size: 14px;
}

.items .garden-cta__button {
  border-radius: 10px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 980px) {
  .items .garden-cta__button {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  .item__list {
    width: calc(100% / 2 - 10px);
  }
  .item__list--link {
    padding-bottom: 40px;
  }
  .items .garden-cta__button {
    border-radius: 6px;
    border-width: 3px;
  }
}

@media screen and (max-width: 480px) {
  .items {
    padding: 50px 0;
  }
  .items .garden-cta__button {
    font-size: 4vw;
    padding: 5px;
    border-width: 2px;
  }
}

/* 当ショップについて*/
.clinic-info-heading {
  border-bottom: 3px solid #2bc2c4;
  display: table;
  font: 100 30px Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 15px;
}

.clinic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font: 400 16px "Arial", "Avenir", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
  max-width: 1000px;
  width: 100%;
}

.clinic-info__block {
  width: calc((100% - 50px) / 2);
  margin: 30px auto 0px;
}

.clinic-info__label {
  background: #f9f9f9;
  border: 1px solid #969696;
  color: #2f201b;
  cursor: pointer;
  font-size: 1.6em;
  padding: 0.5em 1em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.clinic-info__label::marker,
.clinic-info__label::-webkit-details-marker {
  display: none;
  font-size: 0;
}

.clinic-info__content {
  font-weight: 300;
  padding-bottom: 4em;
}

.clinic-info__image {
  margin-top: 1.5em;
}

.clinic-info__details {
  margin-top: 1.5em;
}

.clinic-info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.clinic-info__detail:not(:last-of-type) {
  border-bottom: 1px dashed #a29e95;
}

.clinic-info__detail dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00b6a2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 90px;
  padding: 0.5em;
  width: 90px;
}

.clinic-info__detail dd {
  margin-left: 1em;
}

.clinic-info__locate {
  margin-top: 1.5em;
}

.clinic-info__locate iframe {
  height: 300px;
  width: 100%;
}

.clinic-info__locate--description {
  color: #e86d7e;
  text-align: center;
}

.footer {
  width: 100%;
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}

.fixed-btn .new-price .num {
  font-size: 40px;
}

.fixed-btn .orange-shadow {
  -webkit-filter: drop-shadow(2px 3px 3px #ed5a24);
          filter: drop-shadow(2px 3px 3px #ed5a24);
}

.fixed-btn .container {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffd398), color-stop(45%, #fa0), color-stop(90%, #fa0), to(#ffd398));
  background: linear-gradient(#ffd398 20%, #fa0 45%, #fa0 90%, #ffd398 100%);
  border: 2px solid #ed5a24;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 8px -2px black;
          box-shadow: 1px 2px 8px -2px black;
  padding: 10px;
  display: block;
  max-width: 900px;
}

.fixed-btn .container:hover {
  opacity: 1;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fixed-btn .img {
  position: absolute;
  left: 0;
  bottom: -10px;
}

.fixed-btn .row {
  color: #000;
  width: 85%;
  margin-left: auto;
}

.fixed-btn .row .col3_2,
.fixed-btn .row .col3 {
  padding: 0 10px;
  position: relative;
}

.fixed-btn .row .col3_2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 60%;
}

.fixed-btn .row .col3 {
  width: 40%;
}

.fixed-btn .row .old-price,
.fixed-btn .row .arrow,
.fixed-btn .row .new-price {
  padding-right: 10px;
}

.fixed-btn .row .btn {
  padding: 3%;
  position: relative;
  background: #fff;
  border: 1px solid #ed5a24;
  -webkit-box-shadow: 1px 2px 8px -2px #ed5a24;
          box-shadow: 1px 2px 8px -2px #ed5a24;
  width: 100%;
  border-radius: 5px;
}

.fixed-btn .row .btn::after {
  content: "";
  background: url(https://www.garden-clinic.net/shop/gardenclinic/white/202204/img/fixed_icon__arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 23px;
  height: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fixed-btn .row .btn span {
  font-size: 1.2em;
  display: block;
  width: 85%;
  text-align: center;
}

.fixed-btn .mark {
  width: 100%;
  max-width: 90px;
  position: absolute;
  bottom: 17px;
  right: -5px;
}

@media screen and (max-width: 980px) {
  .fixed-btn .new-price .num {
    font-size: 4.5vw;
  }
  .fixed-btn .mark {
    width: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .fixed-btn .img {
    width: 25%;
  }
  .fixed-btn .mark {
    right: 27vw;
    bottom: 50%;
    width: 13vw;
  }
  .fixed-btn .row {
    width: 80%;
  }
  .fixed-btn .row .col3_2,
  .fixed-btn .row .col3 {
    padding: 2px;
  }
  .fixed-btn .row .col3_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .fixed-btn .row .col3_2 .old-price,
  .fixed-btn .row .col3_2 .new-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .fixed-btn .row .col3 {
    padding-right: 5px;
  }
  .fixed-btn .row .btn {
    height: 11vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed-btn .row .btn span {
    line-height: 1.1;
    font-size: 2.7vw;
  }
  .fixed-btn .row .price-title {
    padding: 0 2px 2px;
  }
  .fixed-btn .row .new-price .num {
    font-size: 7vw;
  }
  .fixed-btn .row .new-price .price-title {
    font-size: 3vw;
    padding: 0.2em 1em;
  }
  .fixed-btn .row .new-price .en {
    font-size: 3.2vw;
  }
  .fixed-btn .row .old-price .num {
    font-size: 3.5vw;
  }
  .fixed-btn .row .old-price .price-title {
    font-size: 2.2vw;
    padding: 0.2em 0.5em;
  }
  .fixed-btn .row .old-price .en {
    font-size: 2.3vw;
  }
}

@media screen and (max-width: 480px) {
  .fixed-btn .img {
    width: 25%;
    bottom: -5px;
  }
  .fixed-btn .mark {
    right: 35vw;
  }
  .fixed-btn .row .col3_2 {
    width: 65%;
  }
  .fixed-btn .row .col3_2 .old-price {
    padding-right: 5px;
  }
  .fixed-btn .row .col3_2 .old-price-ttl {
    font-size: 3vw;
  }
  .fixed-btn .row .col3_2 .new-price {
    padding-top: 0.1em;
  }
  .fixed-btn .row .col3_2 .new-price .price-title {
    font-size: 3vw;
    padding: 0.2em 0.5em;
  }
  .fixed-btn .row .col3 {
    width: 35%;
  }
  .fixed-btn .row .btn {
    padding: 2px;
  }
  .fixed-btn .row .btn::after {
    width: 16px;
    height: 16px;
  }
  .fixed-btn .row .btn span {
    font-size: 3vw;
  }
}

#x_startMessenger {
  display: none;
}

/* GARDEN_CLINIC */
#gardenClinic {
  color: #555;
}

#gardenClinic .container {
  padding: 0 0 0 30px;
}

.gardenClinic__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-bottom: 40px;
}

.gardenClinic__flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  position: relative;
}

.gardenClinic__flex--first dl,
.gardenClinic__flex--second dl {
  width: 63%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 24px;
}

.gardenClinic__flex--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 1;
}

.gardenClinic__flex--second {
  width: 50%;
  position: absolute;
  bottom: 50px;
  right: 40px;
}

.gardenClinic__flex--second img {
  width: 100%;
}

.gardenClinic__flex--title {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 0.6em;
  width: 76%;
  padding: 0.3em 0.5em 0.1em;
  font-weight: 500;
  background: #00cdd6;
}

.gardenClinic__doctor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.gardenClinic__doctor--jp {
  line-height: 1;
  margin-right: 0.1em;
  font-size: 48px;
}

.gardenClinic__doctor--eng {
  line-height: 1.1;
  font-size: 18px;
  letter-spacing: 0.3em;
}

.gardenClinic__career {
  margin-bottom: 120px;
}

.gardenClinic__career li {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gardenClinic__career--year {
  min-width: 4.5em;
  width: 4.5em;
}

@media (max-width: 768px) {
  .gardenClinic__flex {
    overflow: hidden;
  }
  .gardenClinic__flex--first dl,
  .gardenClinic__flex--second dl {
    width: 100%;
  }
  .gardenClinic__flex--title {
    width: 63%;
    font-size: 3.1vw;
  }
  .gardenClinic__doctor {
    margin-bottom: 3.6vw;
  }
  .gardenClinic__logo {
    width: 63%;
    margin: 0 auto 40px;
  }
  .gardenClinic__flex--second {
    width: 56vw;
    position: absolute;
    bottom: 9vw;
    right: -9vw;
  }
  .gardenClinic__doctor--jp {
    font-size: 6.5vw;
  }
  .gardenClinic__doctor--eng {
    font-size: 2.5vw;
  }
  .gardenClinic__career {
    margin-bottom: 20vw;
  }
  .gardenClinic__career li {
    line-height: 1.4;
    font-size: 3.2vw;
  }
  .gardenClinic__career li span {
    font-size: inherit;
  }
  #reason .compare_table tr th .comImg.h-82 {
    height: 82px;
  }
}

@media (max-width: 480px) {
  .gardenClinic__career {
    margin-bottom: 24vw;
  }
  .gardenClinic__career li {
    line-height: 1.4;
    font-size: 3.2vw;
  }
  .gardenClinic__career li span {
    font-size: inherit;
  }
  .gardenClinic__flex--second {
    bottom: 10vw;
  }
}
/*# sourceMappingURL=style.css.map */