@charset "UTF-8";
@keyframes down {
  100% {
    top: 0px;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*隕∫ｴ�繧貞ｷｦ縺ｮ譫�螟悶↓遘ｻ蜍�*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*隕∫ｴ�繧貞�縺ｮ菴咲ｽｮ縺ｫ遘ｻ蜍�*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*隕∫ｴ�繧貞承縺ｮ譫�螟悶↓遘ｻ蜍�*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*隕∫ｴ�繧貞�縺ｮ菴咲ｽｮ縺ｫ遘ｻ蜍�*/
    opacity: 1;
  }
}
/*縲Details豬√ｌ繧九ユ繧ｭ繧ｹ繝�END */
/* 繧ｫ繝ｩ繝舌Μ */
/* 繧ｫ繝ｩ繝ｼ */
/* start_area */
/* scroll */
/*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝繧ｦ繝ｳ蜈ｨ菴薙�蝣ｴ謇*/
/*Scroll繝�く繧ｹ繝医�謠丞�*/
/*鬮倥＆繝ｻ菴咲ｽｮ繝ｻ騾城℃縺悟､牙喧縺励※邱壹′荳翫°繧我ｸ九↓蜍輔￥*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* start_area END*/
/*2譛郁ｿｽ蜉�*/
/* 2022.4霑ｽ蜉� */
/* 繧ｫ繝ｼ繝医�繧ｿ繝ｳ */
/* 繧ｹ繝ｩ繧､繝画枚蟄� */
/*縺ｻ縺�*/
/* 5譛育音髮� */
.page #lp_wrap {
  padding: 0;
  background: #fff;
  color: #333333;
  box-sizing: border-box;
}
.page #lp_wrap p {
  line-height: 1.5;
}
.page #lp_wrap .masthead h1 {
  background: #eccfc1;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.page #lp_wrap .tltle_catch h2 {
  text-align: center;
  margin-bottom: 100px;
}
.page #lp_wrap .wrap_inner {
  width: 980px;
  margin: 0 auto;
}
.page #lp_wrap h2 {
  text-align: center;
}
.page #lp_wrap span {
  vertical-align: baseline;
}
.page #lp_wrap p.intro {
  padding: 60px 0 90px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
}
.page #lp_wrap .down {
  text-align: center;
  position: relative;
  top: -30px;
  animation-name: down;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.page #lp_wrap .df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.page #lp_wrap .fb {
  font-weight: bold;
}
.page #lp_wrap .btn-flat-border {
  background: #404f6f;
  padding: 4px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 5px;
}
.page #lp_wrap .m-icon {
  vertical-align: middle;
  padding-left: 5px;
}
.page #lp_wrap .product {
  position: relative;
  min-height: 95px;
  background: white;
  border: 1px solid #eccfc1;
  margin: 0;
  padding: 1% 3% 3%;
}
.page #lp_wrap .product li {
  padding-bottom: 5px;
}
.page #lp_wrap .product li a {
  font-size: 1.5rem;
  text-decoration: underline;
}
.page #lp_wrap .product li a:hover {
  color: #b4a76c;
}
.page #lp_wrap .product li .soldout {
  pointer-events: none;
}
.page #lp_wrap .product li .soldout span {
  pointer-events: none;
}
.page #lp_wrap .product li .soldout .price {
  color: red;
}
.page #lp_wrap .product li a.soldout:after {
  content: none;
}
.page #lp_wrap .cart_area {
  padding-top: 70px;
}
.page #lp_wrap .cart_area .product {
  width: 60%;
  margin-bottom: 30px;
}
.page #lp_wrap .cart_area .product + .product {
  margin-left: 20px;
}
.page #lp_wrap .pickup {
  background: #f9eee8;
  padding: 120px 0;
  margin-bottom: 150px;
}
.page #lp_wrap p.soldout_txt {
  margin-top: 10px;
  color: #8b8b8b;
  font-weight: bold;
}
.page #lp_wrap .insta_icon {
  background: #b4a76c;
  font-size: 1.2rem;
  padding: 3px 4px 2px 3px;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
}
.page #lp_wrap .toggle_contents p {
  font-size: 1.4rem;
}
.page #lp_wrap .tog_in_ttl {
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.page #lp_wrap .tog_in_txt a {
  text-decoration: underline;
  font-weight: bold;
  color: #ee7288;
}
.page #lp_wrap .color_wrap {
  text-align: center;
  margin-bottom: 90px;
}
.page #lp_wrap .co_wrap .co_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 36px;
}
.page #lp_wrap .co_wrap #tops01 .co_txt {
  padding: 0 70px 168px 80px;
  width: 300px;
}
.page #lp_wrap .co_wrap #tops02 .co_txt {
  width: 570px;
  margin: 40px auto 70px;
}
.page #lp_wrap .co_wrap + .co_wrap {
  margin-top: 150px;
}
.page #lp_wrap .co_wrap:last-of-type .upper_df {
  border-bottom: 1px solid #998463;
  padding-bottom: 140px;
}
.page #lp_wrap .color_wrap_h {
  padding: 0 calc((100% - 860px)/2);
  padding-bottom: 110px;
}
.page #lp_wrap .co_wrap03 .df {
  flex-wrap: wrap;
  justify-content: center;
}
.page #lp_wrap #co05 {
  margin-left: 70px;
  margin-bottom: 50px;
}
.page #lp_wrap #area_more {
  padding: 0px 6% 40px;
  padding: 0 6% 40px;
}
.page #lp_wrap #area_more h2 {
  padding: 60px 0 40px;
}
.page #lp_wrap .bottom_wrap h2 {
  padding: 60px 0 40px;
}
.page #lp_wrap .bottom_wrap .category {
  width: 23%;
  border: solid 2px #d0c0af;
}
.page #lp_wrap .bottom_wrap .category a {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: #d0c0af;
  padding: 3px 0 1px;
}
.page #lp_wrap .bottom_wrap .category a:hover {
  background: #fff;
  color: #d0c0af;
}
.page #lp_wrap .bottom_wrap .serif_ttl {
  color: #b5aea5;
}
.page #lp_wrap .wrap_listbtn a {
  position: relative;
  background: #7f6f63;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 18px 0;
  display: block;
  text-align: center;
  width: 550px;
  margin: 60px auto 100px;
}
.page #lp_wrap .wrap_listbtn .m-icon-arrow_right {
  position: absolute;
  top: 50%;
  right: 4%;
}
.page #lp_wrap #back_no {
  padding: 0px 6% 60px;
}
.page #lp_wrap #back_no .df {
  justify-content: flex-start;
}
.page #lp_wrap #back_no .df li:not(:last-child) {
  margin-right: 20px;
}
.page #lp_wrap #back_no .info {
  font-size: 1.8rem;
  padding-top: 50px;
  text-align: center;
}
.page #lp_wrap #back_no .info span {
  color: #ee7288;
  font-weight: bold;
}
.page #lp_wrap .alter {
  font-size: 1.2rem;
}
.page #lp_wrap #co01 .product {
  bottom: 6px;
}
.page #lp_wrap #co03 .product {
  bottom: 130px;
}
.page #lp_wrap .product_key {
  margin-top: 10px;
}
.page #lp_wrap .product_key h4 {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 5px;
}
.page #lp_wrap .product_key .keyword {
  background: #fff;
  font-size: 1.2rem;
  padding: 4px 6px;
  margin-right: 5px;
  display: inline-block;
}
.page #lp_wrap .product_key .keyword:hover {
  background: #b4a76c;
  color: #fff;
}
.page #lp_wrap .link_bnr {
  padding: 60px 6% 60px;
}
.page #lp_wrap .link_bnr h2 {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 10px;
}
.page #lp_wrap .link_bnr img {
  width: 60%;
  margin: 0 auto;
  height: auto;
  display: block;
}
.page #lp_wrap .hr_line {
  padding-top: 200px;
}
.page #lp_wrap .hr_line img {
  width: 100%;
}
.page #lp_wrap .hr_line h2 {
  font-size: 2.8rem;
}
.page #lp_wrap .style_wrap {
  padding-top: 160px;
  padding-top: 100px;
}
.page #lp_wrap .style_wrap:first-of-type {
  padding-top: 140px;
}
.page #lp_wrap .co_sub_ttl {
  margin-bottom: 40px;
}
.page #lp_wrap .w980 {
  width: 980px;
  margin: 0 auto;
}
.page #lp_wrap #chic2 {
  padding-bottom: 60px;
}
.page #lp_wrap .insta {
  font-size: 1.2rem;
}
.page #lp_wrap .insta a {
  text-decoration: underline;
}
.page #lp_wrap .item_annotation {
  text-align: center;
  margin: 100px auto 20px;
  line-height: 2;
  margin: 60px auto 0px;
}
.page #lp_wrap .product_img {
  margin-top: 10px;
}
.page #lp_wrap .product_cart {
  clear: both;
  margin-top: 20px;
}
.page #lp_wrap .product_cart:after {
  content: none;
}
.page #lp_wrap .content_product_name {
  font-size: 1.4rem;
  text-align: initial;
}
.page #lp_wrap .quick_cart_btn {
  background: #d7a899;
  background: #7f6f63;
  margin-top: 10px;
}
.page #lp_wrap .accordion_wrap {
  width: 850px;
  margin: 0 auto;
}
.page #lp_wrap .accordion_wrap .cart_area {
  padding-top: 0px !important;
}
.page #lp_wrap .var_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  background: #e9c8be;
  color: #fff;
  padding: 2px 0 1px;
  margin: 30px auto 10px;
}
.page #lp_wrap .product_more {
  display: none;
}
.page #lp_wrap .btn_more {
  position: relative;
  font-size: 1.5rem;
  border-radius: 2px;
  border-color: #494744;
  border-style: solid;
  border-width: 1px;
  color: #494744;
  padding: 6px 2.2rem 6px 1.7rem;
  margin-top: 3%;
  text-align: center;
}
.page #lp_wrap .btn_arrow {
  position: relative;
  font-size: 1.4rem;
  border-radius: 2px;
  background: #494744;
  color: #fff;
  padding: 1.7rem 2.2rem 1.7rem 1.7rem;
  width: 90%;
  margin: 10% auto;
}
.page #lp_wrap .icon_wrap {
  position: absolute;
  top: 50%;
  right: 6%;
}
.page #lp_wrap .icon_arap_arrow {
  position: absolute;
  top: 42%;
  right: 6%;
}
.page #lp_wrap .icon_plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333;
  transform: translateX(-50%);
}
.page #lp_wrap .icon_plus:after {
  top: -7px;
  left: -14px;
  transform: rotate(90deg);
}
.page #lp_wrap .active .icon_plus:after {
  display: none;
}
.page #lp_wrap .item_lineup .icon_wrap {
  position: absolute;
  top: 40%;
  right: 4%;
}
.page #lp_wrap .item_lineup .btn_more {
  background: #6b7978;
  color: #fff;
}
.page #lp_wrap .icon_arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #ffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page #lp_wrap .upper_df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.page #lp_wrap #ceremony04 .co_wrap:last-of-type .upper_df {
  padding-bottom: 160px;
}
.page #lp_wrap #ceremony05 .co_wrap:last-of-type .upper_df {
  border-bottom: none;
  padding-bottom: 0;
}
.page #lp_wrap .txt_wrap {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: center;
}
.page #lp_wrap #txt_wrap #lp_wrap .co_ttl {
  margin-bottom: 24px;
}
.page #lp_wrap .card_wrap {
  margin-bottom: 120px;
  margin-top: 80px;
}
.page #lp_wrap .card_wrap .btn_more:nth-of-type(2n) {
  margin-top: 10px;
}
.page #lp_wrap .swiper-container {
  width: 545px;
}
.page #lp_wrap #coat07 .wrap_swip02 .swiper-container {
  width: 550px;
}
.page #lp_wrap #coat09 .wrap_swip02 .swiper-container {
  width: 550px;
}
.page #lp_wrap .swiper02 {
  padding-bottom: 34px;
}
.page #lp_wrap .swiper02 .swiper-pagination-bullets {
  text-align: right;
}
.page #lp_wrap .swiper02 .swiper-pagination-bullet-active {
  background: #444;
}
.page #lp_wrap .swiper02 .swiper-pagination-w .swiper-pagination-bullet {
  background: #a79d8a;
  opacity: 1;
}
.page #lp_wrap .swiper02 .swiper-pagination-w .swiper-pagination-bullet-active {
  background: #fff;
}
.page #lp_wrap .swiper-custom-parent {
  width: 500px;
  position: relative;
}
.page #lp_wrap .swiper06 {
  width: 400px;
  padding: 10px;
}
.page #lp_wrap .swiper-button-next {
  top: 43%;
  width: 24px;
  height: 22px;
  background-size: 24px 20px;
}
.page #lp_wrap .swiper-button-next:after {
  font-size: 40px;
  color: #707070;
}
.page #lp_wrap .swiper-button-prev {
  top: 43%;
  width: 24px;
  height: 22px;
  background-size: 24px 20px;
}
.page #lp_wrap .swiper-button-prev:after {
  font-size: 40px;
  color: #707070;
}
.page #lp_wrap .wrap_swip02_big {
  position: relative;
}
.page #lp_wrap .cp_name {
  width: 9.5%;
  position: absolute;
  bottom: 64px;
  left: 7%;
  font-size: 1.8rem;
  z-index: 10;
}
.page #lp_wrap .cp_name_r {
  left: auto;
  right: 7%;
}
.page #lp_wrap .swiper-custom-parent-07 {
  width: 980px;
  margin: 0 auto;
}
.page #lp_wrap #swiper07 {
  width: 100%;
  margin: 0px 0 40px;
  padding: 45px 0;
  overflow: hidden;
}
.page #lp_wrap #swiper07 .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.8);
}
.page #lp_wrap #swiper07 .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
  box-sizing: border-box;
}
.page #lp_wrap #swiper07 .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}
.page #lp_wrap #swiper07 .swiper-slide-active .slide-txt {
  display: block;
}
.page #lp_wrap #tops11 {
  padding-bottom: 0;
}
.page #lp_wrap .pop {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: fadein 2s ease infinite;
  animation: fadein 2s ease infinite;
  z-index: 1;
}
.page #lp_wrap .pop .pop_txt {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateY(-50%) translateX(-50%);
  color: #111;
  font-size: 13px;
  padding: 0;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  font-weight: bold;
}
.page #lp_wrap .ttl_img {
  margin-bottom: 25px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 5.3333333333vw !important;
  margin-bottom: 5rem;
  margin-left: 28rem;
}
.page #lp_wrap .ttl_img > span {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  align-items: center;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  position: relative;
  overflow: hidden;
}
.page #lp_wrap .Text-Span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  margin-top: 20px;
}
.page #lp_wrap .Text-Span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 0%;
  height: 2px;
  background: #111;
  z-index: -1;
  transition: all 1s;
  transition-timing-function: ease-in;
  transition-delay: 0.7s;
}
.page #lp_wrap .Text-Span.isActive:before {
  width: 100%;
}
.page #lp_wrap .slide-in-wrap {
  font-size: 1.3rem;
  margin: 40px auto 50px;
  overflow: hidden;
}
.page #lp_wrap .slide-in {
  overflow: hidden;
  display: inline-block;
}
.page #lp_wrap .slide-in_inner {
  display: inline-block;
  text-decoration: underline dotted #999;
  font-size: 1.8rem;
  line-height: 2.2;
  text-underline-offset: 0.3em;
}
.page #lp_wrap .leftAnime {
  opacity: 0;
}
.page #lp_wrap .slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.page #lp_wrap .slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}
.page #lp_wrap .color_var_area {
  display: flex;
  margin-left: 15px;
}
.page #lp_wrap .color_var_area .color {
  width: 2rem;
  height: 2rem;
  margin-top: 5px;
}
.page #lp_wrap .color_var_area .color_name {
  text-decoration: underline;
  margin: 3px 4px 0 5px;
  font-size: 1.8rem;
}
.page #lp_wrap .clolr_title {
  margin-top: 1px;
}
.page #lp_wrap .val_black {
  background: #010101;
}
.page #lp_wrap .val_camel {
  background: #e0bd99;
}
.page #lp_wrap .color_btn {
  transform: translateY(60%);
  background: #fff;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #38302e;
  border-radius: 50%;
}
.page #lp_wrap .color_btn:before {
  display: block;
  content: '';
  background-color: #38302e;
  position: absolute;
  width: 5px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 5px;
}
.page #lp_wrap .toggle_title.selected .color_btn:before {
  content: normal;
}
.page #lp_wrap #coat01 {
  margin-top: 200px;
}
.page #lp_wrap .coat_ttl {
  margin-bottom: 15px;
}
.page #lp_wrap .scroll {
  position: relative;
  padding-top: 30px;
}
.page #lp_wrap .scrolldown1 {
  position: absolute;
  left: 50%;
  height: 50px;
}
.page #lp_wrap .scrolldown1 span {
  position: absolute;
  left: -17px;
  top: -16px;
  color: #444;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.page #lp_wrap .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #555;
  animation: pathmove 1.5s ease-in-out infinite;
  opacity: 0;
}
.page #lp_wrap .nav {
  margin: 0 auto;
}
.page #lp_wrap .style_ttl {
  margin: 0px auto 100px;
  padding: 0px 0 20px;
  background: -webkit-linear-gradient(#fff 24px, #f5d29a 0%);
  background: -o-linear-gradient(#fff 24px, #f5d29a 0%);
  background: linear-gradient(#fff 24px, #f5d29a 0%);
}
.page #lp_wrap .suit_ttl {
  text-align: center;
}
.page #lp_wrap .suit_ttl_j {
  text-align: center;
  font-size: 20px;
}
.page #lp_wrap .card_wrap_r .upper_df {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page #lp_wrap .card_wrap_r .zoom_img {
  left: -50px;
}
.page #lp_wrap .func_wrap {
  justify-content: flex-start;
  margin-top: 30px;
  justify-content: center;
  margin-bottom: 80px;
}
.page #lp_wrap .function {
  margin-right: 20px;
  margin-right: 0;
}
.page #lp_wrap .function img {
  display: block;
  width: 100%;
  height: auto;
}
.page #lp_wrap .function + .function {
  margin-left: 30px;
}
.page #lp_wrap .f_setup {
  width: 14.7%;
}
.page #lp_wrap .f_wash {
  width: 16%;
}
.page #lp_wrap .f_2strech {
  width: 13%;
}
.page #lp_wrap .f_strech {
  width: 13%;
}
.page #lp_wrap .f_uv {
  width: 13.2%;
}
.page #lp_wrap .f_ice {
  width: 12.4%;
}
.page #lp_wrap .f_water {
  width: 13%;
}
.page #lp_wrap .co_txt_setup {
  font-size: 1.4rem;
  padding-top: 1rem;
}
.page #lp_wrap .pickup_points {
  background: linear-gradient(180deg, #fff 35px, #f0f5f5 0);
  padding-bottom: 60px;
}
.page #lp_wrap .pickup_points img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.page #lp_wrap .point_item {
  margin: 40px auto;
  width: 225px;
}
.page #lp_wrap .point_ttl {
  margin: 0 auto 30px;
  text-align: center;
}
.page #lp_wrap .point_ttl img {
  padding-bottom: 10px;
}
.page #lp_wrap .point_wrap {
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.page #lp_wrap .point_detail {
  width: 30%;
  margin-bottom: 20px;
  position: relative;
  width: 325px;
  position: relative;
  margin-bottom: 0;
}
.page #lp_wrap .point_detail + .point_detail {
  margin: -135px 0 0 450px;
}
.page #lp_wrap .point_txt {
  padding-top: 10px;
}
.page #lp_wrap #phase02 > .pickup_points > ul.point_wrap:nth-child(5) {
  flex-wrap: nowrap;
  width: 980px;
  justify-content: space-between;
}
.page #lp_wrap #phase02 > .pickup_points > ul.point_wrap:nth-child(5) > .point_detail {
  width: 23.5%;
  margin: 0;
}
.page #lp_wrap .co_idea {
  background: #f7f1ef;
  padding: 70px 0 10px;
}
.page #lp_wrap .ci_ttl {
  width: 78%;
  margin: 0 auto;
  text-align: center;
}
.page #lp_wrap .co_intro {
  text-align: center;
  letter-spacing: 0.15rem;
  padding-bottom: 1rem;
}
.page #lp_wrap .st_ttl {
  font-size: 2rem;
  padding: 20px 0 10px;
}
.page #lp_wrap .st_item {
  padding-bottom: 5px;
}
.page #lp_wrap .st_item a {
  text-decoration: underline;
}
.page #lp_wrap .type_box {
  justify-content: flex-start;
}
.page #lp_wrap .type_ttl {
  margin-right: 30px;
  font-weight: bold;
  padding-top: 12px;
  font-size: 24px;
}
.page #lp_wrap .chip_list {
  margin-right: 10px;
}
.page #lp_wrap .type_chip {
  margin-right: 32px;
  flex-direction: column;
  align-items: center;
}
.page #lp_wrap .chip_detail {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #f5ece0;
}
.page #lp_wrap .chip_n {
  background: #252538;
}
.page #lp_wrap .chip_b {
  background: #dcb692;
}
.page #lp_wrap .chip_img {
  width: 65px;
  height: auto;
}
.page #lp_wrap .type_name {
  font-size: 14px;
  padding-top: 5px;
}
.page #lp_wrap .type_annotation {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-left: 1rem;
  text-indent: -1rem;
}
.page #lp_wrap .type_wrap {
  margin: 30px auto 120px;
  padding: 0 calc((100% - 560px)/2);
}
.page #lp_wrap .co_txt {
  line-height: 2;
  font-size: 1.6rem;
}
.page #lp_wrap .co_txt_top {
  line-height: 2.2;
  font-size: 1.6rem;
  text-decoration: dotted underline #eccfc1 1.2px;
  text-underline-offset: 5px;
}
.page #lp_wrap #theme02 .quick_cart_btn {
  background: #b0d1a3;
}
.page #lp_wrap #theme02 .style_ttl {
  background: linear-gradient(180deg, #fff 24px, #c3daba 0%);
}
.page #lp_wrap #theme02 .color_var {
  margin-top: 120px;
}
.page #lp_wrap #theme03 .quick_cart_btn {
  background: #adcce4;
}
.page #lp_wrap #theme03 .style_ttl {
  background: linear-gradient(180deg, #fff 24px, #b7d0e3 0%);
}
.page #lp_wrap #theme03 .txt_wrap {
  margin: 0 auto 70px;
  width: 640px;
}
.page #lp_wrap #theme03 .ttl_no {
  text-align: center;
}
.page #lp_wrap #theme03 .ttl_jp {
  text-align: center;
}
.page #lp_wrap .img_wrap {
  position: relative;
}
.page #lp_wrap .img_wrap img {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  transition-delay: 0.5s;
}
.page #lp_wrap .img_wrap:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  right: 0;
  top: 0;
  transition: opacity 1.5s ease-in-out;
}
.page #lp_wrap .img_wrap.action:before {
  opacity: 0;
}
.page #lp_wrap .img_wrap.action img {
  opacity: 1;
}
.page #lp_wrap .ttl_img.action {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page #lp_wrap .ttl_img.action > span {
  transform: translate(0, 0);
}
.page #lp_wrap .main_img {
  padding: 0 20px 0;
  margin-bottom: 10%;
}
.page #lp_wrap .main_img_01 {
  margin-bottom: 10%;
  width: 90%;
  height: auto;
}
.page #lp_wrap .main_img_02 {
  margin-bottom: 10%;
  width: 70%;
  height: auto;
}
.page #lp_wrap .limited_color {
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 20px;
}
.page #lp_wrap .limited_icon {
  margin-bottom: 10px;
}
.page #lp_wrap .img_wrap_sub {
  margin: 0 auto;
  height: 542px;
}
.page #lp_wrap .color_var {
  margin: 90px auto 0px;
}
.page #lp_wrap .color_var_wrap {
  justify-content: center;
  justify-content: space-between;
  width: 680px;
  margin: 0 auto;
}
.page #lp_wrap #tops03 .point_ttl {
  margin-bottom: 20px;
}
.page #lp_wrap #tops03 .color_var_detail {
  position: relative;
}
.page #lp_wrap #tops03 .pop_limited {
  bottom: -42px;
  left: -45px;
}
.page #lp_wrap #tops03 .points {
  background: #f8f2f5;
}
.page #lp_wrap #tops03 .point_detail_r {
  margin-left: auto;
  margin-right: 80px;
}
.page #lp_wrap #tops03 .point_detail_l .point_pop {
  right: -30%;
  top: 10px;
}
.page #lp_wrap #tops04 .point_ttl {
  margin-bottom: 20px;
}
.page #lp_wrap #tops04 .color_var_detail {
  position: relative;
}
.page #lp_wrap #tops04 .pop_limited {
  bottom: -42px;
  left: -45px;
}
.page #lp_wrap #tops04 .point_detail_r {
  margin-left: 80px;
}
.page #lp_wrap #tops04 .point_detail_l .point_pop {
  right: -30%;
  top: 20px;
}
.page #lp_wrap .color_var_detail {
  position: relative;
}
.page #lp_wrap .pop_limited {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 4px solid #d1c8c0;
  top: auto;
  bottom: -33px;
  left: -15px;
}
.page #lp_wrap .pop_limited .pop_c {
  font-size: 16px;
  top: 52%;
  color: #88827d;
}
.page #lp_wrap .cv_navy .pop_limited {
  border: 4px solid #67768d;
}
.page #lp_wrap .cv_navy .pop_limited .pop_c {
  color: #263c5d;
}
.page #lp_wrap .cv_blue .pop_limited {
  border: 4px solid #cbebe9;
}
.page #lp_wrap .cv_blue .pop_limited .pop_c {
  color: #8bd8d2;
}
.page #lp_wrap .cv_green .pop_limited {
  border: 4px solid #d3dcc9;
}
.page #lp_wrap .cv_green .pop_limited .pop_c {
  color: #b1c09d;
}
.page #lp_wrap .cv_brown .pop_limited {
  border: 4px solid #b6ab9e;
}
.page #lp_wrap .cv_brown .pop_limited .pop_c {
  color: #746a58;
}
.page #lp_wrap .cv_black .pop_limited {
  border: 4px solid #696969;
}
.page #lp_wrap .cv_black .pop_limited .pop_c {
  color: #2b2c2c;
}
.page #lp_wrap #tops02 .pop_limited {
  bottom: -18px;
  left: 10px;
}
.page #lp_wrap #tops02 .points {
  background: #f3f7f3;
}
.page #lp_wrap #tops02 .point_detail_r {
  margin-left: 80px;
}
.page #lp_wrap #tops02 .point_detail_l .point_pop {
  right: -25%;
  top: 20px;
}
.page #lp_wrap .points {
  background: #f1f4f8;
  padding: 80px calc((100% - 980px)/2) 70px;
  margin-top: -200px;
}
.page #lp_wrap #tops01 .points {
  margin-top: -100px;
}
.page #lp_wrap .point_detail_r {
  margin-left: 45px;
}
.page #lp_wrap .point_pop {
  position: absolute;
  top: -30px;
  left: -40px;
}
.page #lp_wrap #theme01 {
  padding-top: 140px;
}
.page #lp_wrap .nav_ttl {
  margin: 0px auto 36px;
}
.page #lp_wrap .ttl_no {
  margin: 0 auto 10px;
}
.page #lp_wrap .ttl_jp {
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin: 0 0 30px;
}
.page #lp_wrap .ttl_jp_pick {
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.page #lp_wrap .ttl_Serif {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 3.5rem;
  text-align: center;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
.page #lp_wrap .ttl_Serif_pick {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 3rem;
  text-align: center;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
.page #lp_wrap .ttl_Serif_pick_c {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 3rem;
  text-align: center;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px 0 30px;
}
.page #lp_wrap .ttl_jp_point {
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  font-size: 3rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin: 0 0 50px;
}
.page #lp_wrap #tops01-3 .ttl_jp {
  letter-spacing: 0.05em;
}
.page #lp_wrap .zoom_img {
  position: absolute;
  right: -50px;
  bottom: -32px;
}
.page #lp_wrap .zoom_img_r {
  left: auto;
  right: 5%;
}
.page #lp_wrap #tops03-1 .zoom_img {
  left: auto;
  right: -54px;
  bottom: -128px;
}
.page #lp_wrap #tops03-1 .color_var {
  margin-top: 160px;
}
.page #lp_wrap #tops03-1 .upper_df {
  justify-content: flex-start;
}
.page #lp_wrap #tops03-3 {
  margin-bottom: 10px;
}
.page #lp_wrap #tops01-1 .color_var_wrap {
  width: 900px;
}
.page #lp_wrap .img_wrap_1w img {
  margin-right: 4px;
}
.page #lp_wrap .saleproduct.price {
  font-size: 1.6rem;
}
.page #lp_wrap #point_1 .txt_wrap {
  margin-top: 50px;
}
.page .fadein {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1000ms;
}
.page .fadein.fadein02 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.page .fadein.fadein03 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1000ms;
}
.page .fadein.fadein04 {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1000ms;
}
.page .fadein.isAnimate {
  opacity: 1;
  transform: translate(0, 0);
}
.page .toggle_contents {
  padding-top: 20px;
}
.page .toggle_contents dd {
  display: none;
  background: #ffffffc2;
  padding: 10px;
}
.page .toggle_title {
  position: relative;
  font-size: 1.4rem;
  padding: 10px 0 10px 20px;
}
.page .toggle_btn {
  display: inline-block;
  top: 50%;
  left: 0;
  padding-left: 20px;
  transform: translateY(-50%);
  color: #333;
  text-decoration: none;
  position: absolute;
}
.page .toggle_btn:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #645e5c;
  border-right: solid 2px #645e5c;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  transform: rotate(45deg);
}
.page .toggle_title.selected .toggle_btn:before {
  border-top: solid 2px #645e5c;
  border-bottom: 0;
  margin-top: -4px;
  transform: rotate(-45deg);
}
.page .toggle_title.selected .color_btn:before {
  content: normal;
}
.page .item {
  display: flex;
  justify-content: center;
}
.page .tops01_area {
  display: flex;
  margin: 55px auto 30px;
  justify-content: center;
}
.page .tops02_area_img {
  width: 850px;
  display: flex;
  margin: 0 auto 40px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page .tops_odd_area {
  display: flex;
  width: 850px;
  margin: 100px auto 40px;
  justify-content: space-between;
}
.page .tops_odd_area_l {
  width: 395px;
}
.page .tops_odd_area_l .co_ttl {
  margin-top: 30px;
}
.page .tops_odd_area_l .co_txt {
  margin-top: 35px;
}
.page .tops_even_area {
  display: flex;
  width: 850px;
  margin: 100px auto 40px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page .tops_even_area_r {
  width: 395px;
}
.page .tops_even_area_r .co_ttl {
  margin-top: 30px;
}
.page .tops_even_area_r .co_txt {
  margin-top: 35px;
}
.page .c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000000000000004764729344;
}
.page .c-modal_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}
.page .c-modal_content {
  background: #fff;
  position: absolute;
  width: 40%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  padding: 15px 20px 40px 20px;
  text-align: center;
}
.page .c-modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: url(/user_data/packages/sphone/img/common/img_common_modal_closeButton.svg) no-repeat;
  z-index: 100;
}
.page .product_cart {
  justify-content: space-between;
  margin-top: 10px;
}
.page .product_cart:after {
  content: none;
}
.page .cart_area {
  width: 600px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  text-align: center;
}
.page .cart_area .product {
  width: 40%;
  margin-bottom: 30px;
}
.page .saleproduct.price {
  color: #dc3433;
  margin-left: 10px;
}
.page button[type="submit"].quick_cart_btn {
  font-size: 1.3rem;
  border-radius: 0;
  color: #fff;
  padding: 11px 0;
  text-align: center;
  width: 100%;
}
.page select.m-dropdown_select {
  padding: 9px 20px;
  width: 100%;
}
.page .m-btn_fleft {
  float: left;
  width: 48% !important;
}
.page .m-dropdown {
  position: relative;
  width: 100%;
  font-size: 1.3rem;
  text-align: -webkit-center;
  text-align: center;
  border: 1px solid #949bb7;
  border-radius: 0px;
  background: #fff;
}
.page .lp-dropdown_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  position: relative;
  z-index: 2;
}
.page .m-btn_fright {
  float: right;
  width: 48% !important;
}
.page .web_price {
  color: #dd3535;
}
.page .price_area {
  padding: 0 20px;
  text-align: right;
}
.page .price {
  text-align: right;
  color: #dd3535;
  font-weight: bold;
}
.page .bl-hot {
  margin-bottom: 35px;
}
.page .price_section {
  margin-bottom: 2px;
}
.page .modal_wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999999;
}
.page .modal_regist_finish {
  position: absolute;
  top: 43%;
  left: 52%;
  margin-left: -260px;
  margin-top: -50px;
  background: #fff;
  border-radius: 6px;
  padding: 26px 20px 14px;
  width: 440px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.page .modal_btn_arr {
  display: block;
  width: 50%;
  padding: 4px;
  margin: 0 auto;
}
.page .regist_finish_text {
  font-size: 1.6rem;
  color: #000;
  padding-bottom: 6%;
}
.page .regist_finish_text2 {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 26px;
}
.page #modal-close {
  background: #004990;
}
.page .modal_btn_cart {
  font-size: 1.3rem;
  color: #004990;
  cursor: pointer;
  border: solid 1px #004990;
  border-radius: 3px;
}
.page #tops01 .serch_btn {
  border: 2px solid #728059;
  color: #728059;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}
.page #tops03 .serch_btn {
  border: 2px solid #728059;
  color: #728059;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}
.page #tops05 .serch_btn {
  border: 2px solid #728059;
  color: #728059;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}
.page #tops07 .serch_btn {
  border: 2px solid #728059;
  color: #728059;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}
.page #tops09 .serch_btn {
  border: 2px solid #728059;
  color: #728059;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}
.page #tops11 .serch_btn {
  border: 2px solid #728059;
  color: #728059;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}
.page #tops02 .serch_btn {
  border: 2px solid #606780;
  color: #606780;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  margin-top: 40px;
}
.page #tops02 .serch_btn::after {
  border-top: 2px solid #606780;
  border-right: 2px solid #606780;
}
.page #tops04 .serch_btn {
  border: 2px solid #606780;
  color: #606780;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  margin-top: 40px;
}
.page #tops04 .serch_btn::after {
  border-top: 2px solid #606780;
  border-right: 2px solid #606780;
}
.page #tops06 .serch_btn {
  border: 2px solid #606780;
  color: #606780;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  margin-top: 40px;
}
.page #tops06 .serch_btn::after {
  border-top: 2px solid #606780;
  border-right: 2px solid #606780;
}
.page #tops08 .serch_btn {
  border: 2px solid #606780;
  color: #606780;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  margin-top: 40px;
}
.page #tops08 .serch_btn::after {
  border-top: 2px solid #606780;
  border-right: 2px solid #606780;
}
.page #tops10 .serch_btn {
  border: 2px solid #606780;
  color: #606780;
  padding: 10px;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  margin-top: 40px;
}
.page #tops10 .serch_btn::after {
  border-top: 2px solid #606780;
  border-right: 2px solid #606780;
}
.page .btn_arrow {
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.4rem;
  text-align: center;
}
.page .btn_arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.page .btn_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.page .serch_btn::after {
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #728059;
  border-right: 2px solid #728059;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page .modal_btn {
  background: #b4a76c;
  color: #fff;
  padding: 10px;
  width: 60%;
  margin: 0 auto;
}
.page .modal_btn::after {
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page .w980 {
  width: 980px;
  margin: 0 auto;
}
.page .icon_plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333;
  transform: translateX(-50%);
}
.page .fade {
  opacity: 0;
  transition: all 1000ms ease-in;
  transition-delay: 0.5s;
}
.page .fade.isfade {
  opacity: 1;
}
.page .swiper-container-rtl .swiper-button-prev:after {
  font-size: 40px;
  color: #707070;
}
.page .swiper-container-rtl .swiper-button-next:after {
  font-size: 40px;
  color: #707070;
}
.page #swiper07 .swiper-slide .slide-txt {
  display: none;
}
.page #swiper07 .swiper-slide-active img {
  border: 2px solid #666;
}
.page .swiper-custom-parent-07 .swiper-button-next {
  top: 58vw;
  --swiper-navigation-color: #444 !important;
  right: calc(50% - 205px);
}
.page .swiper-custom-parent-07 .swiper-button-prev {
  top: 58vw;
  --swiper-navigation-color: #444 !important;
  left: calc(50% - 210px);
}
.page .features_wrap {
  padding-bottom: 100px;
}
.page .features_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page .features_list li {
  width: 24%;
  position: relative;
  margin-bottom: 20px;
}
.page .features_list li img {
  display: block;
  width: 100%;
}
.page .features_list li p {
  font-size: 1.4rem;
  padding-top: 1rem;
}
.page .serif_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
  font-size: 3.8rem;
}
.page .serif_ttl span {
  font-size: 2rem;
  padding-left: 2rem;
}
.page .item_annotation {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: -50px;
}
.page #sec_item .pop {
  background-color: #0f2350;
  top: 5%;
  left: 3%;
  right: auto;
}
.page #sec_item .pop .pop_txt {
  font-size: 11px !important;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.3;
  top: 22%;
  left: 49%;
}
.page .color_btn:after {
  display: block;
  content: '';
  background-color: #38302e;
  position: absolute;
  width: 5px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page .start_area {
  background: #F7F4EF;
  padding-bottom: 30px;
}
