/* カスタマイズ用CSS */

/* -----------------------------------------
フォントスタイル
-----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap");

/* フォント指定 */

body {
  font-family: "Shippori Mincho", serif;
}

.shippori {
  font-family: "Shippori Mincho", serif;
  color: #222;
  line-height: 1.7;
}

.garamond {
  font-family: "Cormorant Garamond", serif;
  color: #222;
}

html,
body {
  font-size: 50%;
}

@media only screen and (min-width: 768px) {
  html,
  body {
    font-size: 62.5%;
  }
}

/* アンカーリンク先調整 */
#tsubakishop,
#kyokashop {
  padding-top: 85px;
  margin-top: -85px;
}

html {
  scroll-behavior: smooth;
}

/* -----------------------------------------
header
-----------------------------------------*/

.ec-headerTitle .ec-headerTitle__title a {
  font-size: 1.2rem;
  padding-left: 5px;
}

.ec-layoutRole__header {
  padding: 15px;
}

.ec-headerRole {
  width: 100%;
}

.ec-headerRole,
.ec-headerNaviRole {
  padding: 0;
}
.ec-headerRole .ec-headerRole__title {
  margin-left: 40px;
}
.ec-layoutRole__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 1000;
}
.ec-headerTitle .ec-headerTitle__title a {
  margin-bottom: 0;
}
.ec-headerTitle .ec-headerTitle__title {
  text-align: left;
}
.ec-headerNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .ec-layoutRole__header {
    padding: 10px 20px 10px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .ec-headerTitle .ec-headerTitle__title a {
    font-size: 2rem;
  }
  .ec-headerRole {
    width: 40%;
  }
  .br-sp {
    display: none;
  }
}

/* -----------------------------------------
メインビジュアル
-----------------------------------------*/

.ec-layoutRole__main {
  margin-top: 150px;
}

.ec-sliderRole,
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

.ec-sliderRole {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-top: -150px;
}

.ec-sliderRole .main_visual .item {
  height: 100vh;
  width: 100vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mv-01 {
  background: url(/html/user_data/assets/img/mv_sp_01@2x.png) center;
}
.mv-02 {
  background: url(/html/user_data/assets/img/mv_sp_02@2x.png) center;
}
.mv-03 {
  background: url(/html/user_data/assets/img/mv_sp_03@2x.png) left bottom;
}

@media only screen and (min-width: 768px) {
  /*.ec-layoutRole__contents {*/
  /*    padding-top: 150px;*/
  /*}*/
  .mv-01 {
    background: url(/html/user_data/assets/img/mv_01.png) center;
  }
  .mv-02 {
    background: url(/html/user_data/assets/img/mv_02.png) center;
  }
  .mv-03 {
    background: url(/html/user_data/assets/img/mv_03.png) center;
  }
}

/* -----------------------------------------
MV店舗ロゴ
-----------------------------------------*/

.mv_logo {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo-btn {
  display: inline-block;
  margin: 0 0 20px 0;
  width: 40vw;
}

.logo-btn-innner {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.logo-img {
  width: 30vw;
  padding: 20px;
}

.logo-img img {
  width: 100%;
}

.shopname01 {
  color: #fff;
  padding-top: 1rem;
  font-size: 2rem;
}

.shopname02 {
  color: #fff;
  font-size: 2.5rem;
  padding: 1rem;
}

.logo-btn,
.logo-btn:active,
.logo-btn:hover {
  text-decoration: none !important;
}

.stickarrow {
  display: inline-block;
  padding: 1rem 3rem 3rem 2rem;
  position: relative;
  text-decoration: none;
}
.stickarrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -5px;
  width: 70px;
  height: 10px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.logo-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.logo-btn:hover .stickarrow::after {
  left: -5px;
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .mv_logo {
    top: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo-btn {
    display: inline-block;
    width: 300px;
    height: 500px;
    margin: 0 50px;
  }

  .logo-img {
    width: 250px;
    height: 350px;
    padding: 30px;
  }
}

/* -----------------------------------------
タイトル共通
-----------------------------------------*/

.bl_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.5rem;
  padding: 0 0 8rem 0;
}

.bl_title_inner {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0;
}

.bl_title_ja {
  border-left: 1px solid #333;
  letter-spacing: 0.5rem;
}

.bl_title_en {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .bl_title {
    padding-top: 8rem;
  }
}
/* -----------------------------------------
ボタン共通
-----------------------------------------*/
a:hover {
  opacity: 0.8;
}

.btn_whitearrow {
  text-align: center;
  padding: 8rem 0;
}

.btn_whitearrow a:active,
.btn_whitearrow a:hover,
.btn_whitearrow a:focus {
  color: #222;
  text-decoration: none;
}

.btn_arrow {
  display: inline-block;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 1.5rem 3rem 1.5rem 2rem;
  color: #222;
  border: 1px solid #222;
  position: relative;
  text-decoration: none;
  font-size: 16px;
}
.btn_arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  right: -25px;
  width: 80px;
  height: 10px;
  border: none;
  border-right: 2px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.noarrow::after {
  border-right: 0;
}

.btn_arrow:hover::after {
  right: -35px;
  width: 90px;
}

@media only screen and (min-width: 768px) {
  .btn_arrow {
    width: 400px;
    font-weight: 600;
  }
}

/* -----------------------------------------
新着商品
-----------------------------------------*/

.ec-newItemRole__listItemHeading a {
  color: #000;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* hover時にキャプション表示 */
.u-item__caption {
  background: #000;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.u-item__caption img,
.u-item__caption::before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.u-item__caption:hover img {
  opacity: 0.5;
  z-index: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.u-item__caption::before {
  content: "詳細を見る";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 8px 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  width: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.u-item__caption:hover::before {
  opacity: 1;
}

/* -----------------------------------------
おすすめ
-----------------------------------------*/
.ec-shelfGrid .ec-shelfGrid__item img {
  width: 100%;
}

.ec-shelfGrid .btn_white {
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ec-shelfGrid .btn_white:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.ec-shelfGrid .item_name {
  color: #000;
  font-size: 14px;
  margin: 20px 0 10px;
}
/* -----------------------------------------
椿
-----------------------------------------*/

.tsubaki {
  position: relative;
}

.tsubaki::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 75%;
  background: url(/html/user_data/assets/img/tsubaki_bk02.png) repeat left top/
    contain;
  position: absolute;
  top: 35rem;
  left: 0;
}

.text_big {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}

.text_small {
  font-size: 1.8rem;
}

.onlineblck_innner {
  max-width: 1130px;
  margin: 0 auto;
  margin-bottom: 15rem;
  padding-left: 20px;
  padding-right: 20px;
}

.online_title {
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
}

.online_title_ja {
  font-size: 2.5rem;
  position: relative;
}

.online_title_ja::before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background: url(/html/user_data/assets/img/title_deco.png) no-repeat top/
    contain;
  position: absolute;
  top: -20px;
  left: 0;
}

.online_title_ja::after {
  content: "";
  display: block;
  width: 10rem;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.online_title_en {
  font-size: 2.2rem;
}

.shopinfo_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shopinfo_inner_img {
  width: 100%;
  z-index: 100;
}

.shopinfo_inner_img img {
  width: 100%;
}

.shopinfo_inner_text {
  position: relative;
  padding-top: 5rem;
}

.tsubaki .shopinfo_inner_text::after {
  content: "";
  display: inline-block;
  width: 20rem;
  height: 30rem;
  background: url(/html/user_data/assets/img/tsubakitext.png) no-repeat right
    bottom/ contain;
  position: absolute;
  top: 10rem;
  right: -20px;
}

@media only screen and (min-width: 768px) {
  .shopinfo_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .shopinfo_inner_img {
    width: 55%;
  }
  .shopinfo_inner_text {
    width: 40%;
  }
}

/* -----------------------------------------
杏花
-----------------------------------------*/

.kyoka {
  position: relative;
}

.kyoka::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 75%;
  background: url(/html/user_data/assets/img/kyoka.bk02.jpg) repeat left top;
  position: absolute;
  top: 35rem;
  left: 0;
}

/* -----------------------------------------
カテゴリ共通
-----------------------------------------*/

.ec-categoryRole {
  background: #fff;
}

.ec-categoryRole ul {
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  text-align: center;
}

.cate_list {
  list-style: none;
}

.cate_list .cate_list_item {
  font-size: 2rem;
}

.cate_list .cate_list_item a {
  color: #222;
  text-decoration: none;
}

/*椿カテゴリ画像指定*/
/*デフォルト画像*/
.categoryList_tsubaki .cate_list .cate_list_item a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150px;
  background: url(/html/user_data/assets/img/category_tsubaki.jpg) no-repeat
    top/ contain;
}

/*1カテゴリ目指定*/
.categoryList_tsubaki .cate_list .cate_list_item:first-child a::before {
  background: url(/html/user_data/assets/img/category_lunchi.jpg) no-repeat top/
    contain;
}

/*2カテゴリ目指定*/
.categoryList_tsubaki .cate_list .cate_list_item:nth-child(2) a::before {
  background: url(/html/user_data/assets/img/category_gift02.jpg) no-repeat top/
    contain;
}

/*杏花カテゴリ画像指定*/
/*デフォルト画像*/
.categoryList_kyoka .cate_list .cate_list_item a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150px;
  background: url(/html/user_data/assets/img/category_kyoka.jpg) no-repeat top/
    contain;
}

/*1カテゴリ目指定*/
.categoryList_kyoka .cate_list .cate_list_item:first-child a::before {
  background: url(/html/user_data/assets/img/catagory_ame.jpg) no-repeat top/
    contain;
}

/*2カテゴリ目指定*/
.categoryList_kyoka .cate_list .cate_list_item:nth-child(2) a::before {
  background: url(/html/user_data/assets/img/category_gift.jpg) no-repeat top/
    contain;
}

@media only screen and (min-width: 768px) {
  .ec-categoryRole .ec-categoryRole__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ec-categoryRole .ec-categoryRole__listItem {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
  .ec-categoryRole .ec-categoryRole__listItem:nth-child(3n) {
    margin-right: 0;
  }
}