@charset "UTF-8";
/*------------------ color ------------------*/
.uv-moist.header__btn a {
  background: #D6E9F3;
}
.uv-moist .tab-open,
.uv-moist .tab-content .sub {
  background: #D6E9F3;
}
.uv-moist .tab-content {
  border: solid #D6E9F3 2px;
}
.uv-moist .delivery__lineup .item ul li {
  color: #508AB7;
  background: #EDF7FD;
}
.uv-moist .products__text .text-box .text .catch {
  color: #508AB7;
}
.uv-moist .features__box-90,
.uv-moist .features__list .item {
  border: solid #D6E9F3 2px;
}
.uv-moist .features__box-90 .text .title {
  color: #508AB7;
}
.uv-moist.products-lineup__item .img ul li {
  border: solid #D6E9F3 1px;
}
.uv-moist.products-lineup__item .text .name-en {
  background: #D6E9F3;
}
.uv-moist.products-lineup__item .more {
  background: rgba(214, 233, 243, 0.8);
}
.uv-moist.features__detail .title,
.uv-moist.features__detail table th {
  background: #D6E9F3;
}
.uv-moist.features__detail table {
  border: 1px solid #D6E9F3;
}
.uv-moist.features__detail table th,
.uv-moist.features__detail table td {
  border-bottom: 1px solid #D6E9F3;
}
.uv-moist.features__detail table td + td {
  border-left: 1px solid #D6E9F3;
}

.o2-moist.header__btn a {
  background: #C5D5F8;
}
.o2-moist .tab-open,
.o2-moist .tab-content .sub {
  background: #C5D5F8;
}
.o2-moist .tab-content {
  border: solid #C5D5F8 2px;
}
.o2-moist .delivery__lineup .item ul li {
  color: #508AB7;
  background: #C5D5F8;
}
.o2-moist .products__text .text-box .text .catch {
  color: #508AB7;
}
.o2-moist .features__list .item {
  border: solid #C5D5F8 2px;
}
.o2-moist.products-lineup__item .img ul li {
  border: solid #C5D5F8 1px;
}
.o2-moist.products-lineup__item .text .name-en {
  background: #C5D5F8;
}
.o2-moist.products-lineup__item .more {
  background: rgba(197, 213, 248, 0.8);
}
.o2-moist.features__detail .title,
.o2-moist.features__detail table th {
  background: #C5D5F8;
}
.o2-moist.features__detail table {
  border: 1px solid #C5D5F8;
}
.o2-moist.features__detail table th,
.o2-moist.features__detail table td {
  border-bottom: 1px solid #C5D5F8;
}
.o2-moist.features__detail table td + td {
  border-left: 1px solid #C5D5F8;
}

.uv-ring.header__btn a {
  background: #F8EDE0;
}
.uv-ring .tab-open,
.uv-ring .tab-content .sub {
  background: #F8EDE0;
}
.uv-ring .tab-content {
  border: solid #F8EDE0 2px;
}
.uv-ring .delivery__lineup .item ul li {
  color: #3E3F3D;
  background: #F8EDE0;
}
.uv-ring .products__text .text-box .text .catch {
  color: #C99C67;
}
.uv-ring .features__list .item {
  border: solid #F8EDE0 2px;
}
.uv-ring.products-lineup__item .img ul li {
  border: solid #F8EDE0 1px;
}
.uv-ring.products-lineup__item .text .name-en {
  background: #F8EDE0;
}
.uv-ring.products-lineup__item .more {
  background: rgba(248, 237, 224, 0.8);
}
.uv-ring.features__detail .title,
.uv-ring.features__detail table th {
  background: #F8EDE0;
}
.uv-ring.features__detail table {
  border: 1px solid #F8EDE0;
}
.uv-ring.features__detail table th,
.uv-ring.features__detail table td {
  border-bottom: 1px solid #F8EDE0;
}
.uv-ring.features__detail table td + td {
  border-left: 1px solid #F8EDE0;
}

.uv-2week.header__btn a {
  background: #D3ECE9;
}
.uv-2week .tab-open,
.uv-2week .tab-content .sub {
  background: #D3ECE9;
}
.uv-2week .tab-content {
  border: solid #D3ECE9 2px;
}
.uv-2week .delivery__lineup .item ul li {
  color: #3E3F3D;
  background: #C8E8E3;
}
.uv-2week .products__text .text-box .text .catch {
  color: #62C4B8;
}
.uv-2week .features__list .item {
  border: solid #D3ECE9 2px;
}
.uv-2week.products-lineup__item .img ul li {
  border: solid #C8E8E3 1px;
}
.uv-2week.products-lineup__item .text .name-en {
  background: #C8E8E3;
}
.uv-2week.products-lineup__item .more {
  background: rgba(200, 232, 227, 0.8);
}
.uv-2week.features__detail .title,
.uv-2week.features__detail table th {
  background: #D3ECE9;
}
.uv-2week.features__detail table {
  border: 1px solid #D3ECE9;
}
.uv-2week.features__detail table th,
.uv-2week.features__detail table td {
  border-bottom: 1px solid #D3ECE9;
}
.uv-2week.features__detail table td + td {
  border-left: 1px solid #D3ECE9;
}

/*------------------ header ------------------*/
.header__btn {
  display: none;
  margin: 0 calc(30px + 5%) 0 auto;
}
.header__btn a {
  font-size: 1.2rem;
  border-radius: 10em;
  display: inline-block;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: .8rem 2.5rem .8rem 1.5rem;
  border: solid #fff 1px;
}
.header__btn a:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  margin: auto;
  background: url("../images/common/arrow-small.png") center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .header__btn {
    display: block;
  }
}
/*------------------ delivery-tab ------------------*/
.delivery-tab {
  position: fixed;
  bottom: 6rem;
  right: 0;
  z-index: 3;
}
.delivery-tab .inner {
  display: flex;
}
.delivery-tab .tab-open {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
}
.delivery-tab .tab-open p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.delivery-tab .tab-content {
  padding: 3rem 2rem 3rem 3rem;
  background: #fff;
  border-right: none;
  width: 44rem;
  transition: all .5s;
}
.delivery-tab .tab-content.close, .delivery-tab .tab-content.auto-close {
  margin-right: -44rem;
}
.delivery-tab .tab-content a {
  display: block;
}
.delivery-tab .tab-content .sub {
  font-size: 1.3rem;
  letter-spacing: .5em;
  text-align: center;
  line-height: 1;
  padding: .4rem 0 .6rem;
  width: 100%;
  border-radius: 10em;
  margin-bottom: 2rem;
}
.delivery-tab .tab-content .title {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.delivery-tab .tab-content .title br {
  display: none;
}
.delivery-tab .tab-content .img-box {
  display: flex;
  align-items: center;
}
.delivery-tab .tab-content .img-box .img {
  flex-shrink: 0;
  width: 165px;
  margin-right: 1.5rem;
}
.delivery-tab .tab-content .img-box .text .name {
  font-size: 1rem;
  margin-bottom: .8rem;
  line-height: 1.4;
}
.delivery-tab .tab-content .img-box .text .name span {
  display: block;
  font-size: 1.8rem;
}
.delivery-tab .tab-content .img-box .text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.delivery-tab .tab-content .img-box .text .more {
  text-align: right;
}
.delivery-tab .tab-content .img-box .text .more span {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 3.5rem;
  position: relative;
}
.delivery-tab .tab-content .img-box .text .more span:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 5px;
  background: url("../images/common/arrow.png") center/contain no-repeat;
  position: absolute;
  top: 8px;
  right: 0;
}

@media screen and (max-width: 1300px) {
  .delivery-tab.uv-ring {
    bottom: 6rem;
    right: 0;
  }
  .delivery-tab.uv-ring .tab-open {
    width: 3rem;
    font-size: 1.4rem;
  }
  .delivery-tab.uv-ring .tab-content {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    width: 32rem;
  }
  .delivery-tab.uv-ring .tab-content.close, .delivery-tab.uv-ring .tab-content.auto-close {
    margin-right: -32rem;
  }
  .delivery-tab.uv-ring .tab-content .sub {
    font-size: 1.2rem;
    letter-spacing: .3em;
    margin-bottom: 1rem;
  }
  .delivery-tab.uv-ring .tab-content .title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .delivery-tab.uv-ring .tab-content .title br {
    display: inline-block;
  }
  .delivery-tab.uv-ring .tab-content .img-box .img {
    width: 120px;
    margin-right: 1.5rem;
  }
  .delivery-tab.uv-ring .tab-content .img-box .text .name {
    margin-bottom: .8rem;
  }
  .delivery-tab.uv-ring .tab-content .img-box .text .name span {
    font-size: 1.6rem;
  }
  .delivery-tab.uv-ring .tab-content .img-box .text p {
    font-size: 1.2rem;
  }
  .delivery-tab.uv-ring .tab-content .img-box .text .more span {
    font-size: 1.1rem;
    padding-right: 3rem;
  }
  .delivery-tab.uv-ring .tab-content .img-box .text .more span:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 5px;
    background: url("../images/common/arrow.png") center/contain no-repeat;
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media screen and (max-width: 930px) {
  .delivery-tab {
    bottom: 6rem;
    right: 0;
  }
  .delivery-tab .tab-open {
    width: 3rem;
    font-size: 1.4rem;
  }
  .delivery-tab .tab-content {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    width: 32rem;
  }
  .delivery-tab .tab-content.close, .delivery-tab .tab-content.auto-close {
    margin-right: -32rem;
  }
  .delivery-tab .tab-content .sub {
    font-size: 1.2rem;
    letter-spacing: .3em;
    margin-bottom: 1rem;
  }
  .delivery-tab .tab-content .title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .delivery-tab .tab-content .title br {
    display: inline-block;
  }
  .delivery-tab .tab-content .img-box .img {
    width: 120px;
    margin-right: 1.5rem;
  }
  .delivery-tab .tab-content .img-box .text .name {
    margin-bottom: .8rem;
  }
  .delivery-tab .tab-content .img-box .text .name span {
    font-size: 1.6rem;
  }
  .delivery-tab .tab-content .img-box .text p {
    font-size: 1.2rem;
  }
  .delivery-tab .tab-content .img-box .text .more span {
    font-size: 1.1rem;
    padding-right: 3rem;
  }
  .delivery-tab .tab-content .img-box .text .more span:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 5px;
    background: url("../images/common/arrow.png") center/contain no-repeat;
    position: absolute;
    top: 8px;
    right: 0;
  }
}
/*------------------ kv ------------------*/
.kv__text {
  position: absolute;
}
.kv__text p {
  font-size: 3.8rem;
  line-height: 1.9;
}

.uv-moist.kv {
  background-image: url("../images/moist/kv-pc.jpg");
  margin-bottom: 12rem;
}
.uv-moist.kv .kv__text {
  top: 45%;
  right: 2vw;
  transform: translate(0, -50%);
}

.o2-moist.kv {
  background-image: url("../images/o2/kv-pc.jpg");
  background-position: center bottom;
}
.o2-moist.kv .kv__text {
  top: 23%;
  right: 1vw;
}

.uv-ring.kv.small {
  background-image: url("../images/ring/kv-small-pc.jpg");
  background-position: right bottom;
}
.uv-ring.kv.small .kv__text {
  top: 15%;
  left: 0;
}
.uv-ring.kv.small .kv__text .pc {
  display: none;
}
.uv-ring.kv.large {
  background-image: url("../images/ring/kv-large-pc-01.jpg");
  background-position: right bottom;
}
.uv-ring.kv.large .container {
  max-width: 100%;
}
.uv-ring.kv.large .kv__text {
  bottom: 12%;
  right: 830px;
  width: 350px;
  text-shadow: 0 0 3px #261814;
  color: #fff;
}

.uv-2week.kv {
  background-image: url("../images/2week/kv-pc.jpg");
  background-position: center bottom;
  margin-bottom: 6rem;
}
.uv-2week.kv .kv__text {
  top: 27%;
  right: 1vw;
}

@media screen and (max-height: 840px) {
  .uv-ring.kv.large .kv__text {
    color: #3E3F3D;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 1px 2px rgba(255, 255, 255, 0.5), -1px 1px 2px rgba(255, 255, 255, 0.5), 1px -1px 2px rgba(255, 255, 255, 0.5), -1px -1px 2px rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 1300px) {
  .uv-ring.kv.large {
    background-position: 82% bottom;
  }
  .uv-ring.kv.large .kv__text {
    bottom: 7%;
    right: 60%;
  }

  .uv-2week.kv {
    background-position: 38% bottom;
  }
}
@media screen and (max-width: 930px) {
  .kv__text p {
    font-size: 3rem;
  }

  .uv-moist.kv {
    background-position: 43% center;
  }

  .o2-moist.kv {
    background-position: 40% bottom;
  }

  .uv-ring.kv.small {
    background-position: 90% bottom;
  }
  .uv-ring.kv.large {
    background-position: 78% bottom;
  }
  .uv-ring.kv.large .kv__text {
    right: 50%;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    margin-bottom: 4rem;
  }
  .kv__text p {
    font-size: 2.2rem;
    line-height: 1.6;
  }

  .uv-moist.kv {
    background-image: url("../images/moist/kv-sp.jpg");
    background-position: 43% bottom;
    margin-bottom: 4rem;
  }
  .uv-moist.kv .kv__text {
    top: 18%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .o2-moist.kv {
    background-image: url("../images/o2/kv-sp.jpg");
    background-position: 43% bottom;
  }
  .o2-moist.kv .kv__text {
    top: 18%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
  }

  .uv-ring.kv.small, .uv-ring.kv.large {
    background-image: url("../images/ring/kv-sp.jpg");
    background-position: 58% bottom;
  }
  .uv-ring.kv.small .kv__text, .uv-ring.kv.large .kv__text {
    top: 18%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
    text-shadow: none;
  }
  .uv-ring.kv.large .kv__text {
    color: #3E3F3D;
    bottom: auto;
  }

  .uv-2week.kv {
    background-image: url("../images/2week/kv-sp.jpg");
    background-position: 26% bottom;
    margin-bottom: 5.5rem;
  }
  .uv-2week.kv .kv__text {
    top: 18%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 480px) {
  .uv-moist.kv .kv__text {
    top: 24%;
  }

  .o2-moist.kv .kv__text {
    top: 24%;
  }

  .uv-ring.kv.small .kv__text, .uv-ring.kv.large .kv__text {
    top: 24%;
  }

  .uv-2week.kv .kv__text {
    top: 24%;
  }
}
/*------------------ campaign ------------------*/
.campaign {
  background: #FFF7EB;
  padding: 8rem 0 9rem;
  margin-bottom: 12rem;
}
.campaign .item {
  background: #fff;
  border-radius: 10px;
  padding: 4rem;
  width: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.campaign .item .title {
  font-size: 2.7rem;
  line-height: 1;
  color: #fff;
  height: 76px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 3rem -6rem;
  background: #D4BE9D;
  width: 100%;
  padding-left: 6.5rem;
  z-index: 1;
}
.campaign .item .title:before, .campaign .item .title:after {
  position: absolute;
  content: '';
}
.campaign .item .title:before {
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #AF956F;
  border-left: 20px solid transparent;
}
.campaign .item .title:after {
  display: block;
  top: 0;
  right: -70px;
  border: 38px solid #D4BE9D;
  border-right-width: 36px;
  border-right-color: transparent;
  z-index: -1;
}
.campaign .item .content {
  display: flex;
  align-items: center;
}
.campaign .item .content .img-box {
  flex-shrink: 0;
  width: 30%;
  margin-left: 2.5rem;
}
.campaign .item .content .img-box .img {
  padding-top: 80%;
  border-radius: 10px;
  overflow: hidden;
}
.campaign .item .content .img-box .img img {
  width: 80%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.campaign .item .content .img-box .img .cover {
  object-position: 30% center;
}
.campaign .item .content .text {
  text-align: center;
}
.campaign .item .content .text p {
  line-height: 2;
  font-size: 1.9rem;
  letter-spacing: .1em;
  margin-bottom: 3.5rem;
  text-align: left;
}
.campaign .item .content .text a {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  padding: 1.5rem 3rem;
  text-align: center;
  border-radius: 10em;
  line-height: 1.2;
  background: #EE6A6A;
}
.campaign .item .content .text a:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 7px;
  background: url("../images/common/arrow-w.png") center/contain no-repeat;
  margin-left: 1.6rem;
  vertical-align: middle;
  margin-bottom: 5px;
}

@media screen and (max-width: 1025px) {
  .campaign .item .title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 895px) {
  .campaign .item .title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign {
    padding: 5rem 0 6rem;
    margin-bottom: 6rem;
  }
  .campaign__box {
    display: block;
  }
  .campaign .item {
    width: 100%;
    padding: 3.5rem 0 0;
  }
  .campaign .item:first-child {
    margin: 0;
    padding-bottom: 4rem;
  }
  .campaign .item .title {
    font-size: 1.8rem;
    height: 54px;
    margin: 0 0 2.5rem -1rem;
    width: 90%;
    padding-left: 4rem;
    padding-bottom: 0;
    line-height: 1.2;
    font-family: "Lato","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    justify-content: flex-start;
  }
  .campaign .item .title:before {
    bottom: -10px;
    border-top: 10px solid #AF956F;
    border-left: 10px solid transparent;
  }
  .campaign .item .title:after {
    right: -30px;
    border: 27px solid #D4BE9D;
    border-right-width: 25px;
    border-right-color: transparent;
  }
  .campaign .item .content {
    display: block;
  }
  .campaign .item .content .img-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 2rem;
    order: 0;
  }
  .campaign .item .content .img-box .img {
    padding-top: 72%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .campaign .item .content .img-box .img .cover {
    object-position: 30% center;
  }
  .campaign .item .content .text {
    margin-bottom: 0;
    padding: 0 3rem;
  }
  .campaign .item .content .text p {
    line-height: 2;
    letter-spacing: .1em;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .campaign .item .content .text a {
    font-size: 1.6rem;
    padding: 1.6rem 0;
    text-align: center;
    width: 100%;
  }
  .campaign .item .content .text a:after {
    margin-bottom: 6px;
  }
}
/*------------------ .delivery.slick-start ------------------*/
@media screen and (max-width: 768px) {
  .delivery.slick-start .delivery__title .title {
    font-size: 1.8rem;
  }
  .delivery.slick-start .delivery__title p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .delivery.slick-start .delivery__lineup {
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .delivery.slick-start .delivery__lineup .item {
    width: 100%;
    text-align: center;
  }
  .delivery.slick-start .delivery__lineup .item.uv-2week .img {
    padding: 0 3rem;
  }
  .delivery.slick-start .delivery__lineup .item.uv-moist .img {
    display: inline-block;
    width: 36%;
    vertical-align: bottom;
  }
  .delivery.slick-start .delivery__lineup .item.uv-moist .img:first-child {
    width: 46%;
    margin-right: 3%;
  }
  .delivery.slick-start .delivery__lineup .item .img {
    max-width: 230px;
    margin: 0 auto 2.5rem;
  }
  .delivery.slick-start .delivery__lineup .item .name {
    margin-bottom: 1.5rem;
  }
  .delivery.slick-start .delivery__lineup .item .name span {
    font-size: 1.8rem;
    margin-bottom: .5rem;
  }
  .delivery.slick-start .delivery__lineup .item ul {
    margin-bottom: 1.5rem;
  }
  .delivery.slick-start .delivery__lineup .item ul li {
    padding: .7rem 1.5rem .5rem;
    margin: 0 .2rem;
  }
  .delivery.slick-start .delivery__lineup .item p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .delivery.slick-start .delivery__lineup .item .price-box {
    display: flex;
    align-items: center;
    text-align: left;
    padding-top: 2.5rem;
    width: 95%;
    max-width: 340px;
    margin: auto;
  }
  .delivery.slick-start .delivery__lineup .item .price-box .set {
    margin-right: auto;
  }
  .delivery.slick-start .delivery__lineup .item .price-box .set p {
    line-height: 1;
    margin-bottom: .5rem;
  }
  .delivery.slick-start .delivery__lineup .item .price-box .set p.free {
    background: #E94F47;
    color: #fff;
    display: inline-block;
    padding: .5rem .8rem;
    font-size: 1.2rem;
    margin: 0;
  }
  .delivery.slick-start .delivery__lineup .item .price-box .price {
    margin-right: 2rem;
    text-align: right;
  }
  .delivery.slick-start .delivery__lineup .item .price-box .price p {
    line-height: 1;
  }
  .delivery.slick-start .delivery__lineup .item .price-box .price p span {
    font-size: 2.2rem;
  }
  .delivery.slick-start .delivery__lineup .item .price-box .price p.color {
    color: #bfa782;
    margin: 0;
    padding-top: 1rem;
    font-size: 1.2rem;
  }
  .delivery.slick-start .delivery__lineup .item .price-box a {
    border: solid #bfa782 1px;
    color: #bfa782;
    border-radius: 5px;
    padding: 1.5rem;
    line-height: 1;
    text-align: center;
  }
}
/*------------------ about ------------------*/
.about {
  margin-bottom: 12rem;
}
.about__item {
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
}
.about__item:last-child {
  margin-bottom: 0;
}
.about__item.img-r .img {
  order: 1;
  margin-left: auto;
  margin-right: 0;
}
.about__item.img-r .text {
  order: 0;
  margin-right: 2rem;
  margin-left: 0;
}
.about__item .img {
  border-radius: 10px;
  overflow: hidden;
  width: 56.7%;
  flex-shrink: 0;
  margin-right: auto;
}
.about__item .text {
  margin-left: 2rem;
}
.about__item .text .title {
  position: relative;
  display: inline-block;
  font-size: 3.3rem;
  padding: 1rem 2.5rem;
  line-height: 1.7;
  letter-spacing: .05em;
  margin-bottom: 3.5rem;
}
.about__item .text .title:before, .about__item .text .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 3.5rem;
}
.about__item .text .title:before {
  border-top: solid #707070 1px;
  border-left: solid #707070 1px;
  top: 0;
  left: 0;
}
.about__item .text .title:after {
  border-bottom: solid #707070 1px;
  border-right: solid #707070 1px;
  bottom: 0;
  right: 0;
}
.about__item .text p {
  font-size: 2rem;
  line-height: 2.2;
}

@media screen and (max-width: 1175px) {
  .about__item .text .title {
    font-size: 2.5rem;
    padding: 1rem 2rem;
  }
  .about__item .text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .about__item .text .title {
    font-size: 2rem;
    padding: .5rem 2rem;
  }
  .about__item .text p {
    font-size: 1.3rem;
    letter-spacing: -.03em;
  }
}
@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 6rem;
  }
  .about__item {
    display: block;
    margin-bottom: 5rem;
  }
  .about__item:last-child {
    margin-bottom: 0;
  }
  .about__item.img-r .img,
  .about__item.img-r .text {
    margin-right: 0;
    margin-left: 0;
  }
  .about__item .img {
    width: 100%;
    flex-shrink: 0;
    margin: 0 0 3.5rem;
  }
  .about__item .text {
    margin-left: 0;
    text-align: center;
  }
  .about__item .text .title {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 2.5rem;
    text-align: left;
    padding: 0 2.5rem .3rem;
  }
  .about__item .text p {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2.2;
    text-align: left;
  }
}
/*------------------ products ------------------*/
.products.uv-moist .products__text {
  max-width: 880px;
}
.products.o2-moist .products__text {
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .products.o2-moist .products__img .icon {
    bottom: .7rem;
    right: .7rem;
    top: auto;
    left: auto;
  }
}
.products.uv-ring .products__text {
  max-width: 880px;
}
.products.uv-2week .products__text {
  max-width: 720px;
}

.products {
  margin-bottom: 8rem;
  text-align: center;
}
.products + .products {
  margin-bottom: 10rem;
}
.products .s-title {
  margin-bottom: 4rem;
}
.products__desc {
  font-size: 2.3rem;
  line-height: 2.8;
  margin-bottom: 4rem;
  display: inline-block;
  text-align: left;
}
.products__img {
  border-radius: 10px;
  border: solid #ddd 1px;
  overflow: hidden;
  margin-bottom: 6rem;
}
.products__text {
  margin: 0 auto;
}
.products__text .text-box {
  display: flex;
}
.products__text .text-box .icon {
  flex-shrink: 0;
  width: 27.8%;
  max-width: 195px;
  margin-right: 6%;
}
.products__text .text-box .text {
  text-align: left;
}
.products__text .text-box .text .name {
  line-height: 1;
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
}
.products__text .text-box .text .name span {
  font-size: 2.4rem;
  margin-right: 2.5rem;
}
.products__text .text-box .text .catch {
  font-size: 3.4rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.products__text .text-box .text .desc {
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 1100px) {
  .products__desc {
    font-size: 1.6rem;
  }
  .products__text .text-box .text .desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 875px) {
  .products__text .text-box .text .catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .products {
    margin-bottom: 3rem;
    text-align: center;
  }
  .products + .products {
    margin-bottom: 5rem;
  }
  .products .s-title {
    margin-bottom: 2rem;
  }
  .products__desc {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: .1em;
    margin-bottom: 3rem;
    display: inline-block;
    text-align: left;
  }
  .products__img {
    margin-bottom: 2.5rem;
    position: relative;
  }
  .products__img .icon {
    width: 78px;
    position: absolute;
    top: .7rem;
    left: .7rem;
  }
  .products__text {
    max-width: 700px;
    margin: 0 auto;
  }
  .products__text .text-box {
    display: block;
  }
  .products__text .text-box .text {
    text-align: center;
  }
  .products__text .text-box .text .name {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .products__text .text-box .text .name span {
    font-size: 2rem;
    margin: 0 0 .8rem;
    display: block;
  }
  .products__text .text-box .text .catch {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .products__text .text-box .text .desc {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
  }
}
/*------------------ features ------------------*/
.features {
  margin-bottom: 12rem;
}
.features__box-90 {
  margin-top: 6rem;
  border-radius: 10px;
  padding: 4.5rem 5rem;
  display: flex;
  align-items: center;
}
.features__box-90 .img {
  width: 160px;
  margin-right: 5rem;
  flex-shrink: 0;
}
.features__box-90 .text {
  text-align: left;
}
.features__box-90 .text p {
  font-size: 1.8rem;
}
.features__box-90 .text .title {
  font-size: 3rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.features__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 9rem;
  justify-content: center;
}
.features__list .item {
  width: 47.2%;
  position: relative;
  border-radius: 10px;
  padding: 6rem 0 5rem;
  margin-bottom: 9rem;
}
.features__list .item:nth-child(even) {
  margin-left: auto;
}
.features__list .item:nth-last-of-type(1),
.features__list .item:nth-last-of-type(2):nth-child(odd){
  margin-bottom: 0;
}
.features__list .item .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -42.5px;
  margin: auto;
  width: 85px;
  z-index: 1;
}
.features__list .item .img {
  margin-bottom: 2.5rem;
}
.features__list .item .title {
  padding: 0 2rem;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.features__list .item .title br.tab {
  display: none;
}
.features__list .item span {
  font-size: 70%;
  vertical-align: top;
}
.features__list .item p {
  padding: 0 4rem;
  word-break: break-all;
}
.features__list .item p.caution {
  font-size: 1.4rem;
  position: relative;
  padding-left: 5.5rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.features__list .item p.caution:before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 4rem;
}
.features__list .item .modal-link {
  text-align: right;
  padding: 1rem 4rem 0;
}
.features__list .item .modal-link .js-modal-open {
  display: inline-block;
  padding-right: 4rem;
  position: relative;
  font-size: 1.4rem;
}
.features__list .item .modal-link .js-modal-open:after {
  content: "";
  display: block;
  width: 28px;
  height: 7px;
  background: url("../images/common/arrow.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.features__list .item .modal-link .spec {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  overflow-y: scroll;
  z-index: 10;
  transition: opacity .4s;
}
.features__list .item .modal-link .spec.show {
  opacity: 1;
  pointer-events: all;
}
.features__list .item .modal-link .spec .js-modal-close {
  font-size: 0;
  line-height: 0;
  position: fixed;
  top: 5%;
  right: 5%;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.features__list .item .modal-link .spec .js-modal-close:before, .features__list .item .modal-link .spec .js-modal-close:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  display: block;
  position: absolute;
  top: 16px;
}
.features__list .item .modal-link .spec .js-modal-close:before {
  transform: rotate(45deg);
  left: 0;
}
.features__list .item .modal-link .spec .js-modal-close:after {
  transform: rotate(-45deg);
  right: 0;
}
.features__list .item .modal-link .spec .inner {
  padding: 6rem 0;
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}
.features__list .item .modal-link .spec .title {
  font-size: 2.6rem;
  text-align: left;
  padding: 0;
}
.features__list .item .modal-link .spec p {
  padding: 0;
  margin-bottom: 3rem;
}
.features__list .item .modal-link .spec p.att {
  font-size: 80%;
}
.features__list .item .modal-link .spec .img {
  margin-bottom: 3rem;
}
.features__list .item .modal-link .spec .box {
  border: solid #4a82c6 1px;
  padding: 3rem 0 3rem;
}
.features__list .item .modal-link .spec .box img + p {
  padding-top: 2rem;
}
.features__list .item .modal-link .spec .box p {
  padding: 0 3rem;
  margin-bottom: 0;
}
.features__list .att {
  width: 100%;
  padding-top: 3.5rem;
}
.features__list .att li {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.4rem;
  line-height: 1.6;
}
.features__detail .title {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .4em;
  border-radius: 10px;
  text-align: center;
  padding: 1.1rem 0;
  margin-bottom: 1.5rem;
}
.features__detail table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.features__detail table tr:last-child td {
  border-bottom: none;
}
.features__detail table th:first-child {
  border-top-left-radius: 5px;
}
.features__detail table th:last-child {
  border-top-right-radius: 5px;
}
.features__detail table th:not(:last-child) {
  border-right: solid #fff 1px;
}
.features__detail table th,
.features__detail table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.2;
  height: 4rem;
}
.features__detail table th span,
.features__detail table td span {
  font-size: 1.2rem;
}
.features__detail .att {
  margin-bottom: .5rem;
}
.features__detail .att li {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.4rem;
  line-height: 1.6;
}
.features__detail .num {
  font-size: 1.4rem;
  line-height: 1.6;
}
.features__detail .num a {
  margin-left: 1em;
}

@media screen and (max-width: 980px) {
  .features__list .item {
    width: 48%;
  }
  .features__list .item .title {
    line-height: 1.6;
  }
  .features__list .item .title br.tab,
  .features__list .item .title br.sp {
    display: inline-block;
  }
  .features__list .item p {
    padding: 0 2rem;
  }
  .features__list .item p.caution {
    padding-left: 3.5rem;
  }
  .features__list .item p.caution:before {
    left: 2rem;
  }
  .features__list .item .modal-link .spec br.sp {
    display: none;
  }
}
@media screen and (max-width: 975px) {
  .features__detail table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    margin-bottom: 1rem;
  }
  .features__detail table.pc {
    display: none;
  }
  .features__detail table.sp {
    display: table;
  }
  .features__detail table tr:last-child th {
    border-bottom: none;
  }
  .features__detail table tr:last-child td {
    border-bottom: none;
  }
  .features__detail table th:first-child {
    border-top-left-radius: 0;
  }
  .features__detail table th:last-child {
    border-top-right-radius: 0;
  }
  .features__detail table th:not(:last-child) {
    border-right: none;
    border-bottom: solid #fff 1px;
  }
  .features__detail table th,
  .features__detail table td {
    line-height: 1.2;
    vertical-align: middle;
    height: 3.6rem;
  }
  .features__detail table th br,
  .features__detail table td br {
    display: none;
  }
  .features__detail table th {
    width: 7rem;
  }
  .features__detail table td {
    text-align: left;
    padding-left: 1.3rem;
  }
  .features__detail .att {
    margin-bottom: 1rem;
  }
  .features__detail .att li {
    display: block;
    margin-right: 0;
  }
  .features__detail .num {
    line-height: 1.6;
  }
  .features__detail .num a {
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .features {
    margin-bottom: 5rem;
  }
  .features__box-90 {
    margin-top: 4rem;
    padding: 3rem;
    display: block;
  }
  .features__box-90 .img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 3rem;
  }
  .features__box-90 .text {
    text-align: center;
  }
  .features__box-90 .text p {
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
  }
  .features__box-90 .text p br {
    display: none;
  }
  .features__box-90 .text .title {
    font-size: 2rem;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
  }
  .features__list {
    display: block;
    margin-bottom: 0;
  }
  .features__list .item {
    width: 100%;
    padding: 6rem 0 2rem;
    margin-bottom: 6.5rem;
    text-align: center;
  }
  .features__list .item:nth-child(odd) {
    margin-right: 0;
  }
  .features__list .item:nth-last-of-type(2):nth-child(odd){
    margin-bottom: 6.5rem;
  }
  .features__list .item:last-of-type {
    margin-bottom: 0;
  }
  .features__list .item:last-child {
    margin-bottom: 3.5rem;
  }
  .features__list .item .img {
    margin: 0 auto 2rem;
    max-width: 480px;
  }
  .features__list .item .title {
    padding: 0 1.2rem;
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .features__list .item .title br.tab {
    display: none;
  }
  .features__list .item p {
    padding: 0 2rem;
    word-break: break-all;
    display: inline-block;
    max-width: 600px;
    margin: auto;
    text-align: left;
  }
  .features__list .item p.caution {
    font-size: 1.2rem;
    padding-left: 3.5rem;
  }
  .features__list .item p.caution:before {
    left: 2rem;
  }
  .features__list .item .modal-link .spec br.sp {
    display: inline-block;
  }
  .features__list .item .modal-link .spec .js-modal-close {
    top: 2rem;
    right: 2rem;
    border-radius: 50%;
    background: #fff;
  }
  .features__list .item .modal-link .spec .js-modal-close:before, .features__list .item .modal-link .spec .js-modal-close:after {
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .features__list .item .modal-link .spec .img {
    max-width: 100%;
  }
  .features__list .att {
    padding-top: 2rem;
    margin-bottom: 3.5rem;
  }
  .features__list .att li {
    font-size: 1.3rem;
    margin-right: 0;
  }
  .features__detail .title {
    font-size: 2.1rem;
  }
  .features__detail table th,
  .features__detail table td {
    font-size: 1.3rem;
  }
  .features__detail table th span,
  .features__detail table td span {
    font-size: 1.1rem;
  }
  .features__detail .att li {
    font-size: 1.3rem;
  }
  .features__detail .num {
    font-size: 1.3rem;
  }
}
/*------------------ color ------------------*/
.color {
  margin-bottom: 12rem;
}
.color__list {
  display: flex;
}
.color__list .item {
  width: 100%;
  text-align: center;
}
.color__list .item:first-child {
  margin-right: 5%;
}
.color__list .item .head {
  color: #C99C67;
  line-height: 1;
  margin-bottom: 1.2rem;
}
.color__list .item .head .sub {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.color__list .item .head .title {
  border-top: solid #C99C67 1px;
  border-bottom: solid #C99C67 1px;
  font-size: 1.2rem;
  padding: 1rem 0;
}
.color__list .item .head .title span {
  font-size: 2.9rem;
  margin-bottom: .5rem;
  display: block;
}
.color__list .item p {
  line-height: 1.4;
  margin-bottom: .5rem;
}

@media screen and (max-width: 860px) {
  .color__list .item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .color {
    margin-bottom: 6rem;
  }
  .color__list {
    display: block;
  }
  .color__list .item:first-child {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .color__list .item .head {
    margin-bottom: 1.2rem;
  }
  .color__list .item .head .sub {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .color__list .item .head .title {
    font-size: 1rem;
    padding: .8rem 0;
  }
  .color__list .item .head .title span {
    font-size: 2.1rem;
    margin-bottom: .3rem;
    display: block;
  }
  .color__list .item p {
    margin-bottom: 1rem;
  }
  .color__list .item .img {
    max-width: 500px;
    margin: 0 auto;
  }
}
/*------------------ products-lineup ------------------*/
.products-lineup {
  margin-bottom: 7rem;
}
.products-lineup__list {
  display: flex;
  flex-wrap: wrap;
}
.products-lineup__item {
  flex-shrink: 0;
  width: 48.5%;
  margin-bottom: 5rem;
}
.products-lineup__item:nth-child(odd) {
  margin-right: auto;
}
.products-lineup__item a {
  display: block;
  position: relative;
}
.products-lineup__item .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
}
.products-lineup__item .img .icon {
  position: absolute;
  border: solid #D6E9F3 1px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.85);
  color: #52AAD8;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  line-height: 1;
  top: 2rem;
  left: 2rem;
  z-index: 1;
}
.products-lineup__item .img ul {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  display: flex;
}
.products-lineup__item .img ul li {
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1.4;
  width: 50px;
  height: 50px;
  background: #fff;
  margin-left: .3rem;
  text-align: center;
}
.products-lineup__item .img ul li:last-child {
  margin-right: 0;
}
.products-lineup__item .text {
  width: 100%;
  position: relative;
}
.products-lineup__item .text .name-en {
  font-size: 1.3rem;
  display: block;
  line-height: 22px;
  border-radius: 10em;
  letter-spacing: .3em;
  text-align: center;
  margin-bottom: 1.5rem;
}
.products-lineup__item .text .name-ja {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  text-align: center;
}
.products-lineup__item .text .desc {
  text-align: center;
  line-height: 1.5;
}
.products-lineup__item .text ul {
  letter-spacing: -.4em;
}
.products-lineup__item .text ul li {
  font-size: 1.5rem;
  display: inline-block;
  border-radius: 10em;
  border: solid #3E3F3D 1px;
  line-height: 26px;
  padding: 0 1.5rem 1px;
  margin: 0 1.1rem 1.1rem 0;
  letter-spacing: 0;
}
.products-lineup__item .text ul li:last-child {
  margin-right: 0;
}
.products-lineup__item .more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-lineup__item .more span {
  line-height: 1.4;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  padding-top: 18px;
  position: relative;
}
.products-lineup__item .more span:before {
  content: "";
  display: block;
  width: 35px;
  height: 7px;
  background: url("../images/common/arrow.png") center/contain no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
}
.products-lineup__item .price-box {
  display: flex;
  align-items: center;
  text-align: left;
  padding-top: 3rem;
  width: 95%;
  max-width: 300px;
  margin: auto;
}
.products-lineup__item .price-box .set {
  margin-right: auto;
}
.products-lineup__item .price-box .set p {
  line-height: 1;
  margin-bottom: .5rem;
}
.products-lineup__item .price-box .set p.free {
  background: #E94F47;
  color: #fff;
  display: inline-block;
  padding: .5rem .8rem;
  font-size: 1.3rem;
  margin: 0;
}
.products-lineup__item .price-box .price {
  text-align: right;
}
.products-lineup__item .price-box .price p {
  line-height: 1;
}
.products-lineup__item .price-box .price p span {
  font-size: 2.4rem;
}
.products-lineup__item .price-box .price p.color {
  margin: 0;
  line-height: 1.4;
  padding-top: 1rem;
  font-size: 1.3rem;
}

@media screen and (max-width: 920px) {
  .products-lineup__item .text .name-ja {
    font-size: 2rem;
  }
  .products-lineup__item .text .desc {
    font-size: 1.4rem;
  }
  .products-lineup__item .more {
    width: 65px;
    height: 65px;
  }
  .products-lineup__item .more span {
    font-size: 1.1rem;
    padding-top: 15px;
  }
  .products-lineup__item .more span:before {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .products-lineup {
    margin-bottom: 6rem;
  }
  .products-lineup__list {
    display: block;
  }
  .products-lineup__item {
    margin-bottom: 3rem;
    width: 100%;
  }
  .products-lineup__item a {
    display: block;
    border: solid #ddd 1px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .products-lineup__item .img {
    border-radius: 0;
    margin-bottom: 0;
  }
  .products-lineup__item .img .icon {
    top: 1rem;
    left: 1rem;
  }
  .products-lineup__item .text {
    display: block;
    text-align: center;
    padding: 7.5rem 0 0;
  }
  .products-lineup__item .text .text-inner {
    display: inline-block;
  }
  .products-lineup__item .text .name-en {
    font-size: 1.2rem;
    padding: 0 1rem 2px;
    display: inline-block;
    line-height: 20px;
    padding-top: 2px;
    margin-bottom: 1rem;
    letter-spacing: 0;
    border-radius: 0;
  }
  .products-lineup__item .text .name-ja {
    line-height: 1;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-family: "Lato","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
  }
  .products-lineup__item .text .desc {
    margin-bottom: 2.4rem;
    text-align: left;
    display: inline-block;
  }
  .products-lineup__item .more {
    width: 80px;
    height: 80px;
    top: calc(0% - 40px);
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .products-lineup__item .more span {
    font-size: 1.2rem;
    padding-top: 18px;
  }
  .products-lineup__item .more span:before {
    width: 35px;
  }
  .products-lineup__item .price-box {
    padding-top: 3rem;
    width: 85%;
  }
  .products-lineup__item .price-box:last-child {
    padding-bottom: 4rem;
  }
  .products-lineup__item .price-box .set p {
    line-height: 1;
    margin-bottom: .5rem;
    font-size: 1.4rem;
  }
  .products-lineup__item .price-box .set p.free {
    font-size: 1.2rem;
  }
  .products-lineup__item .price-box .price p span {
    font-size: 2rem;
  }
  .products-lineup__item .price-box .price p.color {
    font-size: 1.2rem;
  }
}
/*------------------ story ------------------*/
.story {
  margin-bottom: 12rem;
}
.story .more {
  border: solid #3E3F3D 1px;
  border-radius: 10em;
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
}
.story .more p {
  font-size: 1.8rem;
  line-height: 1;
}
.story .more p:after {
  content: "";
  width: 35px;
  height: 8px;
  background: url("../images/common/arrow.png") center/contain no-repeat;
  display: inline-block;
  margin-left: 1.5rem;
  margin-bottom: .4rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .story {
    margin-bottom: 6rem;
  }
  .story .more {
    width: 246px;
    padding: 1.4rem 0;
  }
  .story .more p {
    font-size: 1.5rem;
  }
  .story .more p:after {
    width: 30px;
    height: 7px;
    margin-left: 1.5rem;
    margin-bottom: .4rem;
  }
}
/*------------------ bottom-link ------------------*/
.bottom-link__box .text .text-inner .title {
  margin-bottom: 0;
}
.bottom-link__box .text .links .item ul:not(.btn) {
  margin-bottom: 1.5rem;
}
