@charset "UTF-8";
:root {
  /* Font Family
  ============================================================================= */
  --base-font:
    "zen-kaku-gothic-new", "Noto Sans JP", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  /* Base Color
  ============================================================================= */
  --basecolor-black01: #4d4d4d;
  --basecolor-gray01: #cccccc;
  --basecolor-gray02: #f5f5f5;
  --basecolor-blue01: #aac9e9;
  --basecolor-blue02: #3572b7;
  --basecolor-blue03: #d8e7f2;
  --basecolor-blue04: #f3f8fb;
  --basecolor-pink01: #f78b7e;
  --radius01: 4px;
}

html {
  font-size: 100px;
  font-feature-settings: "palt";
  font-size: 100px;
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.safari {
  -webkit-font-smoothing: antialiased;
}
html.scrollingFlg {
  pointer-events: none;
}

body {
  font-family:
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
    "メイリオ", sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: var(--basecolor-black01);
}
body.top {
  font-family: var(--base-font);
  font-size: 0.18rem;
}
.mod_main {
  padding-top: 1rem;
}
.not-googlebot body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 100000000;
}
.wf-active body:after,
.wf-inactive body:after {
  width: 0;
  opacity: 0;
  transition:
    width 0s,
    opacity 1s;
  transition-delay: 1s, 0s;
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
td,
th,
figure {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
  font-size: inherit;
}

article,
aside,
footer,
header,
main,
nav,
section,
figcaption,
figure {
  display: block;
}

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  border-style: none;
  line-height: 1;
  vertical-align: middle;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

.top input,
select,
button,
optgroup,
textarea {
  font-family: inherit;
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}
/* 721px以上は消す */
/* 720px以下は消す */
.device-tablet .mod_main {
  width: calc(100% + 1px);
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  transition: none !important;
}

/* 遅延読み込み */
[data-lf] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 1s;
}

[data-lf][src],
[data-lf][style*="background-image"],
[data-lf].load_view {
  opacity: 1;
}

/* プリント時のfixed解除 */
@media print {
  .mod_header {
    position: absolute !important;
  }
  .pagetopbtn {
    display: none !important;
  }
  .top-mainvisual .mainvisual-bnr {
    position: absolute !important;
  }
  .top-mainvisual .mainvisual-scroll {
    display: none !important;
  }
  .flowbottomSP {
    display: none !important;
  }
}
@media print and (max-width: 768px) {
  html {
    font-size: 150px !important;
  }
}

/* -----------------------------------------------------------------------------

共通パーツ

----------------------------------------------------------------------------- */
:root {
  --pc-contents-width1300: 13rem;
}
:root {
  --pc-contents-width1200: 12rem;
}
:root {
  --pc-contents-width1100: 11rem;
}
:root {
  --pc-contents-width1000: 10rem;
}
:root {
  --sp-contents-padding40: 0.4rem;
}
:root {
  --sp-contents-padding30: 0.3rem;
}
:root {
  --sp-contents-padding20: 0.2rem;
}
.mod_btn01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  height: 0.5rem;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: var(--basecolor-pink01);
  position: relative;
}
.mod_btn01 .btn-cart {
  width: 0.2rem;
  position: absolute;
  left: 0.24rem;
}
.mod_btn01 .btn-arrow {
  width: 0.16rem;
  position: absolute;
  right: 0.24rem;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mod_btn01._anchor .btn-arrow {
  transform: rotate(90deg);
}

/* font ._f
font-family
font-weight
============================================================================= */
._f-black {
  font-weight: 900;
}
._f-bold {
  font-weight: 700;
}
._f-bolder {
  font-weight: 600;
}
._f-medium {
  font-weight: 500;
}
._f-regular {
  font-weight: 400;
}
._f-zen_b {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
}
._f-zen_m {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
}
._f-spp_r {
  font-family: "shippori-mincho", serif;
  font-weight: 400;
}
._f-op_r {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
}
._f-op_m {
  font-family: "Overpass", sans-serif;
  font-weight: 500;
}
._f-op_sb {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
}
._f-op_b {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
}

/* -----------------------------------------------------------------------------

共通レイアウト

----------------------------------------------------------------------------- */
.flowbottomSP {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  text-align: center;
  transition: transform 1s;
  transform: translateY(100%);
  z-index: 999;
}
.flowbottomSP.active {
  transform: none;
}
.flowbottomSP a {
  border-radius: 0;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
}
.flowbottomSP a .btn-cart {
  width: 0.22rem;
}
.flowbottomSP a .btn-arrow {
  width: 0.16rem;
}
.__campaign-top .flowbottomSP a .btn-arrow {
  transform: rotate(90deg);
}
.__campaign-now .flowbottomSP a .btn-arrow {
  transform: rotate(270deg);
}
.__campaign-bottom .flowbottomSP a .btn-arrow {
  transform: rotate(270deg);
}
.flowbottomSP span {
  font-size: 0.11rem;
}

.flowbottomSPinview {
  position: absolute;
  top: 105vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

/* ページトップボタン */
.pagetopbtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  background-color: var(--basecolor-blue01);
  color: #fff;
  z-index: 999;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pagetopbtn img {
  width: 0.16rem;
  transform: rotate(-90deg);
}
.pagetopbtn span {
  margin-top: 0.1rem;
  margin-bottom: -0.5em;
  font-size: 0.14rem;
  line-height: 1;
}
.pagetopbtn.active {
  pointer-events: auto;
  opacity: 1;
}
.no-touchevents .pagetopbtn:hover {
  opacity: 0.6;
}

.pagetopbtnInview {
  position: absolute;
  top: 200vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

div#Pagetop {
  position: absolute;
  width: 1px;
  height: 1px;
  text-indent: -9999px;
}
.mod_header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.mod_header .logo {
  margin: 0 auto;
  width: 1.76rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mod_header .logo > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mod_header .logo img {
  width: 100%;
  height: auto;
}
.mod_header .header-button {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 0.2rem;
  width: 2.3rem;
}
.mod_header .header-button > a {
  color: #fff;
  width: 100%;
}
.mod_header .header-button > a:hover {
  color: #fff;
  width: 100%;
}
.mod_header .header-sns {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
  transition-property: margin;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body:not(.__scrolled) .mod_header .header-sns {
  margin-right: calc((-0.28rem * 2) - 0.2rem);
  margin-left: 0.4rem;
}
.mod_header .header-sns > a {
  width: 0.28rem;
}
.mod_header .header-sns > a + a {
  margin-left: 0.2rem;
}
.mod_header .header-sns > a img {
  width: 100%;
  display: block;
}

.mod_navigation {
  position: fixed;
  padding-top: 0.5rem;
  padding-bottom: 0.52rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body:not(.__menu-open) .mod_navigation {
  opacity: 0;
  pointer-events: none;
}
.mod_navigation .navigation-main > li + li {
  margin-top: 0.24rem;
}
.mod_navigation .navigation-main > li a {
  display: inline-block;
  padding-left: 0.32rem;
  position: relative;
  line-height: 1;
}
.mod_navigation .navigation-main > li a:before,
.mod_navigation .navigation-main > li a:after {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.24rem;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0.02rem;
  left: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mod_navigation .navigation-main > li a:before {
  background-image: url(../../images/2022/icon_shizuku.svg);
}
.mod_navigation .navigation-main > li a:after {
  background-image: url(../../images/2022/icon_shizuku_over.svg);
  opacity: 0;
}
.mod_navigation .navigation-main > li span {
  display: block;
}
.mod_navigation .navigation-main > li span.en {
  font-size: 0.26rem;
}
.mod_navigation .navigation-main > li span.ja {
  margin-top: 0.02rem;
}
.mod_navigation .navigation-ururu_wrap {
  display: flex;
  width: 100%;
}
.mod_navigation .navigation-ururu_wrap .navigation-ururu {
  text-align: center;
}
.mod_navigation .navigation-ururu_wrap .navigation-ururu .menu_img {
  position: relative;
  width: 2.9rem;
  height: 4rem;
}
.mod_navigation .navigation-ururu_wrap .navigation-ururu .menu_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mod_navigation .navigation-ururu_wrap .navigation-ururu .text-button {
  margin-top: 0.32rem;
}
.mod_navigation .navigation-ururu_wrap .navigation-ururu .text-button > a {
  color: #fff;
  width: 100%;
}
.mod_navigation .navigation-ururu_wrap .navigation-ururu .text-button > a:hover {
  color: #fff;
  width: 100%;
}
.mod_navigation .navigation-other {
  width: 100%;
  font-size: 0.15rem;
}
.mod_navigation .navigation-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.22rem;
  width: 100%;
}
.mod_navigation .navigation-sns > a {
  margin: 0 0.3rem;
}
/* .mod_nav_btn Start
----------------------------------------------------------------------------- */
.mod_nav_btn {
  width: 1rem;
  height: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  cursor: pointer;
}
.mod_nav_btn > i {
  display: block;
  margin: auto;
  width: 0.36rem;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-property: transform, background;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mod_nav_btn > i:before,
.mod_nav_btn > i:after {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: var(--basecolor-black01);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-property: transform, background;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mod_nav_btn > i:before {
  transform: translateY(-0.12rem);
}
.mod_nav_btn > i:after {
  transform: translateY(0.12rem);
}
.mod_nav_btn > i > i {
  display: block;
  margin: auto 0;
  width: calc(100% - 0.1rem);
  height: 100%;
  background-color: var(--basecolor-black01);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.__menu-open .mod_nav_btn > i:before {
  transform: translateY(0) rotate(45deg);
}
.__menu-open .mod_nav_btn > i:after {
  transform: translateY(0) rotate(-45deg);
}
.__menu-open .mod_nav_btn > i > i {
  opacity: 0;
}

.menuScrollActionInview {
  position: absolute;
  top: calc(100vh + 0.6rem);
  bottom: 0;
  pointer-events: none;
  width: 0;
}
.mod_footer {
  position: relative;
  text-align: center;
  padding-top: 0.56rem;
  padding-bottom: 0.32rem;
}
.mod_footer .svg-image {
  height: 100px;
  top: -100px;
}
.mod_footer .footer-logo > img {
  width: 2.24rem;
}
.mod_footer .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  font-size: 0.14rem;
  line-height: 1;
}
.mod_footer .footer-links > li {
  position: relative;
}
.mod_footer .footer-links > li + li {
  margin-left: 0.16rem;
  padding-left: 0.16rem;
}
.mod_footer .footer-links > li + li:after {
  content: "";
  display: block;
  height: 0.9em;
  border-left: 1px solid;
  position: absolute;
  top: 0.1em;
  left: 0;
}
.mod_footer .footer-links > li > a {
  display: block;
}
.mod_footer .footer-links > li > a[target="_blank"] > i {
  display: inline-block;
  border: 1px solid;
  margin-left: 0.4em;
  width: 0.8em;
  height: 0.6em;
  position: relative;
  vertical-align: 10%;
}
.mod_navigation .navigation-other > li > a[target="_blank"] > i {
  display: inline-block;
  border: 1px solid;
  margin-left: 0.4em;
  width: 0.8em;
  height: 0.6em;
  position: relative;
  vertical-align: 1px;
}
.mod_footer .footer-links > li > a[target="_blank"] > i:after,
.mod_navigation .navigation-other > li > a[target="_blank"] > i:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.mod_footer .footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
}
.mod_footer .footer-sns > a {
  margin: 0 0.3rem;
}
.mod_footer .footer-sns > a img {
  display: block;
  width: 0.28rem;
}
.mod_footer .copyright {
  margin-top: 0.4rem;
  font-size: 0.14rem;
}
#wrapper .mod_footer p {
  margin: 0;
  margin-top: 0.4rem;
}
.section-heading01 {
  line-height: 1;
  text-align: center;
}
.section-heading01 > * {
  display: block;
}
.section-heading01 .en {
  font-size: 0.6rem;
  letter-spacing: 0.05em;
}
.section-heading01 .ja {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
}

/* -----------------------------------------------------------------------------

モーション

----------------------------------------------------------------------------- */
[data-pararax01] {
  position: relative;
}

[data-pararax01-inview] {
  position: absolute !important;
  top: 120px;
  bottom: 120px;
  left: 0;
  right: 0;
  width: 0%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  opacity: 0;
}

[data-pararax01-opacity01] {
  opacity: 0 !important;
}
[data-pararax01-opacity01].active {
  opacity: 1 !important;
  transition: opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax01-opacity02] {
  opacity: 0 !important;
  transform: scale(0.992) translateX(-10px) !important;
}
[data-pararax01-opacity02].active {
  opacity: 1 !important;
  transform: none !important;
  transition:
    opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax01-opacity03] {
  opacity: 0 !important;
  transform: scale(0.992) translateX(10px) !important;
}
[data-pararax01-opacity03].active {
  opacity: 1 !important;
  transform: none !important;
  transition:
    opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax01-opacity04] {
  opacity: 0 !important;
  transform: scale(0.992) translateY(10px) !important;
}
[data-pararax01-opacity04].active {
  opacity: 1 !important;
  transform: none !important;
  transition:
    opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax01-opacity05] {
  opacity: 0 !important;
  transform: scale(0.992) translateY(-10px) !important;
}
[data-pararax01-opacity05].active {
  opacity: 1 !important;
  transform: none !important;
  transition:
    opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax01-opacity06] {
  opacity: 0 !important;
  transform: scale(0.8) !important;
}
[data-pararax01-opacity06].active {
  opacity: 1 !important;
  transform: none !important;
  transition:
    opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax01-opacity09] {
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  opacity: 0;
}
[data-pararax01-opacity09].active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition:
    clip-path 1.44s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity 2.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax01-opacity10] {
  clip-path: polygon(0% -5%, 100% -105%, -100% 100%);
  opacity: 0;
}
[data-pararax01-opacity10].active {
  clip-path: polygon(0% -5%, 200% 5%, 0% 205%);
  opacity: 1;
  transition:
    clip-path 1.68s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity 2.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax01-opacity11] {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  opacity: 0;
}
[data-pararax01-opacity11].active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition:
    clip-path 1.44s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity 2.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax01-opacity12] {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  opacity: 0;
}
[data-pararax01-opacity12].active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition:
    clip-path 2.16s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity 2.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-pararax02] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1300ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0.735, 0.565, 1);
}
[data-pararax02][data-pararax02-set] {
  opacity: 1;
}

[data-inviewtextanimation] {
  position: relative;
}

[data-inviewtextanimation-inview] {
  position: absolute;
  top: 120px;
  bottom: 120px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}

[data-inviewtextanimation-char] {
  display: inline-block;
}

[data-inviewtextanimation-textanimation01],
[data-inviewtextanimation-textanimation02],
[data-inviewtextanimation-textanimation03],
[data-inviewtextanimation-textanimation04],
[data-inviewtextanimation-textanimation05],
[data-inviewtextanimation-textanimation06],
[data-inviewtextanimation-textanimation07],
[data-inviewtextanimation-textanimation08],
[data-inviewtextanimation-textanimation09],
[data-inviewtextanimation-textanimation10],
[data-inviewtextanimation-textanimation11],
[data-inviewtextanimation-textanimation12] {
  transition: none !important;
  opacity: 0;
}

@media (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-size: 0.15rem;
  }
  body.top {
    font-size: 0.15rem;
  }
  .mod_main {
    padding-top: 0.6rem;
  }
  [data-sc-pc] {
    display: none !important;
  }
  ._sp-pd40 {
    padding-left: var(--sp-contents-padding40);
    padding-right: var(--sp-contents-padding40);
  }

  ._sp-nm40 {
    margin-left: calc(-1 * var(--sp-contents-padding40));
    margin-right: calc(-1 * var(--sp-contents-padding40));
  }
  ._sp-pd30 {
    padding-left: var(--sp-contents-padding30);
    padding-right: var(--sp-contents-padding30);
  }

  ._sp-nm30 {
    margin-left: calc(-1 * var(--sp-contents-padding30));
    margin-right: calc(-1 * var(--sp-contents-padding30));
  }
  ._sp-pd20 {
    padding-left: var(--sp-contents-padding20);
    padding-right: var(--sp-contents-padding20);
  }

  ._sp-nm20 {
    margin-left: calc(-1 * var(--sp-contents-padding20));
    margin-right: calc(-1 * var(--sp-contents-padding20));
  }
  .mod_btn01 {
    height: 0.4rem;
    font-size: 0.13rem;
  }
  .mod_btn01 .btn-cart {
    width: 0.12rem;
    left: 0.16rem;
  }
  .mod_btn01 .btn-arrow {
    width: 0.12rem;
    right: 0.16rem;
  }
  ._f-sp-black {
    font-weight: 900;
  }
  ._f-sp-bold {
    font-weight: 700;
  }
  ._f-sp-bolder {
    font-weight: 600;
  }
  ._f-sp-medium {
    font-weight: 500;
  }
  ._f-sp-regular {
    font-weight: 400;
  }
  .top .pagetopbtn {
    width: 0.45rem;
    height: 0.45rem;
    bottom: 0.7rem;
    right: 0.1rem;
  }
  .pagetopbtn {
    width: 0.45rem;
    height: 0.45rem;
    right: 0.1rem;
  }
  .pagetopbtn img {
    width: 0.12rem;
  }
  .pagetopbtn span {
    margin-top: 0.08rem;
    font-size: 0.12rem;
  }
  .mod_header {
    height: 0.6rem;
    transition-property: transform;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  body.__scrolled:not(.__menu-open) .mod_header {
    transform: translateY(-100%);
  }
  .mod_header .logo {
    width: 1.32rem;
  }
  .mod_navigation {
    padding-top: 0.4rem;
    padding-bottom: 1rem;
    height: calc(100vh);
    background-color: #fff;
    overflow-y: scroll;
    top: 0.6rem;
  }
  .mod_navigation .navigation-main > li + li {
    margin-top: 0.2rem;
  }
  .mod_navigation .navigation-main > li a {
    padding-left: 0.2rem;
  }
  .mod_navigation .navigation-main > li a:before,
  .mod_navigation .navigation-main > li a:after {
    width: 0.1rem;
    height: 0.16rem;
    top: 0.01rem;
  }
  .mod_navigation .navigation-main > li span.en {
    font-size: 0.23rem;
  }
  .mod_navigation .navigation-ururu_wrap .navigation-ururu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.4rem;
    flex-direction: column;
    flex-basis: 50%;
  }
  .mod_navigation .navigation-ururu_wrap .navigation-ururu .menu_img {
    width: 1.2rem;
    height: 1.5rem;
    position: relative;
  }
  /* .mod_navigation .navigation-ururu_wrap .navigation-ururu .menu_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  } */
  .mod_navigation .navigation-ururu_wrap .navigation-ururu .ururu-text {
    width: 1.6rem;
  }
  .mod_navigation .navigation-ururu_wrap .navigation-ururu .text-description {
    line-height: 1.5;
    margin-bottom: 0.05rem;
  }
  .mod_navigation .navigation-ururu_wrap .navigation-ururu .text-button {
    margin-top: 0.16rem;
  }
  .mod_navigation .navigation-other {
    margin-top: 0.4rem;
    text-align: center;
  }
  .mod_navigation .navigation-other > li {
    border-bottom: 1px solid var(--basecolor-gray01);
  }
  .mod_navigation .navigation-other > li:first-child {
    border-top: 1px solid var(--basecolor-gray01);
  }
  .mod_navigation .navigation-other > li > a {
    padding: 0.12rem 0;
    display: block;
  }
  .mod_navigation .navigation-sns {
    margin-top: 0.28rem;
    padding-bottom: 1rem;
  }
  .mod_nav_btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .mod_nav_btn > i {
    width: 0.24rem;
  }
  .mod_nav_btn > i:before {
    transform: translateY(-0.08rem);
  }
  .mod_nav_btn > i:after {
    transform: translateY(0.08rem);
  }
  .mod_nav_btn > i > i {
    width: calc(100% - 0.08rem);
  }
  .mod_footer {
    padding-top: 0.4rem;
    padding-bottom: 0.16rem;
  }
  .mod_footer .svg-image {
    height: 50px;
    top: -50px;
  }
  .mod_footer .footer-logo > img {
    width: 1.44rem;
  }
  .mod_footer .footer-links {
    margin-top: 0.36rem;
    font-size: 0.12rem;
  }
  .mod_footer .footer-links > li + li._sp-noborder,
  .mod_footer .footer-links > li + li._sp-last {
    margin-left: 0;
    padding-left: 0;
  }
  .mod_footer .footer-links > li + li._sp-noborder:after,
  .mod_footer .footer-links > li + li._sp-last:after {
    content: none;
  }
  .mod_footer .footer-links > li + li._sp-last {
    margin-top: 0.12rem;
    width: 100%;
  }
  .mod_footer .footer-links > li + li:after {
    top: calc(0.1em + 0.08rem);
  }
  .mod_footer .footer-links > li > a {
    padding: 0.08rem 0;
  }
  .mod_footer .footer-sns {
    margin-top: 0.32rem;
  }
  .mod_footer .footer-sns > a {
    margin: 0 0.24rem;
  }
  .mod_footer .footer-sns > a img {
    width: 0.22rem;
  }
  .mod_footer .copyright {
    margin-top: 0.3rem;
    font-size: 0.12rem;
  }
  #wrapper .mod_footer p {
    margin: 0;
    margin-top: 0.3rem;
  }
  .section-heading01 .en {
    font-size: 0.3rem;
  }
  .section-heading01 .ja {
    margin-top: 0.08rem;
    font-size: 0.14rem;
  }
  [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
  [data-inviewtextanimation-inview] {
    top: 100px;
    bottom: 100px;
  }
}

@media (min-width: 1394px) {
  html {
    /* PC： 1367px以上 */
    font-size: 100px;
  }
}

@media (min-width: 1308px) and (max-width: 1393px) {
  html {
    /* PC： 1281px から 1366pxの間 */
    /* これ以上基本 100% */
    font-size: 100px;
  }
}

@media (min-width: 1228px) and (max-width: 1307px) {
  html {
    /* PC： 1201px から 1280pxの間 */
    font-size: 94px;
  }
}

@media (min-width: 1180px) and (max-width: 1227px) {
  html {
    /* PC： 1153px から 1200pxの間 */
    font-size: 88px;
  }
}

@media (min-width: 1108px) and (max-width: 1179px) {
  html {
    /* PC： 1081px から 1152pxの間 */
    font-size: 84px;
  }
}

@media (min-width: 1052px) and (max-width: 1107px) {
  html {
    /* PC： 1025px から 1080pxの間 */
    font-size: 79px;
  }
}

@media (min-width: 769px) and (max-width: 1051px) {
  html {
    /* PC： 641px から 1024pxの間 */
    font-size: 75px;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  html {
    font-size: 150px;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  html {
    /* SP： ※Android? */
    font-size: 128px;
  }
}

@media (min-width: 428px) and (max-width: 479px) {
  html {
    /* SP： ※6.7inch(iPhone12ProMax) */
    font-size: 114px;
  }
}

@media (min-width: 414px) and (max-width: 427px) {
  html {
    /* SP： ※iPhone6 Plus・6s Plus・7 Plus・8 Plus・XR・11・XS Max・11 Pro Max */
    font-size: 110px;
  }
}

@media (min-width: 412px) and (max-width: 413px) {
  html {
    /* SP： ※Android 画面サイズ設定 */
    font-size: 110px;
  }
}

@media (min-width: 393px) and (max-width: 411px) {
  html {
    /* SP： ※Android? */
    font-size: 105px;
  }
}

@media (min-width: 390px) and (max-width: 392px) {
  html {
    /* SP： ※Android? */
    font-size: 104px;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  html {
    /* SP： ※iPhone6・6s・7・8・SE(2)・X・XS・11 Pro */
    /* 基本 */
    font-size: 100px;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  html {
    /* SP： ※基本Android */
    font-size: 96px;
  }
}

@media (max-width: 359px) {
  html {
    /* SP： 359px以下 ※iPhone 5・5s・SE(1) */
    font-size: 85px;
  }
}

@media (min-width: 769px) {
  body.top {
    min-width: 1024px;
  }
  [data-sc-sp] {
    display: none !important;
  }
  ._pc-w1300 {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 0.4rem);
    width: var(--pc-contents-width1300);
  }
  ._pc-w1200 {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 0.4rem);
    width: var(--pc-contents-width1200);
  }
  ._pc-w1100 {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 0.4rem);
    width: var(--pc-contents-width1100);
  }
  ._pc-w1000 {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 0.4rem);
    width: var(--pc-contents-width1000);
  }
  html.no-touchevents .mod_btn01 {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .mod_btn01:hover {
    opacity: 0.6;
  }
  html.no-touchevents .mod_btn01:hover .btn-arrow {
    transform: translateX(0.05rem);
  }
  html.no-touchevents .mod_btn01._anchor:hover .btn-arrow {
    transform: rotate(90deg) translateX(0.05rem);
  }
  ._f-pc-black {
    font-weight: 900;
  }
  ._f-pc-bold {
    font-weight: 700;
  }
  ._f-pc-bolder {
    font-weight: 600;
  }
  ._f-pc-medium {
    font-weight: 500;
  }
  ._f-pc-regular {
    font-weight: 400;
  }
  .mod_header {
    min-width: 1024px;
  }
  html.no-touchevents .mod_header .logo > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .mod_header .logo > a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .mod_header .header-sns > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .mod_header .header-sns > a:hover {
    opacity: 0.6;
  }
  .mod_navigation:before,
  .mod_navigation:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mod_navigation:before {
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }
  .mod_navigation:after {
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: -2;
  }
  .mod_navigation .navigation_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 11rem;
    margin: 0 auto;
    background-color: #fff;
  }
  .mod_navigation .navigation-ururu_wrap {
    display: flex;
    flex-basis: 65%;
    justify-content: space-around;
  }

  html.no-touchevents .mod_navigation .navigation-main > li a {
    transition-property: color;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .mod_navigation .navigation-main > li a:hover {
    color: var(--basecolor-pink01);
  }
  html.no-touchevents .mod_navigation .navigation-main > li a:hover:before {
    opacity: 0;
  }
  html.no-touchevents .mod_navigation .navigation-main > li a:hover:after {
    opacity: 1;
  }
  .mod_navigation .navigation-ururu .text-description {
    margin-top: 0.24rem;
  }
  .mod_navigation .navigation-other {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .mod_navigation .navigation-other > li {
    padding: 0 2em;
    position: relative;
  }
  .mod_navigation .navigation-other > li + li:before {
    content: "";
    display: block;
    border-left: 1px solid;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  html.no-touchevents .mod_navigation .navigation-other > li > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .mod_navigation .navigation-other > li > a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .mod_navigation .navigation-sns > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .mod_navigation .navigation-sns > a:hover {
    opacity: 0.6;
  }
  .mod_footer .footer-links {
    width: 8.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -0.32rem;
  }
  .mod_footer .footer-links > li + li {
    margin-bottom: 0.32rem;
  }
  .mod_footer .footer-links > li + li._pc-noborder {
    margin-left: 0;
    padding-left: 0;
  }
  .mod_footer .footer-links > li + li._pc-noborder:after {
    content: none;
  }
  html.no-touchevents .mod_footer .footer-links > li > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .mod_footer .footer-links > li > a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .mod_footer .footer-sns > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .mod_footer .footer-sns > a:hover {
    opacity: 0.6;
  }
}

@media print {
  .addPrintMessage body {
    position: relative;
    top: 100px;
  }

  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    width: 100vw;
    height: 100px;
    border: 3px solid #000;
    background-color: #fff;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: -100px;
    z-index: 10;
  }

  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }

  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }

  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }

  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }

  .addPrintMessage body:before {
  }
  html:not(.addPrintMessage) body:before {
    content: none;
  }

  * {
    background-attachment: scroll !important;
  }
  .mod_nav_btn {
    display: none !important;
  }
}

@media print and (min-width: 769px), screen and (min-width: 769px) and (max-height: 800px) {
  [data-pararax01-inview] {
    top: 120px;
    bottom: 120px;
  }
  [data-inviewtextanimation-inview] {
    top: 120px;
    bottom: 120px;
  }
}

@media print and (min-width: 769px), screen and (min-width: 769px) and (max-height: 650px) {
  [data-pararax01-inview] {
    top: 50px;
    bottom: 50px;
  }
  [data-inviewtextanimation-inview] {
    top: 50px;
    bottom: 50px;
  }
}
.mod_footer > a {
  color: #fff;
}
.mod_footer > a:hover {
  color: #fff;
}

/* 共通文字色変更 */
#wrapper h1,
h2,
h3 {
  color: var(--basecolor-black01);
}
/* カテゴリページ */
.category .cate_left .title-1 a {
  color: var(--basecolor-black01);
}
.category .syosai_link {
  border: var(--basecolor-pink01) solid 1px;
}
.category .syosai_link p {
  color: var(--basecolor-pink01);
}
.category .cate_right_inner span {
  color: var(--basecolor-pink01);
}
.category .soryo_muryo_icon {
  background-color: var(--basecolor-pink01);
}
#wrapper div.btn_main a {
  background: var(--basecolor-pink01);
}
#wrapper div.btn_main button {
  background: var(--basecolor-pink01);
}
@media only screen and (max-width: 768px) {
  .cate_right_inner {
    padding: 0;
  }
}
/* 商品詳細ページ */
.detail #info_block h3 {
  color: var(--basecolor-black01);
}
.detail #info_block {
  background-color: var(--basecolor-gray02);
  padding: 30px 30px 30px;
}
.detail .info_list li {
  font-size: 0.13rem;
}
.detail #wrapper .new_item_detail_title {
  color: var(--basecolor-black01);
}
.detail .new_item_detail_pricebox h3 {
  color: var(--basecolor-blue02);
}
.detail .new_item_detail_pricebox td p {
  color: var(--basecolor-black01);
}
.lostitem .box,
.ym_box,
.postage_info_box {
  background: var(--basecolor-blue03);
}
.detail #wrapper #lens_data,
#main #syosai_lp {
  color: var(--basecolor-black01);
  background-color: var(--basecolor-gray02);
  text-align: center;
  padding: 22px 22px;
}
.detail .soryo_muryo_icon {
  background-color: var(--basecolor-pink01);
  width: 60px;
}
.detail #wrapper #lens_data,
#main #recommend_lp {
  color: var(--basecolor-black01);
  background-color: var(--basecolor-gray02);
  text-align: center;
  padding: 22px 22px;
  margin: 30px 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.detail .item_property_box .box-lens-select-l td .select_wrap {
  position: relative;
}
.detail .item_property_box .box-lens-select-l td .select_wrap:after {
  content: "▾";
  position: absolute;
  right: 4px;
  top: 0px;
  color: var(--basecolor-blue02);
  font-size: 20px;
}
.detail .item_property_box .box-lens-select-r td .select_wrap {
  position: relative;
}
.detail .item_property_box .box-lens-select-r td .select_wrap:after {
  content: "▾";
  position: absolute;
  right: 4px;
  top: 0px;
  color: var(--basecolor-blue02);
  font-size: 20px;
}
.detail .btn.btn-primary {
  background: var(--basecolor-pink01);
  box-shadow: var(--basecolor-gray01);
}
.recommend_area {
  display: flex;
  margin: 0 0 0 10px;
}
.recommend_area .hako a {
  color: var(--basecolor-pink01);
}
@media (min-width: 769px) {
  .recommend_area .pc_margin {
    width: 20%;
  }
  .soryo_muryo_icon {
    padding: 3px 4px;
  }
}
@media only screen and (max-width: 768px) {
  .detail .info_list li {
    font-size: 0.12rem;
  }
  .detail .syosai {
    margin: 30px 0px;
  }
  #wrapper .cart-seisan input[type="text"] {
    width: 100%;
  }
  .recommend_area {
    display: block;
  }
  .reco_loop {
    display: flex;
    align-items: center;
  }
  .reco_loop .reco_img {
    margin: 0 15px 0 0;
  }
}
/* よくあるご質問ページ */
.con-faq section dt span::before {
  background-color: var(--basecolor-blue02);
}
.con-faq section dt {
  background-color: var(--basecolor-blue03);
}
.con-faq section dd {
  background-color: var(--basecolor-blue03);
}
/* ご利用ガイド */
#main li.heightLine1 dl dt a {
  color: var(--basecolor-blue02);
}
/* マイページ */
#mypage .menu_box li {
  background-color: var(--basecolor-blue03);
}
#mypage .menu_box li:hover {
  background-color: var(--basecolor-blue02);
}
/*注文キャンセル文言表示*/
.member-history p.cancel {
  color: #ff0000;
}
