@charset "utf-8";

/* @reset
----------------------------------------------------------*/
*, *:before, *:after { box-sizing:border-box; }

html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd,
figure, figcaption, form, textarea, fieldset, legend, blockquote { margin:0; padding:0; border:none; }

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:inherit; }

footer, header, hgroup, main, menu, nav, section,
article, aside, details, summary, figcaption, figure { display: block; }

table { border-collapse:collapse; border-spacing:0; }
ul, ol { padding:0; list-style:none; }

img { max-width:100%; height:auto; font-size:0; line-height:0; vertical-align:bottom; border-width:0; }

input, button, select, textarea { font:inherit; }
button { margin:0; padding:0; border:none; border-radius:0; background:none; -webkit-appearance:none; cursor:pointer; }
button:focus { outline:none; }
input[type="submit"],input[type="button"],input[type="reset"] { cursor: pointer; }

/* @base
----------------------------------------------------------*/
html, body { height: 100%; }

html {
  font-size: min(93.75%, 20px);
  background: #fff;
}
body {
  font-family:
  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
  "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  letter-spacing: .05em;
  color: #333;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-animation: loading 1.5s;
  animation: loading 1.5s;
}
@-webkit-keyframes loading {
  0%   { opacity:0; }
  100% { opacity:1; }
}
@keyframes loading {
  0%   { opacity:0; }
  100% { opacity:1; }
}

#wrapper {
  background: #fff;
}

.font-serif,
.secttl, .subttl, .subttl2, .subttl3,
.dl-tbl:not(.st-compact) dt, .dl-data dt, .faq-list-item dt,
.page-head, .company-alteration-list li::before  {
  font-family:
  'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho,
  "ヒラギノ明朝 ProN W6", "HiraMinProN-W6",
  "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-en,
.subttl > span, .page-head .ttl_en, .g-tel,
.faq-list-item > *::before {
  font-family: 'Jost', sans-serif;
}
.font-custom {
  font-family:
  'Jost', 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho,
  "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
}

a { color:#2E3346; text-decoration:none; }
a:not([class]) { text-decoration:underline; }
a:not(.fade), .anime { -webkit-transition:all .5s; transition:all .5s; }
a:not([class]):hover, a:not([class]):focus { text-decoration:none; }
a:focus { outline:none; }

.clearfix::after { content:""; display:block; clear:both; }

.wide   { width: 100%; }

.pos-r { position:relative; }

.iblock { display:inline-block; }
.block  { display:block; }
.hide   { display:none; }

.fl-left { float:left; }
.fl-right { float:right; }

.ta-left { text-align:left; }
.ta-center { text-align:center; }
.ta-right { text-align:right; }
.ta-justify { text-align:justify; }

.va-top  { vertical-align:top; }
.va-mid  { vertical-align:middle; }
.va-btm  { vertical-align:bottom; }
.va-base { vertical-align:baseline; }

.fw-mid { font-weight:500; }
.fw-bold { font-weight:bold; }

.fz-small { font-size:.85em; }
.fz-big { font-size:1.2em; }

.fs-italic { font-style:italic; }
.ws-nowrap { white-space: nowrap; }

.is-fixed { position:fixed; top:0; right:0; bottom:0; left:0; }

.link-disabled { cursor:default; pointer-events:none; opacity:0.6; }

.marker { background:linear-gradient(transparent 45%, #fcf5bb 0%); }
.indent { padding-left:1em; text-indent:-1em; }

.li-disc, .li-decimal { padding-left:1.5em; }
.li-disc { list-style:disc; }
.li-decimal { list-style:decimal; }

.flex         { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.flex-between { -webkit-justify-content:space-between;  justify-content:space-between;  }
.flex-center  { -webkit-justify-content:center; justify-content:center; }
.flex-align-center { -webkit-box-align:center; -webkit-align-items:center; align-items:center; }

.shadow { box-shadow:0 0 3px rgba(0,0,0,0.3); }


.txt-underline { text-decoration:underline; }
.link-txt { font-weight:bold; text-decoration:underline; }
.link-txt:hover { text-decoration: none; }

.bg-common { background-color:#F5F6F9; }
.color-red { color:#BC1A1A; }
.color-hilite { color:#D8C481; }
.color-wht { color:#fff; }

.fz-en { font-size:.875rem; }

.hv-fade { -webkit-transition:all .8s ease-out; transition:all .8s ease-out; }
.hv-fade:hover { opacity:.7; }

/* 1025px 以上  */
@media screen and (min-width: 1025px) {
  /* hover scale */
  a .hv-scale { -webkit-transition:all .8s ease-out; transition:all .8s ease-out; }
  a:hover .hv-scale  { -webkit-transform: scale(1.05); transform: scale(1.05); }
}
@media screen and (min-width: 600px) {
  .txt-v {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}


/* layout ------ */
#wrapper { position:relative; z-index:2; overflow:hidden; min-height:100%; }

.wide-inner { padding-left:10%; padding-right:10%; }
.inner { max-width:1420px; width:90%; margin-left:auto; margin-right:auto; padding-left:60px; padding-right:60px; }
.narrow-inner { max-width:920px; width:100%; margin-left:auto; margin-right:auto; padding-left:60px; padding-right:60px; }
.inner .narrow-inner { padding-left:0; padding-right:0; }

#main { display:block; }

/* recaptcha */
.grecaptcha-badge {
  display: none;
}

/* 960px 以上 (PC・タブレット横) */
@media screen and (min-width: 960px) {
  .pc-none { display: none; }
}
/* 600px 以上 (PC・タブレット) */
@media screen and (min-width: 600px) {
  .sp-only { display: none; }
}

/* 1024px 以下 (タブレット横以下) */
@media screen and (max-width: 1024px) {
  .wide-inner { padding-left:8%; padding-right:8%; }
  .inner { width:96%; padding-left:40px; padding-right:40px; }
  .pc-only { display:none; }
}

/* 959px 以下 (タブレット縦以下) */
@media screen and (max-width: 959px) {
  .wide-inner { padding-left:40px; padding-right:40px; }
  .inner { width:auto; }

}

/* 599px 以下 (スマホ)  */
@media screen and (max-width: 599px) {
  html { font-size:87.5%; }
  .wide-inner { padding-left:20px; padding-right:20px; }
  .inner, .narrow-inner { padding-left:20px; padding-right:20px; }
  .inner .narrow-inner { padding-left:0; padding-right:0; }

  .sp-none { display:none; }
  .sp-only { display:block; }
}

/* 340px 以下 (スマホ)  */
@media screen and (max-width: 340px) {
  .inner, .narrow-inner {  }
}

/* @component
----------------------------------------------------------*/
/* @title ------ */
/* @secttl */
.secttl {
  margin-bottom: 1.75em;
  text-align: center;
  font-size: 2.2667rem;
  line-height: 1.2;
  letter-spacing: .1em;
}
.secttl > span {
  display: block;
  margin-top: .95em;
  line-height: 1;
  font-size: .9333rem;
  font-weight: 500;
  letter-spacing: .075em;
  font-family: 'Outfit', 'Jost', sans-serif;
}
.secttl > em {
  font-style: normal;
}

.secttl.st-left {
  text-align: left;
}
.secttl.st-left > span {
  display: inline-block;
  margin-right: .25em;
}


/* @subttl */
.subttl {
  margin-bottom: 1.7em;
  font-size: 1.8667rem;
  line-height: 1.4;
  letter-spacing: .12em
}
.subttl > span {
  display: block;
  margin-top: 1em;
  padding-left: .3em;
  font-size: .9333rem;
  font-weight: 500;
  letter-spacing: .12em;
  font-family: 'Outfit', 'Jost', sans-serif;
}


/* @subttl2 */
.subttl2 {
  margin-bottom: 1.5em;
  font-size: 2.1333rem;
  line-height: 1.4;
  text-align: center;
}
.subttl2::after {
  content: "";
  display: block;
  width: 1.3333rem;
  height: 1px;
  margin: .75em auto 0;
  background: #787878;
}
.subttl2 > span {
  font-weight: lighter;
  line-height: 1;
  letter-spacing: .05em;
}
.subttl2 > span.font-en {
  font-size: 2.8rem;
}

/* @subttl3 */
.subttl3 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding: 0.4em 0.5em 0.45em 0.65em;
  font-size: 1.5rem;
  line-height: 1.4;
  border-left: 3px solid #9a9ea9;
  background: #F5F6F9;
}

.subttl:first-child,
.subttl3:first-child {
  margin-top: 0;
}

/* @button ---------- */
.c-btn {
  position: relative;
  display: inline-block;
  color: #333;
  min-width: 300px;
  padding: 1.05em 3em 1.2em;
  text-align: center;
  line-height: 1.4;
  border-top: 1px solid #787878;
}
.c-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
}

.c-btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.1em;
  width: .8667em;
  -webkit-transition:all .5s; transition:all .5s;
}
.c-btn-arrow::before, .c-btn-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto 0;
  -webkit-transition:all .5s; transition:all .5s;
}
.c-btn-arrow::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #787878;
}
.c-btn-arrow::after {
  top: 0;
  right: -.3em;
  width: 7px;
  height: 7px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* c-btn hover */
a:hover .c-btn-arrow {
  width: 3em;
  right: -1.1em;
}

/* c-btn type */
.c-btn.type-en {
  font-size: 1.125rem;
}
.c-btn.type-small {
  min-width: 180px;
  padding-top: .85em;
  padding-bottom: .9em;
}

/* @box -------- */
.c-box {
  margin-bottom: 120px;
}
.c-box-inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
.c-box-inner-top {
  padding-top: 90px;
}

/* @list --------- */
.c-list li,
.is-style-disc-list li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.5em;
}
.c-list li::before,
.is-style-disc-list li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: .3em;
  width: .5em;
  height: .5em;
  border: 2px solid #786B3C;
  border-radius: 50%;
}

/* @dl,tbl --------- */
.dl-tbl .row > * {
  padding: 1.2em 1em 1.2em 2em;
}
.dl-tbl .row {
  margin-bottom: .75em;
}
.dl-tbl .row dt {
  width: 240px;
  letter-spacing: .12em;
  border-bottom: 1px solid #787878;
}
.dl-tbl .row dd {
  -webkit-box-flex: 1;
  flex: 1;
  border-bottom: 1px solid #eee;
}

.dl-tbl.st-compact .row > * {
  padding: .5em .85em;
}
.dl-tbl.st-compact .row {
  margin-bottom: .5em;
}
.dl-tbl.st-compact .row dt {
  width: 7em;
}
.dl-tbl.st-compact .row dd {
  padding-left: 1em;
}

/* @tel -------- */
.g-tel {
  font-size: 1.375rem;
}
.g-tel::before {
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-right: .35em;
  vertical-align: -.05em;
  background: url(../img/common/icon-tel-blk.svg) no-repeat center top / 100%;
}
.g-tel a {
  text-decoration: none;
}

/* @hero img ------ */
.c-hero {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 35.19%;

}
.c-hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.wide-inner .c-hero {
  padding-bottom: 25%;
}

/* @g-buy-area ---- */
.g-buy-area {
  padding-top: 85px;
  padding-bottom: 90px;
}
.g-buy-ttl {
  margin-bottom: 2.5em;
  font-size: 1.3333rem;
  text-align: center;
  letter-spacing: .12em;
  line-height: 1.7;
}
.g-buy-bnr {
  margin: 1.5em 0;
}
.g-buy-bnr li {
  width: 48%;
}
.g-buy-bnr a {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  padding: 18% 2em;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #fff;
}
.g-buy-bnr a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: no-repeat center / cover;
  -webkit-transition:opacity .5s; transition:opacity .5s;
}
.g-buy-bnr a:hover::after {
  opacity: .8;
}
.g-buy-bnr .label {
  display: inline-block;
  max-width: 270px;
  width: 100%;
  padding: 1em 2em;
  font-size: 1.3333rem;
  background: rgba(255,255,255,.9);
}
.g-buy-bnr .label span {
  display: block;
  font-size: .7333rem;
}
.g-buy-bnr .shop a::after {
  background-image: url(../img/about/buy-bnr-shop.jpg);
}
.g-buy-bnr .ec a::after {
  background-image: url(../img/about/buy-bnr-ec.jpg);
}

/* @g-contact_box */
.g-contact_box {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2em 2.5em;
  background: #F5F6F9;
}
.g-contact_box:last-child {
  margin-bottom: 0;
}
.g-contact_box .ttl {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: .12em;
}
.g-contact_box p:last-child {
  margin-bottom: 0;
}

.g-contact_box-list {
  margin: 1rem 0;
  font-size: 1.3333rem;
  letter-spacing: .12em;
  text-align: center;
}
.g-contact_box-list li {
  width: 48.5%;
}
.g-contact_box-list a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  padding: 1.5em;
  text-decoration: none;
  background: #fff;
}
.g-contact_box-list a::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 1em;
  height: 1em;
  background: no-repeat center / 100%;
}
.g-contact_box-list .st-tel a::before {
  background-image: url(../img/common/icon-tel-blk.svg);
}
.g-contact_box-list .st-mail a::before {
  background-image: url(../img/common/icon-mail-blk.svg);
}
.g-contact_box-list a::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #2E3346 transparent;
  -webkit-transition:all .3s; transition:all .3s;
  will-change: right, bottom;
}
.g-contact_box-list a:hover {
  background: #e0e2e9;
}
.g-contact_box-list li a:hover::after {
  right: 5px;
  bottom: 5px;
}

.g-contact_box-list .st-tel .num {
  font-size: 1.5em;
  font-weight: lighter;
}

.g-contact_box-con {
  text-align: center;
}
.g-contact_box-con .g-tel {
  margin: 0;
  font-size: 2.1333rem;
}
.g-contact_box-con .note {
  margin-top: .5em;
}

/* @header
----------------------------------------------------------*/
.g-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px 36px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: padding .5s ease-out;
  transition: padding .5s ease-out;
}
.g-header-logo {
  width: 100px;
  -webkit-transition:width .5s ease-out; transition:width .5s ease-out;
}
.g-header-wrap {
  position: relative;
}

.g-header.is-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%);
}

/* @gnav */
.g-nav {
  -webkit-box-align: center;
  align-items: center;
}
.g-nav-list li {
  margin-right: 2.5rem;
}
.g-nav-list a {
  position: relative;
  display: block;
  padding: .15em 0 .15em 1.2em;
  color: #333;
  font-size: .9375rem;
  text-decoration: none;
  letter-spacing: .1em;
  transition-duration: .35s;
  transition-timing-function: ease-out;
}
.g-nav-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: .533em;
  height: 1px;
  background: #787878;
}
.g-nav-list a:hover {
  color: #777;
}

.g-nav-sub li {
  margin-left: 3px;
}
.g-nav-sub a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 4.5333rem;
  height: 4.5333rem;
  background: #333;
}
.g-nav-sub a:hover {
  background: #111;
}
.g-nav-sub .st-cart a {
  background: #2E3346;
}
.g-nav-sub .st-cart a:hover {
  background: #191f34;
}

/* @menu-btn */
.menu-btn {
  display: none;
}

/* @footer
----------------------------------------------------------*/
.g-footer {
  color: #fff;
  background: #2E3346;
}
.g-footer a {
  color: #fff;
}

/* g-footer-info */
.g-footer-info {
  width: 200px;
  margin-right: 8%;
  padding: 90px 0;
  border-right: 1px solid #222635;
}
.g-footer-logo {
  margin-bottom: 2rem;
}

/* g-footer-nav */
.g-footer-nav {
  -webkit-box-flex: 1;
  flex: 1;
  padding-top: 90px;
  padding-bottom: 24px;
}
.g-footer-nav-list {
  margin-bottom: 1.6em;
}
.g-footer-nav-list a::before {
  background: #fff;
}
.g-footer-nav-list a:hover {
  opacity: .7;
}

/* g-contact-btnlist */
.g-contact-btnlist {
  max-width: 528px;
}
.g-contact-btnlist li {
  width: 49.5%;
}
.g-contact-btnlist a {
  display: block;
  padding: .85em 1.5em .8em;
  text-align: center;
  text-decoration: none;
  background: #111;
}
.g-contact-btnlist a:hover {
  background: #1a1a1a;
}
.g-contact-btnlist .st-cart a {
  background: #191E30;
}
.g-contact-btnlist .st-cart a:hover {
  background: #1e2337;
}
.g-contact-btnlist a::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: .75em;
  vertical-align: -.35em;
  background: no-repeat center / 100%;
}
.g-contact-btnlist .st-contact a::before {
  background-image: url(../img/common/icon-mail-wht.svg);
}
.g-contact-btnlist .st-cart a::before {
  background-image: url(../img/common/icon-cart-wht.svg);
}

/* g-footer-subnav */
.g-footer-subnav {
  margin-top: 6rem;
  padding: 2.5em 0;
  font-size: .8667rem;
  border-top: 1px solid #222635;
}
.g-footer-subnav li {
  margin-right: 2.5em;
}
.g-footer-subnav a {
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
  text-decoration: none;
}
.g-footer-subnav a::before {
  content: "";
  position: absolute;
  top: .64em;
  left: 0;
  width: .4667em;
  height: .4667em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.g-footer-subnav a:hover {
  opacity: .7;
}

/* @pagetop */
#pagetop {
  position: fixed;
  right: 30px;
  bottom: -150px;
  z-index: 99;
  mix-blend-mode: difference;
}
#pagetop a {
  display: block;
  padding-top: .5em;
  color: #fff;
  font-size: .8667rem;
  letter-spacing: .075em;
  padding-bottom: .5em;
}
#pagetop a::before,
#pagetop a::after  {
  content: "";
  margin: 0 auto;
  -webkit-transition:all .5s; transition:all .5s;
}
#pagetop a::before {
  display: block;
  width: 1px;
  height: .8667em;
  margin-bottom: .6em;
  background: #fff;
}
#pagetop a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1.0667em;
  height: 1.0667em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pagetop a:hover::before {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#pagetop a:hover::after {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}


/* copyright */
.g-copyright {
  margin-top: 2rem;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
}

/* @layout
----------------------------------------------------------*/
/* @wrapper */
#wrapper {
  padding-top:170px;
}
#top #wrapper {
 padding-top: 0;
}


/* @page-head */
.page-head {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: end;
  margin-bottom: 100px;
}
.page-head-ttl::after {
  content: "";
  position: absolute;
  top: 1.4em;
  left: 0;
  bottom: 0;
  z-index: -1;
  padding-top: 10%;
  width: 100vw;
  background: #F5F6F9;
}
.page-head-ttl {
  position: relative;
  z-index: 2;
  width: 41.15%;
  max-width: 600px;
  min-width: 480px;
  margin-bottom: 4%;
  padding: 0 2em 4.5em 8%;
  font-size: 1.4667rem;
  letter-spacing: .12em;
}
.page-head-ttl .ttl_en {
  margin-bottom: .5em;
  font-size: 3em;
  font-weight: lighter;
  line-height: 1;
  letter-spacing: .05em;
}
.page-head-ttl .ttl_en::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  margin-top: .25em;
  background: #787878;
}
.page-head-img {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  flex: 1;
  padding-bottom: min(32%, 480px);
}
.page-head-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* @breadcrumb ------- */
.breadcrumb {
  margin-bottom: 2rem;
}
.breadcrumb li {
  display: inline-block;
  font-size: .8125rem;
}
.breadcrumb li, .breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb li:not(:last-child):after {
  content: "＞";
  padding: 0 .75em;
}

/* @pagination */
.pagination {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.pagination .pager {
  display: inline-block;
  margin: 0 4px;
  padding: 0.4em 1em;
  color: #fff;
  border: 1px solid #302D31;
}
.pagination .pager.current {
  border-color: #9D1B2A;
  background-color: #9D1B2A;
}
.pagination .prev,
.pagination .next {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  padding: 0.4em 1em;
}
.pagination .prev.is-disable,
.pagination .next.is-disable {
  opacity: .3;
  cursor: default;
  pointer-events: none;
}


/* @404 */
.notfound-content .btn {
  margin-top: 3em;
}


/* レスポンシブ
----------------------------------------------------------*/

/* 960px 以上 */
@media screen and (min-width: 960px) {


  /* @page-head  */
  #onlineshop .page-head-ttl {
    width: 42.5%;
    max-width: 640px;
    min-width: 590px;
  }

  /* @g-contact_box */
  .g-contact_box.type-btn {
    padding: 3em 3.5em;
  }



}

@media screen and (min-width: 960px) and (max-width: 1280px) {
  .g-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1280px) {


  .g-menu .g-menu-list li {
    margin-left:1.6em;
  }
  .g-menu .g-menu-list .contact a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  /* page-title */
  .page-title-h1 {
    font-size: 1.75rem;
  }
  .page-title-hero {
    padding-top: 36%;
  }

}

/* 959px 以下 (タブレット縦以下) */
@media screen and (max-width: 959px) {
  /* @Component
  ----------------------------------------------------------*/

  /* @dl,tbl --------- */
  .dl-tbl .row dt {
    width: 200px;
  }

  /* @g-contact_box */
  .g-contact_box-list li {
    width: 100%;
  }
  .g-contact_box-list li + li {
    margin-top: 15px;
  }
  .g-contact_box-list .st-tel .num {
    line-height: 1;
  }

  /* @header
  ----------------------------------------------------------*/
  .g-header {
    padding: 10px 30px;
  }
  .g-header-logo {
    position: relative;
    width: 80px;
    z-index: 9999;
  }

  /* @menu-btn */
  .menu-btn {
    -webkit-box-ordinal-group: 3;
    order: 2;
    display: block;
    margin: auto 0 auto 26px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99999;
  }
  .menu-btn:focus {
    background:none;
  }
  .menu-btn,
  .menu-btn span {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu-bar {
    position: relative;
    width: 40px;
    height: 20px;
    margin: 0 auto;
  }
  .menu-bar:before,
  .menu-bar:after,
  .menu-bar > span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #333;
  }

  .menu-bar:before {
    top: 0;
  }
  .menu-bar > span {
    top: 9px;
  }
  .menu-bar:after {
    bottom: 0;
  }

  .menu-btn.is-open .menu-bar:before {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-35deg);
  }
  .menu-btn.is-open .menu-bar > span {
    opacity: 0;
  }
  .menu-btn.is-open .menu-bar:after {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(35deg);
  }

  /* @gnav */
  .g-nav {
    margin-left: auto;
  }
  .g-nav-wrap {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: none;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .g-header .g-nav-wrap {
    font-size: 1rem;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: 0;
    padding: 140px 40px 40px;
    font-size: 1rem;
    background: #F5F6F9;
    background-size: 54px;
  }
  .g-nav .g-nav-list {
    display: block;
  }
  .g-nav .g-nav-list li {
    margin-bottom: 1em;
    margin-right: 0;
    border-bottom: 1px solid #eaebef;
  }
  .g-nav .g-nav-list a {
    display: block;
    padding: 1.5em 1em;
    text-align: center;
  }
  .g-nav .g-nav-list a::before {
    display: none;
  }


  /* fadein */
  .g-nav .g-nav-list li {
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }

  .g-nav-wrap.is-open li{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .g-nav .g-nav-list li:nth-child(1) { -webkit-transition-delay:.3s; transition-delay:.3s; }
  .g-nav .g-nav-list li:nth-child(2) { -webkit-transition-delay:.4s; transition-delay:.4s; }
  .g-nav .g-nav-list li:nth-child(3) { -webkit-transition-delay:.5s; transition-delay:.5s; }
  .g-nav .g-nav-list li:nth-child(4) { -webkit-transition-delay:.6s; transition-delay:.6s; }
  .g-nav .g-nav-list li:nth-child(5) { -webkit-transition-delay:.7s; transition-delay:.7s; }

  /* @g-nav-sub */
  .g-nav-sub {
    position: relative;
    z-index: 9999;
  }
  .g-nav-sub a {
    width: 3.8rem;
    height: 3.8rem;
  }

  /* @footer
  ----------------------------------------------------------*/
  .g-footer-info {
    width: 100%;
    margin-right: 0;
    padding: 60px 0 20px;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #222635;
  }
  .g-footer-nav-list,
  .g-footer-subnav {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .g-contact-btnlist {
    margin: 0 auto;
  }
  .g-copyright {
    text-align: center;
  }

  /* @layout
  ----------------------------------------------------------*/
  /* @wrapper */
  #wrapper {
    padding-top: 120px;
  }

  /* @page-head */
  .page-head-ttl {
    min-width: 0;
    padding-bottom: 3em;
    padding-left: 35px;
    font-size: 1.2rem;
    font-size: 2.34vw;
  }
  .page-head-ttl .ttl_en {
    font-size: 2.5em;
  }
  .page-head-img {
    padding-bottom: 36%;
  }

}

/* 959px - 600px 以下 (タブレットのみ)  */
@media screen and (max-width: 959px) and (min-width: 600px) {
  #onlineshop .page-head-ttl {
    width: 48vw;
    max-width: 100%;
    min-width: 0;
  }
}

/* 599x 以下 (スマホ)  */
@media screen and (max-width: 599px) {

  .g-bg-circle,
  .g-bg-circle::before, .g-bg-circle::after {
    border-width: 3px;
  }

  /* @header
  ----------------------------------------------------------*/
  .g-header {
    padding: 15px;
  }
  .g-header-logo  {
    width: 60px;
  }
  .g-header.is-scroll {
    padding-top: 4px;
  }

  .menu-btn {
    margin-left: 18px;
  }

  /* @gnav */
  .g-nav-sub a {
    width: 3.2rem;
    height: 3.2rem;
  }
  .g-nav-sub img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  /* @footer
  ----------------------------------------------------------*/
  .g-footer-nav-list,
  .g-footer-subnav {
    display: block;
  }

  .g-footer-nav {
    padding-top: 40px;
  }
  .g-footer-nav-list li {
    margin-bottom: 1em;
  }
  .g-contact-btnlist li {
    width: 100%;
    margin-bottom: 5px;
  }

  .g-footer-subnav {
    margin-top: 42px;
  }
  .g-footer-subnav li {
    margin-bottom: .5em;
  }

  .g-copyright {
    margin-bottom: 0;
  }

  #pagetop a {
    display: none;
  }


  /* @Component
  ----------------------------------------------------------*/
  /* @title ----- */

  /* @secttl */
  .secttl {
    font-size: 1.8rem;
  }
  .secttl > span {
    font-size: .8667rem;
  }

  /* @subttl */
  .subttl {
    margin-bottom: 1.6em;
    font-size: 1.3rem;
  }
  .subttl > span {
    font-size: .8667rem;
  }

  /* @subttl2 */
  .subttl2 {
    font-size: 1.6rem;
  }
  .subttl2 > span {
    font-size: 1.8rem;
  }

  /* @box -------- */
  .c-box {
    margin-bottom: 60px;
  }
  .c-box-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-box-inner-top {
    padding-top: 60px;
  }

  /* @dl,tbl --------- */
  .dl-tbl .row > * {
    padding: 1.2em .5em;
  }
  .dl-tbl:not(.st-compact) .row {
    display: block;
  }
  .dl-tbl:not(.st-compact) .row dt {
    width: 100%;
    padding-top: 0;
    padding-bottom: .5em;

  }
  .dl-tbl:not(.st-compact) .row dd {
    border-bottom: none;
  }



  /* @hero img ------ */
  .c-hero {
    margin-bottom: 35px;
    padding-bottom: 40%;
  }

  /* @g-contact_box */
  .g-contact_box {
    padding: 1.5em 1.5em 2em;
  }
  .g-contact_box .ttl {
    font-size: 1.1rem;
  }
  .g-contact_box-list {
    margin: 1.5rem 0;
    font-size: 1.15rem;
  }
  .g-contact_box-list a {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  /* @layout
  ----------------------------------------------------------*/

  /* @page-head */
  .page-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 65px;
  }
  .page-head-ttl {
    width: 100%;
    margin-bottom: 0;
    padding: 0 25px 2em 25px;
    font-size: 4.5vw;
  }
  .page-head-ttl .ttl_en {
    margin-bottom: .4em;
  }
  .page-head-img {
    -webkit-box-ordinal-group: 0;
    order: -1;
    width: 100%;
    margin-bottom: 1.75rem;
  }

  /* @g-buy-area ---- */
  .g-buy-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .g-buy-ttl {
    margin-bottom: 1.5em;
    font-size: 1.25rem;
  }
  .g-buy-bnr li {
    width: 100%;
  }
  .g-buy-bnr li + li {
    margin-top: 15px;
  }

}

/* 340px 以下 (スマホ)  */
@media screen and (max-width: 340px) {

}


