@charset "utf-8";
.figure-menu-list.navi-a { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-a.png); }
.figure-menu-list.navi-n { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-n.png); }
.figure-menu-list.navi-c { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-c.png); }
.figure-menu-list.navi-h { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-h.png); }
.figure-menu-list.navi-o { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-o.png); }
.figure-menu-list.navi-a:hover { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-a-hover.png); }
.figure-menu-list.navi-n:hover { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-n-hover.png); }
.figure-menu-list.navi-c:hover { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-c-hover.png); }
.figure-menu-list.navi-h:hover { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-h-hover.png); }
.figure-menu-list.navi-o:hover { background-image: url(/html/user_data/assets/img/lp/naire-towel/figure-menu-o-hover.png); }
@media screen and (max-width: 667px) {
.figure-menu-list.navi-a:hover,
.figure-menu-list.navi-n:hover,
.figure-menu-list.navi-c:hover,
.figure-menu-list.navi-h:hover,
.figure-menu-list.navi-o:hover { background-image: none; }
}
.button-border { background-color: #ffb948; }
.button-border:hover {
  background-color: #fff;
  border-color: #ffb948;
}
.button-border:hover .button-inner,
.button-border:hover:after { color: #ffb948; }
.headline-underline-half-inner {
  text-decoration-color: #ffb948;
  color: #ffb948;
}
.headline-frame { background-color: #ffb948; }
.headline-frame.color-blue { background-color: #74c6e6; }
.headline-frame.color-green { background-color: #b6d342; }
.headline-frame.color-red { background-color: #f48f92; }
.headline-frame.color-brown { background-color: #b26d47; }
.headline-frame-inner { color: #fff; }

.headline-leftline { border-left-color: #b26d47; }
.headline-leftline-inner { color: #b26d47; }

.under-button-emphasis-sentence { color: #ffb948; }

.naire-towel-point-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em auto 0;
  width: 850px;
}
@media screen and (max-width: 667px) {
.naire-towel-point-wrap { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.naire-towel-point-wrap { width: 90%; }
}

.naire-towel-point {
  border-style: solid;
  border-radius: 6px;
  border-width: 3px;
  font-size: 20px;
  padding: 1.85em 2em 1em;
  position: relative;
  width: 48.236%;
}
@media screen and (max-width: 667px) {
.naire-towel-point {
  font-size: 16px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.naire-towel-point { font-size: 18px; }
}

.naire-towel-point:nth-of-type(1) { width: 100%; }
.naire-towel-point:nth-of-type(n+2) { margin-top: 2em; }

.naire-towel-point.color-yellow {
  background-color: #fffde2;
  border-color: #ffb948;
  color: #ffb948;
}
.naire-towel-point.color-blue {
  background-color: #f0faff;
  border-color: #74c6e6;
  color: #74c6e6;
}
.naire-towel-point.color-green {
  background-color: #f3fff0;
  border-color: #b6d342;
  color: #b6d342;
}
.naire-towel-point.color-red {
  background-color: #fff8fb;
  border-color: #f48f92;
  color: #f48f92;
}
.naire-towel-point.color-brown {
  background-color: #fcf5f2;
  border-color: #b26d47;
  color: #b26d47;
}

.naire-towel-point-heading {
  border-radius: 1em;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  left: 50%;
  line-height: 1.5;
  margin: -.5em 0 0 -8.5em;
  position: absolute;
  text-align: center;
  top: -.35em;
  width: 17em;
}

.color-yellow .naire-towel-point-heading { background-color: #ffb948; }
.color-blue .naire-towel-point-heading { background-color: #74c6e6; }
.color-green .naire-towel-point-heading { background-color: #b6d342; }
.color-red .naire-towel-point-heading { background-color: #f48f92; }
.color-brown .naire-towel-point-heading { background-color: #b26d47; }

.naire-towel-point-subheading {
  font-size: 1em;
  font-weight: 600;
  height: 2em;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
.naire-towel-point-subheading { height: auto; }
}

.color-yellow .naire-towel-point-subheading { color: #ffb948; }
.color-blue .naire-towel-point-subheading { color: #74c6e6; }
.color-green .naire-towel-point-subheading { color: #b6d342; }
.color-red .naire-towel-point-subheading { color: #f48f92; }
.color-brown .naire-towel-point-subheading { color: #b26d47; }

.naire-towel-point-subheading-small { font-size: .7em; }

.naire-towel-point-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.naire-towel-point-figure {
  display: block;
  height: auto;
  max-width: 100%;
}

.naire-towel-point-body { margin-left: 30px; }
@media screen and (max-width: 667px) {
.naire-towel-point-body { margin-left: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.naire-towel-point-body { margin-left: 15px; }
}

.naire-towel-point-sentence {
  font-size: .9em;
  font-weight: 500;
  line-height: 1.35;
  margin: .75em 0 .4em;
  padding: 0;
}

.naire-towel-point-button {
  align-items: center;
  border-radius: .25em;
  display: flex;
  height: 2.3em;
  position: relative;
  transition: .3s;
}

.color-yellow .naire-towel-point-button { background-color: #ffb948; }
.color-blue .naire-towel-point-button { background-color: #74c6e6; }
.color-green .naire-towel-point-button { background-color: #b6d342; }
.color-red .naire-towel-point-button { background-color: #f48f92; }
.color-brown .naire-towel-point-button { background-color: #b26d47; }

.naire-towel-point-button:after {
  color: #fff;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: -.7em 0 0;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotate(90deg);
}

.naire-towel-point-button-inner{
  color: #fff;
  display: block;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.naire-towel-point-button:hover {
  opacity: .7;
  text-decoration: none;
}
.naire-towel-point-button:active { text-decoration: none; }

.product-new-item {
  background-color: #fffde2;
  border-radius: .15em;
  font-size: 20px;
  margin: 0;
  padding: 1em;
}
@media screen and (max-width: 667px) {
.product-new-item { font-size: 18px; }
}

.product-new-item-heading {
  color: #ffb948;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-new-item-subheading {
  font-size: .7em;
  font-weight: 500;
  line-height: 1.5;
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
}

.product-new-item-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0;
}

.product-new-item-dl.new-mark { position: relative; }
.product-new-item-dl.new-mark:before {
  align-items: center;
  background-color: #f00;
  border-radius: 2em;
  color: #fff;
  content: 'NEW';
  display: flex;
  font-size: .8em;
  font-weight: 600;
  height: 2.7em;
  left: -.55em;
  line-height: 1;
  padding: 0 .2em;
  position: absolute;
  text-align: center;
  top: -.65em;
  width: 2.7em;
  z-index: 2;
}

.product-new-item-figure {
  display: block;
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-new-item-figure { width: 32%; }
}

.product-new-item-image {
  display: block;
  height: auto;
  max-width: 100%;
}

.product-new-item-contents {
  background-color: #fff;
  border-radius: .5em;
  padding: .65em;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 667px) {
.product-new-item-contents { width: 100%; }
.product-new-item-dl .product-new-item-contents:nth-of-type(n+2) { margin-top: 1em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-new-item-contents { padding:; }
}
.product-new-item-dt {
  color: #ffb948;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: 1.2em 0 0;
  position: relative;
  width: 100%;
}

.product-new-item-dt:before {
  background-color: #ffb948;
  border-radius: .75em;
  color: #fff;
  font-size: .5em;
  font-weight: 500;
  left: 50%;
  line-height: 1.5;
  margin-left: -3.75em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 7.5em;
}
@media screen and (max-width: 667px) {
.product-new-item-dt:before { font-size: 12px; }
}

.product-new-item-dt.text-point1:before { content: 'POINT1'; }
.product-new-item-dt.text-point2:before { content: 'POINT2'; }

.product-new-item-dd {
  margin: .3em 0 0;
  padding: 0;
}

.product-new-item-dd-figure{
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.product-point-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.35em auto 0;
  padding: 0 0 1em;
  width: 936px;
}
@media screen and (max-width: 667px) {
.product-point-header { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-point-header { width: 100%; }
}

.product-point-contents {
  border-radius: .3em;
  font-size: 20px;
  padding: 1.85em 2.45em 1em;
  position: relative;
  width: 448px;
}
@media screen and (max-width: 667px) {
.product-point-contents {
  font-size: 15px;
  margin-top: 1.2em;
  width: 100%;
}
.product-point-header .product-point-contents:first-child { margin-top: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-point-contents {
  font-size: 17px;
  width: 48%;
}
}

.color-yellow .product-point-contents { background-color: #fffde2; }
.color-blue .product-point-contents { background-color: #f0faff; }
.color-green .product-point-contents { background-color: #f3fff0; }
.color-red .product-point-contents { background-color: #fff8fb; }

.product-point-contents-label {
  border-radius: 2em;
  color: #fff;
  font-size: .8em;
  font-weight: 600;
  left: 50%;
  line-height: 1.7;
  margin: 0 0 0 -10.9375em;
  position: absolute;
  text-align: center;
  top: -.8em;
  width: 21.875em;
}

.color-yellow .product-point-contents-label { background-color: #ffb948; }
.color-blue .product-point-contents-label { background-color: #74c6e6; }
.color-green .product-point-contents-label { background-color: #b6d342; }
.color-red .product-point-contents-label { background-color: #f48f92; }

.banner-link-figure {
  display: block;
  height: auto;
  max-width: 100%;
}

.product-point-contents-header {
  color: #fff;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.color-yellow .product-point-contents-header { background-color: #ffb948; }
.color-blue .product-point-contents-header { background-color: #74c6e6; }
.color-green .product-point-contents-header { background-color: #b6d342; }
.color-red .product-point-contents-header { background-color: #f48f92; }

.product-point-contents-sentence {
  font-size: .7em;
  font-weight: 500;
  line-height: 1.5;
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
}

.text-decoration {
  text-decoration: underline;
  text-underline-offset: 0;
  text-decoration-thickness: .2em;
}

.color-yellow .text-decoration { text-decoration-color: #fde595; }
.color-blue .text-decoration { text-decoration-color: #c6efff; }
.color-green .text-decoration { text-decoration-color: #eaf8af; }