@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

main img,
main picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0 auto;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
}

* {
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  transition: 0.3s opacity;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 961px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .sp-none {
    display: none !important;
  }
}
img {
  height: auto;
}

.l-main {
  overflow: clip;
}

@media screen and (max-width: 960px) {
  .ecm-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.alt {
  display: none;
}

/*===============================================
 side
===============================================*/
.side-navi {
  position: fixed;
  right: 0;
  top: 360px;
  width: 135px;
  z-index: 150;
/*  transform: translateY(-50%);*/
  background-color: #fff;
	opacity: 0;
	transition: .5s;
}
.is-visible {
        transform: translateY(0);
        opacity: 1;
}
@media screen and (max-width: 960px) {
  .side-navi {
    display: none;
  }
}
.side-navi > a {
  display: block;
}
.side-navi > a:not(:first-child) {
  margin-top: 2px;
}
.side-navi > a > img {
  display: block;
}

/*===============================================
 navi
===============================================*/
.sec-navi {
}
@media screen and (max-width: 960px) {
  .sec-navi {
    position: fixed;
    top: calc(61px + var(--mcp-header-height) + var(--ecm-header-height));
    left: 0;
    right: 0;
    z-index: 10000;
	  width: 100%;
  }
    .sec-navi {
        opacity: 0;
        transition: .5s;
        display: block;
    }
    .sec-navi.show {
        transform: translateY(0);
        opacity: 1;
    }
}
.sec-navi-in {
  display: flex;
  margin: 0 auto;
  background-color: #fff;
}
.sec-navi-in > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a {
    height: 12.4vw;
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}
.sec-navi-in > a:nth-child(1) {
  padding-left: 58px;
  background-color: #ca001b;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a:nth-child(1) {
    padding-left: 1.0666666667vw;
  }
}
.sec-navi-in > a:nth-child(2) {
  padding-right: 58px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a:nth-child(2) {
    padding-right: 1.0666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > span {
    text-align: center;
  }
}
.sec-navi-in > a > img {
  display: inline-block;
  width: 18px;
  margin-left: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > img {
    width: 4vw;
    margin-left: 1.0666666667vw;
    margin-top: 0vw;
  }
}

/*===============================================
 section
===============================================*/
.lp-acg250 {
    background-color: #FFF!important;
}

.content {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}
@media screen and (max-width: 960px) {
  .ecm-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.fv > picture > img {
  display: block;
  width: 100%;
}

.sec-campaign {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .sec-campaign {
    padding-top: 15vw;
    padding-bottom: 24.8vw;
  }
}
.sec-campaign-ttl {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  color: #2d2926;
}
@media screen and (max-width: 960px) {
  .sec-campaign-ttl {
    font-size: 4.8vw;
  }
}
.sec-campaign-in {
  max-width: 1000px;
  padding: 0 20px;
  margin: 44px auto 0;
}
@media screen and (max-width: 960px) {
  .sec-campaign-in {
    width: 89.3333333333vw;
    margin-top: 8.8vw;
  }
}
@media screen and (min-width: 961px) {
  .sec-campaign-bnr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.sec-campaign-bnr > a {
  display: block;
}
@media screen and (min-width: 961px) {
  .sec-campaign-bnr > a {
    width: 44.7916666667%;
  }
  .sec-campaign-bnr > a:not(:nth-child(2n+1)) {
    margin-left: 10.4166666667%;
  }
  .sec-campaign-bnr > a:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .sec-campaign-bnr > a:not(:first-child) {
    margin-top: 6.1333333333vw;
  }
}
.sec-campaign-bnr > a > img {
  display: block;
  width: 100%;
}
.lp-select-heading {
    display: flex;
	justify-content: center;
}
.lp-present-button {
    display: flex!important;
    color: #fff !important;
    padding: 0!important;
    justify-content: center;
	background: none!important;
	width: 100%;
	margin: 0 auto;
}
.lp-present-button button {
  padding: 0;
  border: none;
  background: transparent;
  background-color: #d80c18;
  color: #FFF;
width: 100%;
	height: 45px;
	border-radius: 100px!important;
	font-weight: bold;
}

.lp-present-button button img {
  display: block;
}
.lp-present-list-bg{
	background-color: #FFF;
}
.lp-present-list{
	row-gap: 30px!important;
	padding: 50px 0 70px 0;
}
@media screen and (max-width: 960px) {
.lp-present-list{
	row-gap: 0px!important;
	padding: 0px 0 30px 0;
}
	.lp-present-list-item{
	 padding-bottom: 20px;
	}
}
.otoku-set{
	background-color: #fff6e2;
}
@media screen and (max-width: 960px) {
.otoku-set .lp-present-list{
	row-gap: 30px!important;
	padding: 0px 0 30px 0;
}
	.otoku-set .lp-present-list-item{
	 padding-bottom: 20px;
	}
}

.otoku-set .lp-present-list{
	width: 920px;
}
@media screen and (max-width: 960px) {
.otoku-set .lp-present-list{
	width: 100%;
	padding: 0!important;
}
}
.otoku-set-inner{
	width: 440px!important;
	background-color: #FFF;
	border: 4px solid #c28d1b;
	padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
.otoku-set{
	padding: 30px 0;
}
.otoku-set-inner{
	width: 90%!important;
	margin: 0 auto;
}
	.bgcolor{
		background-color: #ededed!important;
	}
}
.lp-select-item__description {
    height: 3.5em;
}
.lp-select-item__bottom {
   max-width: 313px;
}
.lp-present-list-item__footer {
   margin-top: 0px!important;
}
.lp-present-list-item__footer .link a{
	color: #000;
	text-decoration: underline;
	padding-top: 10px;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
}
.lp-present-list-item__footer .link a:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 150px;
	top:10px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
.lp-present-list-item__footer .link a:after{
   right: 29vw;
	top:10px;
	}
.otoku-set .lp-present-list-item__footer .link a:after{
   right: 24vw;
	top:10px;
}
}
.lp-present-list-item__note{
	line-height: 160%;
}
.lp-present-list-item__note span{
	border: 1px solid #666666;
	padding: 0 2px;
	margin-right: 3px;
}
.select2508{
	padding: 55px 0;
}
.select2508 h2{
	text-align: center;
	display: flex;
	justify-content: center;
	padding-bottom: 45px;
}
.select2508 h2 img{
	width: 358px!important;
}
.select2508_inner{
	width: 920px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.select2508_item{
	width: 440px;
}
.select2508_item dl{
	display: flex;
	justify-content: space-between;
	margin:30px auto!important;
	    height: 230px;
}
.select2508_item dl dt{
	width: 222px;
}
.select2508_item dl dd{
	width: 195px;
}
.select2508_item dl dd ul{
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0!important;
}
.select2508_item dl dd ul li{
	width: 48%;
}
.select2508_item dl dd p{
	padding-top: 22px;
	font-size: 18px;
	line-height: 1.5;
}
.select2508_item .tags1{
	font-size: 19.2px;
	font-weight: bold;
    color: #b6a375;
	text-align: center;
	padding: 30px 0 10px 0;
	margin-bottom: 0rem!important;
}
.select2508_item .tags2{
	font-size: 19.2px;
	font-weight: bold;
    color: #251e1c;
	text-align: center;
	padding: 30px 0 10px 0;
	margin-bottom: 0rem!important;
}
.select2508_item .tags3{
	font-size: 19.2px;
	font-weight: bold;
    color: #8094a8;
	text-align: center;
	padding: 30px 0 10px 0;
	margin-bottom: 0rem!important;
}
.select2508_item .tags4{
	font-size: 19.2px;
	font-weight: bold;
    color: #ca90b5;
	text-align: center;
	padding: 30px 0 10px 0;
	margin-bottom: 0rem!important;
}
.select2508_item .tags5{
	font-size: 19.2px;
	font-weight: bold;
    color: #b9141e;
	text-align: center;
	padding: 30px 0 10px 0;
	margin-bottom: 0rem!important;
}
.select2508_item h4{
	font-size: 26px!important;
	font-weight: bold!important;
    line-height: 1.4!important;
	text-align: center;
	margin-bottom: 0px!important;
}
.select2508_item .btn{
	    display: flex;
    justify-content: center;
	margin-top: 20px;
	width: 100%!important;
}
.select2508_item .btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    height: 55px;
    border: 1px solid #2c2825;
    border-radius: 300px;
    color: #2c2825;
    font-size: 20px;
    line-height: 1;
	font-weight: bold;
}
.select2508_item p.note{
	font-size: 12px;
	margin-top: 20px;
	line-height: 160%;
}
.select2508_item p.note span{
	border: 1px solid #666666;
	padding: 0 2px;
	margin-right: 3px;
}
.select2508_inner h3.group{
	width: 100%;
	margin-top: 70px;
	margin-bottom: 20px;
}
.select2508_item.margintop70{
	margin-top: 70px;
}
.select2508_item .osusume1{
    font-size: 18px;
    padding: 7px 20px 9px;
    border-width: 2px;
    border-radius: 100px;
	background: #ced6e0;
    color: #251e1c;
	font-weight: bold;
	display: inline;
	margin-top: 10px;
	position: relative;
	z-index: 1000;
	border: 1px solid #FFF;
	margin-left: -10px;
}
.select2508_item .osusume2{
    font-size: 18px;
    padding: 7px 20px 9px;
    border-width: 2px;
    border-radius: 100px;
	background: #8094a8;
    color: #FFF;
	font-weight: bold;
	display: inline;
	margin-top: 10px;
	position: relative;
	z-index: 1000;
	border: 1px solid #FFF;
	margin-left: -10px;
}
.select2508_item .osusume1 span,
.select2508_item .osusume2 span{
	font-size: 25px;
}
.select2508_item dl.osusume{
	margin-top: -1px!important;
}
@media screen and (max-width: 960px) {
.select2508 h2{
	text-align: center;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.select2508 h2 img{
	width: 70%!important;
}
.select2508_inner{
	width: 90%;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.select2508_item{
	width: 100%;
	margin-bottom: 50px;
}
.select2508_item dl{
	display: flex;
	justify-content: space-between;
	margin:20px auto;
	height: 47vw;
}
.select2508_item dl dt{
	width: 50%;
}
.select2508_item dl dd{
	width: 46%;
}
.select2508_item dl dd p {
    padding-top: 3.3333333333vw !important;
    font-size: 3.6vw;
    line-height: 1.65;
}
.select2508_item .tags1,
.select2508_item .tags2,
.select2508_item .tags3,
.select2508_item .tags4,
.select2508_item .tags5{
	    font-size: 4vw;
}
.select2508_item h4 {
    font-size: 5.2vw;
}
.select2508_item p.note {
   font-size: 2.4vw;
    margin-top: 20px;
}
.select2508_inner h3.group {
    margin-top: 0px;
    margin-bottom: 20px;
}
.select2508_item .osusume1,
.select2508_item .osusume2{
    font-size: 3.7333333333vw;
    padding: 1.6vw 3.3333333333vw 1.8666666667vw;
}
.select2508_item.margintop70 {
    margin-top: 0;
}
.select2508 {
    padding: 55px 0 0 0;
}
}

#lift,#repair,#bihaku,#bihaku_special,#sensitive,#moisture {
        padding-top: calc(60px + var(--mcp-header-height) + var(--ecm-header-height) + 11.3333333333vw);
        margin-top: calc(-60px - var(--mcp-header-height) - var(--ecm-header-height) - 11.3333333333vw);
}
@media screen and (min-width: 961px) {
#lift,#repair,#bihaku,#bihaku_special,#sensitive,#moisture {
  padding-top: calc(171px + var(--mcp-header-height) + var(--ecm-header-height));
  margin-top: calc(-171px - var(--mcp-header-height) - var(--ecm-header-height));
}
}