body {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  color: #333;
}

body.is-menu-open {
  height: 100%;
  overflow: hidden;
}

*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
  display: block;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

.nijisanji-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity .7s ease,-webkit-transform .7s ease;
  transition: opacity .7s ease,transform .7s ease;
  transition: opacity .7s ease,transform .7s ease,-webkit-transform .7s ease;
}

.nijisanji-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.siteFooter a {
  display: inline-block;
}

.siteFooter img {
  display: inline-block;
}

.commonFooter__pageTop a {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 15px;
  background: hsla(0,0%,100%,.3) url(https://brand.finetoday.com/jp/uno/assets/img/btn_pagetop_sp.png) no-repeat center center;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  border: solid 2px #000;
  z-index: 5;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .5s;
  pointer-events: none;
}

.commonFooter__pageTop.is-show a {
  opacity: 1;
  pointer-events: auto;
}

.commonFooter__pageTop.is-hide a {
  display: none;
  opacity: 0;
}

.commonFooter__pageTop.is-abs a {
  position: absolute;
  bottom: auto;
  top: -79px;
}

.siteFooter {
  padding: 0 0 80px;
}

.siteFooter__logo {
  text-align: center;
  margin: 50px auto 80px;
}

.siteFooter__snsLink {
  text-align: center;
  margin-bottom: 35px;
}

.siteFooter__snsLink__title {
  margin: 0 0 20px;
}

.siteFooter__snsLink__title img {
  height: 12px;
  width: auto;
}

.siteFooter__snsLink__item {
  display: inline-block;
  margin: 0 16px;
}

.siteFooter__snsLink__item a {
  display: block;
  width: 32px;
  height: 32px;
  background: #3f3a39 url(https://brand.finetoday.com/jp/uno/assets/img/icon_sns.png) no-repeat left center;
  background-size: auto 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  transition-duration: .2s;
}

.siteFooter__snsLink__item a:hover {
  background-color: #c00;
}

.snsbtn__twitter a {
  background-position: -32px 0;
}

.snsbtn__youtube a {
  background-position: -64px 0;
}

.snsbtn__insta a {
  background-image: url(https://brand.finetoday.com/jp/uno/assets/img/icon_sns_insta.png);
}

.siteFooter__shopLink {
  text-align: center;
  margin-bottom: 30px;
}

.siteFooter__shareBtn {
  margin-top: 50px;
}

.siteFooter__shareBtn__items {
  text-align: center;
}

.siteFooter__shareBtn__item {
  display: inline-table;
  vertical-align: top;
  margin: 0 5px 5px;
}

.siteFooter__shareBtn__item .twitter-share-button {
  vertical-align: bottom;
}

.commonFooter {
  position: relative;
}

.siteFooter a {
  display: inline-block;
}

.siteFooter img {
  display: inline-block;
}

.font-serif {
  font-family: "游明朝体","Yu Mincho",YuMincho,serif;
}

.font-sansSerif {
  font-family: Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.font-GothicB {
  font-family: "秀英角ゴシック銀 B",Shuei KakuGo Gin B,"Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,Meiryo,Verdana,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-GothicL {
  font-family: "秀英角ゴシック銀 L",Shuei KakuGo Gin L,"Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,Meiryo,Verdana,sans-serif;
}

.js-slideBox-items {
  opacity: 0;
}

.btnType-01,
.btnType-01--blu,
.btnType-01--wht {
  line-height: 1;
  display: inline-block;
}

.btnType-01 a,
.btnType-01--blu a,
.btnType-01--wht a {
  display: block;
  padding: 0 0 0 20px;
  border: solid 2px #000;
  position: relative;
}

.btnType-01 a span,
.btnType-01--blu a span,
.btnType-01--wht a span {
  display: block;
  padding: 18px 56px 18px 12px;
  overflow: hidden;
  position: relative;
}

.btnType-01 a:before,
.btnType-01--blu a:before,
.btnType-01--wht a:before {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  top: -2px;
  left: -2px;
  background: url(https://brand.finetoday.com/jp/uno/assets/img/btn_parts_click.png) repeat 0 center;
  border: solid 2px #000;
}

.btnType-01 a:after,
.btnType-01--blu a:after,
.btnType-01--wht a:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  background: url(https://brand.finetoday.com/jp/uno/assets/img/icon_arrow_01.png) no-repeat left center;
  background-size: 10px 18px;
}

.btnType-01 a span:before,
.btnType-01--blu a span:before,
.btnType-01--wht a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,.3);
  transition-duration: .08s;
  transition-timing-function: ease-in;
  top: 100%;
  left: 0;
}

.btnType-01 a:hover:before,
.btnType-01--blu a:hover:before,
.btnType-01--wht a:hover:before {
  background-position: 18px center;
}

.btnType-01 a:hover span:before,
.btnType-01--blu a:hover span:before,
.btnType-01--wht a:hover span:before {
  top: 0;
}

.btnType-01--wht a {
  border-color: #fff;
}

.btnType-01--wht a:before {
  background: url(https://brand.finetoday.com/jp/uno/assets/img/btn_parts_click_wht.png) repeat left center;
  border-color: #fff;
}

.btnType-01--wht a:after {
  background: url(https://brand.finetoday.com/jp/uno/assets/img/icon_arrow_01_wht.png) no-repeat left center;
  background-size: 10px 18px;
}

.btnType-01--wht a span:before {
  background-color: hsla(0,0%,100%,.4);
}

.btnType-01--blu a {
  border-color: #0096e2;
}

.btnType-01--blu a:before {
  background: url(https://brand.finetoday.com/jp/uno/assets/img/btn_parts_click_blu.png) repeat left center;
  border-color: #0096e2;
}

.btnType-01--blu a:after {
  background: url(https://brand.finetoday.com/jp/uno/assets/img/icon_arrow_01_blu.png) no-repeat left center;
  background-size: 10px 18px;
}

.btnType-01--blu a span:before {
  background-color: rgba(0,150,226,.2);
}

.btnType-02 {
  font-size: 20px;
  border: solid 2px #000;
  display: inline-block;
  padding: 5px 15px 5px 40px;
  min-width: 225px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 8px;
}

.btnType-02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,.3);
  transition-duration: .08s;
  transition-timing-function: ease-in;
  top: 100%;
  left: 0;
}

.btnType-02:hover:after {
  top: 0;
}

.linkCover--red {
  position: relative;
  overflow: hidden;
  display: block;
}

.linkCover--red:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(217,0,0,.7);
  transition-duration: .1s;
  opacity: 0;
}

.linkCover--red:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(https://brand.finetoday.com/jp/uno/assets/img/btn_readmore_wht_02.png) no-repeat center center;
  background-size: auto 11px;
  transition-duration: .3s;
}

a:hover .linkCover--red:before {
  top: 0;
  opacity: 1;
}

a:hover .linkCover--red:after {
  top: 0;
}

.u-taL {
  text-align: left;
}

.u-taR {
  text-align: right;
}

.u-taC {
  text-align: center;
}

.u-hide {
  display: none !important;
}

.u-txtIndent--1 {
  text-indent: 1em;
}

.u-txtIndent--n1 {
  text-indent: -1em;
  padding-left: 1em;
}

.u-txtIndent--n1_5 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.u-txtIndent--n2 {
  text-indent: -2em;
  padding-left: 2em;
}

.u-pcNobreak {
  display: none;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-mb1_5em {
  margin-bottom: 1.5em !important;
}

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

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.u-colorRed {
  color: #cc0101;
}

.u-protectCover {
  position: relative;
  display: block;
}

.u-protectCover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://brand.finetoday.com/jp/uno/assets/img/blank.gif) repeat;
  z-index: 1;
}

.site-pager {
  padding: 50px 0px 50px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.site-pager__items {
  overflow: hidden;
}

.site-pager__item {
  margin-top: 2px;
}

.site-pager__item a {
  font-size: 20px;
  display: inline-block;
  position: relative;
  transition-duration: .1s;
}

.site-pager__item--prev {
  float: left;
}

.site-pager__item--prev a {
  padding-left: 30px;
}

.site-pager__item--prev a:before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 4px;
  margin-top: -6px;
  transition-duration: .1s;
}

.site-pager__item--next {
  float: right;
}

.site-pager__item--next a {
  padding-right: 30px;
}

.site-pager__item--next a:before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  right: 4px;
  margin-top: -6px;
  transition-duration: .1s;
}

.site-pager__item a:hover {
  color: #c00;
}

.site-pager__item a:hover:before {
  border-color: #c00;
}

.site-pager__item--back {
  text-align: center;
  margin: 0 110px;
}

.site-pager__item--back a {
  padding-top: 40px;
  font-size: 20px;
  margin: 0 auto;
  transition-duration: .1s;
  display: inline-block;
  position: relative;
}

.site-pager__item--back a:before {
  content: "";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  background: #000 url(https://brand.finetoday.com/jp/uno/assets/img/icon_list.svg) no-repeat center center;
  top: 0;
  left: 50%;
  margin-left: -17px;
  transition-duration: .1s;
}

.site-pager__item--back a:hover {
  color: #c00;
}

.site-pager__item--back a:hover:before {
  background-color: #c00;
}

html {
  overflow-y: scroll;
  height: 100% !important;
}

body {
  font: 14px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select,
input,
button,
textarea,
button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 130%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
header,
section,
article,
aside,
footer,
figure,
figcaption,
nav {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
header,
section,
article,
aside,
footer,
figure,
figcaption,
nav {
  font-size: 1em;
}

body {
  color: #000;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  background-color: #fff;
}

body>img {
  display: none;
}

body.is-fontSizeLarge {
  font-size: 18px;
}

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

span {
  display: block;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
ul span,
ol span,
dl span,
li span,
dt span,
dd span,
p span {
  display: inline;
}

img {
  border-style: none;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.body__inner {
  min-width: 960px;
}

.l-wrapper {
  position: relative;
}

.l-container {
  max-width: 1800px;
  margin: 0 auto;
}

.l-mainContents {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 20px 0;
  box-sizing: border-box;
}

.breadcrumbNav {
  width: 100%;
}

.siteHeader__logo {
  background-color: #000;
  text-align: center;
  padding: 32px 0 30px;
}

.siteHeader__toggleBtn {
  display: block;
  position: fixed;
  width: 56px;
  height: 56px;
  background-color: #000;
  left: 30px;
  top: 15px;
  text-align: center;
  z-index: 20;
  cursor: pointer;
}

.siteHeader__toggleBtn__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 2px;
  margin: -1px 0 0 -18px;
  background: #fff;
  transition-duration: .3s;
}

.siteHeader__toggleBtn__icon:before,
.siteHeader__toggleBtn__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 2px;
  background: #fff;
  transition-duration: .3s;
}

.siteHeader__toggleBtn__icon:before {
  margin-top: -9px;
}

.siteHeader__toggleBtn__icon:after {
  margin-top: 7px;
}

.uno-topIndex .siteHeader__toggleBtn {
  border-color: #000;
}

.overlay-lock-test {
  overflow-y: hidden !important;
}

.overlay-lock {
  overflow: hidden !important;
  width: auto;
}

.overlay-lock body {
  overflow: hidden !important;
}

.siteHeader__toggleBtn.is-open {
  border-width: 0;
  background: rgba(0,0,0,0) !important;
}

.siteHeader__toggleBtn.is-open .siteHeader__toggleBtn__icon {
  background: rgba(0,0,0,0) !important;
}

.siteHeader__toggleBtn.is-open .siteHeader__toggleBtn__icon:before,
.siteHeader__toggleBtn.is-open .siteHeader__toggleBtn__icon:after {
  background-color: #000 !important;
}

.siteHeader__toggleBtn.is-open .siteHeader__toggleBtn__icon:before {
  margin-top: 1px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.siteHeader__toggleBtn.is-open .siteHeader__toggleBtn__icon:after {
  margin-top: 1px;
  left: 1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.siteHeader__inner {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: hsla(0,0%,100%,.95);
  overflow: auto;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  z-index: 18;
  top: 0;
  left: 0;
}

.siteNav__wrapper {
  height: 100%;
}

.siteNav {
  margin: auto;
  position: absolute;
  max-height: 660px;
  padding: 5% 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.siteNav__items {
  margin: auto;
  max-width: 375px;
  border-bottom: solid 2px #000;
  margin-bottom: 40px;
}

.siteNav__item {
  text-align: center;
  margin-bottom: 42px;
  line-height: 5px;
  line-height: 1;
}

.siteNav__item img {
  vertical-align: top;
  height: 18px;
  width: auto;
}

.siteHeader__snsLink {
  text-align: center;
  margin-bottom: 35px;
}

.siteHeader__snsLink__title {
  margin: 0 0 20px;
}

.siteHeader__snsLink__title img {
  height: 12px;
  width: auto;
}

.siteHeader__snsLink__item {
  display: inline-block;
  margin: 0 16px;
}

.siteHeader__snsLink__item a {
  display: block;
  width: 32px;
  height: 32px;
  background: #3f3a39 url(https://brand.finetoday.com/jp/uno/assets/img/icon_sns.png) no-repeat left center;
  background-size: auto 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  transition-duration: .2s;
}

.siteHeader__snsLink__item a:hover {
  background-color: #c00;
}

.snsbtn__twitter a {
  background-position: -32px 0;
}

.snsbtn__youtube a {
  background-position: -64px 0;
}

.snsbtn__insta a {
  background-image: url(https://brand.finetoday.com/jp/uno/assets/img/icon_sns_insta.png);
}

.siteHeader__shopLink {
  text-align: center;
}

.siteHeader__shareBtn__items {
  text-align: center;
  margin-bottom: 33px;
}

.siteHeader__shareBtn__item {
  display: inline-block;
  margin: 0 5px 5px;
}

.siteHeader__shareBtn__item .twitter-share-button {
  vertical-align: bottom;
}

.commonFooter__pageTop a {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 15px;
  background: hsla(0,0%,100%,.3) url(https://brand.finetoday.com/jp/uno/assets/img/btn_pagetop_sp.png) no-repeat center center;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  border: solid 2px #000;
  z-index: 5;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .5s;
  pointer-events: none;
}

.commonFooter__pageTop.is-show a {
  opacity: 1;
  pointer-events: auto;
}

.commonFooter__pageTop.is-hide a {
  display: none;
  opacity: 0;
}

.commonFooter__pageTop.is-abs a {
  position: absolute;
  bottom: auto;
  top: -79px;
}

.siteFooter {
  padding: 0 0 80px;
}

.siteFooter__logo {
  text-align: center;
  margin: 50px auto 80px;
}

.siteFooter__snsLink {
  text-align: center;
  margin-bottom: 35px;
}

.siteFooter__snsLink__title {
  margin: 0 0 20px;
}

.siteFooter__snsLink__title img {
  height: 12px;
  width: auto;
}

.siteFooter__snsLink__item {
  display: inline-block;
  margin: 0 16px;
}

.siteFooter__snsLink__item a {
  display: block;
  width: 32px;
  height: 32px;
  background: #3f3a39 url(https://brand.finetoday.com/jp/uno/assets/img/icon_sns.png) no-repeat left center;
  background-size: auto 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  transition-duration: .2s;
}

.siteFooter__snsLink__item a:hover {
  background-color: #c00;
}

.snsbtn__twitter a {
  background-position: -32px 0;
}

.snsbtn__youtube a {
  background-position: -64px 0;
}

.snsbtn__insta a {
  background-image: url(https://brand.finetoday.com/jp/uno/assets/img/icon_sns_insta.png);
}

.siteFooter__shopLink {
  text-align: center;
  margin-bottom: 30px;
}

.siteFooter__shareBtn {
  margin-top: 50px;
}

.siteFooter__shareBtn__items {
  text-align: center;
}

.siteFooter__shareBtn__item {
  display: inline-table;
  vertical-align: top;
  margin: 0 5px 5px;
}

.siteFooter__shareBtn__item .twitter-share-button {
  vertical-align: bottom;
}

.commonFooter {
  position: relative;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0;
}

.footerOnline {
  background-color: #000;
  position: fixed;
  bottom: -120px;
  width: 100%;
  text-align: center;
  padding: 34px 0;
  border-top: solid 2px #fff;
  z-index: 4;
  opacity: 0;
  transition-property: opacity,bottom;
  transition-duration: .4s;
  pointer-events: none;
}

.footerOnline.is-show {
  opacity: 1;
  pointer-events: auto;
}

.footerOnline a {
  display: block;
}

.footerOnline img {
  height: 25px;
  width: auto;
}

.modalOnline {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: hsla(0,0%,100%,.95);
  overflow: auto;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  z-index: 20;
  top: 0;
}

.modalOnline__closeBtn {
  display: block;
  position: fixed;
  width: 56px;
  height: 56px;
  left: 30px;
  top: 15px;
  text-align: center;
  z-index: 20;
  cursor: pointer;
}

.modalOnline__closeBtn__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 2px;
  margin: -1px 0 0 -18px;
  border-width: 0;
  background: rgba(0,0,0,0) !important;
  transition-duration: .3s;
}

.modalOnline__closeBtn__icon:before,
.modalOnline__closeBtn__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 2px;
  background: #000;
  transition-duration: .3s;
}

.modalOnline__closeBtn__icon:before {
  margin-top: 1px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modalOnline__closeBtn__icon:after {
  margin-top: 1px;
  left: 2px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.modalOnline__inner {
  min-height: 450px;
  height: 100%;
  position: relative;
}

.modalOnline__items {
  text-align: center;
  margin: auto;
  position: absolute;
  height: 560px;
  padding: 10px 0;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modalOnline__item {
  margin-bottom: 55px;
}

.modalOnline__item:last-child {
  margin-bottom: 0;
}

.modalOnline__item a {
  display: inline-block;
}

.modalOnline__item.is-hide {
  display: none;
}

.modalOnline__item__img img {
  height: auto;
  width: 178px;
}

.modalOnline__item__img img[src$=".svg"] {
  min-height: 100%;
}

.modalOnline__item__txt {
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding-right: 18px;
  color: #000;
}

.modalOnline__item__txt:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -5px;
}

.modalOnline__item a:hover .modalOnline__item__txt {
  color: #cc0101;
}

.modalOnline__item a:hover .modalOnline__item__txt:after {
  border-color: #cc0101;
}

.uno-stylingList .stylingList {
  overflow: hidden;
  margin-bottom: 40px;
}

.uno-stylingList .stylingList__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.uno-stylingList .stylingList02__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.uno-stylingList .stylingList02__stitle {
  text-align: center;
  display: inline-block;
  margin: -10px auto 60px;
}

.uno-stylingList .stylingList02__stitle.btnType-01 a span,
.uno-stylingList .stylingList02__stitle.btnType-01--wht a span,
.uno-stylingList .stylingList02__stitle.btnType-01--blu a span {
  padding: 8px 56px 8px 12px;
}

.uno-stylingList .stylingList__items {
  overflow: hidden;
  margin-left: -4%;
  text-align: left;
}

.uno-stylingList .stylingList__item {
  width: 33.33%;
  padding-left: 4%;
  padding-bottom: 65px;
  padding-bottom: 5%;
  float: left;
  box-sizing: border-box;
  opacity: 1;
  transition-duration: .5s;
}

.uno-stylingList .stylingList__item:nth-child(3n+1) {
  clear: left;
}

.uno-stylingList .stylingList__item a {
  display: block;
  position: relative;
}

.uno-stylingList .stylingList__item.is-new a:after {
  content: "";
  display: block;
  width: 55px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 6.25%;
  background: url(https://brand.finetoday.com/jp/uno/assets/img/icon_new.png) no-repeat left center;
  background-size: 55px 23px;
}

.uno-stylingList .stylingList__item.is-transparent {
  opacity: 0;
}

.uno-stylingList .stylingList__item__thumb {
  padding: 0 0;
}

.uno-stylingList .stylingList__item__thumb img {
  width: 100%;
  height: auto;
}

.uno-stylingList .stylingList__item__txtBox {
  padding: 5% 35px 0 6.25%;
  position: relative;
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.uno-stylingList .stylingList__item__txtBox:after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  background: url(https://brand.finetoday.com/jp/uno/assets/img/icon_arrow_01.png) no-repeat left center;
  background-size: auto 18px;
}

.uno-stylingList .stylingList__item__name {
  font-size: 18px;
  line-height: 1.4;
  vertical-align: middle;
  display: table-cell;
  height: 2.8em;
}

.uno-stylingList .stylingList02,
.uno-stylingList .stylingList__moreBtn {
  display: none;
}

.headingType01 {
  text-align: center;
}

.headingType01__title {
  margin-bottom: 20px;
}

.headingType01__lead img {
  height: 20px;
  width: auto;
}

.localNav {
  text-align: center;
  padding-bottom: 65px;
  overflow: hidden;
}

.localNav__items {
  margin: 0 -25px;
}

.localNav__item {
  display: inline-block;
  font-size: 20px;
  padding: 0 25px 20px;
  box-sizing: border-box;
}

.localNav__item a {
  position: relative;
  transition-duration: .2s;
  padding-right: 28px;
}

.localNav__item a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0px;
  margin-left: 10px;
  transition-duration: .2s;
}

.localNav__item a:hover {
  color: #c00;
}

.localNav__item a:hover:after {
  border-color: #c00;
}

img[src*="//tg.socdm.com/aux/idsync"] {
  visibility: hidden;
  height: 0;
  width: 0;
}

.l-header {
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1400;
}

.l-header__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(24px,3vw,100px);
  padding-top: 10px;
  background-color: rgba(0,0,0,0);
  transition: background-color .3s ease;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__wrap.has-background {
  background-color: #f1f1f1;
}

.l-header__logo {
  width: 149px;
}

.l-header__logo a {
  transition: .3s;
}

.l-header__logo a:hover {
  opacity: .7;
}

.l-header__logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header__nav-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 24px;
}

.l-header__nav {
  position: relative;
  z-index: 1300;
}

.l-header__contact-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 26px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .3s ease;
}

.l-header__contact-btn:hover {
  background: #555;
}

.g-nav {
  width: 366px;
  height: 100vh;
  background-color: #36c;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,visibility .3s;
}

.g-nav.is-menu-open {
  opacity: 1;
  visibility: visible;
}

.g-nav__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.g-nav__logo p {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: .54px;
}

.g-nav__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  padding: 110px 0 0;
}

.g-nav__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.g-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.g-nav__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.g-nav__link {
  display: block;
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: .54px;
  transition: all .3s ease;
}

.g-nav__link:hover {
  opacity: .7;
}

.nav-btn {
  position: relative;
  width: 60px;
  height: 56px;
  border-radius: 5px 0 0 5px;
  background-color: #36c;
  cursor: pointer;
  z-index: 1500;
}

.nav-btn__wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn__wrap__box {
  width: 22px;
  height: 18px;
  position: relative;
}

.nav-btn__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all .3s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.nav-btn__line:nth-child(1) {
  top: 0;
  width: 30px;
}

.nav-btn__line:nth-child(2) {
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-btn__line:nth-child(3) {
  bottom: 0;
  width: 10px;
}

.nav-btn.is-close {
  background-color: #fff;
}

.nav-btn.is-close .nav-btn__line {
  width: 23px;
  background-color: #36c;
}

.nav-btn.is-close .nav-btn__line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-btn.is-close .nav-btn__line:nth-child(2) {
  opacity: 0;
}

.nav-btn.is-close .nav-btn__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gt_selector {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  width: 110px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-appearance: auto !important;
  appearance: auto !important;
}

.l-main {
  margin: 0 auto;
}

.p-nijisanji-fv {
  position: relative;
  z-index: 0;
}

.p-nijisanji-fv__btn-wrap {
  position: absolute;
  bottom: 7.1528vw;
  left: 15.0694vw;
  z-index: 1;
}

.p-nijisanji-fv__btn {
  position: relative;
  background: linear-gradient(90deg, #82A49F 0%, #313E3C 100%);
  box-shadow: 0 0 7px 0 rgba(128,157,153,.4);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .6944vw .8333vw .9028vw 2.7778vw;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .4167vw;
  overflow: hidden;
  max-width: 29.8611vw;
  width: 29.8611vw;
}

.p-nijisanji-fv__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #82A49F 0%, #82A49F 100%);
  opacity: 0;
  transition: opacity .6s;
}

.p-nijisanji-fv__btn:hover::after {
  opacity: 1;
}

.p-nijisanji-fv__btn__text {
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-nijisanji-fv__btn__text--01 {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.3194vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1188vw;
}

.p-nijisanji-fv__btn__text--02 {
  color: #fff;
  font-size: 1.1806vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1181vw;
}

.p-nijisanji-fv__btn__text--03 {
  color: #fff;
  font-size: 1.1111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1444vw;
}

.p-nijisanji-fv__btn img {
  width: 1.9444vw;
  position: relative;
  z-index: 1;
}

.p-nijisanji-copy {
  padding: 65px 20px;
  background: #1a1a1a;
}

.p-nijisanji-copy__inner {
  max-width: 1060px;
  margin: 0 auto;
}

.p-nijisanji-copy__text-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 10px;
}

.p-nijisanji-copy__text-top-logo {
  position: relative;
  top: 4px;
}

.p-nijisanji-copy__text-top-logo img {
  max-width: 108.5px;
}

.p-nijisanji-copy__text-top p:nth-of-type(1) {
  color: #fff;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .073px;
}

.p-nijisanji-copy__text-top p:nth-of-type(2) {
  color: #b9e8e2;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.4px;
}

.p-nijisanji-copy__text-bottom p {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 4.4px;
}

.p-nijisanji-copy__text-bottom p span {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3.3px;
}

.p-nijisanji-honma {
  height: clamp(617.6px,80.3472vw,1157px);
  background: linear-gradient(51deg, #FFF296 8.32%, #FFF9D2 93.61%);
  position: relative;
  overflow: hidden;
}

.p-nijisanji-honma::before {
  content: "";
  position: absolute;
  left: calc(50% - 720px - 302px);
  bottom: -2px;
  width: 1018px;
  height: 1161px;
  background: url("../images/honma-dots.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.p-nijisanji-honma__rec {
  position: absolute;
  top: clamp(67.2px,8.75vw,126px);
  right: calc(50% - clamp(384px,50vw,720px) + clamp(243.7333px,31.7361vw,457px));
  z-index: 1;
}

.p-nijisanji-honma__rec img {
  max-width: clamp(126.9333px,16.5278vw,238px);
}

.p-nijisanji-honma__shampoo-bg {
  position: absolute;
  top: clamp(78.9333px,10.2778vw,148px);
  left: calc(50% - clamp(384px,50vw,720px) + clamp(74.1333px,9.6528vw,139px));
  z-index: 0;
  max-width: clamp(261.8667px,34.0972vw,491px);
}

.p-nijisanji-honma__shampoo-img {
  position: absolute;
  top: clamp(85.3333px,11.1111vw,160px);
  left: calc(50% - clamp(384px,50vw,720px) + clamp(106.1333px,13.8194vw,199px));
  z-index: 1;
}

.p-nijisanji-honma__shampoo-img img {
  max-width: clamp(126.9333px,16.5278vw,238px);
}

.p-nijisanji-honma__shampoo-body {
  position: absolute;
  top: clamp(126.9333px,16.5278vw,238px);
  left: calc(50% - clamp(384px,50vw,720px) + clamp(209.6px,27.2917vw,393px));
  z-index: 1;
}

.p-nijisanji-honma__shampoo-tag {
  padding: clamp(1.0667px,.1389vw,2px) clamp(5.8667px,.7639vw,11px);
  background: #303030;
  font-size: clamp(11.2px,1.4583vw,21px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: clamp(.784px,.1021vw,1.47px);
  color: #fff;
  display: inline-block;
}

.p-nijisanji-honma__shampoo-title {
  color: #303030;
  font-size: clamp(12.2667px,1.5972vw,23px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: clamp(.6133px,.0799vw,1.15px);
  margin: clamp(3.7333px,.4861vw,7px) 0 clamp(8px,1.0417vw,15px);
}

.p-nijisanji-honma__shampoo-title--accent {
  color: #918216;
}

.p-nijisanji-honma__essence-img {
  position: absolute;
  top: clamp(281.6px,36.6667vw,528px);
  left: calc(50% - clamp(384px,50vw,720px) + clamp(286.9333px,37.2222vw,536px));
  z-index: 1;
}

.p-nijisanji-honma__essence-img img {
  max-width: clamp(96.5333px,12.5694vw,181px);
}

.p-nijisanji-honma__essence-body {
  position: absolute;
  top: clamp(306.6667px,39.9306vw,575px);
  left: calc(50% - clamp(384px,50vw,720px) + clamp(152.5333px,19.8611vw,286px));
  z-index: 1;
}

.p-nijisanji-honma__essence-tag {
  padding: clamp(1.0667px,.1389vw,2px) clamp(4.2667px,.5556vw,8px);
  background: #303030;
  color: #fff;
  text-align: center;
  font-size: clamp(10.1333px,1.3194vw,19px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: clamp(.7093px,.0924vw,1.33px);
  display: inline-block;
}

.p-nijisanji-honma__essence-title {
  color: #303030;
  font-size: clamp(9.6px,1.25vw,18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: clamp(.48px,.0625vw,.9px);
  margin: clamp(3.7333px,.4861vw,7px) 0 clamp(1.6px,.2083vw,3px);
}

.p-nijisanji-honma__essence-title--accent {
  color: #303030;
  font-size: clamp(8px,1.0417vw,15px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: clamp(.4px,.0521vw,.75px);
}

.p-nijisanji-honma__essence-note {
  color: #303030;
  font-size: clamp(7.4667px,.9722vw,14px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: clamp(.3733px,.0486vw,.7px);
  margin: clamp(3.7333px,.4861vw,7px) 0 clamp(8px,1.0417vw,15px);
}

.p-nijisanji-honma__main-img {
  position: absolute;
  top: clamp(82.1333px,10.6944vw,154px);
  right: calc(50% - clamp(384px,50vw,720px) + clamp(15.4667px,2.0139vw,29px));
  z-index: 2;
}

.p-nijisanji-honma__main-img img {
  max-width: clamp(351.4667px,45.7639vw,659px);
}

.p-nijisanji-honma__main-img-bg {
  position: absolute;
  top: clamp(202.6667px,26.3889vw,380px);
  right: calc(50% - clamp(384px,50vw,720px) + clamp(71.4667px,9.3056vw,134px));
  z-index: 1;
  mix-blend-mode: multiply;
}

.p-nijisanji-honma__main-img-bg img {
  max-width: clamp(108.2667px,14.0972vw,203px);
}

.p-nijisanji-honma__btn {
  width: clamp(97.0667px,12.6389vw,182px);
  height: clamp(22.9333px,2.9861vw,43px);
  border-radius: clamp(15.4667px,2.0139vw,29px);
  background: linear-gradient(90deg, #DECE64 0%, #958726 100%);
  color: #fff;
  font-size: clamp(8px,1.0417vw,15px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: clamp(.72px,.0938vw,1.35px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition: color .6s;
  overflow: hidden;
}

.p-nijisanji-honma__btn-bg {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity .6s;
  z-index: 0;
}

.p-nijisanji-honma__btn-text {
  position: relative;
  z-index: 1;
  color: #fff;
}

.p-nijisanji-honma__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: clamp(7.4667px,.9722vw,14px);
  width: clamp(6.4px,.8333vw,12px);
  height: clamp(6.4px,.8333vw,12px);
  background: url("../images/honma-arrow.webp") no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all .6s;
  z-index: 2;
}

.p-nijisanji-honma__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: clamp(7.4667px,.9722vw,14px);
  width: clamp(6.4px,.8333vw,12px);
  height: clamp(6.4px,.8333vw,12px);
  background: url("../images/honma-arrow-hover.webp") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: all .6s;
  z-index: 2;
}

.p-nijisanji-honma__btn:hover .p-nijisanji-honma__btn-bg {
  opacity: 1;
}

.p-nijisanji-honma__btn:hover .p-nijisanji-honma__btn-text {
  color: #958726;
}

.p-nijisanji-honma__btn:hover::before {
  opacity: 0;
}

.p-nijisanji-honma__btn:hover::after {
  opacity: 1;
}

.p-nijisanji-honma__comment {
  max-width: clamp(544px,70.8333vw,1020px);
  width: 100%;
  margin: 0 auto;
  padding: clamp(13.3333px,1.7361vw,25px) clamp(29.3333px,3.8194vw,55px);
  border-radius: clamp(8px,1.0417vw,15px);
  background: #fff;
  -webkit-filter: drop-shadow(0 0 clamp(9.6px, 1.25vw, 18px) rgba(146, 133, 46, 0.4));
  filter: drop-shadow(0 0 clamp(9.6px, 1.25vw, 18px) rgba(146, 133, 46, 0.4));
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: clamp(72px,9.375vw,135px);
}

.p-nijisanji-honma__comment p {
  color: #303030;
  text-align: center;
  font-size: clamp(9.6px,1.25vw,18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: clamp(.48px,.0625vw,.9px);
}

.p-nijisanji-honma__comment p span {
  color: #ccb200;
  font-size: clamp(12.2667px,1.5972vw,23px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: clamp(.6133px,.0799vw,1.15px);
}

.p-nijisanji-shachiku {
  height: clamp(618.6667px,80.5556vw,1160px);
  background: linear-gradient(128deg, rgba(233, 239, 255, 0.5) 7.57%, rgba(211, 222, 255, 0.5) 91.3%);
  position: relative;
  overflow: hidden;
}

.p-nijisanji-shachiku::before {
  content: "";
  position: absolute;
  right: calc(50% - 720px - 265px);
  top: 0;
  width: 991px;
  height: 1155px;
  background: url("../images/shachiku-dots.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.p-nijisanji-shachiku__main-img {
  position: absolute;
  left: calc(50% - clamp(384px,50vw,720px) + clamp(50.1333px,6.5278vw,94px));
  top: clamp(86.9333px,11.3194vw,163px);
  z-index: 2;
}

.p-nijisanji-shachiku__main-img img {
  max-width: clamp(370.6667px,48.2639vw,695px);
}

.p-nijisanji-shachiku__main-img-bg {
  position: absolute;
  left: calc(50% - clamp(384px,50vw,720px) + clamp(234.1333px,30.4861vw,439px));
  top: clamp(336px,43.75vw,630px);
  z-index: 1;
  mix-blend-mode: multiply;
  display: inline-block;
}

.p-nijisanji-shachiku__main-img-bg img {
  max-width: clamp(135.29px,17.6167vw,253.68px);
}

.p-nijisanji-shachiku__rec {
  position: absolute;
  left: calc(50% - clamp(384px,50vw,720px) + clamp(229.3333px,29.8611vw,430px));
  top: clamp(69.3333px,9.0278vw,130px);
  z-index: 2;
}

.p-nijisanji-shachiku__rec img {
  max-width: clamp(106.6667px,13.8889vw,200px);
}

.p-nijisanji-shachiku__shampoo-bg {
  position: absolute;
  right: calc(50% - clamp(384px,50vw,720px) + clamp(37.3333px,4.8611vw,70px));
  top: clamp(16px,2.0833vw,30px);
  z-index: 0;
}

.p-nijisanji-shachiku__shampoo-bg img {
  max-width: clamp(316.8px,41.25vw,594px);
}

.p-nijisanji-shachiku__shampoo-img {
  position: absolute;
  right: calc(50% - clamp(384px,50vw,720px) + clamp(85.3333px,11.1111vw,160px));
  top: clamp(96.5333px,12.5694vw,181px);
  z-index: 1;
}

.p-nijisanji-shachiku__shampoo-img img {
  max-width: clamp(128.5333px,16.7361vw,241px);
}

.p-nijisanji-shachiku__shampoo-body {
  position: absolute;
  top: clamp(134.9333px,17.5694vw,253px);
  right: calc(50% - clamp(384px,50vw,720px) + clamp(226.1333px,29.4444vw,424px));
  z-index: 1;
}

.p-nijisanji-shachiku__shampoo-tag {
  background: #303030;
  display: inline-block;
  padding: clamp(1.0667px,.1389vw,2px) clamp(5.8667px,.7639vw,11px);
  color: #fff;
  font-size: clamp(11.2px,1.4583vw,21px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: clamp(.784px,.1021vw,1.47px);
}

.p-nijisanji-shachiku__shampoo-title {
  color: #303030;
  font-size: clamp(12.2667px,1.5972vw,23px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: clamp(.6133px,.0799vw,1.15px);
  margin: clamp(4.8px,.625vw,9px) 0 clamp(8px,1.0417vw,15px);
}

.p-nijisanji-shachiku__shampoo-title span {
  color: #314377;
}

.p-nijisanji-shachiku__essence-img {
  position: absolute;
  right: calc(50% - clamp(384px,50vw,720px) + clamp(308.8px,40.2083vw,579px));
  top: clamp(293.8667px,38.2639vw,551px);
  z-index: 1;
}

.p-nijisanji-shachiku__essence-img img {
  max-width: clamp(96.5333px,12.5694vw,181px);
}

.p-nijisanji-shachiku__essence-body {
  position: absolute;
  top: clamp(318.4px,41.4583vw,597px);
  right: calc(50% - clamp(384px,50vw,720px) + clamp(174.9333px,22.7778vw,328px));
  z-index: 1;
}

.p-nijisanji-shachiku__essence-tag {
  padding: clamp(1.0667px,.1389vw,2px) clamp(4.2667px,.5556vw,8px);
  font-size: clamp(10.1333px,1.3194vw,19px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: clamp(.7093px,.0924vw,1.33px);
  background: #303030;
  color: #fff;
  display: inline-block;
}

.p-nijisanji-shachiku__essence-title {
  color: #303030;
  font-size: clamp(9.6px,1.25vw,18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: clamp(.48px,.0625vw,.9px);
  margin: clamp(4.8px,.625vw,9px) 0 clamp(1.6px,.2083vw,3px);
}

.p-nijisanji-shachiku__essence-title--accent {
  color: #303030;
  font-size: clamp(8px,1.0417vw,15px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: clamp(.4px,.0521vw,.75px);
  margin-bottom: clamp(3.7333px,.4861vw,7px);
}

.p-nijisanji-shachiku__essence-note {
  color: #303030;
  font-size: clamp(7.4667px,.9722vw,14px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: clamp(.3733px,.0486vw,.7px);
  margin-bottom: clamp(8px,1.0417vw,15px);
}

.p-nijisanji-shachiku__btn {
  width: clamp(97.0667px,12.6389vw,182px);
  height: clamp(22.9333px,2.9861vw,43px);
  border-radius: clamp(15.4667px,2.0139vw,29px);
  background: linear-gradient(92deg, #B6C6F2 0.92%, #7385B4 28.48%, #314377 99.75%);
  color: #fff;
  font-size: clamp(7.4667px,.9722vw,14px);
  font-weight: 700;
  letter-spacing: clamp(.5333px,.0694vw,1px);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: color .6s;
}

.p-nijisanji-shachiku__btn-bg {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity .6s;
  z-index: 0;
}

.p-nijisanji-shachiku__btn-text {
  position: relative;
  z-index: 1;
  color: #fff;
}

.p-nijisanji-shachiku__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: clamp(6.4px,.8333vw,12px);
  width: clamp(6.4px,.8333vw,12px);
  height: clamp(6.4px,.8333vw,12px);
  background: url("../images/shachiku-arrow.webp") no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: opacity .6s;
  z-index: 2;
}

.p-nijisanji-shachiku__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: clamp(6.4px,.8333vw,12px);
  width: clamp(6.4px,.8333vw,12px);
  height: clamp(6.4px,.8333vw,12px);
  background: url("../images/shachiku-arrow-hover.webp") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: opacity .6s;
  z-index: 2;
}

.p-nijisanji-shachiku__btn:hover {
  color: #314377;
}

.p-nijisanji-shachiku__btn:hover .p-nijisanji-shachiku__btn-bg {
  opacity: 1;
}

.p-nijisanji-shachiku__btn:hover .p-nijisanji-shachiku__btn-text {
  color: #314377;
}

.p-nijisanji-shachiku__btn:hover::before {
  opacity: 0;
}

.p-nijisanji-shachiku__btn:hover::after {
  opacity: 1;
}

.p-nijisanji-shachiku__comment {
  position: absolute;
  left: 50%;
  bottom: clamp(72px,9.375vw,135px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: clamp(544px,70.8333vw,1020px);
  width: 100%;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 clamp(6.9333px, 0.9028vw, 13px) rgba(112, 133, 197, 0.6));
  filter: drop-shadow(0 0 clamp(6.9333px, 0.9028vw, 13px) rgba(112, 133, 197, 0.6));
  border-radius: clamp(8px,1.0417vw,15px);
  background: #fff;
  padding: clamp(13.3333px,1.7361vw,25px) clamp(29.3333px,3.8194vw,55px);
  z-index: 2;
}

.p-nijisanji-shachiku__comment p {
  color: #303030;
  text-align: center;
  font-size: clamp(9.6px,1.25vw,18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: clamp(.48px,.0625vw,.9px);
}

.p-nijisanji-shachiku__comment p span {
  color: #6a7fb9;
  font-size: clamp(12.2667px,1.5972vw,23px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: clamp(.6133px,.0799vw,1.15px);
}

.p-nijisanji-products {
  padding: 170px 15px;
  background: linear-gradient(90deg, #D1F0E4 0%, #EBF5B6 100%);
  position: relative;
  overflow: hidden;
}

.p-nijisanji-products::before {
  content: "";
  position: absolute;
  left: calc(50% - 720px - 301px);
  bottom: 0;
  width: 1042px;
  height: 1355px;
  background: url("../images/products-dots.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.p-nijisanji-products__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-nijisanji-products__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-nijisanji-products__tag {
  background: #303030;
}

.p-nijisanji-products__tag span {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.4px;
}

.p-nijisanji-products__tag--main {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.75px;
  padding: 2px 18px;
}

.p-nijisanji-products__tag--sub {
  padding: 0 10px;
}

.p-nijisanji-products__lead {
  color: #303030;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .065px;
  margin-top: 13px;
  margin-bottom: 70px;
}

.p-nijisanji-products__item {
  background: #fff;
  padding: 80px 55px;
}

.p-nijisanji-products__item--shampoo {
  margin-bottom: 30px;
}

.p-nijisanji-products__title {
  text-align: center;
  font-family: "Josefin Sans",sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 4px;
  background: linear-gradient(0deg, #A5D3C2 0%, #E4F3EE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.p-nijisanji-products__title-ja {
  position: relative;
  top: -19px;
}

.p-nijisanji-products__title-ja--shampoo {
  margin-bottom: 10px;
}

.p-nijisanji-products__title-ja--shampoo img {
  max-width: 135px;
  margin: 0 auto;
}

.p-nijisanji-products__title-ja--essence {
  margin-bottom: 16px;
}

.p-nijisanji-products__title-ja--essence img {
  max-width: 150px;
  margin: 0 auto;
}

.p-nijisanji-products__desc {
  color: #1c2d00;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.44px;
}

.p-nijisanji-products__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 46px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-nijisanji-products__content--center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-nijisanji-products__col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-nijisanji-products__col--left {
  max-width: 50%;
}

.p-nijisanji-products__col--right {
  max-width: 50%;
}

.p-nijisanji-products__bar {
  padding: 4px 60px 8px 60px;
  background: linear-gradient(291deg, #D8E5E3 4.15%, #E3EAE9 95.85%);
  color: #3e3e3e;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.56;
  max-width: 468px;
}

.p-nijisanji-products__bar--number {
  color: #31773b;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -3.6px;
  position: relative;
  left: -2px;
}

.p-nijisanji-products__bar--type {
  color: #31773b;
  font-size: 30px;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  left: 3px;
}

.p-nijisanji-products__product-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-top: 34px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
}

.p-nijisanji-products__product p {
  padding-left: 16px;
}

.p-nijisanji-products__product p span {
  text-align: center;
  color: #303030;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: .038px;
  display: inline-block;
}

.p-nijisanji-products__product img {
  max-width: 226px;
  margin: 0 auto 10px;
  width: 100%;
}

.p-nijisanji-products__product-single {
  color: #303030;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: .038px;
}

.p-nijisanji-products__product-single img {
  max-width: 349px;
  margin: 0 auto 10px;
  width: 100%;
}

.p-nijisanji-products__point {
  border: 1px solid #31773b;
  padding: 39px 39px;
}

.p-nijisanji-products__point-label {
  width: 68px;
  height: 23px;
  border-radius: 22px;
  background: #7c7c7c;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.p-nijisanji-products__point-title {
  color: #303030;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-top: 4px;
  margin-bottom: 20px;
}

.p-nijisanji-products__point-title--sm {
  color: #303030;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.26px;
}

.p-nijisanji-products__bnr {
  margin-top: 43px;
}

.p-nijisanji-products__bnr--essence {
  margin-top: 50px;
}

.p-nijisanji-products__btn-wrap {
  margin-top: 78px;
}

.p-nijisanji-products__btn-wrap a {
  max-width: 480px;
  margin: 0 auto;
}

.p-nijisanji-products__btn-pagetop {
  margin-top: 40px;
}

.p-nijisanji-products__btn-pagetop a {
  padding: 16px 12px;
  background: #3e3e3e;
  max-width: 480px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  transition: all .6s;
}

.p-nijisanji-products__btn-pagetop a:hover {
  background: rgba(62,62,62,.7);
}

.p-nijisanji-products__btn-pagetop p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 34px;
}

.p-nijisanji-products__btn-pagetop img {
  width: 28px;
}

.p-nijisanji-btn {
  position: relative;
  background: linear-gradient(90deg, #82A49F 0%, #313E3C 100%);
  box-shadow: 0 0 7px 0 rgba(128,157,153,.4);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 12px 16px 51px;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  overflow: hidden;
}

.p-nijisanji-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #82A49F 0%, #82A49F 100%);
  opacity: 0;
  transition: opacity .6s;
}

.p-nijisanji-btn:hover::after {
  opacity: 1;
}

.p-nijisanji-btn__text {
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-nijisanji-btn__text--01 {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.89px;
}

.p-nijisanji-btn__text--02 {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.53px;
}

.p-nijisanji-btn__text--03 {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.2px;
}

.p-nijisanji-btn img {
  width: 28px;
  position: relative;
  z-index: 1;
}

.u-sp-only {
  display: none !important;
}

.u-sp-only-f {
  display: none !important;
}

@media only screen and (min-width: 781px) {
  .globalHeader__searchBox {
    display: block !important;
  }

  .js-accordionMenu {
    display: block !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 1025px) {
  .globalHeader__inner2 {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .globalHeader__inner {
    overflow: visible;
    position: static;
  }

  .globalHeader__inner2 {
    border-top: solid 1px #d2d2d2;
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #fff;
  }

  .globalHeader__logo {
    float: none;
  }

  .globalHeader__searchBox {
    position: absolute;
    top: 0;
    right: 64px;
  }

  .globalHeader__toggleBtn {
    position: absolute;
    right: 10px;
    top: 13px;
    display: block;
  }

  .globalHeader__toggleBtn a {
    display: block;
    width: 34px;
    height: 30px;
    background: url(https://brand.finetoday.com/jp/uno/assets/img/gnav_icon_toggle.png) no-repeat center top;
    background-size: auto 60px;
  }

  .globalHeader__toggleBtn.is-open a {
    background-position: center bottom;
  }
}

@media only screen and (max-width: 1000px) {
  .body__inner {
    min-width: 0;
  }
}

@media screen and (max-width: 1000px) {
  .p-nijisanji-products__item {
    padding: 60px 15px;
  }
}

@media only screen and (max-width: 860px) {
  .localNav {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 770px) {
  .commonFooter__pageTop a {
    width: 36px;
    height: 36px;
    background: hsla(0,0%,100%,.3) url(https://brand.finetoday.com/jp/uno/assets/img/btn_pagetop_sp.png) no-repeat center center;
    background-size: 36px 36px;
    padding: 0;
    border: solid 2px #000;
    right: 20px;
    bottom: 9px;
  }

  .commonFooter__pageTop.is-abs a {
    top: -58px;
  }

  .siteFooter__logo {
    text-align: center;
    margin: 50px auto;
  }

  .siteFooter__logo img {
    width: 116px;
    height: auto;
  }

  .siteFooter__shareBtn {
    margin-top: 60px;
  }

  .btnType-01,
  .btnType-01--wht,
  .btnType-01--blu {
    display: inline-block;
  }

  .btnType-01 a,
  .btnType-01--wht a,
  .btnType-01--blu a {
    padding: 0 0 0 15px;
  }

  .btnType-01 a img,
  .btnType-01--wht a img,
  .btnType-01--blu a img {
    height: 13px;
    width: auto;
  }

  .btnType-01 a span,
  .btnType-01--wht a span,
  .btnType-01--blu a span {
    padding: 10px 36px 10px 10px;
  }

  .btnType-01 a:before,
  .btnType-01--wht a:before,
  .btnType-01--blu a:before {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-left-width: 0px;
  }

  .btnType-01 a:after,
  .btnType-01--wht a:after,
  .btnType-01--blu a:after {
    content: "";
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background-size: 9px 16px;
  }

  .u-pcNobreak {
    display: block;
  }

  br.u-pcNobreak {
    display: inline;
  }

  .u-spNobreak {
    display: none;
  }

  .site-pager {
    padding: 20px 0px 30px;
  }

  .site-pager__items {
    overflow: hidden;
  }

  .site-pager__item {
    margin-top: 2px;
  }

  .site-pager__item a {
    font-size: 17px;
  }

  .site-pager__item--prev a {
    padding-left: 20px;
  }

  .site-pager__item--prev a:before {
    width: 9px;
    height: 9px;
    left: 4px;
    margin-top: -6px;
  }

  .site-pager__item--next a {
    padding-right: 20px;
  }

  .site-pager__item--next a:before {
    width: 9px;
    height: 9px;
    right: 4px;
    margin-top: -6px;
  }

  .site-pager__item--back {
    margin: 0 90px;
    margin-top: 7px;
  }

  .site-pager__item--back a {
    font-size: 17px;
    padding-top: 25px;
  }

  .site-pager__item--back a:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-left: -10px;
  }

  body.is-fontSizeLarge {
    font-size: 14px;
  }

  .l-mainContents {
    padding: 25px 20px 0;
  }

  .siteHeader__logo {
    padding: 24px 0 20px;
  }

  .siteHeader__logo img {
    height: 20px;
    width: auto;
  }

  .siteHeader__toggleBtn {
    width: 36px;
    height: 36px;
    right: 18px;
    left: auto;
    top: 12px;
  }

  .siteHeader__toggleBtn__icon {
    display: block;
    position: absolute;
    width: 22px;
    margin: -1px 0 0 -11px;
  }

  .siteHeader__toggleBtn__icon:before,
  .siteHeader__toggleBtn__icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    transition-duration: .3s;
  }

  .siteHeader__toggleBtn__icon:before {
    margin-top: -7px;
  }

  .siteHeader__toggleBtn__icon:after {
    margin-top: 5px;
  }

  .siteHeader__inner {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 19;
    background: hsla(0,0%,100%,.95);
    overflow: auto;
    display: none;
    overflow: auto;
    overflow-y: scroll;
  }

  .siteNav__wrapper {
    height: 100%;
    position: relative;
  }

  .siteNav {
    margin: auto;
    position: absolute;
    padding: 12% 20px 5%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .siteNav__items {
    margin: auto;
    max-width: 375px;
    padding-bottom: 2px;
    margin-bottom: 40px;
  }

  .siteNav__item {
    text-align: center;
    margin-bottom: 36px;
  }

  .siteNav__item img {
    height: 13px;
  }

  .commonFooter__pageTop a {
    width: 36px;
    height: 36px;
    background: hsla(0,0%,100%,.3) url(https://brand.finetoday.com/jp/uno/assets/img/btn_pagetop_sp.png) no-repeat center center;
    background-size: 36px 36px;
    padding: 0;
    border: solid 2px #000;
    right: 20px;
    bottom: 9px;
  }

  .commonFooter__pageTop.is-abs a {
    top: -58px;
  }

  .commonFooter__pc .footer-nav ul {
    padding-left: 10px;
  }

  .commonFooter__pc .footer-nav ul li {
    margin-bottom: 5px;
  }

  .siteFooter__logo {
    text-align: center;
    margin: 50px auto;
  }

  .siteFooter__logo img {
    width: 116px;
    height: auto;
  }

  .siteFooter__shareBtn {
    margin-top: 60px;
  }

  .footerOnline {
    padding: 13px 0;
  }

  .footerOnline img {
    padding: 10px;
    height: 18px;
    width: auto;
  }

  .modalOnline__closeBtn {
    width: 36px;
    height: 36px;
    left: 18px;
    top: 12px;
  }

  .modalOnline__closeBtn__icon {
    display: block;
    position: absolute;
    width: 22px;
    margin: -1px 0 0 -11px;
  }

  .modalOnline__closeBtn__icon:before,
  .modalOnline__closeBtn__icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 22px;
    height: 2px;
    transition-duration: .3s;
  }

  .modalOnline__inner {
    min-height: 390px;
  }

  .modalOnline__items {
    height: 480px;
    padding: 10px 0;
  }

  .modalOnline__item {
    margin-bottom: 45px;
  }

  .modalOnline__item:last-child {
    margin-bottom: 0;
  }

  .modalOnline__item__img img {
    width: 142px;
  }

  .uno-stylingList .stylingList {
    margin: 0 -20px;
  }

  .uno-stylingList .stylingList__title {
    text-align: center;
    font-size: 15px;
    margin-bottom: 3%;
  }

  .uno-stylingList .stylingList02__title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 3%;
  }

  .uno-stylingList .stylingList02__stitle {
    margin: -2% 0 6%;
    font-size: 12px;
  }

  .uno-stylingList .stylingList02__stitle.btnType-01 a span,
  .uno-stylingList .stylingList02__stitle.btnType-01--wht a span,
  .uno-stylingList .stylingList02__stitle.btnType-01--blu a span {
    padding: 6px 90px 6px 12px;
  }

  .uno-stylingList .stylingList02__stitle.btnType-01 a span img,
  .uno-stylingList .stylingList02__stitle.btnType-01--wht a span img,
  .uno-stylingList .stylingList02__stitle.btnType-01--blu a span img {
    height: 22px;
  }

  .uno-stylingList .stylingList__items {
    overflow: hidden;
    margin-left: 0;
  }

  .uno-stylingList .stylingList__item {
    width: 50%;
    padding: 0 0 4%;
    float: left;
    box-sizing: border-box;
  }

  .uno-stylingList .stylingList__item:nth-child(3n+1) {
    clear: none;
  }

  .uno-stylingList .stylingList__item:nth-child(2n+1) {
    clear: left;
  }

  .uno-stylingList .stylingList__item.is-new a:after {
    width: 35px;
    height: 15px;
    left: 4px;
    background-size: 35px 15px;
  }

  .uno-stylingList .stylingList__item__thumb {
    padding: 0 0;
  }

  .uno-stylingList .stylingList__item__txtBox {
    padding: 3% 4% 0 4%;
    position: relative;
  }

  .uno-stylingList .stylingList__item__txtBox:after {
    width: 9px;
    height: 14px;
    right: 4%;
    margin-top: -7px;
    background: url(https://brand.finetoday.com/jp/uno/assets/img/icon_arrow_01_s.png) no-repeat left center;
    background-size: 9px 14px;
  }

  .uno-stylingList .stylingList__item__category {
    font-size: 10px;
  }

  .uno-stylingList .stylingList__item__name {
    font-size: 14px;
    padding-right: 15px;
  }

  .uno-stylingList .stylingList02 {
    margin: 0 -20px;
  }

  .uno-stylingList .stylingList02__items {
    overflow: hidden;
    text-align: left;
    margin-left: 0;
  }

  .uno-stylingList .stylingList02__item {
    width: 100%;
    padding-left: 0;
    float: none;
    margin-bottom: 0px;
  }

  .uno-stylingList .stylingList02__item a {
    display: table;
    box-sizing: border-box;
    padding-right: 15px;
    vertical-align: middle;
    position: relative;
    width: 100%;
  }

  .uno-stylingList .stylingList02__item a:after {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    background: url(https://brand.finetoday.com/jp/uno/assets/img/icon_arrow_01.png) no-repeat left center;
    background-size: auto 16px;
  }

  .uno-stylingList .stylingList02__item:nth-child(2n+1) {
    clear: left;
  }

  .uno-stylingList .stylingList02__item__thumb {
    display: table-cell;
    width: 35%;
  }

  .uno-stylingList .stylingList02__item__thumb img {
    width: 100%;
    height: auto;
  }

  .uno-stylingList .stylingList02__item__txtBox {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 10px;
  }

  .headingType01__title {
    margin-bottom: 14px;
  }

  .headingType01__title img {
    height: 22px;
    width: auto;
  }

  .headingType01__lead img {
    height: 14px;
    width: auto;
  }

  .localNav {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 5px;
    overflow: visible;
  }

  .localNav__items {
    margin: 0 -20px;
    overflow: hidden;
  }

  .localNav__item {
    font-size: 14px;
    width: 50%;
    padding-bottom: 15px;
    padding: 0 0px 20px 20px;
    float: left;
    text-align: left;
  }

  .localNav__item a {
    padding-right: 18px;
  }

  .localNav__item a:after {
    width: 8px;
    height: 8px;
    top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    padding: 0;
    left: 0;
    -webkit-transform: initial;
    transform: initial;
  }

  .l-header__wrap {
    padding-top: 7px;
    height: 70px;
  }

  .l-header__logo {
    width: 136px;
  }

  .l-header__logo__img {
    position: relative;
    left: 3px;
  }

  .l-header__contact-btn {
    height: 61px;
    font-size: 15px;
  }

  .g-nav {
    width: 100%;
  }

  .nav-btn {
    display: block;
  }

  .p-nijisanji-fv__btn-wrap {
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 101.6vw;
    width: 100%;
    max-width: 72.6667vw;
  }

  .p-nijisanji-fv__btn {
    padding: 1.6vw 2.1333vw 2.1333vw 7.7333vw;
    gap: 0;
    max-width: 100%;
    width: 100%;
  }

  .p-nijisanji-fv__btn__text--01 {
    font-size: 3.7333vw;
    letter-spacing: .336vw;
  }

  .p-nijisanji-fv__btn__text--02 {
    font-size: 3.2vw;
    letter-spacing: .288vw;
  }

  .p-nijisanji-fv__btn__text--03 {
    font-size: 3.2vw;
    letter-spacing: .352vw;
  }

  .p-nijisanji-fv__btn img {
    width: 5.0667vw;
  }

  .p-nijisanji-copy {
    padding: 54px 20px;
  }

  .p-nijisanji-copy__text-top {
    display: block;
    text-align: center;
  }

  .p-nijisanji-copy__text-top-logo {
    top: 4px;
    display: inline-block;
  }

  .p-nijisanji-copy__text-top-logo img {
    max-width: 70px;
    display: inline-block;
  }

  .p-nijisanji-copy__text-top p:nth-of-type(1) {
    font-size: 20px;
    letter-spacing: .05px;
    display: inline-block;
    position: relative;
    top: 4px;
  }

  .p-nijisanji-copy__text-top p:nth-of-type(2) {
    font-size: 22px;
    letter-spacing: 1.76px;
  }

  .p-nijisanji-copy__text-bottom p {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 2.75px;
  }

  .p-nijisanji-copy__text-bottom p span {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2.2px;
  }

  .p-nijisanji-honma {
    height: 344vw;
  }

  .p-nijisanji-honma::before {
    left: 0;
    bottom: auto;
    top: 0;
    background: url("../images/honma-dots-sp.webp");
    width: 100vw;
    height: 154.1333vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
  }

  .p-nijisanji-honma__rec {
    left: auto;
    top: 9.6vw;
    right: 4.2667vw;
  }

  .p-nijisanji-honma__rec img {
    max-width: 47.4667vw;
  }

  .p-nijisanji-honma__shampoo-bg {
    top: 42.6667vw;
    left: -2.6667vw;
    max-width: 69.6vw;
  }

  .p-nijisanji-honma__shampoo-img {
    top: 58.1333vw;
    left: 9.0667vw;
  }

  .p-nijisanji-honma__shampoo-img img {
    max-width: 33.0667vw;
  }

  .p-nijisanji-honma__shampoo-body {
    left: auto;
    top: 62.4vw;
    right: 8.8vw;
  }

  .p-nijisanji-honma__shampoo-tag {
    font-size: 3.4667vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .2427vw;
    padding: 1.0667vw 1.0667vw 1.0667vw 1.0667vw;
  }

  .p-nijisanji-honma__shampoo-title {
    font-size: 3.7333vw;
    line-height: 1.3;
    letter-spacing: .1867vw;
    margin: 1.3333vw 0 4vw;
  }

  .p-nijisanji-honma__essence-img {
    left: auto;
    top: 121.3333vw;
    right: 10.4vw;
  }

  .p-nijisanji-honma__essence-img img {
    max-width: 33.0667vw;
  }

  .p-nijisanji-honma__essence-body {
    left: 9.3333vw;
    top: 123.4667vw;
  }

  .p-nijisanji-honma__essence-tag {
    font-size: 3.4667vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .2427vw;
    padding: 1.0667vw 1.0667vw 1.0667vw 1.0667vw;
  }

  .p-nijisanji-honma__essence-title {
    color: #303030;
    font-size: 3.7333vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .1867vw;
    margin: 1.3333vw 0 .8vw;
  }

  .p-nijisanji-honma__essence-title--accent {
    font-size: 2.9333vw;
    line-height: 1.3;
    letter-spacing: .1467vw;
  }

  .p-nijisanji-honma__essence-note {
    font-size: 2.6667vw;
    line-height: 1.3;
    letter-spacing: .1333vw;
    margin: 1.3333vw 0 4vw;
  }

  .p-nijisanji-honma__main-img {
    top: auto;
    right: -11.4667vw;
    bottom: 61.8667vw;
  }

  .p-nijisanji-honma__main-img img {
    max-width: 111.2vw;
  }

  .p-nijisanji-honma__main-img-bg {
    top: auto;
    right: 6.6667vw;
    bottom: 65.8667vw;
  }

  .p-nijisanji-honma__main-img-bg img {
    max-width: 34.1333vw;
  }

  .p-nijisanji-honma__btn {
    width: 39.2vw;
    height: 8.8vw;
    font-size: 3.2vw;
    letter-spacing: .288vw;
    border-radius: 29px;
  }

  .p-nijisanji-honma__btn::before {
    right: 2.6667vw;
    width: 2.6667vw;
    height: 2.6667vw;
  }

  .p-nijisanji-honma__btn::after {
    right: 2.6667vw;
    width: 2.6667vw;
    height: 2.6667vw;
  }

  .p-nijisanji-honma__comment {
    padding: 5.6vw 2.4vw 5.6vw;
    max-width: 93%;
    bottom: 18.6667vw;
  }

  .p-nijisanji-honma__comment p {
    font-size: 3.4667vw;
    letter-spacing: .1733vw;
  }

  .p-nijisanji-honma__comment p span {
    font-size: 4vw;
    letter-spacing: .2vw;
  }

  .p-nijisanji-shachiku {
    height: 357.0667vw;
  }

  .p-nijisanji-shachiku::before {
    left: 0;
    bottom: auto;
    top: 0;
    background: url("../images/shachiku-dots-sp.webp");
    width: 100vw;
    height: 154.1333vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
  }

  .p-nijisanji-shachiku__main-img {
    left: auto;
    top: auto;
    bottom: 30.9333vw;
    right: -18.1333vw;
  }

  .p-nijisanji-shachiku__main-img img {
    max-width: 114.6667vw;
  }

  .p-nijisanji-shachiku__main-img-bg {
    top: auto;
    left: auto;
    bottom: 64vw;
    right: 3.7333vw;
  }

  .p-nijisanji-shachiku__main-img-bg img {
    max-width: 38.6667vw;
  }

  .p-nijisanji-shachiku__rec {
    left: 5.3333vw;
    top: 12vw;
  }

  .p-nijisanji-shachiku__rec img {
    max-width: 42.6667vw;
  }

  .p-nijisanji-shachiku__shampoo-bg {
    top: 40vw;
    right: -16vw;
  }

  .p-nijisanji-shachiku__shampoo-bg img {
    max-width: 69.6vw;
  }

  .p-nijisanji-shachiku__shampoo-img {
    top: 58.4vw;
    right: 5.8667vw;
  }

  .p-nijisanji-shachiku__shampoo-img img {
    max-width: 33.0667vw;
  }

  .p-nijisanji-shachiku__shampoo-body {
    top: 62.9333vw;
    right: auto;
    left: 5.3333vw;
  }

  .p-nijisanji-shachiku__shampoo-tag {
    font-size: 3.4667vw;
    line-height: 1.4;
    letter-spacing: .2427vw;
    padding: 1.0667vw 1.0667vw 1.0667vw 1.0667vw;
  }

  .p-nijisanji-shachiku__shampoo-title {
    font-size: 3.7333vw;
    line-height: 1.3;
    letter-spacing: .1867vw;
    margin: 1.3333vw 0 4vw;
  }

  .p-nijisanji-shachiku__essence-img {
    top: 121.8667vw;
    left: 9.8667vw;
    right: auto;
  }

  .p-nijisanji-shachiku__essence-img img {
    max-width: 33.0667vw;
  }

  .p-nijisanji-shachiku__essence-body {
    top: 124vw;
    right: 10.9333vw;
  }

  .p-nijisanji-shachiku__essence-tag {
    font-size: 3.4667vw;
    line-height: 1.4;
    letter-spacing: .2427vw;
    padding: 1.0667vw 1.0667vw 1.0667vw 1.0667vw;
  }

  .p-nijisanji-shachiku__essence-title {
    font-size: 3.7333vw;
    line-height: 1.3;
    letter-spacing: .1867vw;
    margin: 1.3333vw 0 .8vw;
  }

  .p-nijisanji-shachiku__essence-title--accent {
    font-size: 2.9333vw;
    line-height: 1.3;
    letter-spacing: .1467vw;
    margin-bottom: 1.3333vw;
  }

  .p-nijisanji-shachiku__essence-note {
    font-size: 2.6667vw;
    line-height: 1.3;
    letter-spacing: .1333vw;
    margin-bottom: 4vw;
  }

  .p-nijisanji-shachiku__btn {
    border-radius: 29px;
    width: 39.2vw;
    height: 8.8vw;
    font-size: 3.2vw;
    letter-spacing: .288vw;
  }

  .p-nijisanji-shachiku__btn::before {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6667vw;
  }

  .p-nijisanji-shachiku__btn::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6667vw;
  }

  .p-nijisanji-shachiku__comment {
    max-width: 86%;
    bottom: 20.5333vw;
    padding: 6.1333vw 3.4667vw;
  }

  .p-nijisanji-shachiku__comment p {
    font-size: 3.4667vw;
    line-height: 1.7;
    letter-spacing: .1733vw;
  }

  .p-nijisanji-shachiku__comment p span {
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: .2vw;
  }

  .p-nijisanji-products::before {
    left: 0;
    background: url("../images/products-dots-sp.webp");
    width: 100vw;
    height: 144.5vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
  }

  .p-nijisanji-products {
    padding: 100px 20px;
  }

  .p-nijisanji-products__head {
    gap: 10px;
  }

  .p-nijisanji-products__tag span {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .p-nijisanji-products__tag--main {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 1.3px;
    padding: 2px 12px 5px 12px;
  }

  .p-nijisanji-products__tag--sub {
    padding: 4px 10px;
  }

  .p-nijisanji-products__lead {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: .043px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .p-nijisanji-products__title {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 2.5px;
  }

  .p-nijisanji-products__title-ja {
    top: -9px;
  }

  .p-nijisanji-products__title-ja--shampoo img {
    max-width: 108px;
  }

  .p-nijisanji-products__title-ja--essence img {
    max-width: 108px;
  }

  .p-nijisanji-products__desc {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1.04px;
    margin-top: 19px;
  }

  .p-nijisanji-products__content--center {
    margin-top: 28px;
  }

  .p-nijisanji-products__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 39px;
  }

  .p-nijisanji-products__col--left {
    max-width: 100%;
    width: 100%;
  }

  .p-nijisanji-products__col--right {
    max-width: 100%;
    width: 100%;
  }

  .p-nijisanji-products__bar {
    font-size: 16px;
    padding: 1px 46px 4px;
    max-width: 100%;
  }

  .p-nijisanji-products__bar--number {
    font-size: 24px;
    letter-spacing: -2.88px;
  }

  .p-nijisanji-products__bar--type {
    font-size: 21px;
    line-height: 1.56;
  }

  .p-nijisanji-products__product-grid {
    gap: 11px;
    padding: 0 7px;
    margin-top: 32px;
  }

  .p-nijisanji-products__product p {
    padding-left: 0;
    text-align: center;
  }

  .p-nijisanji-products__product p span {
    font-size: 11px;
    letter-spacing: .028px;
  }

  .p-nijisanji-products__product img {
    margin: 0 auto 6px;
  }

  .p-nijisanji-products__product-single {
    font-size: 11px;
    letter-spacing: .028px;
  }

  .p-nijisanji-products__product-single img {
    max-width: 53%;
    margin: 0 auto 2px;
  }

  .p-nijisanji-products__point {
    padding: 26px 14px;
  }

  .p-nijisanji-products__point-label {
    width: 62px;
    height: 21px;
    font-size: 13px;
  }

  .p-nijisanji-products__point-title {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 25px;
  }

  .p-nijisanji-products__point-title--sm {
    font-size: 14px;
    letter-spacing: .75px;
  }

  .p-nijisanji-products__bnr {
    margin-top: 31px;
  }

  .p-nijisanji-products__bnr--essence {
    margin-top: 40px;
  }

  .p-nijisanji-products__btn-wrap {
    margin-top: 50px;
  }

  .p-nijisanji-products__btn-pagetop {
    margin-top: 15px;
  }

  .p-nijisanji-products__btn-pagetop a {
    padding: 10px;
  }

  .p-nijisanji-products__btn-pagetop p {
    font-size: 15px;
    padding-left: 26px;
  }

  .p-nijisanji-products__btn-pagetop img {
    width: 19px;
  }

  .p-nijisanji-btn {
    padding: 7px 9px 10px 26px;
    gap: 0;
  }

  .p-nijisanji-btn__text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-nijisanji-btn__text--01 {
    font-size: 15.5px;
    letter-spacing: 1.395px;
  }

  .p-nijisanji-btn__text--02 {
    font-size: 14px;
    letter-spacing: 1.26px;
  }

  .p-nijisanji-btn__text--03 {
    font-size: 14px;
    letter-spacing: 1.54px;
  }

  .p-nijisanji-btn img {
    width: 19px;
  }

  .u-sp-only {
    display: block !important;
  }

  .u-pc-only {
    display: none !important;
  }

  .u-sp-only-f {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media print {
  .u-protectCover {
    visibility: hidden;
  }
}