@charset "UTF-8";

/* CSS Document */


html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.mt {
  margin-top: 20px;.
}

/******************
Header
******************/
.l-Header {
  font-size: 12px;
}

.title-h1 {
  padding: 8px 12px;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .2em;
}

.Header-2 {
  width: auto;
}

.Header-2 li {
  padding: 0 20px;
  letter-spacing: .1em;
  border-right: 1px solid #fff;
  line-height: 1;
}

.Header-2 li:last-child {
  border: none;
}

.c-logo {
  padding: 20px 0;
}

.c-logo-txt {
  padding-top: 8px;
  display: block;
  text-align: center;
  letter-spacing: .2em;
  line-height: 1;
  color: var(--blue);
}

.l-Header-4 {
  width: auto;
}

.l-Header-4 span {
  display: block;
  text-align: center;
}

.l-Header-4 img {
  margin: 0 auto;
  display: block;
}

.l-Header-4 li:nth-child(1),
.l-Header-4 li:nth-child(2) {
  margin-top: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 1030px) {
  .l-main-navi {
    display: none !important;
  }
}

.l-Header-5 {
  border-radius: 30px;
  font-size: 14px;
  overflow: hidden;
}

.l-Header-5 li {
  text-align: center;
  width: calc(100% / 6);
  font-weight: 700;
}

.l-Header-5 li a {
  padding: 23px 0;
  display: block;
  line-height: 1;
  color: var(--blue);
}

.l-Header-7 {
  margin: 25px 0 10px 0;
  background-image: url(../img/bg-01.jpg);
}

.l-Header-7 li {
  padding: 20px 10px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  position: relative;
  width: 25%;
}

.c-point {
  font-size: 24px;
  line-height: 1;
  color: #b38e40;
  letter-spacing: .025em;
  display: block;
  position: absolute;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-Header-7 .blue {
  font-size: 16px;
}

.l-Bnr-01 {
  width: 61.66%;
}

.l-Bnr-02 {
  width: 37.5%;
}

.l-Bnr-02 a {
  display: block;
  margin-bottom: 2%;
}

.l-Bnr-02 a:last-child {
  margin: 0;
}

.title-h2-01,
#main_column h2.title-h2-01,
#main_column h3.title-h2-01 {
  margin: 15px 0;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1;
  border-radius: 45px;
  border: none;
}

.c-Search-00 {
  margin-bottom: 70px;
  padding-top: 30px;
}

.c-Search-01 {
  width: 37.5%;
}

.c-Search-02 {
  width: 61.66%;
}

input.keyword {
  display: block;
  width: 100%;
  padding: 0 45px 0 10px;
  height: 44px;
  line-height: 44px;
  outline: none;
  border-radius: 20px;
  border-color: var(--blue);
}

.c-Search-form {
  position: relative;
}

.c-Search-form button[type="submit"] {
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow-r-list li {
  padding: 0 23px;
  background-image: url(../img/ico-arrow-r.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
}

.arrow-r-list li:last-child {
  padding-right: 0;
}

.c-Search-02 li a {
  margin: 5px 5px 5px 0;
  padding: 13px 25px;
  display: block;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1;
  color: var(--blue);
}

.title-h2-02,
#main_column h2.title-h2-02 {
  margin: 0 0 35px 0;
  padding-top: 45px;
  font-size: 36px;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1;
  border-bottom: none;
}

.title-h2-02 span,
#main_column h2.title-h2-02 span {
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: .2em;
}

.c-item--list li {
  width: 18.75%;
  position: relative;
  margin-right: 1.5%;
  padding-top: 3px;
}

.c-Favorite-00 .newitem-slider .swiper-slide {
  padding-top: 3px;
}

.c-item--list li:nth-child(5n) {
  margin-right: 0;
}

.c-item--txt {
  padding-top: 15px;
  display: block;
}

.c-item--list li img,
.c-Favorite-00 .c-item--list .c-item-list__item img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.c-Favorite-00 .c-item--list .c-item-list__item:before,
.c-item--list li:before {
  content: "";
  width: 25px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
}

.c-item--list li:nth-child(1):before,
.c-Favorite-00 .c-item--list .c-item-list__item:nth-child(1):before {
  background-image: url(../img/ico-rank-01.png);
}

.c-item--list li:nth-child(2):before,
.c-Favorite-00 .c-item--list .c-item-list__item:nth-child(2):before {
  background-image: url(../img/ico-rank-02.png);
}

.c-item--list li:nth-child(3):before,
.c-Favorite-00 .c-item--list .c-item-list__item:nth-child(3):before {
  background-image: url(../img/ico-rank-03.png);
}

.c-item--list li:nth-child(4):before,
.c-Favorite-00 .c-item--list .c-item-list__item:nth-child(4):before {
  background-image: url(../img/ico-rank-04.png);
}

.c-item--list li:nth-child(5):before,
.c-Favorite-00 .c-item--list .c-item-list__item:nth-child(5):before {
  background-image: url(../img/ico-rank-05.png);
}

#main_column .raku2_recommend_list .raku2_productImage {
  margin-bottom: 0;
}

.c-Favorite-00 .newitem-slider .swiper-slide {
  text-align: left;
}

/******************
side
******************/
.l-Side-menu {
  width: 240px;
}

.l-Side-menu a {
  color: var(--blue);
}

.l-Contents {
  /*width: 900px;
  max-width: calc(100% - 20px - 240px);*/
}

.Main-Contents {
  margin-top: 75px;
}

.c-Side-menu-01 {
  padding-bottom: 30px;
}

.c-Side-menu-01 li {
  margin-bottom: 15px;
}

.l-Side-menu .title-h2-02 {
  border: none;
}

.c-Side-menu-03 li {
  margin-bottom: 15px;
}

.c-Side-menu-03 li:last-child {
  margin-bottom: 0;
}

.c-Side-menu-03 li span {
  padding: 15px 0 15px 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.c-Side-menu-04 li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1;
}

.c-Side-menu-04 li:last-child {
  margin-bottom: 0;
}

.c-Side-menu-05 li {
  margin-bottom: 15px;
}

/******************
Contents
******************/
#main_column h2.title-h2-02 span.title-h2-02-sub {
  color: #b38e40;
  font-size: 50px;
  letter-spacing: .05em;
}

#main_column h2.title-h2-02 span.title-h2-02-sub + span {
  padding-top: 25px;
}

.title-h3-01 {
  margin: 0 0 12px;
  padding: 28px 0 0 0;
  font-size: 42px;
  line-height: 1;
}

.p-welcome-00 {
  position: relative;
}

.p-welcome-00:before {
  content: "";
  display: block;
  background-image: url(../img/main-visual-obj.png);
  background-size: 100%;
  width: 245px;
  height: 325px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-welcome-01,
.p-welcome-02 {
  padding: 0 0 30px 32px;
}

.p-welcome-list {
  font-size: 18px;
  font-weight: 700;
}

.p-welcome-01 p {
  margin-bottom: 20px;
}

.p-welcome-list li {
  margin-right: 15px;
  line-height: 1;
}

.p-welcome-list span {
  padding-right: 10px;
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
}

.p-welcome-txt {
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}

.p-welcome-txt .din {
  font-size: 36px;
}

.p-welcome-txt1 {
  margin-bottom: 10px;
  font-size: 12px;
}

.p-welcome-txt2 {
  margin: 0;
  font-weight: bold;
  font-size: 16px
}

.p-welcome-txt3 {
  margin: 10px 0 20px 0;
  padding-bottom: 20px;
}

.p-welcome-wrap .p-welcome-txt3:last-child {
  border-bottom: 0;
}

.p-welcome-wrap {
  margin-top: 20px;
  padding-right: 245px;
}

.p-minibnr.mb80 {
  margin-bottom: calc(80px - 2%);
}

.p-minibnr li {
  width: 49%;
  margin-bottom: 2%;
}

.p-cat-txt1 {
  padding-bottom: 18px;
  margin-bottom: 18px;
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-category-list li {
  margin-right: 2%;
  width: 32%;
}

.p-category-list a {
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: var(--blue);
  display: block;
  height: 100%;
}

.p-category-list li:nth-child(3n) {
  margin-right: 0;
}

.p-ranking-- .title-h2-01 {
  margin-bottom: 30px;
}

.p-ranking-- .c-item--list li {
  margin-bottom: 30px;
  margin-right: 1.3%;
  width: 23.61%;
}

.c-more-link-wrap {}

a.c-more-link {
  margin: 0 auto;
  padding: 15px 0;
  width: 240px;
  display: block;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: var(--blue);
}

.c-more-link:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico-arrow-r.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px;
}

.mb80 {
  margin-bottom: 80px;
}

.p-choose-list li {
  margin: 0 2% 0 1%;
  padding: 40px 12px 10px 12px;
  width: 30%;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-position: center top;
  background-size: 100%;
  border-radius: 20px;
}

.p-choose-list-top {
  height: 140px;
  text-align: center;
}

.p-choose-list-bottom {
  padding-top: 15px;
}

.p-choose-list li:nth-child(2n) {
  margin: 0 2.5%;
}

.p-choose-list li:nth-child(3n) {
  margin-right: 1%;
}

.p-choose-list-n {
  font-weight: 700;
  font-size: 36px;
}

.p-choose-list li:nth-child(1) {
  background-image: url(../img/bg-choice-01.jpg);
}

.p-choose-list li:nth-child(2) {
  background-image: url(../img/bg-choice-02.jpg);
}

.p-choose-list li:nth-child(3) {
  background-image: url(../img/bg-choice-03.jpg);
}

.p-choose-list-txt {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.p-for-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.p-for-list li:nth-child(3n) {
  margin-right: 0;
}

.p-for-list {
  margin-bottom: -30px;
}

.p-shop-list {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.p-shop-list a {
  color: var(--blue);
}

.p-shop-list li {
  margin-bottom: 15px;
  padding: 10px;
  width: 49%;
  border-radius: 20px;
}

.p-shop-list li img {
  border-radius: 20px;
}

.p-shop-list-left {
  margin-right: 4%;
  width: 46%;
}

.p-shop-list-right {
  width: 50%;
}

.p-shop-list-txt01 {
  padding-top: 18px;
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

.p-shop-list-txt02 {
  padding: 10px 0 14px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.p-shop-list-txt03 {
  margin: 10px 0 15px;
  display: block;
}

.p-shop-list-txt04 {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}

.p-shop-list-txt04:after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico-arrow-r.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px;
}

.p-column-list {
  margin-bottom: 30px;
}

.p-column-list li {
  margin-right: 2%;
  padding: 25px;
  width: 32%;
}

.p-column-list li:nth-child(3n) {
  margin-right: 0;
}

.p-column-list-img {
  display: block;
  padding-bottom: 25px;
}

.p-column-list-txt01 {
  padding-top: 15px;
  display: block;
  font-size: 10px;
  color: #707381;
}

.p-info-warp {
  padding: 0 50px;
}

.p-info-warp li {
  padding: 15px 0;
  border-bottom: 1px solid #c5c5c5;
  font-size: 16px;
}

.p-info-warp li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.p-info-warp li:nth-child(1) {
  padding-top: 0;
}

.p-info-day {
  width: 160px;
}

.p-info-title {
  width: calc(100% - 160px);
}

.p-bottom-list {
  padding: 25px;
  text-align: left;
}

.p-bottom--l {
  width: 45%;
  padding-right: 23px;
}

.p-bottom--r {
  width: 55%;
}

.p-bottom-list-left {
  width: 175px;
}

.p-bottom-bottom-right {
  padding-left: 25px;
  width: calc(100% - 175px);
}

.p-bottom-list-txt01 {
  margin: 0 0 20px;
  padding: 10px 0;
  font-size: 36px;
  line-height: 1;
}

.p-bottom-list-txt02 {
  margin-bottom: 5px;
}

.p-bottom-list-txt05 {
  margin: -5px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.p-bottom-list-txt05-1 {
  font-size: 30px;
}

.p-bottom-list-txt03 {
  margin: 0 0 15px;
  font-size: 10px;
  line-height: 1;
}

/******************
Footer
******************/
.l-footer-- {
  margin-top: 75px;
}

.Footer-nav h4 {
  margin: 14px 0 5px -18px;
  line-height: 1.2;
}

.Footer-nav-wrap {
  padding-left: 40px;
  text-align: left;
}

.l-footer-- .title-h2-01 {
  margin-bottom: 25px;
}

.l-footer-- .title-h2-01 a {
  color: #fff;
}

.l-footer-- ol li {
  list-style: decimal;
  margin-left: 20px;

}

.l-footer-- ol {
  margin-bottom: 10px;
}

.Footer-nav {
  margin-bottom: 75px;
  width: 32%;
}

.c-kome:before {
  content: "※";
}

.c-kome {
  text-indent: -1em;
}

.font16 {
  font-size: 16px;
}

.Footer-bottom {
  padding: 50px 0;
  text-align: left;
}

.Footer-bottom a {
  color: var(--blue);
}

.Footer-bottom .c-logo-txt {
  font-size: 10px;
}

.Footer-bottom-nav {
  width: auto;
}

.Footer-bottom-nav-1 a {
  padding: 0 20px;
  letter-spacing: .1em;
  line-height: 1;
}

.Footer-bottom-nav img {
  margin: 0 auto;
  display: block;
}

.Footer-bottom-nav span {
  display: block;
  text-align: center;
  font-size: 10px;
}

.Footer-bottom-nav-2 {
  padding-left: 20px;
}

.Footer-bottom a {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.p-category-list1 a:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico-arrow-r.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px;
}

.p-category-list1 li {
  padding-right: 10px;
  width: 50%;

}

.Footer-bottom-left {
  width: 70%;
}

.Footer-bottom-right {
  width: 30%;
}

/******************
hover
******************/
.l-Header-5 a:hover,
.c-Search-02 li a:hover {
  color: #fff;
  background-color: var(--blue);
  display: block;
  text-decoration: none;
}

.c-more-link:hover {
  text-decoration: none;
  background-color: var(--blue);
  color: #fff;
}

.c-more-link:hover:before {
  background-image: url(../img/ico-arrow-r-h.png);
}



.c-item-swiper {
  position: relative;
  overflow: hidden;
}

.c-item--list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-item-swiper .swiper-slide {
  height: auto;
}

.c-item-swiper .swiper-slide a {
  display: block;
  text-decoration: none;
}

.c-item-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* PC：5つ並び */
@media screen and (min-width: 1031px) {
  .c-item-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .c-item-swiper .swiper-slide {
    width: calc((100% - 80px) / 4) !important;
    margin-right: 0 !important;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }

  .c-item-swiper .swiper-button-prev,
  .c-item-swiper .swiper-button-next {
    display: none;
  }

  .c-Favorite-00 .c-item-swiper .swiper-slide {
    width: calc((100% - 80px) / 5) !important;
  }
}


.LC_Page_Index div#main_column > div {
  margin-top: 0;
}

#main_column h2 {}

.LC_Page_Index #container {
  width: 1180px !important;
}

#leftcolumn {
  margin-left: 15px;
  width: 240px;
}

.LC_Page_Index #main_column.colnum2,
.plg_Raku2_LC_Page_Products_List #main_column.colnum2,
.plg_Raku2_LC_Page_Products_CategoryList,
.plg_Raku2_LC_Page_Products_ProductsList #main_column.colnum2,
.plg_Raku2_LC_Page_Products_Detail #main_column.colnum2 {
  padding-left: 285px;
  padding-right: 0;
}

#topcolumn {
  margin-bottom: 75px;
}

#container {
  width: 1200px !important;
  max-width: 100%;
}

#main_column.colnum2.right {
  width: 900px;
  max-width: calc(100% - 20px - 240px);
  box-sizing: content-box;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#undercolumn_cart h3 {
  color: var(--blue);
}

.btn_area.btn_type_def input,
.btn_area.btn_type_def a.btn {
  background: var(--blue);
}




.LC_Page_AbstractMypage #main_column h2.title:before,
.LC_Page_Contact #main_column h2.title:before,
.LC_Page_Entry #main_column h2.title:before,
.LC_Page_Regist_Complete #main_column h2.title:before,
.LC_Page_Cart #main_column h2.title:before {
  content: "";
  padding-bottom: 10px;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  display: block;
  letter-spacing: .05em;
  font-weight: 400;
  color: var(--blue);
}

.LC_Page_AbstractMypage #main_column h2.title,
.LC_Page_Contact #main_column h2.title,
.LC_Page_Entry #main_column h2.title,
.LC_Page_Regist_Complete #main_column h2.title,
.LC_Page_Cart #main_column h2.title {
  margin: 0 0 35px 0;
  padding-top: 45px;
  font-size: 14px;
  letter-spacing: .2em;
  text-align: center;
  line-height: 1;
  border-bottom: 0;
  font-weight: 400;
  color: var(--blue);
}

.LC_Page_AbstractMypage #main_column h2.title:before {
  content: "MY PAGE";
}

.LC_Page_Contact #main_column h2.title:before {
  content: "CONTACT";
}

.LC_Page_Entry #main_column h2.title:before {
  content: "ENTRY";
}

.LC_Page_Regist_Complete #main_column h2.title:before {
  content: "REFIST COMPLETE";
}

.LC_Page_Cart #main_column h2.title:before {
  content: "CART";
}



/* =========================================

 メインカラー
 
========================================= */
.btn input {
  background: var(--blue);
}

#calender_area table .month {
  background: var(--blue);
}

/* 詳しくはこちらアイコン */
p.link_text:before {
  color: var(--blue);
}

/* 見出しアイコン */
#order h3 i.fa-check-square:before {
  color: var(--blue);
}

/* ご確認画面へボタン */
#order input[type="button"],
#order input[type="submit"] {
  border: solid 3px var(--blue);
  color: var(--blue);
}

#order input[type="button"]:hover,
#order input[type="submit"]:hover {
  background: var(--blue);
}

/* 新規会員登録ボタン */
.login_area .btn_area.btn_type_def li a {
  background: var(--blue) none repeat scroll 0% 0%;
}

/* アイコン */
#detailarea .review_link_bloc .review_link i {
  color: var(--blue);
}

#reviews_area div.listrightbloc p.item_review_btn::before {
  color: var(--blue);
}

#reviews_area div.listrightbloc p.item_page_btn::before {
  color: var(--blue);
}

#reviews_area .list-inner-left .reviewtitle::before {
  color: var(--blue);
}

.item_spec_area p.item_page_btn::before {
  color: var(--blue);
}

/* ボタン */
.list-inner-left-bottom a {
  background: var(--blue);
}

.entry_btn a,
.login_btn a {
  background: var(--blue) none repeat scroll 0% 0%;
  color: var(--char-color);
}

/* お買い物を続けるボタン */
.btn_area.btn_type_def li a,
div[id^="raku2_close"] {
  background: var(--blue) none repeat scroll 0% 0%;
}

/* フローティングボタン_商品ページ */
ul#fixed_link li a {
  background: var(--blue) none repeat scroll 0% 0%;
}

/* MYページボタン */
#header_login_area div.btn a,
#raku2_new_header .header_mypage_btn a {
  background: var(--blue) none repeat scroll 0% 0%;
}

/* 子カテゴリーbefore */
#category_area li.onmark p a.onlink:before {
  color: var(--blue);
}

/* リスト */
#account_info .fa-caret-right:before {
  color: var(--blue);
}

/* お届け先の追加 */
p.addbtn i {
  background: var(--blue);
}

/* ステータスアイコン */
li[class^='image_status_'] span,
li[class*=' image_status_'] span,
li[class^='raku2_image_status_'] span,
li[class*=' raku2_image_status_'] span {
  background-color: var(--blue);
}

/* カスタムページ */
/* よくあるご質問 */
.custom_page .acMenu dt.check {
  color: var(--blue);
}

.custom_page #faqarea h3 {
  background-color: var(--blue);
}

/* ご利用ガイド */
.custom_page #guide_area h2 {
  border-left: var(--blue) solid 5px;
}


/* 
 マイページナビ
------------------------------------------ */

/* 背景 */
ul#mypage_nav {
  background: var(--blue);
}

ul#mypage_nav li a {
  background: #fff;
  border: 1px solid #fff;
}


/* =========================================

 アクセントカラー
 
========================================= */

/* かごの中を見る_side */
#cart_area .btn a {
  background: var(--blue) none repeat scroll 0% 0%;
}

/* カート内ボタン */
.btn_area.btn_type_def input,
.btn_area.btn_type_def a.btn {
  background: var(--blue);
}

/* 説明を読まずに購入 */
ul#fixed_link li a#btn_cart {
  background: var(--blue) none repeat scroll 0% 0%;
}

form#search_form #search_keyword_top input#btn_kwd_search {
  background: var(--blue);
}

i.fa.fa-heart.on {
  color: var(--blue);
}

/* カートを確認_side */
.cart_btn a,
#raku2_new_header .cart_btn {
  background: var(--blue) none repeat scroll 0% 0%;
}

/* カゴに入れる_商品ページ */
#detailarea .cartin_btn a #cart {
  background-color: var(--blue);
}

#profile_image_list input[type="radio"]:checked + label::before {
  border: 3px solid var(--blue);
}

/* 見積依頼_商品ページ */
#detailarea .cartin_btn a #cart_estimate {
  background-color: var(--blue);
  color: var(--char-color);
}

/* カスタムページ */
/* よくあるご質問 */
.custom_page .acMenu dt.check {
  color: var(--blue);
}

/* ホーム画面へ戻る */
#raku2_cage_clear_area .btn a {
  background: var(--blue) none repeat scroll 0% 0%;
}

#raku2_cage_clear_area .btn a {
  background: var(--blue) none repeat scroll 0% 0%;
}







/* -----------------------------------------

 商品詳細UI改善
 商品一覧UI改善
 
------------------------------------------ */
#detail_type_new_a .status_icon .raku2_status_text,
.raku2_product_list_new .list_status_icon .raku2_status_text {
  border: solid 1px var(--blue);
  color: var(--blue);
}

#detailarea #detail_type_new_a .raku2_price03_area span#price03_title_default {
  border-color: var(--blue);
  color: var(--blue);
}

#detailarea #detail_type_new_a #cart {
  background-color: var(--blue);
}

.raku2_product_select_area .raku2_icon > .raku2_icon1,
.raku2_product_select_area .raku2_icon > .raku2_icon2 {
  background: var(--blue);
}

#detailarea #detail_type_new_a .raku2_product_select_area input:checked + label {
  border-color: var(--blue);
}

#detailarea #detail_type_new_a .raku2_product_select_area input[type="radio"]:checked + label::after {
  background: var(--blue);
}


#customervoice_area .raku2_review_sort .raku2_review_sort_active {
  background-color: var(--blue);
}

#detailarea #detail_type_new_a #raku2_stock_notify_btn_default a p {
  background-color: var(--blue);
  color: var(--char-color);
}


/* 商品一覧下位カテゴリ */
.raku2_child_categories a.category_no_image:link,
.raku2_child_categories a.category_no_image:visited {
  border: 1px var(--blue) solid;
  color: var(--blue);
}

.raku2_child_categories a.category_no_image:hover {
  background-color: var(--blue);
}



/* -----------------------------------------
 フロントパーツ
------------------------------------------ */
#main_column .raku2_recommend_list .list_status_icon .raku2_status_text,
#main_column .raku2_ranking_list .list_status_icon .raku2_status_text,
#main_column .raku2_history_list .list_status_icon .raku2_status_text,
#main_column .raku2_related_list .list_status_icon .raku2_status_text {
  border: solid 1px var(--blue);
  color: var(--blue);
}

/* -----------------------------------------
 商品詳細スライダー
------------------------------------------ */
.raku2_cart_slidein .raku2_quantity {
  background: var(--blue);
}

.raku2_cart_slidein .raku2_slidein_btn_buy {
  background: var(--blue);
}

/* -----------------------------------------
 新オーダーシート
------------------------------------------ */
div.raku2_new_layout_orderlist .raku2_order_list_add,
div.raku2_new_layout_ordergrid .raku2_order_list_add {
  background-color: var(--blue);
}

div.raku2_new_layout_orderlist [class^="raku2_order_list_stock_notify_undone"],
div.raku2_new_layout_orderlist [class^="raku2_order_list_stock_notify_done"],
div.raku2_new_layout_orderlist [class^="raku2_order_list_stock_notify_loading"],
div.raku2_new_layout_ordergrid [class^="raku2_order_list_stock_notify_undone"],
div.raku2_new_layout_ordergrid [class^="raku2_order_list_stock_notify_done"],
div.raku2_new_layout_ordergrid [class^="raku2_order_list_stock_notify_loading"] {
  background-color: var(--blue);
}

div.raku2_new_layout_orderlist .raku2_order_list_add,
div.raku2_new_layout_orderlist [class^="raku2_order_list_stock_notify_undone"],
div.raku2_new_layout_orderlist [class^="raku2_order_list_stock_notify_loading"],
div.raku2_new_layout_orderlist [class^="raku2_order_list_stock_notify_done"],
div.raku2_new_layout_ordergrid .raku2_order_list_add,
div.raku2_new_layout_ordergrid [class^="raku2_order_list_stock_notify_undone"],
div.raku2_new_layout_ordergrid [class^="raku2_order_list_stock_notify_loading"],
div.raku2_new_layout_ordergrid [class^="raku2_order_list_stock_notify_done"] {
  color: var(--char-color);
}

div.raku2_new_layout_orderlist .raku2_status_text,
div.raku2_new_layout_ordergrid .raku2_status_text {
  border: solid 1px var(--blue);
  color: var(--blue);
}

div.raku2_new_layout_orderlist_header,
div.raku2_new_layout_orderlist:nth-child(even) {
  background-color: var(--base-back-color);
}

.raku2_new_order_list_sticky .raku2_continue_to_checkout {
  background-color: var(--blue);
}

.raku2_new_order_list_upper .raku2_checkall_add,
.raku2_new_order_list_lower .raku2_checkall_add {
  background-color: var(--blue);
}

/* -----------------------------------------
カテゴリページ
------------------------------------------ */
.raku2_product_list_new .raku2_product_list_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0rem;
}

.raku2_product_list_number {
  white-space: nowrap;
  font-size: 16px;
}

.raku2_product_list_new .listphoto {
  width: 100%;
  height: 100%;
}

.raku2_product_list_new .listrightbloc {
  width: 100%;
}

/* -----------------------------------------
商品ページ
------------------------------------------ */
#main_column .l-product-add h2.title-h2-03 {
  padding: 0;
  margin: 1em 0;
  border: none;
  font-size: 21px;
}

#main_column .tabs h3.title-h2-01 {
  color: var(--blue);
  border: 1px solid var(--blue);
}

#main_column .tabs input:checked + .tab_label h3.title-h2-01 {
  color: #fff !important;
}

#main_column .raku2_theme01 h3.eng_tit {
  margin: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  display: block;
  letter-spacing: .05em;
  font-weight: 400;
  color: var(--blue);
  line-height: 1;
}


.slick-track {
  width: 100% !Important;
}

/* =========================
   トップスライド Swiper
========================= */

#topcolumn .top-main-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  -webkit-animation: topBannerFade 0.8s ease both;
  animation: topBannerFade 0.8s ease both;
  min-height: 485px;
}

.top-main-swiper {
  opacity: 0;
  visibility: hidden;
}

.top-main-swiper.swiper-initialized {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes topBannerFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes topBannerFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Swiper基本構造 */
#topcolumn .top-main-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

#topcolumn .top-main-swiper .swiper-slide {
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* バナー */
#topcolumn .top-main-swiper .swiper-slide > div {
  width: 100%;
}

#topcolumn .top-main-swiper a {
  display: block;
}

#topcolumn .top-main-swiper img,
#topcolumn .top-main-swiper .widget_banner_image {
  display: block;
  width: 100%;
  height: auto;

}

#topcolumn .top-main-swiper img {
  border-radius: 12px;
}

#topcolumn .top-main-swiper img,
#topcolumn .top-main-swiper .widget_banner_image {
  -webkit-animation: topBannerImgFade 1s ease both;
  animation: topBannerImgFade 1s ease both;
}

@-webkit-keyframes topBannerImgFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes topBannerImgFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* =========================
   Swiper 共通カラー
========================= */

/* 矢印 */
.swiper-button-prev,
.swiper-button-next {
  color: var(--blue) !important;
}

/* 矢印アイコン */
.swiper-button-prev::after,
.swiper-button-next::after {
  color: var(--blue);
  font-size: 24px !important;
}

/* ドット */
.swiper-pagination-bullet {
  background: var(--blue) !important;
  opacity: 0.35;
}

/* 選択中ドット */
.swiper-pagination-bullet-active {
  background: var(--blue) !important;
  opacity: 1;
}

.swiper-pagination {
  position: static !important;
  margin-top: 20px !important;
  text-align: center;
}

#main_column .raku2_recommend_list div.raku2_recommend_layout {
  margin-left: 0;
}

/* 角丸 */
.raku2_productImage,
.thumb {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;

}

.p-category-list {
  gap: 20px 0;
}

#main_column.colnum1 .raku2_theme01 h2,
#main_column .raku2_theme01 h2 {
  font-size: 36px;
}

/**add**/
.l-Header-3 .c-Search-form {
  margin-left: 40px;
  margin-right: auto;
  width: 34%;
}

#news_area dl.newslist a {
  color: var(--blue);
}

.p-info div {
  height: auto;
  max-height: 400px;
}

.st-footer-bottom {
  padding-top: 60px;
  padding-bottom: 50px;
}

.c-footer-bottom-l {
  width: 18%;
}

.c-footer-bottom-r {
  width: 73%;
}

.copy {
  margin-top: 20px;
  font-size: 10px;

}

.st-footer-bottom *,
.st-footer-bottom a {
  color: #fff;
}

.c-footer-bottom-box ul.Flex {
  width: auto;
  gap: 30px;
}

.c-footer-bottom-box {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px 0;
}

.st-footer-bottom .title-h2-02 {
  padding: 0;
  margin: 0;
  width: 180px;
  text-align: left;
}

.c-footer-bottom-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.c-footer-bottom-box.c-footer-bottom-box-03 ul.Flex {
  width: calc(100% - 180px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.st-footer-bottom2 {
  padding: 25px;
}

.st-footer-bottom2 li a {
  padding: 0 20px;
  text-align: center;
  display: block;
  line-height: 1.2;
}

.st-footer-bottom2 li:nth-child(1),
.st-footer-bottom2 li:nth-child(2),
.st-footer-bottom2 li:nth-child(3) {
  border-right: 1px solid var(--blue);
}

.st-footer-bottom2 li.c-footer-nav-ico a {
  padding: 0 7px;
  font-size: 12px;
}

.st-footer-bottom2 li.c-footer-nav-ico img {
  margin: 0 auto;
  display: block;

}

.raku2_product_list_new .raku2_product_list_container img {
  border: 1px solid #ddd;
  border-radius: 20px;
}

.p-welcome-00,
.p-column-list li {
  border-radius: 20px;
}

#cart_area .postage .point_announce {
  padding: 2px 0 2px 0;
  background: none;
}

#cart_area .postage {
  font-size: 12px;
  white-space: nowrap;
}

#main_column.colnum2 #detailrightbloc {
    width: 58%;
}
#main_column.colnum2 div#detailleftbloc {
    width: 40%;
}
#detailarea .photo, #detailarea .sub_photo {
    width: 100%;
    left: 0;
}
#main_column .raku2_theme01 #news_area .news_contents {
    overflow-y: scroll;
}

#main_column .raku2_theme01 #news_area .news_contents .newslist {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

}
#coupon_list #coupon_list_inner #coupon_list_right #coupon_info dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#coupon_list #coupon_list_inner #coupon_list_right #coupon_info dl dt, #coupon_list #coupon_list_inner #coupon_list_right #coupon_info dl dd {
    float: noen;
    height: auto;
}