/* ##############################################################################

    RESET

############################################################################## */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  background: #fff;
  color: #000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000; 
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


/*-- ClearFix --*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
} 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom:1;
}
/*隙間消し*/
li img {
    vertical-align: bottom;
}

/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/* iOS reset */
input[type="submit"] {
  -webkit-appearance: none;
}


@media screen and (min-width: 768px) {
  a { 
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
  }

  @-moz-document url-prefix() {
    * { font-feature-settings: "palt"; }
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    * { font-feature-settings: "palt"; }
  }
}

/* ##############################################################################

  COMMON

############################################################################## */

body {
  font: 15px/1.7 'Noto Sans JP', 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  *font-size: small;
  *font: x-small;
  color: #00310E;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  word-break: break-word;
  background-color: #fff;
  position: relative;
  padding-top: 112px;
  font-family: 'A1 Gothic R';
}
ul,
ol { list-style: none; }
small { font-size: 86%; }
a {
  color: #00310E;
  text-decoration: none;
  transition: all .4s ease-out;
  outline : none;
}
a:hover,
a:visited {
  color: #00310E;
  text-decoration: none;
}
address,
em,
i {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.none {
  display: none;
}

@media print {
  body {
    width: 1200px;
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform-origin: 0 0;
  }
}
@media screen and  (max-width: 767px) {
  body {
    padding-top: 92px;
    font-size: 14px;
  }
}

/* layout
**************************************** */

.fs-preview-header { display: none; }

/* --- position --- */
.pos_rel {
  position: relative;
  z-index: 0;
}

/* --- inner --- */
.inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner-sm { max-width: 1080px; }
.inner-lg { max-width: 1630px; }

/* --- margin --- */
.mgn-btm8 { margin-bottom: 8px; }
.mgn-btm16 { margin-bottom: 16px; }
.mgn-btm24 { margin-bottom: 24px; }
.mgn-btm32 { margin-bottom: 32px; }
.mgn-btm40 { margin-bottom: 40px; }
.mgn-btm48 { margin-bottom: 48px; }
.mgn-btm56 { margin-bottom: 56px; }
.mgn-btm64 { margin-bottom: 64px; }
.mgn-btm72 { margin-bottom: 72px; }
.mgn-btm80 { margin-bottom: 80px; }

/* --- section_pdg --- */
.section_pdg {
  padding-top: 102px;
  padding-bottom: 102px;
}
.section_pdg-top {
   padding-top: 102px;
}
.section_pdg-btm {
  padding-bottom: 102px;
}

/* --- pc or sp --- */
.pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex { display: none!important; }
.sp-none { display: block!important; }
.sp-none-inline { display: inline!important; }
.sp-none-table { display: table!important; }
.sp-none-flex {
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
@media screen and (max-width: 767px) {
  .mgn-btm16 { margin-bottom: 8px; }
  .mgn-btm24 { margin-bottom: 16px; }
  .mgn-btm32 { margin-bottom: 16px; }
  .mgn-btm40 { margin-bottom: 24px; }
  .mgn-btm48 { margin-bottom: 24px; }
  .mgn-btm56 { margin-bottom: 32px; }
  .mgn-btm64 { margin-bottom: 32px; }
  .mgn-btm72 { margin-bottom: 40px; }
  .mgn-btm80 { margin-bottom: 40px; }
  .sp-none,
  .sp-none-inline,
  .sp-none-table,
  .sp-none-flex { display: none!important; }
  .pc-none { display: block!important; }
  .pc-none-inline { display: inline!important; }
  .pc-none-table { display: table!important; }
  .pc-none-flex {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* flex
**************************************** */

/* --- ブロック要素 --- */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* --- インライン要素 --- */
.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* --- 逆向き --- */
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* --- 縦並び --- */
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* --- 水平方向揃え --- */
.flex-j-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-j-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-j-ctr {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-j-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-j-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* --- 垂直方向揃え --- */
.flex-a-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-a-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-a-ctr {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-a-baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-a-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* --- 子要素の折り返し設定 --- */
.flex-c-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-c-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* --- 子要素の複数行設定 --- */
.flex-c-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-c-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-c-start {
  -webkit-align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-c-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex-c-ctr {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-c-baseline {
  -webkit-align-content: baseline;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}
.flex-c-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* --- ざっくりflexレイアウト --- */
.flex-col1 {
  display: block;
}
.flex-col2,
.flex-col3,
.flex-col4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col2 > *:nth-child(even) { margin-right: 0; }
.flex-col2 > *:nth-last-child(-n+2) { margin-bottom: 0; }
.flex-col3 > * {
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 3.65%;
}
.flex-col3 > *:nth-child(3n) { margin-right: 0; }
.flex-col3 > *:nth-last-child(-n+3) { margin-bottom: 0; }
.flex-col4 > * {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex-col4 > *:nth-child(4n) { margin-right: 0; }

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

  /* --- 縦並び - sp --- */
  .flex-sp-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* --- ざっくりflexレイアウト - sp --- */
  .flex-col2.flex-sp-block > *,
  .flex-col3.flex-sp-block > *,
  .flex-col4.flex-sp-block > * {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .flex-col2.flex-sp-block > *:last-child,
  .flex-col3.flex-sp-block > *:last-child,
  .flex-col4.flex-sp-block > *:last-child {
    margin-bottom: 0;
  }
  .flex-sp-col2 > *,
  .flex-sp-col2.flex-col3 > *:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 6%!important;
  }
  .flex-sp-col2 > *:nth-child(even) { margin-right: 0!important; }
  .flex-sp-col3 > *,
  .flex-sp-col3.flex-col4 > *:nth-child(4n) {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 6%!important;
  }
  .flex-sp-col3 > *:nth-child(3n) { margin-right: 0!important; }

}

/* ttl
**************************************** */
.ttl-01,
.ttl-02 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.ttl-01 {
  margin-bottom: 40px!important;
  text-align: center;
  font-size: 240%;
  color: #004f17;
}
.ttl-01 span {
  display: block;
  height: 48px;
  padding-top: 24px;
  margin-bottom: 20px;
  font-size: 44%;
  letter-spacing: .2em;
  background-image: url(https://styleplus.itembox.design/item/icon_ashiato.svg?t=20250714151758);
  background-repeat: no-repeat;
  background-position: center top;
}
.ttl-01 span::before,
.ttl-01 span::after {
  content: "=";
  display: inline-block;
  padding: 0 8px;
}
.ttl-02 {
  max-width: 320px;
  padding: 8px 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  font-size: 160%;
  line-height: 1.2;
  border-bottom: dashed 1px;
  text-align: center;
}
.ttl-02 span {
  display: block;
  font-size: 66%;
}

@media screen and (max-width: 767px) {
  .ttl-01 {
    margin-bottom: 32px!important;
    font-size: 200%;
  }
  .ttl-01 span {
    padding-top: 26px;
    margin-bottom: 12px;
  }
  .ttl-02 {
    max-width: 100%;
    padding: 8px 8px;
    font-size: 115%;
  }
}

/* txt
**************************************** */
.txt-lg { font-size: 107%; }
.txt-sm { font-size: 93%; }
.txt-wh { color: #fff!important; }
.txt-gr,
.txt-gr:hover { color: #004f17!important; }
.txt-ctr,
.txt-ctr-pc { text-align: center; }
.txt-rgt,
.txt-rgt-pc { text-align: right; }

/* --- font --- */
.font-jp,
.ttl-01,
.ttl-02,
h1,
h2,
.btn a {
  font-family: 'A1 Gothic M';
}
.font-en {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .txt-ctr-pc,
  .txt-rgt-pc { text-align: left; }
}

/* bg
**************************************** */
.bg-gr { background-color: #004f17; }
.pt-gr { background-image: url(https://styleplus.itembox.design/item/ptn_gr.jpg?t=20250714151758); }
.pt-wh,
body { background-image: url(https://styleplus.itembox.design/item/ptn_wh.jpg?t=20250714151758); }

/* deco
**************************************** */
.dc-1 {
  position: relative;
}
.dc-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  height: 24px;
  background-image: url(https://styleplus.itembox.design/item/parts_mokomoko.png?t=20250714151758);
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .dc-1::before {
    height: 12px;
    background-size: auto 100%;
  }
}


/* btn
********************************************** */
.btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 21px 56px;
  min-width: 300px;
  font-size: 120%;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0,0,0,.15);
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .2s ease-out;
}
.btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #004f17;
  border-right: solid 2px #004f17;
  transform: rotate(52deg) skewX(15deg);
}
.btn a:hover {
  transform: translateY(-4px);
}

@media screen and (max-width: 767px) {
  .btn a {
    min-width: 280px;
  }
}


/* ##############################################################################

  HEADER

############################################################################## */

/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 112px;
  padding: 0;
  z-index: 99999;
  background-color: #fff;
}
.header > .inner {
  position: relative;
  z-index: 100;
}
.header::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  height: 24px;
  background-image: url(https://styleplus.itembox.design/item/parts_mokomoko.png?t=20250714151758);
  background-repeat: repeat-x;
  background-color: #fff;
}
.header::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  height: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,.15) ,0 0 16px rgba(0,0,0,.15) inset;
}
.header_payment {
  position: absolute;
  top: -34px;
  left: 0;
  text-align: right;
}
.header-top-nav {
  position: absolute;
  top: -31px;
  right: 0;
  text-align: right;
  color: #FFF;
  font-size: 12px;
}
.header-top-nav a {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .header {
    height: 88px;
  }
  .header::before {
    bottom: -12px;
    height: 12px;
    background-size: auto 100%;
  }
  .header::after {
    bottom: -12px;
    height: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.15) ,0 0 8px rgba(0,0,0,.15) inset;
  }
}

/* header--cta
**************************************** */
.header--cta {
  display: block;
  padding: 10px 8px 6px;
  font-size: 94%;
}
.header--cta:hover {
  background-color: #0b8474;
}
.header--cta .arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(52deg) skewX(15deg) translateY(-2px);
}

@media screen and (max-width: 767px) {
  .header--cta {
    padding: 4px;
  }
}

/* header--logo
**************************************** */
.header--logo {
  width: 10%;
  margin-top: 22px;
  transform: translateX(-40px);
}

@media screen and (max-width: 767px) {
 .header--logo {
    margin-top: 8px;
    transform: translateX(0px);
  }
 .header--logo img,
 .footer--logo img {
    width: 123px;
  }
}

/* gnav
**************************************** */
.gnav {
  width: 45%;
  margin-top: 22px;
}
.gnav li {
  display: block;
  margin-right: 2em;
}
.gnav_right li {
  display: inline-block;
  margin-left: 2em;
  margin-right: 0;
}
.gnav_right li ul li {
  margin-left: 1em;
}
.gnav_right ul ul {
  display: flex !important;
  flex-flow: wrap;
  justify-content: end;
}
.gnav a {
  display: block;
}
.gnav a:hover {
  opacity: .7;
}

.gnav--cart .num {
  position: absolute;
  top: -10px;
  right: -8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding-left: 2px;
  border-radius: 50%;
  font-size: 87%;
  white-space: nowrap;
}
.gnav--cart .txt {
  display: block;
  margin-top: 8px;
  font-size: 74%;
  white-space: nowrap;
  line-height: 1;
}

.subnav-parent {
  position: relative;
}
.subnav .ttl {
  padding-top: 2px;
  padding-left: 40px;
  margin-bottom: 8px;
  background-image: url(https://styleplus.itembox.design/item/icon_ashiato.svg?t=20250714151758);
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.subnav .ttl span {
  font-size: 130%;
}
.subnav .list {
  max-width: 520px;
  padding: 24px 40px 8px;
  font-size: 94%;
  background-color: #def8e9;
  border-radius: 4px;
}
.subnav .list a {
  position: relative;
  display: block;
  max-width: 210px;
  padding-left: 1.3em;
  margin-bottom: 16px;
  line-height: 1.2;
}
.subnav .list a::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: .8em;
  height: 0;
  border-top: solid 1px;
}

@media print, screen and (min-width: 768px) {
  .header > .inner {
    height: calc(100% - 39px);
  }
  .gnav,
  .gnav ul {
    height: 100%;
  }

  .subnav-parent::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(142deg) skewX(15deg);
    transition: all .3s ease-out;
  }
  .active.subnav-parent::before {
    transform: rotate(-38deg) skewX(15deg);
  }
  .subnav {
    position: fixed;
    top: 128px;
    left: 0;
    right: 0;
    z-index: 100;
    padding-top: 16px;
    padding-bottom: 40px;
    border-top: solid 1px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all .1s ease-out;
  }
  .subnav dl:not(:last-child) .list {
    margin-right: 24px;
  }
  .subnav .list.flex-inline a {
    width: 45%;
  }
  .subnav .list.flex-inline a:nth-child(odd) {
    margin-right: 10%;
  }
  .active + .subnav {
    opacity: 1;
    pointer-events: auto;
  }
  .subnav-bg {
    content: "";
    position: fixed;
    top: 128px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: block;
    background-color: rgba(0, 79, 23, .3);
    opacity: 0;
    pointer-events: none;
    transition: all .1s ease-out;
  }
  .active ~ .subnav-bg {
    opacity: 1;
    pointer-events: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 944px) {
  .header--logo {
    width: 123px;
    transform: translateX(-20px);
  }
  .gnav {
    font-size: 82%;
  }
  .gnav--cart .txt {
    padding-left: 4px;
  }
  .subnav .list {
    padding: 24px 16px 8px;
  }
}
@media screen and (max-width: 767px) {
  .header > .inner {
    width: 95%;
    height: calc(100% - 30px);
  }
  .header .gnav {
    position: fixed;
    top: 96px;
    left: 0;
    z-index: 300;
    width: 100%;
    height: calc(100% - 96px);
    margin: 0;
    padding: 36px 8% 48px;
    overflow: scroll;
    border-top: solid 1px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: .4s ease-out;
  }
  .header .gnav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .gnav .inner {
    border-left: none;
  }
  .gnav li {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 1px;
  }
  .gnav--link {
    position: relative;
    padding: 16px;
    font-size: 113%;
  }
  .gnav--link::before {
    content: "";
    position: absolute;
    top: calc(50% - 3.5px);
    right: 16px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(52deg) skewX(15deg);
  }
  .gnav--dropdown li {
    border-top: dotted 1px #fff;
    border-bottom: none;
  }
  .gnav li::before {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }

  /* --- gnav_btn --- */
  .gnav_btn {
    position: fixed;
    top: 32px;
    right: 0;
    width: 64px;
    height: 64px;
    z-index: 9999;
  }
  .gnav_btn--lines {
    position: relative;
    width: 24px;
    height: 20px;
  }
  .gnav_btn--lines span {
    transition: all .4s;
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #103e1d;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  .gnav--mypage {
    margin-bottom: 12px;
    border-bottom: none!important;
  }
  .gnav--mypage a {
    padding: 12px 56px;
    border: none;
    background-color: #004f17;
    color: #fff;
    border-radius: 4px;
    text-align: center;
  }
  .gnav--mypage:nth-child(2) {
    padding-bottom: 32px;
    border-bottom: solid 1px!important;
  }

  .gnav--cart {
    position: fixed;
    top: 48px;
    right: 70px;
    padding: 0;
  }
  .gnav--cart::before {
    display: none;
  }
  .gnav--cart img {
    width: 24px;
  }
  .gnav--cart .num {
    top: -8px;
    right: -10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 72%;
  }
  .gnav--cart .txt {
    display: none;
  }

  .subnav {
    padding-bottom: 8px;
  }
  .subnav-parent::before {
    top: calc(50% - 6px);
    transform: rotate(142deg) skewX(15deg);
  }
  .subnav .ttl {
    padding-top: 0;
    padding-bottom: 6px;
    padding-left: 32px;
    margin-bottom: 0;
    background-size: 24px auto;
  }
  .subnav .ttl span {
    font-size: 115%;
  }
  .subnav .list {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding: 20px 20px 6px;
    font-size: 100%;
  }
  .subnav .list a {
    max-width: none;
    margin-bottom: 12px;
  }
}


/* ##############################################################################

  FOOTER

############################################################################## */

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
#fs_p_scrollingCartButton { display: none!important; }

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fs-l-footer {
    margin-top: 40px;
  }
}

/* footer--nav
*************************************************** */
.footer--nav {
  margin-bottom: 72px;
}
.footer--nav li {
  margin-bottom: 8px;
  line-height: 1;
}
.footer--nav li:not(:last-child) {
  padding-right: 24px;
  margin-right: 24px;
  border-right: solid 1px;
}
.footer--nav a {
  color: #fff;
}
.footer--nav a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .footer--nav {
    margin-bottom: 40px;
  }
  .footer--nav li {
    width: 100%;
    padding: 0!important;
    margin-right: 0!important;
    margin-bottom: 0!important;
    border-right: none!important;
    border-bottom: solid 1px;
  }
  .footer--nav a {
    position: relative;
    display: block;
    padding-top: 12px;
    padding-right: 24px;
    padding-left: 8px;
    padding-bottom: 12px;
    text-align: left;
  }
  .footer--nav a::before {
    content: "";
    position: absolute;
    top: calc(50% - 3.5px);
    right: 16px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(52deg) skewX(15deg);
  }
}

/* footer--logo
*************************************************** */
@media screen and (max-width: 767px) {
  .footer--logo {
    margin-bottom: 16px;
  }
}

/* footer--copy / pbl
*************************************************** */
.footer .copy {
  margin-right: 16px;
  font-size: 87%;
  opacity: .5;
}
.footer .pbl {
  opacity: .5;
}


/* ##############################################################################

  INDEX

############################################################################## */

/* home_hero
*************************************************** */
.home_hero {
  height: 640px;
  background-image: url(https://styleplus.itembox.design/item/hero-img.jpg?t=20250714151758);
  background-position: center;
  background-repeat: no-repeat;
}
.home_hero .catch {
  display: inline-block;
  width: 360px;
  height: 94px;
  padding-top: 6px;
  margin-bottom: 20px;
  background-image: url(https://styleplus.itembox.design/item/parts_fukidashi01.png?t=20250714151758);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 160%;
}
.home_hero .catch i {
  font-style: normal;
  font-size: 150%;
}
.home_hero .ttl {
  max-width: 440px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: dashed 1px #004F17;
}
.home_hero .txt {
  margin-bottom: 30px;
}
.home_hero .btn a {
  background-color: #004f17;
  color: #fff;
}
.home_hero .btn a::before {
  border-color: #fff;
}
.hero_ttl {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: bold;
  color: #FFF;
  -webkit-text-stroke: 5px #08320E;
  text-stroke: 5px #08320E;
  paint-order: stroke;
  letter-spacing: .1em;
  line-height: 1.6;
}
.hero_ttl strong {
  font-size: 56px;
  color: #33A691;
  -webkit-text-stroke: 5px #FFF;
  text-stroke: 5px #FFF;
  letter-spacing: 0;
  margin: 0 8px;
}
.hero_ttl small {
  font-size: 36px;
}

@media screen and (max-width: 1024px) {
  .home_hero {
    background-position: left 20% center;
  }
}
@media screen and (max-width: 767px) {
  .home_hero {
    height: 560px;
    background-image: url(https://styleplus.itembox.design/item/hero-img_sp.jpg?t=20250714151758);
    background-size: cover;
    background-position: center;
  }
  .home_hero .catch {
    width: 260px;
    height: 68px;
    padding-top: 4px;
    margin-bottom: 16px;
    font-size: 122%;
  }
  .home_hero .ttl {
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_hero .txt {
    margin-bottom: 24px;
  }
}

/* hero_slider
*************************************************** */
.hero_slider {
  position: relative;
  width: 100%;
  height: 640px;
  margin-bottom: 0 !important;
}
.hero_slider .slick-dots {
  bottom: 16px;
}
.hero_slider .slick-dots li button:before {
  font-size: 12px;
}
.hero_slider .slick-dots li.slick-active button:before {
  color: #004f17;
}
.hero_slide {
  position: absolute;
  inset: 0;
  height: 640px !important;
  background-size: cover;
}
.hero_slide > a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.hero_slide--inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  inset: 0;
}
.hero_slide:nth-child(1) {
  background-image: url(https://styleplus.itembox.design/item/hero-img.jpg?t=20250714151758);
  background-position: center;
  background-repeat: no-repeat;
}
.hero_slide:nth-child(1) .catch {
  display: inline-block;
  width: 360px;
  height: 94px;
  padding-top: 6px;
  background-image: url(https://styleplus.itembox.design/item/parts_fukidashi01.png?t=20250714151758);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 160%;
}
.hero_slide:nth-child(1) .catch i {
  font-style: normal;
  font-size: 150%;
}
.hero_slide:nth-child(1) .ttl {
  max-width: 440px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #004F17;
}
.hero_slide:nth-child(1) .txt {
}
.hero_slide:nth-child(1) .btn a {
  background-color: #004f17;
  color: #fff;
}
.hero_slide:nth-child(1) .btn a::before {
  border-color: #fff;
}

.hero_slide:nth-child(2) {
  background-image: url(https://styleplus.itembox.design/item/slide-02.jpg?t=20250714151758);
  background-position: center;
  background-repeat: no-repeat;
  animation-delay: 4s;
}
.hero_slide:nth-child(3) {
  background-image: url(https://styleplus.itembox.design/item/slide-03.jpg?t=20250714151758);
  background-position: center;
  background-repeat: no-repeat;
  animation-delay: 8s;
}
.hero_slide:nth-child(4) {
  background-image: url(https://styleplus.itembox.design/item/slide-04.jpg?t=20250714151758);
  background-position: center;
  background-repeat: no-repeat;
   animation-delay: 12s;
}
.hero_slide:nth-child(4) .btn {
  position: absolute;
  bottom: 50px;
}
.hero_slide:nth-child(4) .btn a {
  background-color: #004F17;
  color: #fff;
}
.hero_slide:nth-child(4) .btn a::before {
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .hero_slide:nth-child(1) {
    background-position: left 20% center;
  }
}

/* home_recommend
*************************************************** */
.home_recommend .fs-p-heading--lv2 {
  display: none;
}
.home_recommend .flywheel-recommend__frame {
  margin-bottom: 0;
}

/* home_popular
*************************************************** */
.home_popular .fs-p-heading--lv2 {
  display: none;
}
.home_popular .flywheel-recommend__frame {
  margin-bottom: 0;
}

/* home_pickup
*************************************************** */
.home_pickup .fs-p-heading--lv2 {
  display: none;
}
.home_pickup .flywheel-recommend__frame {
  margin-bottom: 0;
}

/* home_search
*************************************************** */
.home_search .inner {
  width: 540px;
}
.fs-p-productSearch :checked ~ .fs-p-productSearch__search {
  max-height: 100%;
}

/* home_type
*************************************************** */
.home_type {
  overflow: hidden;
}
.home_type--list .child:nth-of-type(1)::before,
.home_type--list .child:nth-of-type(2)::before,
.home_type--list .child:nth-of-type(3)::before,
.home_type--list .child:nth-of-type(8)::before,
.home_type--list .child:nth-of-type(9)::before {
  content: "";
  position: absolute;
  display: block;
  background-size: cover;
  z-index: 10;
}
.home_type--list .child:nth-of-type(1)::before {
  bottom: 4px;
  left: -88px;
  width: 136px;
  height: 119px;
  background-image: url(https://styleplus.itembox.design/item/img_dog02.png?t=20250714151758);
}
.home_type--list .child:nth-of-type(2)::before,
.home_type--list .child:nth-of-type(3)::before {
  top: -100px;
  right: -18px;
  width: 102px;
  height: 146px;
  background-image: url(https://styleplus.itembox.design/item/img_dog01.png?t=20250714151758);
}
.home_type--list .child:nth-of-type(8)::before,
.home_type--list .child:nth-of-type(9)::before {
  right: -90px;
  bottom: -56px;
  width: 208px;
  height: 115px;
  background-image: url(https://styleplus.itembox.design/item/img_dog03.png?t=20250714151758);
}
.home_type--list .child:nth-of-type(2)::before,
.home_type--list .child:nth-of-type(8)::before {
  display: none;
}

/* --- home_col3 --- */
.home_col3 .link {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(89,90,22,.15);
  border-radius: 6px;
}
.pt-gr .home_col3 .link {
  box-shadow: 0 0 16px rgba(29,138,128,.15);
}
.home_col3 .link:hover {
  opacity: .7;
}
.home_col3 .icn {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  margin: 0;
  background-color: #004f17;
  border-radius: 50%;
  /* background-image: url(https://styleplus.itembox.design/item/bg_icn.svg?t=20250714151758); */
  /* background-size: cover; */
  color: #fff;
}
.home_col3 .img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
}
.home_col3 .imgarea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 270px;
}
.home_col3 .txtarea {
  padding: 8px 8px 12px;
  background-color: #F7F7F7;
  border-radius: 0 0 6px 6px;
}
.home_col3 .txt {
  line-height: 1.4;
}

@media screen and (max-width: 944px) {
  .home_col3 .icn {
    top: -10px;
    left: -10px;
    width: 68px;
    height: 68px;
    font-size: 79%;
    line-height: 1.4;
  }
  .home_type--list .child:nth-of-type(1)::before {
    bottom: 86px;
    left: -19px;
    width: 68px;
    height: 60px;
  }
  .home_type--list .child:nth-of-type(2)::before,
  .home_type--list .child:nth-of-type(3)::before {
    top: -50px;
    right: -9px;
    width: 51px;
    height: 73px;
  }
  .home_type--list .child:nth-of-type(8)::before,
  .home_type--list .child:nth-of-type(9)::before {
    right: -25px;
    bottom: -48px;
    width: 104px;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .home_type--list .child:nth-of-type(2)::before,
  .home_type--list .child:nth-of-type(8)::before {
    display: block;
  }
  .home_type--list .child:nth-of-type(3)::before,
  .home_type--list .child:nth-of-type(9) {
    display: none;
  }

  /* --- home_col3 --- */
  .home_col3 .icn {
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    font-size: 79%;
    line-height: 1.4;
  }
  .home_col3 .imgarea {
    height: 185.5px;
  }
  .home_col3 .txt {
    font-size: 86%;
  }
}
@media screen and (max-width: 390px) {
  .home_type--list .child:nth-of-type(1)::before {
    bottom: 136px;
  }
}
@media screen and (max-width: 375px) {
  .home_col3 .imgarea {
    height: 164px;
  }
}
@media screen and (max-width: 320px) {
  .home_col3 .imgarea {
    height: 140px;
  }
}

/* home_size
*************************************************** */
.home_size--list .link {
  overflow: hidden;
}
.home_size--list .txt {
  font-size: 120%;
}

@media screen and (max-width: 767px) {
  .home_size--list .txt {
    font-size: 86%;
  }
}

/* home_use
*************************************************** */
.home_use{
  margin-top: 16px;
}
.home_use--list .link {
  height: 160px;
  padding-top: 8px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 16px rgba(29,138,128,.15);
  border-radius: 3px;
}
.home_use--list .child:nth-child(1) .link {
  background-image: url(https://styleplus.itembox.design/item/img_use01.jpg?t=20250714151758);
}
.home_use--list .child:nth-child(2) .link {
  background-image: url(https://styleplus.itembox.design/item/img_use02.jpg?t=20250714151758);
}
.home_use--list .child:nth-child(3) .link {
  background-image: url(https://styleplus.itembox.design/item/img_use03.jpg?t=20250714151758);
}
.home_use--list .child:nth-child(4) .link {
  background-image: url(https://styleplus.itembox.design/item/img_use04.jpg?t=20250714151758);
}
.home_use--list .child:nth-child(5) .link {
  background-image: url(https://styleplus.itembox.design/item/img_use05.jpg?t=20250714151758);
}
.home_use--list .child:nth-child(6) .link {
  background-image: url(https://styleplus.itembox.design/item/img_use06.jpg?t=20250714151758);
}
.home_use--list .ttl {
  padding: 40px;
  font-size: 160%;
}
.home_use--list .link:hover {
  opacity: .7;
}

@media screen and (max-width: 994px) {
  .home_use--list .ttl {
    padding: 20px;
    font-size: 129%;
  }
}
@media screen and (max-width: 767px) {
  .home_use{
    margin-top: 8px;
  }
  .home_use--list .link {
    height: 120px;
    padding-top: 4px;
    background-size: cover;
  }
}

/* home_teiki
*************************************************** */
.home_teiki {
  position: relative;
  margin-top: 16px;
  padding-top: 80px;
  overflow: hidden;
}
.home_teiki::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  bottom: 16px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  pointer-events: none;
}
.home_teiki .ttl-01 {
  margin-bottom: 0;
}
.home_teiki .ttl-01 span {
  letter-spacing: .05em;
  color: #fff;
  background-image: url(https://styleplus.itembox.design/item/icon_ashiato_wh.svg?t=20250714151758);
}
.home_teiki .ttl-01 span::before,
.home_teiki .ttl-01 span::after {
  content: "|";
}
.home_teiki .ttl-01 span::before {
  transform: rotate(-35deg);
}
.home_teiki .ttl-01 span::after {
  transform: rotate(35deg);
}
.home_teiki .ttl {
  display: inline-block;
  width: 248px;
  height: 67px;
  margin: 0;
  margin-bottom: 24px;
  padding-top: 8px;
  background-image: url(https://styleplus.itembox.design/item/parts_ribon.png?t=20250714151758);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 200%;
}
.home_teiki .catch {
  padding-bottom: 8px;
  margin: 0;
  margin-bottom: 40px;
  border-bottom: dashed 1px #fff;
  font-size: 320%;
  line-height: 1.4;
}
.home_teiki .btn {
  margin-top: 32px;
}

.home_teiki .deco-1 {
  position: absolute;
  top: 132px;
  left: -520px;
}
.home_teiki .deco-2 {
  position: absolute;
  top: 96px;
  left: -218px;
}
.home_teiki .deco-3 {
  position: absolute;
  top: 96px;
  right: -235px;
}
.home_teiki .deco-4 {
  position: absolute;
  top: 154px;
  right: -510px;
}

@media screen and (max-width: 1024px) {
  .home_teiki .deco-1 {
    top: 246px;
    left: -186px;
  }
  .home_teiki .deco-2 {
    top: -55px;
    left: -186px;
  }
  .home_teiki .deco-3 {
    top: -53px;
    right: -217px;
  }
  .home_teiki .deco-4 {
    top: 251px;
    right: -187px;
  }
}
@media screen and (max-width: 768px) {
  .home_teiki .deco-1 {
    top: 246px;
    left: -86px;
  }
  .home_teiki .deco-2 {
    top: -55px;
    left: -86px;
  }
  .home_teiki .deco-3 {
    top: -53px;
    right: -117px;
  }
  .home_teiki .deco-4 {
    top: 251px;
    right: -87px;
  }
}
@media screen and (max-width: 767px) {
  .home_teiki {
    margin-top: 8px;
    padding-top: 40px;
  }
  .home_teiki::before {
    top: 8px;
    bottom: 8px;
  }
  .home_teiki .ttl {
    width: 124px;
    height: 33px;
    margin-bottom: 12px;
    padding-top: 4px;
    background-size: contain;
    font-size: 115%;
  }
  .home_teiki .catch {
    margin-bottom: 20px;
    font-size: 240%;
  }
  .home_teiki .btn {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .home_teiki .deco-1 {
    position: static;
    width: 112px;
  }
  .home_teiki .deco-2 {
    top: -20px;
    left: auto;
    right: -25px;
    width: 77px;
  }
  .home_teiki .deco-3 {
    position: static;
    width: 90px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .home_teiki .deco-4 {
    position: static;
    width: 103px;
  }
}
@media screen and (max-width: 375px) {
  .home_teiki .deco-2 {
    right: 2px;
  }
  .home_teiki .deco-3 {
    margin-left: -2px;
    margin-right: -2px;
  }
}

/* home_faq
*************************************************** */
.home_faq .btn {
  margin-top: 48px;
  margin-bottom: 26px;
}
.faq_list {
  margin-bottom: 24px;
  padding: 40px 60px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(29,138,128,.15);
  border-radius: 3px;
}
.fs-body-custom .faq_list {
  box-shadow: 0 0 16px rgba(89,90,22,.15);
}
.faq_list .q {
  position: relative;
  padding-left: 34px;
  padding-bottom: 8px;
  margin: 0;
  margin-bottom: 12px;
  font-size: 120%;
  line-height: 1.5;
  color: #004f17;
  border-bottom: dashed 1px #00310E;
}
.faq_list .a {
  position: relative;
  margin: 0;
  padding-left: 34px;
  line-height: 1.5;
}
.faq_list .q::before,
.faq_list .a::before {
  display: block;
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 24px;
  color: #004f17;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.faq_list .q::before { content: "Q."; }
.faq_list .a::before { content: "A."; }

@media screen and (max-width: 767px) {
  .faq_list {
    margin-bottom: 16px;
    padding: 24px 20px;
  }
  .fs-body-custom .faq_list {
    box-shadow: 0 0 8px rgba(89,90,22,.15);
  }
  .home_faq .btn {
    margin-top: 28px;
    margin-bottom: 16px;
  }
  .faq_list .q {
    padding-left: 28px;
    font-size: 108%;
  }
  .faq_list .a {
    padding-left: 28px;
  }
  .faq_list .q::before,
  .faq_list .a::before {
    top: 1px;
    font-size: 16px;
  }
}

/* home_guide
*************************************************** */
.home_guide--list .link {
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(89,90,22,.15);
  border-radius: 3px;
}
.home_guide--list .child:nth-child(1) .link {
  background-image: url(https://styleplus.itembox.design/item/bg_cart.svg?t=20250714151758);
}
.home_guide--list .child:nth-child(2) .link {
  background-image: url(https://styleplus.itembox.design/item/bg_saifu.svg?t=20250714151758);
}
.home_guide--list .child:nth-child(3) .link {
  background-image: url(https://styleplus.itembox.design/item/bg_car.svg?t=20250714151758);
}
.home_guide--list .child:nth-child(4) .link {
  background-image: url(https://styleplus.itembox.design/item/bg_box.svg?t=20250714151758);
}
.home_guide--list .ttl {
  padding: 40px;
  font-size: 160%;
}
.home_guide--list .ttl span {
  display: block;
  font-size: 150%;
}
.home_guide--list .link:hover {
  opacity: .7;
}

.home_guide--list .arrow-bottom {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 2px;
  margin-right: 6px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(52deg) skewX(15deg) translateY(-2px);
}


@media screen and (max-width: 994px) {
  .home_guide--list .link {
    height: 180px;
    background-size: auto 50%;
  }
  .home_guide--list .ttl {
    padding: 8px;
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home_guide--list .link {
    height: 120px;
    background-size: auto 70%;
  }
}
@media screen and (max-width: 340px) {
  .home_guide--list .ttl span {
    font-size: 120%;
  }
}



#section3{
  padding-top:150px;
  margin-top:-150px;
}

#section4{
  padding-top:150px;
  margin-top:-150px;
}

#section5{
  padding-top:150px;
  margin-top:-150px;
}

#section6{
  padding-top:150px;
  margin-top:-150px;
}

#section7{
  padding-top:150px;
  margin-top:-150px;
}

#section8{
  padding-top:150px;
  margin-top:-150px;
}

#ryousyu{
  padding-top:150px;
  margin-top:-150px;
}


#member300{
  padding-top:150px;
  margin-top:-150px;
}


#sumi100{
  padding-top:150px;
  margin-top:-150px;
}


#more500{
  padding-top:150px;
  margin-top:-150px;
}
/* ##############################################################################

  PAGE

############################################################################## */
.fs-c-breadcrumb {
  padding-top: 40px;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.fs-l-sideArea {
  display: none;
}
.fs-l-sideArea + .fs-l-pageMain,
.fs-l-pageMain + .fs-l-sideArea {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.fs-c-documentArticle__heading {
  padding: 10px;
  margin-bottom: 28px;
  color: #00310E;
  background-image: url(https://styleplus.itembox.design/item/ptn_gr.jpg?t=20210119185330);
  border-radius: 4px;
  font-size: 115%;
}


@media screen and (min-width: 768px) {
  .fs-c-heading--page {
    padding: 1.8em 0;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    width: 95%;
    padding-top: 8px;
  }
  .fs-c-heading--page {
    font-size: 1.9rem;
  }
  .fs-c-documentArticle__heading {
    padding: 8px;
    margin-bottom: 16px;
    font-size: 108%;
  }
  .fs-c-documentColumn__heading {
    font-size: 1.5rem;
    padding: 6px;
    padding-left: 10px;
  }
  .fs-c-documentColumn__heading:not(.mgn-btm24) {
    margin-bottom: 6px;
  }
}

/* 定期購入について
*************************************************** */
.teiki_about {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 108%;
  text-align: center;
}
.teiki_about .ttl-01 {
  margin-bottom: 20px!important;
  font-size: 180%;
}
.teiki_list {
  display: inline-block;
  list-style-type: none;
}
.teiki_list li {
  position: relative;
  padding-left: 1.4em; 
  text-align: left;
}
.teiki_list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .4em;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #004f17;
}

@media screen and (max-width: 767px) {
  .teiki_about {
    padding: 32px 16px 20px;
    font-size: 100%;
  }
}

/* 商品一覧
*************************************************** */
.fs-p-inputGroup {
  border-width: 2px;
  border-radius: 8px;
  overflow: hidden;
}
.fs-p-inputGroup [type="text"] {
  padding: 12px;
}
.fs-p-inputGroup .fs-p-searchForm__button {
  width: 3.6em;
  height: 3em;
}
.fs-p-inputGroup .fs-p-searchForm__button::before {
  font-size: 3.8rem;
}
.fs-searchForm_wrap {
  background: #FFF;
  border: 1px solid;
  padding: 40px;
  width: 640px;
  margin: auto;
  box-shadow: 0 0 16px rgba(29, 138, 128, .15);
  border-radius: 6px;
}

.fs-c-productList__list__item,
.fs-c-productListItem {
  margin: 4px;
  padding: 12px;
  border: none;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(89,90,22,.15);
}
.fs-c-productList__list__item .fs-c-productName__copy {
  display: none;
}
.fs-c-productList__list__item .fs-c-productPrice--member {
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  .fs-p-searchForm {
    margin-bottom: 40px;
  }
  .fs-p-inputGroup .fs-p-searchForm__button::before {
    font-size: 2.8rem;
    padding-top: 5px;
  }
  .fs-c-sortItems {
    margin-left: auto;
    margin-right: auto;
  }
  .fs-c-sortItems__label {
    padding: 4px 6px;
    background-color: #eee;
  }
  .fs-c-sortItems__list__item__label {
    padding: 4px 5px;
  }
  .fs-c-listControl {
    width: 100%;
    margin-top: -2px;
    align-items: center;
  }
  #fs_p_scrollingCartButton {
    display: none;
  }
  .fs-p-inputGroup {
    border-color: #004f17;
    background-color: #004f17;
  }
  .fs-p-inputGroup__button {
    background-color: #004f17;
  }
}

/* 商品詳細
*************************************************** */
.fs-c-productImageModal {
  top: 128px;
  padding-top: 80px;
}
.fs-c-productImageModal__close {
  top: 150px;
}
.fs-c-productNameHeading__name {
  display: block;
  margin-top: 8px;
  font-size: 160%;
}
.fs-c-productPrices--productDetail {
  display: flex;
}
.fs-c-productPrice--selling {
  margin-right: 16px;
  font-size: 120%;
}
.fs-c-productPrice--member .fs-c-productPrice__main__price {
  margin-top: 6px;
  font-size: 1.7rem!important;
  color: #e3000f!important;
}
.fs-c-productMembersLoginLink {
  margin-top: -8px;
  font-size: 80%;
  text-decoration: underline;
}
.fs-c-productMembersLoginLink::before {
  content: "※";
  padding-right: 2px;
}
.fs-c-productActionButton .fs-c-button--primary {
  font-size: 120%;
  padding: 1em 1.6em .8em;
}
.free-shopping {
  margin-top: -8px;
  padding: 8px;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 94%;
}
.free-shopping span {
  font-size: 80%;
  padding-left: 2px;
}
.product-link a {
  display: inline-block;
  margin-top: 8px;
  color: #1e5d9b;
}  
.product-link a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: underline;
}
.product-link a::before,
.fs-c-inquiryAboutProduct span::before {
  content: "";
  display: inline-block;
  width: .8em;
  height: 0;
  border-top: solid 1px;
  margin-right: 6px;
  transform: translateY(-4px);
}
.fs-c-inquiryAboutProduct {
  padding-top: 0!important;
}
.fs-c-productNotice--outOfStock {
  background-color: #fbe7e9;
  padding: 14px;
  color: #e50112;
}

.fs-p-productDescription {
  grid-area: 2 / 1 / 3 / 3;
}
.fs-p-productDescription .ttl-01 {
  margin-top: 80px;
}
.fs-p-productDescription table,
.table-01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fs-p-productDescription th,
.fs-p-productDescription td,
.table-01 th,
.table-01 td {
  padding: 16px 24px;
  border: 1px solid #004f17;
  line-height: 1.4;
}
.fs-p-productDescription th,
.table-01 th {
  min-width: 120px;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  background-color: #E4F4F1;
  color: #004f17;
}
.fs-p-productDescription td,
.table-01 td {
  flex: 1;
  vertical-align: middle;
  background-color: #fff;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  margin-top: 64px;
  padding-bottom: 12px;
}
.fs-c-productListCarousel__list__item .fs-c-productName__copy {
  display: none;
}
.fs-c-productListCarousel__list__item .fs-c-productName__name {
  margin-top: 8px;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice--member {
  margin-top: -8px;
}

@media all and (-ms-high-contrast: none) {
  .fs-l-product2 .fs-l-productLayout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-l-productLayout__item {
    width: 48%; 
  }
  .fs-p-productDescription {
    width: 100%; 
  }
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
  }
  .fs-c-productNumber { 
    margin-top: 8px;
  }
  .fs-c-productNameHeading__name { 
    font-size: 115%;
  }
  .fs-c-productPrices--productDetail {
    display: block;
  }
  .fs-c-productPrice--member {
    margin-top: -8px;
  }
  .fs-c-productActionButton .fs-c-button--primary {
    width: 100%;
    padding: 1.2em 1.6em 1em;
  }
  .free-shopping span {
    display: block;
  }
  .fs-p-productDescription .ttl-01 {
    margin-top: 48px;
    margin-bottom: 24px!important;
  }
  .fs-p-productDescription th,
  .fs-p-productDescription td,
  .table-01 th,
  .table-01 td {
    padding: 12px 8px;
  }
  .fs-p-productDescription th,
  .table-01 th {
    min-width: 82px;
  }
  .fs-c-productListCarousel__list__item .fs-c-productPrices {
    font-size: 79%;
  }
  .fs-c-productListCarousel__list__item .fs-c-productPrice--member,
  .fs-c-productListCarousel__list__item .fs-c-buttonContainer {
    display: none;
  }
  .fs-c-photoswipe.pswp {
    top: 97px;
    height: calc(100% - 97px);
  }
  .fs-c-productActionButton {
    margin-bottom: 8px;
  }
  .fs-c-button--primary {
    background: #004f17;
    border: 1px solid #004f17;
  }
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title {
    margin-top: 64px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 340px) {
  .fs-c-productList__list .fs-c-productPrice--member,
  .fs-c-productList__list .fs-c-buttonContainer {
    display: none;
  }
}

.productVariationInfo [class^='size'] {
  display: none;
}

[data-fs-variation-vertical-no='4582381440188'] .size-4582381440188,
[data-fs-variation-vertical-no='4582381440195'] .size-4582381440195,
[data-fs-variation-vertical-no='4582381440386'] .size-4582381440386,
[data-fs-variation-vertical-no='4582381440317'] .size-4582381440317,
[data-fs-variation-vertical-no='4582381440324'] .size-4582381440324,
[data-fs-variation-vertical-no='4582381440331'] .size-4582381440331,
[data-fs-variation-vertical-no='4582381440126'] .size-4582381440126,
[data-fs-variation-vertical-no='4582381440133'] .size-4582381440133,
[data-fs-variation-vertical-no='4582381440140'] .size-4582381440140,
[data-fs-variation-vertical-no='4582381440270'] .size-4582381440270,
[data-fs-variation-vertical-no='4582381440287'] .size-4582381440287,
[data-fs-variation-vertical-no='4582381440294'] .size-4582381440294,
[data-fs-variation-vertical-no='4582381440157'] .size-4582381440157,
[data-fs-variation-vertical-no='4582381440164'] .size-4582381440164,
[data-fs-variation-vertical-no='4582381440171'] .size-4582381440171,
[data-fs-variation-vertical-no='4582381440348'] .size-4582381440348,
[data-fs-variation-vertical-no='4582381440355'] .size-4582381440355,
[data-fs-variation-vertical-no='31068'] .size-31068,
[data-fs-variation-vertical-no='31069'] .size-31069,
[data-fs-variation-vertical-no='31070'] .size-31070,
[data-fs-variation-vertical-no='4582381440300'] .size-4582381440300,
[data-fs-variation-vertical-no='4582381440218'] .size-4582381440218,
[data-fs-variation-vertical-no='4582381440225'] .size-4582381440225,
[data-fs-variation-vertical-no='4582381440232'] .size-4582381440232,
[data-fs-variation-vertical-no='4582381440249'] .size-4582381440249,
[data-fs-variation-vertical-no='31034-s'] .size-31034-s,
[data-fs-variation-vertical-no='31010-s'] .size-31010-s,
[data-fs-variation-vertical-no='31011-s'] .size-31011-s,
[data-fs-variation-vertical-no='31012-s'] .size-31012-s,
[data-fs-variation-vertical-no='31013-s'] .size-31013-s,
[data-fs-variation-vertical-no='4582381440034-s'] .size-4582381440034-s,
[data-fs-variation-vertical-no='4582381440041-s'] .size-4582381440041-s,
[data-fs-variation-vertical-no='4582381440058-s'] .size-4582381440058-s,
[data-fs-variation-vertical-no='9999264161118-s'] .size-9999264161118-s,
[data-fs-variation-vertical-no='9999264161125-s'] .size-9999264161125-s,
[data-fs-variation-vertical-no='31067-s'] .size-31067-s,
[data-fs-variation-vertical-no='1-s'] .size-1-s,
[data-fs-variation-vertical-no='2-s'] .size-2-s,
[data-fs-variation-vertical-no='3-s'] .size-3-s,
[data-fs-variation-vertical-no='4582381440065-s'] .size-4582381440065-s,
[data-fs-variation-vertical-no='4582381440072-s'] .size-4582381440072-s,
[data-fs-variation-vertical-no='4582381440089-s'] .size-4582381440089-s,
[data-fs-variation-vertical-no='31051-s'] .size-31051-s,
[data-fs-variation-vertical-no='31052-s'] .size-31052-s,
[data-fs-variation-vertical-no='31031-s'] .size-31031-s,
[data-fs-variation-vertical-no='31032-s'] .size-31032-s,
[data-fs-variation-vertical-no='31033-s'] .size-31033-s,
[data-fs-variation-vertical-no='4582381440737'] .size-4582381440737,
[data-fs-variation-vertical-no='4582381440744'] .size-4582381440744 {
  display: block;
}

/*商品説明PC調整*/
.fs-p-productDescription--full {
  grid-row: 3;
}

/*special商品グループ用バナー*/
.special_banner {
    color:  #fff;               /* 文字色指定 */
    height: 53px;              /* 高さ指定 */
    width:  447px;              /* 幅指定 */
    padding:  10px;             /* 余白指定 */
    font-size: 27px;            /* 文字サイズ指定 */
    background-color: #104e19;  /* 背景色指定 */
}

.special_banner2 {
    color:  #fff;               /* 文字色指定 */
    height: 30px;              /* 高さ指定 */
    width:  447px;              /* 幅指定 */
    padding:  5px;             /* 余白指定 */
    font-size: 14px;            /* 文字サイズ指定 */
    background-color: #104e19;  /* 背景色指定 */
}


/* カート・会員まわり
*************************************************** */
.fs-c-subSection__title {
  margin-bottom: 8px;
}
.fs-c-cartTable th,
.fs-c-cartTable td {
  vertical-align: middle;
}

.fs-c-accountService__pageLink,
.fs-c-returnedSpecialContract__link a,
.fs-c-buttonContainer--myPageTop a,
.fs-c-wishlistProduct__viewAllProducts {
  border: solid 1px;
  border-radius: 4px;
  padding: 4px 12px;
}

.fs-c-checkout-preview__title,
.fs-p-accountInfo__accountName__name,
.fs-c-radio__radioLabelText,
.fs-l-checkout__mainColumn * ,
input, select, textarea {
  font-family: 'Noto Sans JP', 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;
}

@media screen and (max-width: 767px) {
  .fs-l-main {
    padding: 8px 5%;
  }
  .fs-p-announcement__title small {
    display: none;
  }
  .fs-c-noResultMessage__title {
    text-align: left;
  }
  .fs-c-accountService__page {
    flex-basis: 48%;
  }
  .fs-c-accountService__page:last-child {
    flex-basis: 100%;
    height: auto;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.link {
  transition: .4s;
}
.link:hover {
  opacity: .7;
}

/* 固定バナー */
.fixed_banners {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 999;
}
.fixed_banners li:not(:last-child) {
  margin-bottom: 5px;
}

/* ログアウト時に非表示 */
.logout-none.is-loggedIn--false {
  display: none;
}

/* 閲覧履歴ページで共通セクションを非表示 */
.fs-l-main:has(.page_history) + .home_recommend {
  display: none;
}

/* フリーページにトッププレビュー */
.fs-l-main:has(.top_preview) {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.fs-l-main:has(.top_preview) .fs-l-pageMain {
  max-width: 100%;
}
.fs-l-main:has(.top_preview) .fs-l-pageMain .fs-c-heading {
  display: none;
}

/* AIレコメンド */
.fs-p-heading--lv2 {
  margin-top: 64px;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.flywheel-recommend__frame {
  margin: 24px auto;
  padding: 8px;
  max-width: 1216px;
}
.fs-c-heading--page:empty {
  display: none;
}

/* NEWS */
.news_content {
  width: fit-content;
  height: 250px;
  margin: auto;
  padding: 24px;
  overflow-y: scroll;
  border: 1px #999999 solid;
  background: #ffffff;
}

/* 検索まわり */
.search_table th {
  white-space: nowrap;
  width: 160px;
}
.search_table th, .search_table td {
  padding-block: 23px;
  border-bottom: 1px dotted #e4f4f1;
}
.fs-p-productSearch__searchButton {
  background: #004f17;
  color: #FFF;
  padding: 1.2em 4em 1.2em;
  transition: .4s;
}
.fs-p-productSearch__searchButton:hover {
  color: #FFF !important;
}

/*  ページトップへ戻る */
.page-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 72px;
  right: -80px;
  bottom: calc(25% - 60px);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #F64A00;
  transition: .2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

.page-top i{
  position: absolute;
  top: 20px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  rotate: 45deg;
}

.page-top p{
  margin: 0;
  font-size: 12px;
  bottom: 13px;
  position: absolute;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.page-top.is-active {
  right: -2px;
}

/* 不要なパンくず非表示 */
.fs-c-breadcrumb + .fs-c-breadcrumb {
  display: none;
}


/* Amazon Payの定期・頒布会申込は会員登録内容変更からのお届け先情報変更不可の説明追記 */
[for="fs_input_syncDestinationInfo"] > .fs-c-checkbox__labelText::after{
content: "\A（Amazon Payでお支払いの場合、変更されない場合がございます。定期申込履歴をご確認いただき、変更されていない場合は別途ご連絡ください。）";
white-space: pre-wrap;
}