@charset "UTF-8";
:root {
  --shadow: 0px 0px 20px rgba(0,0,0,.3);
  --radius: 30px;
  --easeInSine: cubic-bezier(0.12, 0, 0.39, 0);
  --easeOutSine: cubic-bezier(0.61, 1, 0.88, 1);
  --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
  --easeOutCirc: cubic-bezier(0, 0.55, 0.45, 1);
  --easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
  --easeInBack: cubic-bezier(0.36, 0, 0.66, -0.56);
  --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
  --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --easeOutMoment: cubic-bezier(0, 0.8, 0, 1);
  --linearCenter: linear(0, 0.45, 0.48, 0.52, 0.55, 1);
  --linearInOut: linear(0, 0.08, 0.32, 0.68, 0.92, 1);
  --linearBounce: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
}

/*============================================================
  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;
  font-size: 100%;
  background: transparent;
}

.sdexcld {
  /* text */
  /* password */
  /* テキストエリアのりサイズ縦のみ可 */
}
.sdexcld article, .sdexcld aside, .sdexcld details, .sdexcld figcaption, .sdexcld figure,
.sdexcld footer, .sdexcld header, .sdexcld hgroup, .sdexcld menu, .sdexcld nav, .sdexcld section {
  display: block;
}
.sdexcld h1, .sdexcld h2, .sdexcld h3, .sdexcld h4, .sdexcld h5, .sdexcld h6 {
  font-weight: normal;
  font-size: 100%;
}
.sdexcld ol, .sdexcld ul {
  list-style: none;
}
.sdexcld blockquote, .sdexcld q {
  quotes: none;
}
.sdexcld blockquote::before, .sdexcld blockquote::after,
.sdexcld q::before, .sdexcld q::after {
  content: "";
  content: none;
}
.sdexcld a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
}
.sdexcld ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.sdexcld mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.sdexcld del {
  text-decoration: line-through;
}
.sdexcld abbr[title], .sdexcld dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.sdexcld table {
  border-collapse: collapse;
  border-spacing: 0;
}
.sdexcld hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}
.sdexcld input {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
.sdexcld html:not(.ios) input[type=radio] {
  background: none;
  border: none;
  border-radius: 0;
}
.sdexcld input[type=text],
.sdexcld input[type=email],
.sdexcld input[type=tel],
.sdexcld input[type=submit],
.sdexcld input[type=button] {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sdexcld input[type=submit],
.sdexcld input[type=button] {
  cursor: pointer;
}
.sdexcld select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sdexcld select::-ms-expand {
  display: none;
}
.sdexcld textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sdexcld button {
  display: block;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.sdexcld button:disabled {
  cursor: default;
}
.sdexcld img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -ms-interpolation-mode: bicubic;
}
.sdexcld strong, .sdexcld em, .sdexcld b, .sdexcld i, .sdexcld small, .sdexcld address {
  font-weight: normal;
  font-style: normal;
}
.sdexcld main {
  display: block;
}
.sdexcld input::-ms-clear {
  visibility: hidden;
}
.sdexcld input::-ms-reveal {
  visibility: hidden;
}
.sdexcld textarea {
  resize: vertical;
}

/*============================================================
  common
============================================================*/
/*  web font
------------------------------------------------*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  font-style: bold;
  src: url("fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-weight: 700;
  font-style: bold;
  src: url("fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
html.ios {
  height: 100vh;
}

body {
  /*
    color: #000000;
    width: 100%;
    height: 100%;
    line-height: 1.6;
  */
  text-align: center;
  /*
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  */
}
body.loading {
  position: fixed;
  overflow-y: hidden;
  height: 100%;
}
body.fixed {
  position: fixed;
  overflow-y: hidden;
}
body.absolute {
  position: absolute;
}

.sf {
  /*  a
  ------------------------------------------------*/
}
.sf a {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  color: #00a73c;
}
.sf a:link {
  text-decoration: none;
}
.sf a:visited {
  text-decoration: none;
}
.sf a:hover {
  text-decoration: none;
}
.sf a:focus {
  text-decoration: none;
}
.sf a:active {
  text-decoration: none;
}
.sf a[href^=tel] {
  color: inherit;
}
.sf .disableTel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.sf .hover:hover {
  opacity: 1;
}

@media (min-width: 1366px) {
  .sf .hover {
    transition: opacity 0.2s;
  }
  .sf .hover:hover {
    opacity: 0.7;
  }
}
.sf {
  /*  img
  ------------------------------------------------*/
  /*  loader
  ------------------------------------------------*/
}
.sf .txtLink {
  position: relative;
  padding-left: 14px;
  background: url(/images/ico_ar_b.svg) no-repeat 5px 0.5em;
  background-size: 5px auto;
}
.sf .txtLink.-r {
  background: url(/images/ico_ar_r.svg) no-repeat 5px 0.7em;
  background-size: 5px auto;
}
.sf .txtLink.-blank {
  margin-right: 4px;
  padding-right: 12px;
  background: url(/images/ico_ar_b.svg) no-repeat 5px 0.5em, url(/images/ico_blank_b.svg) no-repeat right 0.45em;
  background-size: 5px auto, 10px;
}
.sf .imgOuter {
  font-size: 0;
  line-height: 0;
}
.sf img {
  width: 100%;
  height: auto;
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes slide {
  0% {
    width: 80px;
    left: calc(50% - 40px);
  }
  25% {
    width: 16px;
    left: calc(50% - 40px);
  }
  50% {
    width: 80px;
    left: calc(50% - 40px);
  }
  75% {
    width: 16px;
    left: calc(50% + 24px);
  }
  100% {
    width: 80px;
    left: calc(50% - 40px);
  }
}
@keyframes gear1 {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
  42.5% {
    transform: translateX(0) translateY(0) rotate(-360deg) scale(1);
  }
  46.25% {
    transform: translateX(-4px) translateY(24px) rotate(-360deg) scale(1.4);
  }
  50% {
    transform: translateX(24px) translateY(24px) rotate(-360deg) scale(1);
  }
  92.75% {
    transform: translateX(24px) translateY(24px) rotate(0deg) scale(1);
  }
  96.5% {
    transform: translateX(24px) translateY(-4px) rotate(0deg) scale(1.4);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes gear2 {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
  42.5% {
    transform: translateX(0) translateY(0) rotate(360deg) scale(1);
  }
  46.25% {
    transform: translateX(4px) translateY(-24px) rotate(0deg) scale(1.4);
  }
  50% {
    transform: translateX(-24px) translateY(-24px) rotate(360deg) scale(1);
  }
  92.75% {
    transform: translateX(-24px) translateY(-24px) rotate(0) scale(1);
  }
  96.5% {
    transform: translateX(-24px) translateY(4px) rotate(360deg) scale(1.4);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes ball1 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0px);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball3 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(-20px);
    opacity: 0;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.sf .loader {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
}
.sf .loader.-rotateCirc .ico {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  animation: rotate 1.6s var(--easeOutCubic) infinite;
}
.sf .loader.-rotateCirc .ico .circ {
  fill: none;
  stroke: #999;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 8px;
  stroke-dasharray: 240px;
  animation: stroke 1.6s var(--easeOutCubic) infinite;
}
.sf .loader.-rotateCirc:before {
  content: "";
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 39px);
  top: calc(50% - 39px);
}
.sf .loader.-slideBar .bar {
  width: 80px;
  height: 8px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 4px);
  border-radius: 4px;
  background: #00a73c;
  animation: slide 1.6s var(--easeOutCubic) infinite;
}
.sf .loader.-slideBar:before {
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: #efefef;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 2px);
}
.sf .loader.-gear .ico {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.sf .loader.-gear .gear1 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 13px;
  top: 13px;
  fill: #999;
  animation: 3s linear infinite gear1;
  z-index: 1;
  backface-visibility: hidden;
}
.sf .loader.-gear .gear2 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  fill: #999;
  animation: 3s linear infinite gear2;
  z-index: 1;
}
.sf .loader.-gear .gear3 {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 14px);
  top: calc(50% - 48px);
  fill: #fff;
  animation: 6s linear infinite rotate;
}
.sf .loader.-ball .ico {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.sf .loader.-ball .ico div {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: calc(50% - 5px);
}
.sf .loader.-ball .ico div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #999;
  left: 0;
  top: 0;
}
.sf .loader.-ball .ico div:nth-child(1) {
  left: calc(50% - 30px);
}
.sf .loader.-ball .ico div:nth-child(1):before {
  animation: 1.4s var(--easeOutCubic) infinite ball1;
}
.sf .loader.-ball .ico div:nth-child(2) {
  left: calc(50% - 5px);
}
.sf .loader.-ball .ico div:nth-child(2):before {
  animation: 1.4s var(--easeOutCubic) infinite ball2;
}
.sf .loader.-ball .ico div:nth-child(3) {
  left: calc(50% + 20px);
}
.sf .loader.-ball .ico div:nth-child(3):before {
  animation: 1.4s var(--easeOutCubic) infinite ball3;
}
.sf .loader.fo {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out;
}
.sf .loader.hdn:before.-rotateCirc .ico {
  animation: none;
}
.sf .loader.hdn:before.-rotateCirc .ico .circ {
  animation: none;
}

/*
@media (min-width: setting.$bpTab) {
  .sf{
    .loader:before{
      border: 4px solid setting.$colorG;
      border-bottom-color: #fff;
      height: 50px;
      margin: -25px 0 0 -25px;
      width: 50px;
    }
  }
}
*/
.sf {
  /*  iOSホームバー
  ------------------------------------------------*/
  /*  アコーディオン
  ------------------------------------------------*/
  /*  br
  ------------------------------------------------*/
}
.sf .js-homebar.active {
  position: relative;
}
.sf .js-homebar.active:after {
  content: "";
  width: 100%;
  height: 20px;
  position: relative;
  display: block;
  opacity: 0;
}
.sf .js-accorBtn {
  cursor: pointer;
  position: relative;
}
.sf .js-accorBtn.open .accorIco {
  /*
        transform: rotateZ(45deg);

        &:before{
          transform: rotateZ(-45deg);
        }
  */
}
.sf .js-accorBtn.open .accorIco:after {
  transform: rotateZ(90deg);
}
.sf .js-accorArea {
  height: 0;
}
.sf .js-accorArea.open .inner {
  opacity: 1;
}
.sf .js-accorArea .inner {
  opacity: 0;
  transition: opacity 0.1s;
}
.sf .accorIco {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 15px;
  top: calc(50% - 6px);
  transition: transform 0.2s;
}
.sf .accorIco:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transition: transform 0.2s;
}
.sf .accorIco:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #000;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  transition: transform 0.2s;
}
.sf br.pc {
  display: inline !important;
}
.sf br.pcTab {
  display: inline !important;
}
.sf br.tabSp {
  display: none !important;
}
.sf br.sp {
  display: none !important;
}
.sf br.spS {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .sf br.pc {
    display: none !important;
  }
  .sf br.pcTab {
    display: inline !important;
  }
  .sf br.tabSp {
    display: inline !important;
  }
  .sf br.sp {
    display: none !important;
  }
  .sf br.spS {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sf br.pc {
    display: none !important;
  }
  .sf br.pcTab {
    display: none !important;
  }
  .sf br.tabSp {
    display: inline !important;
  }
  .sf br.sp {
    display: inline !important;
  }
  .sf br.spS {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .sf br.spS {
    display: inline !important;
  }
}
/*  hidden
------------------------------------------------*/
.hdn {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.sf {
  /*  text
  ------------------------------------------------*/
}
.sf .txt.-bold,
.sf .txt .bold {
  font-weight: bold;
}
.sf .txt.-center {
  text-align: center;
}
.sf .txt.-left {
  text-align: left;
}
.sf .txt.-right {
  text-align: right;
}
.sf .txt strong,
.sf .txt em,
.sf .txt span,
.sf .txt b,
.sf .txt sup {
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/*============================================================
  modal
============================================================*/
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_in_bg {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_bg_ie {
  0% {
    transform: translateX(-100rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_out_bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes slide_out_bg_ie {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100rem);
  }
}
@keyframes slide_in_contents {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoom_out_contents {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoom_in_btn {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#modal_bg.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in, slide_in_bg;
}

.ie11 #modal_bg.active.in,
.ie10 #modal_bg.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in, slide_in_bg_ie;
}

#modal_bg.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out, slide_out_bg;
}

.ie11 #modal_bg.active.out,
.ie10 #modal_bg.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out, slide_out_bg_ie;
}

#modal_close.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in, zoom_in_btn;
}
#modal_close.active.in:hover {
  opacity: 0.7;
}

#modal_close.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out, zoom_out_contents;
  pointer-events: none;
}

.modal_contents.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in, slide_in_contents;
}

.modal_contents.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out, zoom_out_contents;
}

body.iframe {
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: auto;
}
body.iframe::-webkit-scrollbar {
  display: none;
}

.modal_contents {
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #666666;
  position: fixed;
  z-index: 13;
}
.modal_contents iframe {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.modal_contents.active {
  display: block;
}

.modal_iframe {
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
}
.modal_iframe.-ios {
  overflow-y: y;
  -webkit-overflow-scrolling: touch;
}

#modal_close {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 10px;
  top: 10px;
  z-index: 22;
  cursor: pointer;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity cubic-bezier(0.15, 0.29, 0.62, 0.99) 0.3s, transform cubic-bezier(0.15, 0.29, 0.62, 0.99) 0.3s;
}
#modal_close:hover {
  opacity: 0.7;
}
#modal_close:before {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  transform: rotateZ(45deg);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  background: #fff;
}
#modal_close:after {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  transform: rotateZ(-45deg);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  background: #fff;
}

#modal_bg {
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}
#modal_bg:before {
  content: "";
  animation: rotate 0.8s linear infinite;
  background: transparent;
  border: 4px solid #222222;
  border-bottom-color: #616161;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  position: absolute;
  top: 40%;
  width: 50px;
}
#modal_bg.-offLoading:before {
  display: none;
}

#modal_loading {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 42%;
  margin: -25px 0 0 -25px;
  display: none;
}
#modal_loading img {
  width: 100%;
  height: auto;
  display: block;
}

.modal_yt {
  background-color: #000000;
}

#player1,
#player2,
#player3,
#player4,
#player5 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.modal_img img {
  width: 100%;
  height: auto;
}

.modal_grp img,
.modal_grp iframe {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
}
.modal_grp .show {
  display: block;
}

.modal_ar {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 35%;
  z-index: 22;
  background: url(../images/blank.gif) repeat left top;
}
.modal_ar .ar {
  width: 46px;
  height: 46px;
  position: absolute;
  margin-top: -23px;
  opacity: 0;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.modal_ar.show {
  display: block;
}

.modal_ar_prev {
  left: 0;
  top: 0;
}
.modal_ar_prev .ar {
  background: url(../images/modal_ar_prev.png) no-repeat left top;
  background-size: 46px;
  left: 20px;
  top: 50%;
}

.modal_ar_prev:hover .ar {
  opacity: 1;
}

.modal_ar_next {
  right: 0;
  top: 0;
}
.modal_ar_next .ar {
  background: url(../images/modal_ar_next.png) no-repeat left top;
  background-size: 46px;
  right: 20px;
  top: 50%;
}

.modal_ar_next:hover .ar {
  opacity: 1;
}

.modal_grp_num {
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #ffffff;
  font-size: 1rem;
}

@media screen and (max-width: 980px) {
  #modal_bg:before {
    border-width: 2px;
    height: 26px;
    margin: -13px 0 0 -13px;
    width: 26px;
  }
  #modal_close:hover {
    opacity: 1;
  }
  .modal_ar {
    display: none;
  }
  .modal_ar .ar {
    width: 23px;
    height: 23px;
    position: absolute;
    margin-top: -11px;
    opacity: 0.7;
  }
  .modal_ar_prev .ar {
    background: url(../images/modal_ar_prev.png) no-repeat left top;
    background-size: 23px;
    left: 10px;
    top: 50%;
  }
  .modal_ar_prev:hover .ar {
    opacity: 0.7;
  }
  .modal_ar_next .ar {
    background: url(../images/modal_ar_next.png) no-repeat left top;
    background-size: 23px;
    right: 10px;
    top: 50%;
  }
  .modal_ar_next:hover .ar {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #modal_close {
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  #modal_close:before {
    width: 20px;
    left: calc(50% - 10px);
  }
  #modal_close:after {
    width: 20px;
    left: calc(50% - 10px);
  }
}
@keyframes loader_out {
  0% {
    opacity: 1;
    left: -10%;
  }
  99% {
    opacity: 0;
    left: -10%;
  }
  100% {
    opacity: 0;
    left: -120%;
  }
}
html.active .sf #loader {
  animation: loader_out 0.4s both;
}

.global-footer {
  position: relative !important;
  margin-top: 0 !important;
}

.sf {
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #fff;
  color: #000;
  text-align: center;
  min-width: 1080px;
  position: relative;
  /* 共通：ここから */
  /* 共通：ここまで */
  /* kv：ここから */
  /* kv：ここまで */
  /* menu：ここから */
  /* menu：ここまで */
  /* about：ここから */
  /* about：ここまで */
  /* cm：ここから */
  /* cm：ここまで */
  /* prof：ここから */
  /* prof：ここまで */
  /* contents：ここから */
  /* contents：ここまで */
  /* 新商品バナー contents流用：ここから */
  /* 新商品バナー：ここまで */
  /* product：ここから */
  /* product：ここまで */
  /* shop：ここから */
  /* shop：ここまで */
  /* cp：ここから */
  /* cp：ここまで */
}
.sf:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 70px;
  background: url(/stylefree/images/webp/cmn_bg_2501.webp) no-repeat center top;
  background-size: cover;
}
.sf picture {
  display: block;
}
.sf .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.sf .notes > li {
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0.63rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.sf .notes > li:not(:first-child) {
  margin-top: 5px;
}
.sf .notes > li.noindent {
  text-indent: 0;
  padding-left: 0;
}
.sf .supTxt {
  font-size: 0.63rem;
  vertical-align: top;
  position: relative;
  top: 0;
}
.sf .bg_panel {
  background: url(/stylefree/images/webp/contents_bg.webp) center top;
  background-size: 534px 800px;
  padding: 60px 0;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
.sf .sf_kv {
  position: relative;
  width: 100%;
  /*
      background: url(/stylefree/images/webp/kv_2501_a_pc.webp) center top;
      background-size: cover;
  */
  position: relative;
  z-index: 11;
}
.sf .sf_kv .swiper-kv {
  height: 47vw;
  min-height: 508px;
  box-sizing: content-box;
}
.sf .sf_kv .swiper-pagination {
  bottom: 30px !important;
}
.sf .sf_kv_1 {
  width: 100%;
  height: 47vw;
  min-height: 508px;
  background: url(/stylefree/images/webp/kv_2507_pc.webp) center top;
  background-size: cover;
}
.sf .sf_kv_2 {
  width: 100%;
  height: 47vw;
  min-height: 508px;
  background: url(/stylefree/images/webp/kv_2504_b_pc.webp) center top;
  background-size: cover;
}
.sf .sf_kv_copy {
  width: 992px;
  height: 269px;
  position: absolute;
  left: calc(50% - 496px);
  top: 60px;
  z-index: 1;
}
.sf .sf_kv_copy.-cp2411 {
  width: 896px;
  height: 347px;
  left: calc(50% - 540px);
  top: 80px;
}
.sf .sf_kv_notes {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 0px, rgba(0, 0, 0, 0.2) -2px 0px, rgba(0, 0, 0, 0.2) 0px -2px, rgba(0, 0, 0, 0.2) 0px 2px, rgba(0, 0, 0, 0.2) 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px, rgba(0, 0, 0, 0.2) 2px -2px, rgba(0, 0, 0, 0.2) -2px -2px, rgba(0, 0, 0, 0.2) 1px 2px, rgba(0, 0, 0, 0.2) -1px 2px, rgba(0, 0, 0, 0.2) 1px -2px, rgba(0, 0, 0, 0.2) -1px -2px, rgba(0, 0, 0, 0.2) 2px 1px, rgba(0, 0, 0, 0.2) -2px 1px, rgba(0, 0, 0, 0.2) 2px -1px, rgba(0, 0, 0, 0.2) -2px -1px;
}
.sf .sf_menu_lists {
  width: 100%;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  position: sticky;
  left: 0;
  top: 0;
  box-shadow: var(--shadow);
  z-index: 10;
}
.sf .sf_menu_lists menu {
  width: 1024px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.sf .sf_menu_lists menu > li {
  position: relative;
}
.sf .sf_menu_lists menu > li > a {
  line-height: 1;
  letter-spacing: 0;
  display: block;
  padding: 24px 40px;
}
.sf .sf_menu_lists menu > li.menu_1 img {
  width: 84px;
  height: auto;
}
.sf .sf_menu_lists menu > li.menu_2 img {
  width: 37px;
  height: auto;
}
.sf .sf_menu_lists menu > li.menu_3 img {
  width: 53px;
  height: auto;
}
.sf .sf_menu_lists menu > li.menu_4 img {
  width: 77px;
  height: auto;
}
.sf .sf_menu_lists menu > li.menu_5 img {
  width: 105px;
  height: auto;
}
.sf .sf_menu_lists menu > li:before {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  pointer-events: none;
  background: #f0f0f0;
}
.sf .sf_menu_lists menu > li:last-child:after {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  pointer-events: none;
  background: #f0f0f0;
}
.sf .sf_about {
  position: relative;
  text-align: center;
  padding: 180px 0 60px;
}
.sf .sf_about_col {
  width: 1024px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 60px;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  padding: 40px 0 0 30px;
}
.sf .sf_about_l {
  text-align: center;
  position: relative;
  z-index: 0;
}
.sf .sf_about_ttl {
  position: relative;
  z-index: 0;
  width: 294px;
  height: auto;
  margin: 0 auto;
}
.sf .sf_about_txt {
  font-size: 1.13rem;
  line-height: 2;
  margin-top: 40px;
  color: #00a73c;
}
.sf .sf_about_txt > .l {
  font-size: 1.38rem;
}
.sf .sf_about_bnr {
  display: block;
  box-sizing: border-box;
  width: 714px;
  height: auto;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 60px;
}
.sf .sf_about_notes {
  margin-top: 20px;
  color: #00a73c;
}
.sf .sf_about_beer {
  width: 428px;
  height: auto;
}
.sf .sf_cm {
  position: relative;
  z-index: 1;
  padding: 80px 0 0;
}
.sf .sf_cm.-noslide .swiper {
  padding-bottom: 40px;
}
.sf .sf_cm .swiper {
  width: 100%;
  padding-bottom: 70px;
}
.sf .sf_cm .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}
.sf .sf_cm .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  transition: transform ease-out 0.2s;
}
.sf .sf_cm .swiper-slide-prev,
.sf .sf_cm .swiper-slide-next {
  transform: scale(0.8) !important;
}
.sf .sf_cm .swiper-slide-prev .sf_cm_img,
.sf .sf_cm .swiper-slide-next .sf_cm_img {
  opacity: 0.5;
}
.sf .sf_cm .swiper-slide .sf_cm_thumb {
  pointer-events: none;
}
.sf .sf_cm .swiper-slide-active .sf_cm_thumb {
  pointer-events: auto;
}
.sf .sf_cm .swiper-slide-active .sf_cm_thumb:hover .sf_cm_ico {
  transform: scale(0.9);
  opacity: 1;
}
.sf .sf_cm .swiper-slide-active .sf_cm_thumb:hover .sf_cm_img {
  transform: scale(1.1);
}
.sf .sf_cm_ttl {
  width: 137px;
  margin: 0 auto;
}
.sf .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  transform: scale(-1, 1);
  transition: opacity ease-out 0.3s;
}
.sf .swiper-button-prev:after {
  content: "";
  background: url(/stylefree/images/ico_circar_wg.svg) no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.sf .swiper-button-prev:hover {
  opacity: 0.7;
}
.sf .swiper-button-next {
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  transition: opacity ease-out 0.3s;
}
.sf .swiper-button-next:after {
  content: "";
  background: url(/stylefree/images/ico_circar_wg.svg) no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.sf .swiper-button-next:hover {
  opacity: 0.7;
}
.sf .swiper-pagination-bullets {
  bottom: 10px !important;
}
.sf .swiper-pagination-bullet {
  margin: 0 14px !important;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.sf .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.sf .sf_cm_caps {
  font-size: 1.13rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  display: block;
  box-sizing: border-box;
  padding: 20px 20px 24px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.sf .sf_cm_thumb {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-top: 30px;
  background: #000;
  transition: opacity var(--linearInOut) 0.2s;
}
.sf .sf_cm_ico {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 140px;
  height: 140px;
  z-index: 1;
  transition: transform var(--linearInOut) 0.2s, opacity var(--linearInOut) 0.2s;
  opacity: 0.5;
}
.sf .sf_cm_img {
  position: relative;
  width: 100%;
  transition: transform var(--linearInOut) 0.2s, opacity var(--linearInOut) 0.2s;
}
.sf .sf_prof {
  padding: 80px 0 40px;
  z-index: 1;
  position: relative;
}
.sf .sf_prof_ttl {
  width: 176px;
  margin: 0 auto;
}
.sf .sf_prof_col {
  max-width: 740px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
  margin: 30px auto 0;
  overflow: hidden;
  padding-bottom: 40px;
}
.sf .sf_prof_img {
  width: 100%;
  height: auto;
  margin: 0;
}
.sf .sf_prof_name {
  margin: 40px 0 20px;
  color: #00a73c;
}
.sf .sf_prof_name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}
.sf .sf_prof_name span.head {
  font-size: 1.63rem;
  font-weight: bold;
  margin-right: 5px;
}
.sf .sf_prof_name span + span {
  margin-left: 20px;
}
.sf .sf_prof_txt {
  font-size: 1.13rem;
  line-height: 2;
  color: #00a73c;
}
.sf .sf_contents {
  padding: 80px 0 140px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.sf .sf_contents_ttl {
  width: 237px;
  margin: 0 auto;
}
.sf .sf_contents_bnr {
  width: 1024px;
  margin: 40px auto;
}
.sf .sf_contents_bnr > li {
  width: 100%;
}
.sf .sf_contents_bnr > li > a {
  background: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: block;
  width: 100%;
  transition: transform var(--linearInOut) 0.2s;
}
.sf .sf_contents_bnr > li > a:hover {
  transform: scale(1.05);
}
.sf .sf_contents_bnr > li > a > picture {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  overflow: hidden;
}
.sf .sf_contents_bnr > li + li {
  margin-top: 40px;
}
.sf .sf_contents_lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 44px;
  width: 100%;
  margin-top: 40px;
}
.sf .sf_contents_lists > li {
  width: 490px;
}
.sf .sf_contents_lists > li > a {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 20px;
  width: 100%;
  color: #000;
  padding: 30px 0 30px 10px;
  box-sizing: border-box;
  transition: transform var(--linearInOut) 0.2s;
}
.sf .sf_contents_lists > li > a:hover {
  transform: scale(1.05);
}
.sf .sf_contents_ico {
  width: 95px;
  height: auto;
}
.sf .sf_contents_txt {
  width: 345px;
  text-align: left;
}
.sf .sf_contents_txt > .head {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.sf .sf_contents_txt > .txt {
  font-size: 1rem;
  line-height: 1.6;
}
.sf .sf_contents_more {
  position: absolute;
  right: 15px;
  bottom: -13px;
  display: block;
  padding: 6px 12px 4px 26px;
  background: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  z-index: 1;
}
.sf .sf_contents_more:before {
  content: "";
  background: url(/stylefree/images/ico_ar_w.svg) no-repeat left top;
  background-size: cover;
  width: 5px;
  height: 9px;
  position: absolute;
  left: 13px;
  top: calc(50% - 4px);
  transition: left ease-out 0.1s;
}
.sf .sf_newbnr {
  padding: 180px 0 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.sf .sf_newbnr .sf_contents_bnr {
  width: 1054px;
  margin: 40px auto;
}
.sf .sf_product {
  padding: 120px 0;
  z-index: 1;
  position: relative;
  background: #fff;
}
.sf .sf_product_ttl {
  width: 231px;
  margin: 0 auto;
}
.sf .sf_product_lists > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 80px 60px;
  width: 100%;
  margin-top: 60px;
}
.sf .sf_product_img {
  width: 250px;
}
.sf .sf_product_col {
  width: 360px;
  text-align: left;
}
.sf .sf_product_name {
  font-size: 1.63rem;
  font-weight: bold;
}
.sf .sf_product_parts {
  margin-top: 20px;
}
.sf .sf_product_parts.-parts01 {
  width: 175px;
}
.sf .sf_product_parts.-parts02 {
  width: 247px;
}
.sf .sf_product_btn {
  display: block;
  width: 246px;
  margin-top: 20px;
  border: 2px solid #00a73c;
  border-radius: 10px;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0;
  position: relative;
  text-align: center;
  transition: background ease-out 0.2s, color ease-out 0.2s;
}
.sf .sf_product_btn:hover {
  background: #00a73c;
  color: #fff;
}
.sf .sf_product_btn:hover:before {
  background: url(/stylefree/images/ico_ar_w.svg) no-repeat left top;
  background-size: cover;
  right: 13px;
}
.sf .sf_product_btn:before {
  content: "";
  background: url(/stylefree/images/ico_ar_g.svg) no-repeat left top;
  background-size: cover;
  width: 5px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  transition: right ease-out 0.2s, background ease-out 0.2s;
}
.sf .sf_product_notes {
  text-align: left;
  margin: 20px auto 0;
}
.sf .sf_shop {
  padding: 60px 0;
}
.sf .sf_shop_ttl {
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 10px 40px 12px;
  border-radius: 100px;
}
.sf .sf_shop_lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 32px;
  width: 1024px;
  margin: 30px auto 0;
}
.sf .sf_shop_lists > li {
  width: 320px;
}
.sf .sf_shop_lists > li:first-child > a {
  padding-top: 22px;
}
.sf .sf_shop_lists > li:last-child > a {
  padding-top: 42px;
}
.sf .sf_shop_lists > li > a {
  display: block;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding-top: 8px;
  border-radius: 15px;
  box-shadow: var(--shadow);
  background: #fff;
  position: relative;
  transition: transform var(--linearInOut) 0.2s;
}
.sf .sf_shop_lists > li > a:before {
  content: "";
  opacity: 0.2;
  background: url(/stylefree/images/ico_win_bl.svg) no-repeat left top;
  background-size: cover;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.sf .sf_shop_lists > li > a .sf_shop_txt {
  transition: opacity ease-out 0.2s;
}
.sf .sf_shop_lists > li > a:hover {
  transform: scale(1.05);
}
.sf .sf_shop_txt {
  margin: 0 auto;
}
.sf .sf_shop_txt.-txt01 {
  width: 160px;
}
.sf .sf_shop_txt.-txt02 {
  width: 186px;
}
.sf .sf_shop_txt.-txt03 {
  width: 267px;
}
.sf .sf_cp {
  padding: 100px 0;
  z-index: 1;
  position: relative;
  background: #fff;
}
.sf .sf_cp_bnr {
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #ebebeb;
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto;
}
.sf .sf_btm_notes {
  text-align: left;
  max-width: 1024px;
  margin: 20px auto 0;
}

@media screen and (max-width: 1366px) {
  .sf {
    /* 共通：ここから */
    /* 共通：ここまで */
    /* about：ここから */
    /* about：ここまで */
    /* cm：ここから */
    /* cm：ここまで */
    /* prof：ここから */
    /* prof：ここまで */
    /* contents：ここから */
    /* contents：ここまで */
    /* 新商品バナー contents流用：ここから */
    /* 新商品バナー：ここまで */
    /* product：ここから */
    /* product：ここまで */
    /* shop：ここから */
    /* shop：ここまで */
  }
  .sf .inner {
    width: 94%;
  }
  .sf .sf_about {
    padding: 13.18vw 0 4.39vw;
  }
  .sf .sf_cm {
    padding: 5.86vw 0 0;
  }
  .sf .sf_cm.-noslide .swiper {
    padding-bottom: 2.93vw;
  }
  .sf .sf_cm .swiper {
    padding-bottom: 5.12vw;
  }
  .sf .sf_cm .swiper-pagination-bullets {
    bottom: 0.73vw !important;
  }
  .sf .sf_cm_caps {
    font-size: 1.32vw;
    padding: 1.46vw 1.46vw 1.76vw;
  }
  .sf .sf_cm_thumb {
    margin-top: 2.2vw;
  }
  .sf .sf_prof {
    padding: 5.86vw 0 2.93vw;
  }
  .sf .sf_prof_col {
    margin: 2.2vw auto 0;
    padding-bottom: 2.93vw;
  }
  .sf .sf_contents {
    padding: 5.86vw 0 10.25vw;
  }
  .sf .sf_contents_col {
    margin-top: 2.93vw;
  }
  .sf .sf_contents_col:not(:first-child) {
    margin-top: 4.39vw;
  }
  .sf .sf_contents_bnr {
    margin: 2.93vw 　0;
  }
  .sf .sf_contents_bnr > li > a:hover {
    transform: none;
  }
  .sf .sf_contents_lists > li > a:hover {
    transform: none;
  }
  .sf .sf_newbnr {
    padding: 5.86vw 0 10.25vw;
  }
  .sf .sf_product {
    padding: 8.78vw 0;
  }
  .sf .sf_product_lists {
    gap: 80px 4.39vw;
  }
  .sf .sf_product_lists > li {
    margin-top: 4.39vw;
  }
  .sf .sf_product_btn:hover {
    background: none;
    color: #00a73c;
  }
  .sf .sf_product_btn:hover:before {
    background: url(/stylefree/images/ico_ar_g.svg) no-repeat left top;
    background-size: cover;
    right: 15px;
  }
  .sf .sf_shop_lists > li > a:hover {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --shadow: 0px 0px 2.60756vw rgba(0,0,0,.3);
    --radius: 3.91134vw;
  }
  .page-top {
    display: none !important;
  }
  .sf {
    min-width: 100%;
    /* 共通：ここから */
    /* 共通：ここまで */
    /* kv：ここから */
    /* kv：ここまで */
    /* menu：ここから */
    /* menu：ここまで */
    /* about：ここから */
    /* about：ここまで */
    /* cm：ここから */
    /* cm：ここまで */
    /* prof：ここから */
    /* prof：ここまで */
    /* contents：ここから */
    /* contents：ここまで */
    /* 新商品バナー contents流用：ここから */
    /* 新商品バナー：ここまで */
    /* product：ここから */
    /* product：ここまで */
    /* shop：ここから */
    /* shop：ここまで */
    /* cp：ここから */
    /* cp：ここまで */
  }
  .sf picture {
    display: block;
  }
  .sf .inner {
    width: 90%;
    margin: 0 auto;
  }
  .sf .bg_panel {
    background-size: 267px 400px;
    padding: 7.82vw 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .sf .sf_kv {
    /*
          background: url(/stylefree/images/webp/kv_2501_a_sp.webp) center top;
          background-size: cover;
    */
    /*
          height: 126.46675vw;
          max-height: 126.46675vw !important;
          min-height: 0;
    */
  }
  .sf .sf_kv .swiper-kv {
    height: 126.46675vw;
    max-height: 126.46675vw !important;
    min-height: 0;
  }
  .sf .sf_kv .swiper-pagination {
    bottom: 5.22vw !important;
  }
  .sf .sf_kv_1 {
    width: 100%;
    height: 126.46675vw;
    max-height: 126.46675vw !important;
    min-height: 0;
    background: url(/stylefree/images/webp/kv_2507_sp.webp) center top;
    background-size: cover;
  }
  .sf .sf_kv_2 {
    width: 100%;
    height: 126.46675vw;
    max-height: 126.46675vw !important;
    min-height: 0;
    background: url(/stylefree/images/webp/kv_2504_b_sp.webp) center top;
    background-size: cover;
  }
  .sf .sf_kv_copy {
    width: 66.75vw;
    height: 47.2vw;
    left: calc(50% - 33.38vw);
    top: 7.82vw;
  }
  .sf .sf_kv_copy.-cp2411 {
    width: 74vw;
    height: auto;
    left: 2vw;
    top: 6vw;
  }
  .sf .sf_kv_img {
    width: 100vw;
    height: auto;
    left: 0;
    top: 0;
  }
  .sf .sf_menu_lists menu {
    width: 100%;
  }
  .sf .sf_menu_lists menu > li > a {
    padding: 4.43vw 2.87vw 3.91vw;
  }
  .sf .sf_menu_lists menu > li.menu_1 img {
    width: 16.43vw;
  }
  .sf .sf_menu_lists menu > li.menu_2 img {
    width: 7.24vw;
  }
  .sf .sf_menu_lists menu > li.menu_3 img {
    width: 10.37vw;
  }
  .sf .sf_menu_lists menu > li.menu_4 img {
    width: 15.06vw;
  }
  .sf .sf_menu_lists menu > li.menu_5 img {
    width: 20.53vw;
  }
  .sf .sf_menu_lists menu > li:before {
    height: 3.91vw;
    top: calc(50% - 1.96vw);
  }
  .sf .sf_menu_lists menu > li:first-child:before {
    display: none;
  }
  .sf .sf_menu_lists menu > li:last-child:after {
    display: none;
  }
  .sf .sf_about {
    padding: 15.65vw 0 2.61vw;
  }
  .sf .sf_about_col {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 7.82vw 1.3vw 0;
  }
  .sf .sf_about_ttl {
    width: 76.66vw;
  }
  .sf .sf_about_txt {
    font-size: 3.13vw;
    margin-top: 5.22vw;
  }
  .sf .sf_about_txt > .l {
    font-size: 3.91vw;
  }
  .sf .sf_about_notes {
    margin-top: 2.61vw;
  }
  .sf .sf_about_beer {
    width: 55.8vw;
    margin: 7.82vw auto 0;
  }
  .sf .sf_cm {
    padding: 10.43vw 0 0;
  }
  .sf .sf_cm.-noslide .swiper {
    padding-bottom: 6.52vw;
  }
  .sf .sf_cm .swiper {
    padding-bottom: 13.04vw;
  }
  .sf .sf_cm .swiper-button-prev,
  .sf .sf_cm .swiper-button-next {
    display: none;
  }
  .sf .sf_cm .swiper-slide-active .sf_cm_thumb {
    pointer-events: auto;
  }
  .sf .sf_cm .swiper-slide-active .sf_cm_thumb:hover .sf_cm_ico {
    transform: scale(1);
    opacity: 1;
  }
  .sf .sf_cm .swiper-slide-active .sf_cm_thumb:hover .sf_cm_img {
    transform: scale(1);
    opacity: 1;
  }
  .sf .swiper-pagination-bullets {
    bottom: 2.61vw !important;
  }
  .sf .swiper-pagination-bullet {
    margin: 0 2.87vw !important;
    width: 2.09vw;
    height: 2.09vw;
  }
  .sf .sf_cm_caps {
    font-size: 2.61vw;
    padding: 1.3vw 2.61vw 1.56vw;
  }
  .sf .sf_cm_thumb {
    margin-top: 3.91vw;
  }
  .sf .sf_cm_ico {
    left: calc(50% - 9.13vw);
    top: calc(50% - 9.13vw);
    width: 18.25vw;
    height: 18.25vw;
    opacity: 1;
  }
  .sf .sf_prof {
    padding: 10.43vw 0 2.61vw;
  }
  .sf .sf_prof_col {
    max-width: 90%;
    margin: 2.61vw auto 0;
    padding-bottom: 5.22vw;
  }
  .sf .sf_prof_name {
    margin: 5.22vw 0 2.61vw;
  }
  .sf .sf_prof_name span {
    font-size: 3.65vw;
  }
  .sf .sf_prof_name span.head {
    font-size: 4.17vw;
    margin-right: 0.65vw;
  }
  .sf .sf_prof_name span + span {
    margin-left: 2.61vw;
  }
  .sf .sf_prof_txt {
    font-size: 3.13vw;
    letter-spacing: 0;
  }
  .sf .sf_contents {
    padding: 10.43vw 0 18.25vw;
  }
  .sf .sf_contents_bnr {
    width: 90%;
    margin: 1.3vw auto 7.82vw;
  }
  .sf .sf_contents_bnr > li {
    width: 100%;
  }
  .sf .sf_contents_bnr > li + li {
    margin-top: 7.82vw;
  }
  .sf .sf_contents_lists {
    width: 90%;
    margin: 1.3vw auto 0;
    gap: 0 5.74vw;
  }
  .sf .sf_contents_lists > li {
    width: 100%;
  }
  .sf .sf_contents_lists > li > a {
    background: #fff;
    padding: 3.91vw 2.61vw 3.91vw;
    box-sizing: border-box;
  }
  .sf .sf_contents_lists > li + li {
    margin-top: 7.82vw;
  }
  .sf .sf_contents_ico {
    width: 24.77vw;
  }
  .sf .sf_contents_txt {
    width: 51.5vw;
  }
  .sf .sf_contents_txt > .head {
    font-size: 4.17vw;
  }
  .sf .sf_contents_txt > .txt {
    margin-top: 1.3vw;
    font-size: 3.65vw;
  }
  .sf .sf_contents_more {
    right: 3.91vw;
    bottom: -2.61vw;
    display: table;
    padding: 1.56vw 3.13vw 1.04vw 6.78vw;
    border-radius: 8px;
    font-size: 3.13vw;
    margin: 2.61vw auto 0;
  }
  .sf .sf_contents_more:before {
    width: 1.3vw;
    height: 2.35vw;
    left: 3.39vw;
    top: calc(50% - 1.04vw);
  }
  .sf .sf_newbnr {
    padding: 10.43vw 0 2.61vw;
  }
  .sf .sf_newbnr .sf_contents_bnr {
    width: 90%;
    margin: 1.3vw auto 7.82vw;
  }
  .sf .sf_product {
    padding: 15.65vw 0;
  }
  .sf .sf_product_ttl {
    font-size: 5.74vw;
  }
  .sf .sf_product_lists > li {
    display: block;
    width: 100%;
    margin-top: 10.43vw;
  }
  .sf .sf_product_lists > li:not(:first-child) {
    margin-top: 13.04vw;
  }
  .sf .sf_product_img {
    width: 32.59vw;
    margin: 0 auto;
  }
  .sf .sf_product_col {
    text-align: center;
    width: 100%;
  }
  .sf .sf_product_name {
    margin-top: 5.22vw;
    font-size: 4.17vw;
  }
  .sf .sf_product_parts {
    margin: 2.61vw auto 0;
  }
  .sf .sf_product_parts.-parts01 {
    width: 22.82vw;
  }
  .sf .sf_product_parts.-parts02 {
    width: 32.2vw;
  }
  .sf .sf_product_btn {
    margin: 3.91vw auto 0;
    padding: 2.09vw 0;
  }
  .sf .sf_product_btn:hover {
    background: none;
    color: #00a73c;
  }
  .sf .sf_product_btn:hover:before {
    background: url(/stylefree/images/ico_ar_g.svg) no-repeat left top;
    background-size: cover;
    right: 15px;
  }
  .sf .sf_product_notes {
    width: 65.19vw;
    margin: 2.61vw auto 0;
  }
  .sf .sf_shop {
    padding: 7.82vw 0;
  }
  .sf .sf_shop_ttl {
    font-size: 3.65vw;
    line-height: 1.2;
    border: 1px solid #fff;
    padding: 1.3vw 5.22vw 1.56vw;
  }
  .sf .sf_shop_lists {
    display: block;
    width: 100%;
    margin-top: 5.22vw;
  }
  .sf .sf_shop_lists > li {
    width: 100%;
    margin: 0 auto;
  }
  .sf .sf_shop_lists > li:not(:first-child) {
    margin-left: auto;
    margin-top: 5.22vw;
  }
  .sf .sf_shop_lists > li:first-child > a {
    padding-top: 5.74vw;
  }
  .sf .sf_shop_lists > li:last-child > a {
    padding-top: 10.43vw;
  }
  .sf .sf_shop_lists > li > a {
    height: 31.29vw;
    padding-top: 2.35vw;
  }
  .sf .sf_shop_lists > li > a:hover {
    border: 2px solid #fff;
  }
  .sf .sf_shop_lists > li > a:hover .sf_shop_txt {
    opacity: 1;
  }
  .sf .sf_shop_txt.-txt01 {
    width: 41.72vw;
  }
  .sf .sf_shop_txt.-txt02 {
    width: 48.5vw;
  }
  .sf .sf_shop_txt.-txt03 {
    width: 69.62vw;
  }
  .sf .sf_cp {
    padding: 13.04vw 0 10.43vw;
  }
  .sf .sf_cp_bnr {
    border-radius: 8px;
  }
  .sf .sf_btm_notes {
    margin: 10px auto 0;
  }
}