@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('./font/NotoSansCJKjp_Regular.woff') format('woff'),
    url('./font/NotoSansCJKjp_Regular.eot') format('eot');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('./font/NotoSansCJKjp_Bold.woff') format('woff'),
    url('./font/NotoSansCJKjp_Bold.eot') format('eot');
  font-display: swap;

}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('./font/NotoSansCJKjp_Black.woff') format('woff'),
    url('./font/NotoSansCJKjp_Black.eot') format('eot');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('./font/NotoSansCJKjp_Thin.woff') format('woff'),
    url('./font/NotoSansCJKjp_Thin.eot') format('eot');
  font-display: swap;
}






html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */

}

html * {
  /*    font-family: 'Noto Sans JP', sans-serif;*/
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  color: initial;

}

a:visited {
  color: initial;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ul {
  list-style: none;
}

/* 
# =================================================================
# 共通
# ================================================================= 
*/

:root {
  /* size */
  --fz-base: 16px;
  /* font-color */
  --font-color-base: #010101;
  /* color */
  --color-1: #4C5F77;
  --color-2: #889AB2;
  --color-3: #0C1721;

}

p {
  font-size: var(--fz-base);
  color: var(--font-color-base);
  line-height: 1.7em;
}

#lp-shaver__art {
  position: relative;
}

#lp-shaver__art>*:not(.bg__wrap) {
  position: relative;
  z-index: 1;
}

#lp-shaver__art .pc-bg__wrap {
  background: url(img/lp_electric-shaver/bg_pc.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.pc--content__wrap {
  max-width: 750px;
  margin: auto;
  background: #fff
}


#lp-shaver__art {}


/* btn */

.h2-ttl__wrap.sec__ttl.pattern_1 .bg__wrap {
  background: url(img/lp_electric-shaver/img_king.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 53px 0 66px;
}

.h2-ttl__wrap.sec__ttl {
  align-items: center;
  text-align: center;
  padding: 100px 20px;
}

.h2-ttl__wrap.sec__ttl.pattern_1 {
  padding: 47px 0 34px;
}

.h2-ttl__wrap.sec__ttl img {}

.h2-ttl__wrap.sec__ttl .main__ttl {
  font-size: 38px;
  line-height: 1.4em;
  color: #fff;
}


#types__sec .h2-ttl__wrap.sec__ttl.pattern_2 {
  background: url(img/lp_electric-shaver/mv_sp1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 750 / 320;
  height: auto;
}

#tips__sec .h2-ttl__wrap.sec__ttl.pattern_2 {
  background: url(img/lp_electric-shaver/mv_sp2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 750 / 371;
  height: auto;
}

#comparison__sec .h2-ttl__wrap.sec__ttl.pattern_2 {
  background: url(img/lp_electric-shaver/mv_sp3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 750 / 320;
  height: auto;
}

#extra__sec .h2-ttl__wrap.sec__ttl.pattern_2 {
  background: url(img/lp_electric-shaver/mv_sp4.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 750 / 320;
  height: auto;
}


@media screen and (max-width:750px) {
  :root {
    /* size */
    --fz-base: 15px;
  }
}

@media screen and (max-width:468px) {
  :root {
    /* size */
    --fz-base: 14px;
  }
}

/* 
# =================================================================
# MV
# ================================================================= 
*/

#mv_sec {}

#mv_sec .img__wrap {
  position: relative;
}

#mv_sec .img__wrap p {
  position: absolute;
  left: 50%;
  top: 6.2%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.33em;
}

#mv_sec .mcontent__wrap {
  position: relative;
  z-index: 1;
  margin-top: -12.25em;
  margin-bottom: 80px;
  padding: 0;
}

#mv_sec .mcontent__wrap .text__wrap {
  padding: 40px;
  margin: 0 40px;
  background-color: #fff;
}

/* menu */
#menu__ul {
  display: grid;
  background-color: #fff;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  list-style: none;
}

#menu__ul> :nth-child(5) {
  grid-column: 1 / -1;
}

#menu__ul li a {
  position: relative;
  height: 100%;
  min-height: 80px;
  display: block;
  transition: 0.5s;
}

#menu__ul li a {
  background-color: var(--color-1);
}

#menu__ul li:nth-of-type(2) a,
#menu__ul li:nth-of-type(3) a {
  background-color: var(--color-2);
}

#menu__ul li:nth-of-type(5) a {
  background-color: #D5E5F0;
}

#menu__ul li a:hover {
  background: #64ACE6 !important;
}

#menu__ul li a:hover span {
  color: #fff !important;
}

#menu__ul li a:hover:before {
  background: #fff;
}

#menu__ul li a span {
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  line-height: 1.4em;
}

#menu__ul li:nth-child(-n + 4) a span {
  padding-left: 10%;
}

#menu__ul li:nth-of-type(5) a span {
  color: var(--font-color-base);
}

#menu__ul li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-mask-image: url(img/lp/pcsp/svg/icon_arrow.svg);
  mask-image: url(img/lp/pcsp/svg/icon_arrow.svg);
  position: absolute;
  bottom: 3px;
  right: 3px;
  transition: 0.5s;
}

#menu__ul li:nth-of-type(5) a:before {
  background-color: var(--color-1);
}


#menu__ul li a img {
  width: 54px;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}


#menu__ul li a * {
  text-decoration: none;
}

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

  #mv_sec .img__wrap p {
    font-size: 3vw;
  }

  #mv_sec .mcontent__wrap {
    margin-top: -25%;
    margin-bottom: 60px;
  }

  #mv_sec .mcontent__wrap .text__wrap {
    padding: 30px;
    margin: 0 20px;
  }

  #menu__ul li a span {
    font-size: 3vw;
  }

  #menu__ul li a img {
    width: 19%;
  }

}

@media screen and (max-width:468px) {
  #mv_sec .mcontent__wrap {
    margin-bottom: 40px;
  }

  #mv_sec .mcontent__wrap .text__wrap {
    padding: 20px;
    margin: 0 20px;
  }

  #menu__ul li:nth-child(-n + 4) a span {
    padding-left: 15%;
  }

  #menu__ul li a span {
    font-size: 3.75vw;
  }

}


/* 
# =================================================================
# osusume
# ================================================================= 
*/

#month-osusume__sec {
  background: var(--color-3);
  padding-bottom: 80px;
}

/*  */

#month-osusume__sec .osusume-item__wrap {
  background: linear-gradient(to bottom,
      #D3E4F0,
      #FFFFFF);
  margin: 0 20px;
  padding: 56px 20px;
}

#month-osusume__sec .osusume-item__wrap h3 {
  font-size: 30px;
  line-height: 1.38em;
  font-weight: bold;
  text-align: center;
  color: #286D8B;
}

#month-osusume__sec .osusume-item__wrap h3 span {
  display: block;
  font-size: 19px;
  line-height: 1.33em;
}

#month-osusume__sec .osusume-item__wrap .img__wrap {
  padding: 40px 0;
  text-align: center;
}

#month-osusume__sec .osusume-item__wrap {}

#month-osusume__sec .osusume-item__wrap .point__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 10px;
}

#month-osusume__sec .osusume-item__wrap li {
  position: relative;
  padding-left: 42px;
  font-size: 16px;
}

#month-osusume__sec .osusume-item__wrap li::before {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 32/23;
  height: auto;
  background: url(img/lp_electric-shaver/icon_check.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


#month-osusume__sec .btn__wrap {
  text-align: center;
  margin-top: 40px;
}

#month-osusume__sec .btn__wrap .link__btn {
  max-width: 452px;
  margin: auto;
}

.link__btn {
  display: block;
  font-size: 24px;
  font-weight: bold;
  background: #286D8B;
  border: 1px solid #286D8B;
  color: #fff !important;
  width: 100%;
  text-align: center;
  padding: 1.15rem 0;
  position: relative;
  transition: 0.5s;
  box-shadow: 0 6px 16px #6C6C6C;
}

.link__btn:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.link__btn:hover {
  background: #FFF;
  color: #286D8B !important;
}

.link__btn:hover:after {
  border: 1px solid #286D8B;
  border-width: 2px 2px 0 0;
}

@media screen and (max-width:750px) {
  .h2-ttl__wrap.sec__ttl .main__ttl {
    font-size: 5vw;
  }

  .h2-ttl__wrap.sec__ttl.pattern_1 .bg__wrap {
    padding: 43px 0 56px;
  }

  .h2-ttl__wrap.sec__ttl.pattern_1 {
    padding: 37px 0 24px;
  }

  #month-osusume__sec .osusume-item__wrap {
    padding: 46px 20px;
  }

  #month-osusume__sec .osusume-item__wrap .img__wrap {
    padding: 30px 0;
  }

  #month-osusume__sec .osusume-item__wrap h3 {
    font-size: 4vw;
  }

  #month-osusume__sec .osusume-item__wrap h3 span {
    font-size: 3vw;
  }

  #month-osusume__sec .osusume-item__wrap li {
    font-size: 15px;
    padding-left: 32px;
  }

  #month-osusume__sec .osusume-item__wrap li::before {
    width: 23px;
  }

  #month-osusume__sec .btn__wrap .link__btn {
    width: 80%;
    margin: auto;
  }

  .link__btn {
    font-size: 3vw;
  }

  #month-osusume__sec {
    padding-bottom: 60px;
  }

}


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

  .h2-ttl__wrap.sec__ttl .main__ttl {
    font-size: 6vw;
  }

  .h2-ttl__wrap.sec__ttl.pattern_1 .bg__wrap {
    padding: 33px 0 46px;
  }

  .h2-ttl__wrap.sec__ttl.pattern_1 {
    padding: 32px 0 19px;
  }

  #month-osusume__sec .osusume-item__wrap {
    padding: 36px 12px;
    margin: 0 10px;
  }

  #month-osusume__sec .osusume-item__wrap h3 {
    font-size: 6vw;
  }

  #month-osusume__sec .osusume-item__wrap h3 span {
    font-size: 4vw;
  }

  #month-osusume__sec .osusume-item__wrap li {
    font-size: 14px;
  }

  .link__btn {
    font-size: 4vw;
  }

  #month-osusume__sec .btn__wrap .link__btn {
    width: 90%;
  }

}

/* 
# =================================================================
# type
# ================================================================= 
*/

#types__sec {
  background: #D4E4F0;
  padding-bottom: 75px;
}

#types__sec .outer__wrap {
  padding: 0 40px;
}

#types__sec .text__wrap.num1 {
  text-align: center;
}

#types__sec .text__wrap.num1 p {
  text-align: left;
}

#types__sec .text__wrap.num1 img {
  padding: 60px 0 40px;
}

#types__sec .table__wrap {
  padding-bottom: 40px;
}

#types__sec .table__wrap table {
  border-collapse: collapse;
  background: #fff;
}

#types__sec .table__wrap table tr {
  border: 1px solid #CFD2E3;
}

#types__sec .table__wrap table td {
  border: 1px solid #CFD2E3;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

#types__sec .table__wrap table td:nth-of-type(1) {
  width: 22%;
}

#types__sec .table__wrap table td:nth-of-type(2) {
  width: 39%;
}

#types__sec .table__wrap table td:nth-of-type(3) {
  width: 39%;
}

#types__sec .text__wrap.num2 {}

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

  #types__sec .outer__wrap {
    padding: 0 20px;
  }

  #types__sec .text__wrap.num1 img {
    padding: 40px 0 20px;
  }

  #types__sec .table__wrap {
    padding-bottom: 30px;
  }

  #types__sec {
    padding-bottom: 60px;
  }

}

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

  #types__sec .table__wrap table tr:first-of-type td {
    font-size: 12px;
  }

  #types__sec .table__wrap table tr td:first-of-type {
    font-size: 12px;
  }

  #types__sec .table__wrap {
    padding-bottom: 20px;
  }

  #types__sec {
    padding-bottom: 40px;
  }

}

/* 
# =================================================================
# tips
# ================================================================= 
*/

#tips__sec {
  background: #D4E4F0;
}

#tips__sec .list__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 62px;
  padding: 40px 40px 80px;
}

#tips__sec .list__wrap .list__item {
  background: #fff;
  padding: 40px;
  position: relative;
}

#tips__sec .list__wrap .list__item img {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: auto;
  height: 43px;
}

#tips__sec .list__wrap .list__item h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #286D8B;
}

#tips__sec .list__wrap .list__item div {
  margin-top: 40px;
}

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

  #tips__sec .list__wrap {
    padding: 30px 20px 60px;
  }

  #tips__sec .list__wrap .list__item h3 {
    font-size: 4vw;
  }

  #tips__sec .list__wrap .list__item div {
    margin-top: 30px;
  }

  #tips__sec .list__wrap .list__item img {
    height: 38px;
  }

}

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

  #tips__sec .list__wrap .list__item img {
    height: 28px;
    top: -1.0em;
  }

  #tips__sec .list__wrap {
    grid-row-gap: 40px;
    padding: 30px 20px 40px;
  }

  #tips__sec .list__wrap .list__item {
    padding: 25px 20px;
  }

  #tips__sec .list__wrap .list__item div {
    margin-top: 20px;
  }

  #tips__sec .list__wrap .list__item h3 {
    font-size: 5vw;
  }

}

/* 
# =================================================================
# tips
# ================================================================= 
*/

#comparison__sec {
  background-color: #D4E4F0;
  padding-bottom: 80px;
}


/* ===== comparison 用 ===== */
.shaver-comparison {}

.shaver-comparison__controls {

  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shaver-comparison__sort {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 30px auto;
  position: relative;
}

/* ▼ アイコン */
.shaver-comparison__sort::after {
  content: "▼";
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #286D8B;
}

.shaver-comparison__sort label {
  font-weight: 700;
  width: auto;
}

.shaver-comparison__sort select {
  padding: 15px 12px;
  border: 1px solid #286D8B;
  background: #fff;
  border-radius: 8px;
  width: 80%;
}

.shaver-comparison__tabs {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 8px;
  width: 80%;
  margin: auto;
}

.shaver-comparison__tabs button {
  width: 33%;
  padding: 10px 14px;
  border: 1px solid #B1C4D0;
  background: #B1C4D0;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  color: #23313D;
}

.shaver-comparison__tabs button.is-active {
  background: #2a6f86;
  border-color: #2a6f86;
  color: #fff;
  padding: 15px 14px;
}

.shaver-comparison__tablewrap {
  overflow: auto;
  border-top: 4px solid #2a6f86;
  background-color: #fff;
  min-height: 450px;
}

.shaver-comparison__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1900px;
  background: #fff;
}

.shaver-comparison__table th,
.shaver-comparison__table td {
  border: 1px solid #d6dde3;
  padding: 12px 10px;
  vertical-align: middle;
}

.shaver-comparison__table thead th {
  background: #f6f9fb;
  font-size: 14px;
  font-weight: normal;
  word-break: keep-all;
}

.shaver-comparison__table td {
  text-align: center;
}

/* 商品名列を固定 */
.shaver-comparison__table th:first-child,
.shaver-comparison__table td:first-child {
  position: sticky;
  left: 0;
  z-index: 6;
  background: #fff;
  /* 必須：透け防止 */
}

/* 左上セル（thead × 商品名） */
.shaver-comparison__table thead th:first-child {
  z-index: 7;
  background: #f6f9fb;
}

.shaver-comparison__table td.col-product {
  text-align: left;
  min-width: 220px;
  border-right: 1px solid #d6dde3;
}

.shaver-comparison__table td:not(.col-product) {
  min-width: 90px;
}

.shaver-comparison__table td.col-product a {
  text-decoration: underline;
  color: #448FD0;
}

.shaver-comparison__table td:not(.col-product) {
  font-size: 16px;
}

.shaver-comparison__table td.col-point {
  font-weight: bold;
  font-size: 20px;
  color: #9D165F;
}

.shaver-comparison__note {
  margin-top: 8px;
  color: #546e7a;
  font-size: 12px;
}

.scroll-hint-icon-wrap {
  z-index: 9;
}

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

  #comparison__sec {
    padding-bottom: 60px;
  }

  .shaver-comparison__table td:not(.col-product) {
    font-size: 15px;
  }

  .shaver-comparison__table td.col-point {
    font-size: 22px;
  }

  .shaver-comparison__table td.col-product {
    font-size: 15px;
  }

}

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

  .shaver-comparison__sort {
    width: calc(100% - 40px);
    margin: 0px auto 25px;
  }

  .shaver-comparison__sort label {
    width: 20%;
    font-size: 14px;
  }

  .shaver-comparison__sort select {
    padding: 10px;
    width: 80%;
  }

  .shaver-comparison__tabs {
    width: calc(100% - 40px);
    margin: auto;
  }

  .shaver-comparison__tabs button {
    font-size: 14px;
    padding: 10px 5px;
  }

  .shaver-comparison__tabs button.is-active{
    padding: 15px 5px;
  }

  .shaver-comparison__tabs{
    gap: 4px;
  }

  .shaver-comparison__table td.col-product {
    width: 7%;
    min-width: initial;
    font-size: 12px;
  }

  #comparison__sec {
    padding-bottom: 40px;
  }

  .shaver-comparison__tablewrap {
    min-height: initial;
  }

}

/* 
# =================================================================
# lanking
# ================================================================= 
*/

#ranking__sec {
  background: #0C1721;
  padding-bottom: 80px;
}

.ranking__list {
  padding: 40px 20px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 40px;
}

.ranking__list .list__item {
  padding: 75px 30px 60px;
  background: linear-gradient(to bottom,
      #DEEFF2,
      #FFFFFF);
  position: relative;
}

.ranking__list .list__item.rank__1 {
  background: linear-gradient(to bottom,
      #E8E3D6,
      #FFFFFF);
}

.ranking__list .list__item.rank__2 {
  background: linear-gradient(to bottom,
      #DFE6EB,
      #FFFFFF);
}

.ranking__list .list__item.rank__3 {
  background: linear-gradient(to bottom,
      #EBE4DF,
      #FFFFFF);
}


.ranking__list .list__item .ranking-num__img {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}


.ranking__list .list__item h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.22em;
  text-align: center;
  color: #286D8B;
}

.ranking__list .list__item h3 span {
  display: block;
  font-size: 18px;
  line-height: 1.33em;
}

#ranking__sec .total__wrap {
  margin: 40px 0;
}

#ranking__sec .total__value {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

#ranking__sec .total__value .lt__wrap {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #286D8B;
  display: flex;
  align-items: center;
  padding: 6px 12px;
}

#ranking__sec .total__value .lt__wrap span {
  font-size: 23px;
  margin-left: 10px;
}

#ranking__sec .total__value .rt__wrap {
  min-width: 120px;
  padding: 6px 12px;
  background: #FFF;
  text-align: center;
}

#ranking__sec .list__item .img__wrap {
  text-align: center;
}

#ranking__sec .list__item .table__wrap {
  margin-top: 20px;
}

#ranking__sec .list__item .table__wrap table {
  width: 100%;
  border-collapse: collapse;
}

#ranking__sec .list__item .table__wrap table tr {}

#ranking__sec .list__item .table__wrap table th,
#ranking__sec .list__item .table__wrap table td {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 5px;
  text-align: center;
}

#ranking__sec .list__item .table__wrap table th {
  background: #C6D7E2;
  width: 25%;
  border-top: 1px solid#fff;
}

#ranking__sec .list__item .table__wrap table td {
  background: #fff;
  width: 25%;
  border-top: 1px solid#C6D7E2;
}

#ranking__sec .list__item .table__wrap table td.br__none br {
  display: none;
}

#ranking__sec .list__item .table__wrap table td.rt__border {
  border-right: 1px solid #C6D7E2;
}

#ranking__sec .list__item .table__wrap table td.bt__border {
  border-bottom: 1px solid #C6D7E2;
}

#ranking__sec .text__wrap {
  padding: 40px 0 100px;
}

#ranking__sec .btn__wrap {
  padding: 40px 0 0px;
}

#ranking__sec .btn__wrap .link__btn {
  width: 63%;
  margin: auto;
}

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

  .ranking__list .list__item h3 {
    font-size: 4vw;
  }

  .ranking__list .list__item h3 span {
    font-size: 2.5vw;
  }

  #ranking__sec .total__wrap {
    margin: 30px 0;
  }

  .ranking__list .list__item {
    padding: 55px 20px 40px;
  }

  #ranking__sec .total__value .lt__wrap {
    font-size: 13px;
  }

  #ranking__sec .total__value .lt__wrap span {
    font-size: 20px;
  }

  #ranking__sec .list__item .table__wrap table th {}

  #ranking__sec .list__item .table__wrap table th,
  #ranking__sec .list__item .table__wrap table td {
    font-size: 15px;
    padding: 15px 5px;
  }

  #ranking__sec .text__wrap {
    padding: 30px 0 80px;
  }

  .ranking__list .list__item .ranking-num__img {
    width: 12%;
  }

}

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

  .ranking__list .list__item .ranking-num__img {
    width: 20%;
  }

  .ranking__list {
    padding: 30px 10px 0;
  }

  .ranking__list .list__item {
    padding: 45px 10px 30px;
  }

  #ranking__sec .list__item .table__wrap table th {
    font-size: 10px;
  }

  #ranking__sec .list__item .table__wrap table td {
    font-size: 14px;
  }

  #ranking__sec .text__wrap {
    padding: 20px 0 60px;
  }

  #ranking__sec .btn__wrap .link__btn {
    width: 90%;
  }

  #ranking__sec .btn__wrap {
    padding: 20px 0 0;
  }

  .link__btn:after {
    width: 8px;
    height: 8px;
  }

  .ranking__list {
    grid-row-gap: 60px;
  }

  #ranking__sec {
    padding-bottom: 60px;
  }

}

/* 
# =================================================================
# extra
# ================================================================= 
*/

#extra__sec {
  background: #D4E4F0;
  padding-bottom: 80px;
}

#extra__sec .outer__wrap {
  background: #fff;
  padding: 40px;
  margin: 20px 40px 40px;
}

#extra__sec .outer__wrap img {
  margin-top: 50px;
}

#extra__sec .btn__wrap .link__btn {
  width: 63%;
  margin: auto;
}

/* 
# =================================================================
# summary
# ================================================================= 
*/

#summary__sec {
  padding: 20px 0;
}

#summary__sec .flex__wrap {
  display: flex;
  align-items: center;
}

#summary__sec .flex__wrap h2 {
  margin: auto;
}

#summary__sec .outer__wrap {
  margin: 0 40px;
}

#summary__sec .outer__wrap .text__wrap {
  padding: 40px;
}

#summary__sec .outer__wrap .text__wrap.item_1,
#summary__sec .outer__wrap .text__wrap.item_3 {
  background: #EAF3FA;
}

#summary__sec .outer__wrap .text__wrap.item_2 p {
  font-size: 12px;
}

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

  #extra__sec {
    padding-bottom: 60px;
  }

  #extra__sec .outer__wrap {
    padding: 30px;
    margin: 20px 20px 40px;
  }

  #summary__sec .outer__wrap {
    margin: 0 20px;
  }

  #summary__sec .outer__wrap .text__wrap {
    padding: 20px;
  }

}

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

  #extra__sec .outer__wrap {
    padding: 20px;
    margin: 20px 20px 30px;
  }

  #extra__sec .btn__wrap .link__btn {
    width: 90%;
  }

  #extra__sec {
    padding-bottom: 40px;
  }

}


/* 
# =================================================================
# footer
# ================================================================= 
*/

#lp-footer__sec {
  text-align: center;
  padding: 40px 0 120px;
}

#lp-footer__sec .footer__list a {
  font-size: 14px;
  color: var(--font-color-base);
}


/*-----------------------------------
    fix__menu
-------------------------------------*/

#fix-menu__wrap {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 9999;
}

#fix-menu__wrap .fix-content__wrap {
  background: rgba(76, 95, 119, .7);
}

#fix-menu__wrap .menu__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 750px;
  margin: auto;
  grid-column-gap: 1px;
  justify-content: stretch;
}

#fix-menu__wrap .list__item a {
  display: block;
  text-align: center;
  padding: 20px 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  color: var(--font-color-1);
  transition: 0.3s;
  position: relative;
}

#fix-menu__wrap .list__item a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #CFD2E3;
  -webkit-mask-image: url(img/lp/pcsp/svg/icon_arrow.svg);
  mask-image: url(img/lp/pcsp/svg/icon_arrow.svg);
  position: absolute;
  bottom: 3px;
  right: 3px;
  transition: 0.5s;
}

#fix-menu__wrap .list__item a.fix-menu__woman::before {
  background-color: #FFF;
  -webkit-mask-image: url(img/lp/pcsp/svg/icon_arrow.svg);
  mask-image: url(img/lp/pcsp/svg/icon_arrow.svg);
}

#fix-menu__wrap .list__item a.fix-menu__woman::before {
  background-color: #CFD2E3;
  -webkit-mask-image: url(img/lp/pcsp/svg/icon_arrow.svg);
  mask-image: url(img/lp/pcsp/svg/icon_arrow.svg);
}

#fix-menu__wrap .list__item a.fix-menu__woman {
  background: #286D8B;
  color: #fff;
}

#fix-menu__wrap .list__item a.fix-menu__man {
  background: #889AB2;
  color: #fff;
}

#fix-menu__wrap .list__item a.fix-menu__comparison {
  background: #fff;
}

#fix-menu__wrap .list__item a.fix-menu__point {
  background: #fff;
}

#fix-menu__wrap .list__item a.fix-menu__other {
  background: #fff;
}

#fix-menu__wrap .list__item a .icon__wrap {
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  display: none;
}

#fix-menu__wrap .list__item a:hover {
  background: #64ACE6 !important;
  color: #fff !important;
}

#fix-menu__wrap .list__item a:hover span {
  color: #fff !important;
}

#fix-menu__wrap .list__item a:hover:before {
  background: #fff;
}

#fix-menu__wrap .list__item a img {
  padding-bottom: 5px;
}

#fix-menu__wrap .list__item a span:not(.text__block) {
  display: block;
}


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

  #fix-menu__wrap .menu__list {
    justify-content: stretch;
  }

  #fix-menu__wrap .list__item a {
    padding: 15px 0px;
    font-size: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

}

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

  #fix-menu__wrap .list__item a {
    font-size: 10px;
    line-height: 1.25em;
    padding: 10px 0;
  }

  #fix-menu__wrap .list__item a span.text__block {
    display: block;
  }

  #fix-menu__wrap .list__item a::before {
    width: 8px;
    height: 8px;
  }

  #fix-menu__wrap .list__item a .icon__wrap {
    width: 20px;
    aspect-ratio: 1/1;
    height: auto;
    margin: 0 auto 5px;
    display: block;
  }

  #fix-menu__wrap .list__item a.fix-menu__woman .icon__wrap {
    background: url(img/lp_electric-shaver/icon_champion.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  #fix-menu__wrap .list__item a.fix-menu__man .icon__wrap {
    background: url(img/lp_electric-shaver/icon_balance.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

}



/*  */

#fixed__banner {
  position: fixed;
  right: 0;
  z-index: 999;
  opacity: 0.0;
  z-index: -1;
  transition: 0.5s;
}

#fixed__banner .banner-close__wrap {
  text-align: right;
}

#fixed__banner .banner-close {
  font-weight: bold;
  z-index: 99999;
  padding: 2px 4px;
  border: none;
  color: #fff;
  background-color: #9e9e9e;
  margin-left: auto;
  cursor: pointer;
  font-size: 10px;
}

#fixed__banner .banner-bottom img {
  width: 200px;
}

@media screen and (min-width:768px) {

  #fixed__banner .banner-bottom img {
    width: 325px;
  }

}

@media screen and (min-width:1361px) {

  .fixed-pc__block {
    display: block;
  }

  .fixed-sp__block {
    display: none;
  }

  #fixed__banner .banner-bottom img {
    width: 325px;
  }

}



/* ============================================
manage
=============================================== */

/*=================================================================
  # MANEGE
================================================================= */

#manege-mv__sec .mv-bg__wrap {
  background: url(img/lp/sp/png/ttl_sp-assets/img_ttl7_sp.png);
  background-size: cover;
  background-position: center center;
  height: 50vw;
  position: relative;
}

#manege-mv__sec .mv-bg__wrap h1 {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  color: #82A0B5;
}

#lp-manege_art #lp-mange-info__sec {}

#lp-manege_art .breadcrumb__wrap {
  padding: 15px 0;
}

#lp-manege_art .breadcrumb__list {
  display: flex;
}

#lp-manege_art .breadcrumb__list li {
  font-size: 11px;
}

#lp-manege_art .breadcrumb__list li:nth-of-type(n+2) {
  margin-left: 2em;
  position: relative;
}

#lp-manege_art .breadcrumb__list li:nth-of-type(n+2):before {
  content: ">";
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #82A0B5;
}

#lp-manege_art .breadcrumb__list li a {
  transition: 0.5s;
}

#lp-manege_art .breadcrumb__list li a:hover {
  color: #64ace6;
}

#lp-manege_art #lp-mange-info__sec .lp-manage__list {}

#lp-manege_art #lp-mange-info__sec .lp-manage__list li {
  padding: 5px 0;
}

#lp-manege_art #lp-mange-info__sec .manage__ttl {
  font-size: 14px;
  font-weight: bold;
  color: #82A0B5;
  background: #EAEFF2;
  padding: 15px;
}

#lp-manege_art #lp-mange-info__sec .text__wrap {
  padding: 15px;
  font-size: 14px;
  line-height: 1.7em;
}

#lp-manege_art #lp-mange-info__sec .text__wrap ul {
  list-style: none;
}

#lp-manege_art #lp-mange-info__sec .text__wrap ul li {
  position: relative;
  padding-left: 2em;
}

#lp-manege_art #lp-mange-info__sec .text__wrap ul li:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0.5em;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 75%;
}

#lp-manege_art #lp-footer__sec {
  margin-bottom: 8.5em;
}

#lp-manege_art .footer__list li a {
  color: var(--font-color-1);
}

@media screen and (min-width:1361px) {

  #manege-mv__sec .mv-bg__wrap {
    background: url(img/lp/pc/png/ttl_pc-assets/img_ttl7_pc.png);
    background-size: cover;
    background-position: center center;
    height: 200px;
    position: relative;
  }

  #lp-manege_art #lp-mange-info__sec .text__wrap {
    padding: 25px 25px 25px 35px;
  }

  #lp-manege_art #lp-mange-info__sec .manage__ttl {
    font-size: 15px;
    padding: 15px 35px;
  }

  #lp-manege_art #lp-mange-info__sec .text__wrap {
    font-size: 15px;
    padding: 15px 15px 15px 35px;
  }
}

.mcontent__wrap {
  padding: 0 10px;
}


@media screen and (min-width:1024px) {
  .mcontent__wrap {
    max-width: 964px;
    padding: 0;
    margin: auto;
  }
}