@charset "UTF-8";

/*===============================================
common
================================================*/
body {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --color_bg_01: #FEFCF4;
  --color_bg_02: #FAF7E8;
  --color_bg_03: #F4A346;
  --color_bg_04: #F5E5D4;
  --color_bg_05: #FDFAF6;
  --color_btn_01: #E37B3D;
  --color_btn_02: #F2EED8;
  --color_btn_03: #F5F3E2;
  --color_btnBorder_01: #E3E0C9;
  --color_listBorder_01: #F0EEE4;
  --color_secBorder_01: #E6E3D3;
  --color_serchBox_01: #FFFEF7;
  --color_rankingCat_01: #F4F2ED;
  --color_ttl_01: #053931;
  --color_ttl_02: #fff;
  --font_eng_01: "the-seasons", sans-serif;
}

#Wrap {
  width: auto !important;
}

#shopTop_CK * {
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

#shopTop_CK {
  background: var(--color_bg_01);
  font-family: var(--font-base);
  color: var(--color-basic);
  overflow-x: clip;
}

#shopTop_CK a {
  display: block;
}

#shopTop_CK img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#shopTop_CK picture {
  display: block;
  font-size: 0;
}

#shopTop_CK .btn_viewmore {
  width: fit-content;
  margin: 0 auto;
}

#shopTop_CK .btn_viewmore a {
  position: relative;
  display: grid;
  place-items: center;
  width: 19rem;
  height: 4rem;
  border-radius: 10rem;
  border: solid 1px var(--color-basic);
  background: #fff;
  font-size: 1.3rem;
  transition: background-color .3s, color .3s;
}

#shopTop_CK .btn_viewmore a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .6rem;
  height: .6rem;
  margin-right: 1.5rem;
  border-top: solid .15rem var(--color-basic);
  border-right: solid .15rem var(--color-basic);
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: border-color .3s;
}

#shopTop_CK .btn_viewmore a:hover {
  background: var(--color_ttl_01);
  color: #fff;
}

#shopTop_CK .btn_viewmore a:hover::before {
  border-color: #fff;
}

#shopTop_CK .top_swiper_wrap {
  position: relative;
  width: 39rem;
}

#shopTop_CK .top_swiper_wrap .swiper-button-prev,
#shopTop_CK .top_swiper_wrap .swiper-button-next {
  display: none;
}

#shopTop_CK .top_swiper_wrap .swiper-scrollbar {
  position: static;
  width: 30rem;
  height: .2rem;
  margin: 2.5rem auto 0;
  border-radius: 0;
  background: rgba(0, 0, 0, .1);
}

#shopTop_CK .top_swiper_wrap .swiper-scrollbar-drag {
  border-radius: 0;
  background: var(--color-secondary);
}

#shopTop_CK .top_swiper_wrap .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.5rem;
}

#shopTop_CK .top_swiper_wrap .swiper-pagination-bullet {
  position: relative;
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background: unset;
  opacity: 1;
}

#shopTop_CK .top_swiper_wrap .swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: var(--color_ttl_01);
  opacity: .1;
  content: "";
}

#shopTop_CK .top_swiper_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_section__inner {
  width: 110rem;
  margin: 0 auto;
}

#shopTop_CK .btn_viewmore a {
  width: 24rem;
  height: 5rem;
  font-size: 1.4rem;
}

#shopTop_CK .btn_viewmore a::before {
  width: .7rem;
  height: .7rem;
  margin-right: 2rem;
}

#shopTop_CK .top_swiper_wrap {
  width: 110rem;
}

#shopTop_CK .top_swiper_wrap .swiper-button-prev,
#shopTop_CK .top_swiper_wrap .swiper-button-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: 5rem;
  height: 5rem;
  margin-top: -1.4rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid var(--color-basic) 1px;
}

#shopTop_CK .top_swiper_wrap .swiper-button-prev {
  left: auto;
  right: 100%;
  margin-right: 4rem;
}

#shopTop_CK .top_swiper_wrap .swiper-button-next {
  left: 100%;
  margin-left: 4rem;
}

#shopTop_CK .top_swiper_wrap .swiper-button-prev::after,
#shopTop_CK .top_swiper_wrap .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: .9rem;
  height: .9rem;
  border: solid 1px var(--color-basic);
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
}

#shopTop_CK .top_swiper_wrap .swiper-button-prev::after {
  margin-left: .2rem;
  border-top: none;
  border-right: none;
}

#shopTop_CK .top_swiper_wrap .swiper-button-next::after {
  margin-left: -.2rem;
  border-bottom: none;
  border-left: none;
}

#shopTop_CK .top_swiper_wrap .swiper-scrollbar {
  width: 50rem;
  height: .3rem;
}


#shopTop_CK .top_swiper_wrap .swiper-pagination {
  gap: .4rem;
}

#shopTop_CK .top_swiper_wrap .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
}

}


/*===============================================
main visual
================================================*/
#shopTop_CK .top_mainVisual_section {
  padding: 0 0 2rem;
  background: var(--color_bg_02);
}

#shopTop_CK .feature_list_common {
  border-bottom: none;
  opacity: 0;
  transition: opacity .3s;
}

#shopTop_CK #MainVisual.loaded .feature_list_common {
  opacity: 1;
}

#shopTop_CK .top_mainVisual_section .feature_list_common ul {
  flex-wrap: nowrap;
  margin: 0;
}

#shopTop_CK .top_mainVisual_section .feature_list_common li {
  width: 100%;
  margin: 0 1rem;
}

#shopTop_CK .top_mainVisual_section .feature_list_common li .feature_img {
  margin: 0 0 1.8rem;
  border-radius: 0;
}

#shopTop_CK .top_mainVisual_section .feature_list_common li .feature_img img {
  border-radius: 0;
}

#shopTop_CK .top_mainVisual_section .feature_list_common li .feature_ttl {
  display: none;
  padding: 0 2.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

#shopTop_CK .top_mainVisual_section .feature_list_common li .feature_cont {
  margin-top: .5rem;
  padding: 0 2.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#shopTop_CK .top_mainVisual_section .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.5rem;
}

#shopTop_CK .top_mainVisual_section .swiper-pagination-bullet {
  position: relative;
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background: unset;
  opacity: 1;
}

#shopTop_CK .top_mainVisual_section .swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: var(--color-basic);
  opacity: .1;
  content: "";
}

#shopTop_CK .top_mainVisual_section .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

#shopTop_CK .top_mainVisual_section .swiper-button-prev,
#shopTop_CK .top_mainVisual_section .swiper-button-next {
  display: none;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_mainVisual_section {
  padding: 3rem 0 4rem;
}


#shopTop_CK .top_mainVisual_section .feature_list_common li {
  width: 50rem;
  margin: 0 1rem;
}

#shopTop_CK .top_mainVisual_section .feature_list_common li .feature_img {
  margin-bottom: 1.5rem;
  border-radius: .4rem;
  overflow: clip;
}

#shopTop_CK .top_mainVisual_section .feature_list_common li .txt_wrap {
  padding: 1.5rem 2rem 0;
}

#shopTop_CK .top_mainVisual_section .feature_list_common li .feature_ttl {
  padding: 0;
}

#shopTop_CK .top_mainVisual_section .feature_list_common li .feature_cont {
  margin-top: .4rem;
  padding: 0;
  line-height: 1.5;
}

#shopTop_CK .top_mainVisual_section .swiper-pagination {
  gap: .4rem;
}

#shopTop_CK .top_mainVisual_section .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
}

}

/*===============================================
sub banner
================================================*/
#shopTop_CK .top_subBanner_section {
  padding: 3rem 2rem 5rem;
}

#shopTop_CK .top_subBanner_section .subBanner_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1.4rem;
}

#shopTop_CK .top_subBanner_section .subBanner_list li:nth-of-type(n+5) {
  display: none;
}

#shopTop_CK .top_subBanner_section .subBanner_list li {
  width: auto;
  padding: 0;
}

#shopTop_CK .top_subBanner_section .subBanner_list li .feature_img {
  margin-bottom: 1rem;
  border-radius: .4rem;
  overflow: clip;
}

#shopTop_CK .top_subBanner_section .subBanner_list li .feature_ttl {
  display: none;
}

#shopTop_CK .top_subBanner_section .subBanner_list li .feature_cont {
  font-size: 1.3rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#shopTop_CK .top_subBanner_section .btn_viewmore {
  margin-top: 3rem;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_subBanner_section {
  padding: 6rem 0 8rem;
}

#shopTop_CK .top_subBanner_section .subBanner_list {
  display: flex;
  justify-content: center;
  gap: 4rem 2.4rem;
}

#shopTop_CK .top_subBanner_section .subBanner_list li {
  width: calc((100% - 2.4rem * 3) / 4);
}

#shopTop_CK .top_subBanner_section .subBanner_list li .feature_cont {
  font-size: 1.4rem;
}

}

/*===============================================
search
================================================*/
#shopTop_CK .top_search_section .top_section__inner {
  padding: 5.5rem 2rem;
  background: var(--color_bg_02);
}

#shopTop_CK .top_search_section .searchType_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
}

#shopTop_CK .top_search_section .searchType_list li a {
  display: grid;
  place-items: center;
  height: 5rem;
  border-radius: .4rem;
  border: solid 1px var(--color_btnBorder_01);
  background: var(--color_btn_02);
}

#shopTop_CK .top_search_section .searchType_list li p {
  position: relative;
  padding-left: 2rem;
  font-size: 1.3rem;
}

#shopTop_CK .top_search_section .searchType_list li p::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: -.6rem;
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: var(--color-basic);
  content: "";
}

#shopTop_CK .top_search_section .searchType_list li.type_productCategory p::before {
  mask-image: url(../../Contents/ImagesPkg/Category/icn_cate_CAT101.svg);
  -webkit-mask-image: url(../../Contents/ImagesPkg/Category/icn_cate_CAT101.svg);
}

#shopTop_CK .top_search_section .searchType_list li.type_brand p::before {
  mask-image: url(../../Contents/ImagesPkg/sso/icn_nav_brand.svg);
  -webkit-mask-image: url(../../Contents/ImagesPkg/sso/icn_nav_brand.svg);
}

#shopTop_CK .top_search_section .header_search_box {
  position: static;
  width: 100%;
  margin: 2rem auto 0;
  border: none;
  background: unset;
}

#shopTop_CK .top_search_section .search_box {
  display: flex;
  width: 100%;
  height: 5rem;
  border-radius: 10rem;
  background: var(--color_serchBox_01);
  box-shadow: 0 0 .5rem rgba(0, 0, 0, .2) inset;
}

#shopTop_CK .top_search_section .search_box input {
  flex: 1;
  height: 100%;
  padding: 1.5rem 0 1.5rem 2rem;
  background: unset;
  border: none;
  font-size: 1.3rem !important;
  box-shadow: unset;
}

#shopTop_CK .top_search_section .search_box input:focus {
  outline: none;
}

#shopTop_CK .top_search_section .search_box .icn_search {
  position: relative;
  width: 6rem !important;
  height: 100%;
  margin: 0;
  background: unset;
}

#shopTop_CK .top_search_section .search_box .icn_search::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2rem;
  height: 2rem;
  background: url(../../Contents/ImagesPkg/sso/icn_search.svg) center center / 100% auto no-repeat;
  content: "";
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_search_section .top_section__inner {
  padding: 5rem 6rem;
  border-radius: .4rem;
}

#shopTop_CK .top_search_section .searchType_list {
  gap: 2rem;
}

#shopTop_CK .top_search_section .searchType_list li a {
  height: 6rem;
}

#shopTop_CK .top_search_section .searchType_list li p {
  font-size: 1.7rem;
}

#shopTop_CK .top_search_section .header_search_box {
  position: static;
  width: 70rem;
  margin: 2.5rem auto 0;
}

#shopTop_CK .top_search_section .search_box {
  height: 5.6rem;
}

#shopTop_CK .top_search_section .search_box input {
  padding: 1.8rem 0 1.8rem 2.5rem;
  font-size: 1.4rem !important;
}

#shopTop_CK .top_search_section .search_box .icn_search {
  width: 7.2rem !important;
}

#shopTop_CK .top_search_section .search_box .icn_search::before {
  width: 2.2rem;
  height: 2.2rem;
}

}

/*===============================================
keyword
================================================*/
#shopTop_CK  .top_keyword_section {
  margin-top: 2rem;
  padding: 2.5rem 1.5rem;
  border-radius: .5rem;
  background: var(--color_bg_01);
}

#shopTop_CK  .top_keyword_section .section_ttl {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

#shopTop_CK .top_keyword_section .accordion_wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .5s;
}

#shopTop_CK .top_keyword_section .accordion_outside.opened .accordion_wrap {
  grid-template-rows: 1fr;
}

#shopTop_CK .top_keyword_section .accordion_inner {
  overflow: hidden;
}

#shopTop_CK .top_keyword_section .accordion_outside.showTagAll .accordion_inner {
  min-height: unset;
  overflow: visible;
}

#shopTop_CK .top_keyword_section .tag_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .7rem .6rem;
}

#shopTop_CK .top_keyword_section .tag_list ul li a {
  display: grid;
  place-items: center;
  height: 3.4rem;
  padding: 0 1.2rem;
  border-radius: 10rem;
  border: solid 1px var(--color_btnBorder_01);
  background: var(--color_btn_03);
  font-size: 1.2rem;
  letter-spacing: .02em;
}

#shopTop_CK .top_keyword_section .accordion_btn {
  position: relative;
  width: fit-content;
  margin: 1.5rem auto 0;
  padding-bottom: .3rem;
  font-size: 1.1rem;
  cursor: pointer;
}

#shopTop_CK .top_keyword_section .accordion_btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .15rem;
  background: var(--color-basic);
  content: "";
}

#shopTop_CK .top_keyword_section .accordion_outside.showTagAll .accordion_btn {
  display: none;
}

#shopTop_CK .top_keyword_section .accordion_btn span {
  position: relative;
  padding-right: 1.4rem;
}

#shopTop_CK .top_keyword_section .accordion_btn span::before,
#shopTop_CK .top_keyword_section .accordion_btn span::after  {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .8rem;
  height: .13rem;
  background: var(--color-basic);
  content: "";
}

#shopTop_CK .top_keyword_section .accordion_btn .opened::after {
  rotate: 90deg;
}

#shopTop_CK .top_keyword_section .accordion_btn .opened,
#shopTop_CK .top_keyword_section .accordion_outside.opened .accordion_btn .closed {
  display: block;
}

#shopTop_CK .top_keyword_section .accordion_outside.opened .accordion_btn .opened,
#shopTop_CK .top_keyword_section .accordion_btn .closed {
  display: none;
}

#shopTop_CK .top_keyword_section .product_tag_btn {
  display: none;
}

@media screen and  (min-width: 769px) {
#shopTop_CK  .top_keyword_section {
  margin-top: 2.5rem;
  padding: 2.5rem 1.5rem 3rem;
}

#shopTop_CK  .top_keyword_section .section_ttl {
  margin-bottom: 1.7rem;
  font-size: 1.7rem;
}

#shopTop_CK .top_keyword_section .accordion_wrap {
  transition: grid-template-rows 0s;
}

#shopTop_CK .top_keyword_section .accordion_inner {
  overflow: visible;
  min-height: unset;
}

#shopTop_CK .top_keyword_section .tag_list ul {
  gap: 1rem;
}

#shopTop_CK .top_keyword_section .tag_list ul li a {
  height: 3.7rem;
  font-size: 1.4rem;
}

#shopTop_CK .top_keyword_section .accordion_btn {
  display: none;
}
}

/*===============================================
lineup common
================================================*/
#shopTop_CK .top_lineup_section .top_section__inner {
  position: relative;
  padding-bottom: 7rem;
}

#shopTop_CK .top_lineup_section .section_ttl_wrap {
  margin-bottom: 2rem;
  padding: 0 2rem;
}

#shopTop_CK .top_lineup_section .section_ttl {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: var(--color_ttl_01);
}

#shopTop_CK .top_lineup_section .section_ttl .txt_L {
  display: block;
  margin-bottom: 1rem;
}

#shopTop_CK .top_lineup_section .section_ttl .txt_L.txt_eng {
  font-family: var(--font_eng_01);
  font-size: 3rem;
  font-weight: 700;
}

#shopTop_CK .top_lineup_section .section_ttl .txt_L.txt_jpn {
  font-size: 2.5rem;
  font-weight: 600;
}

#shopTop_CK .top_lineup_section .section_ttl_wrap .btn_viewmore {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

#shopTop_CK .top_lineup_section .feature_img {
  width: auto;
  margin-top: 2.5rem;
  border-radius: .4rem;
  overflow: clip;
}

#shopTop_CK .top_lineup_section .item_list__item .icn_rank {
  display: none;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__cicon {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
  display: none;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__cicon .icon {
  padding: .4rem .6rem;
  border-radius: .2rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  background: #E1EFDB;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__cicon .icon.icon01,
#shopTop_CK .top_lineup_section .item_list__item .item_list__cicon .icon.icon05 {
  background: #eee5d3;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__cicon .icon.icon06,
#shopTop_CK .top_lineup_section .item_list__item .item_list__cicon .icon.icon09 {
  background: #F1F2D3;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__cicon .icon.icon12 {
  background: #E5E4D9;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__cicon .icon.icon14 {
  background: #f3ded7;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__cicon .icon:nth-of-type(n+4) {
  display: none;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__price span {
  letter-spacing: .02em;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__price .txt_sale {
  color: var(--text-color-attention);
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__price .txt_sale_before {
  display: block;
	width: fit-content;
  margin-top: .5rem;
  text-decoration: line-through;
	color: var(--color-basic);
	opacity: .4;
}

#shopTop_CK .top_lineup_section .item_list__item .item_list__price .txt_sale_off {
  display: inline-block;
  padding: .4rem;
  background: var(--text-color-attention);
	line-height: 1;
	vertical-align: .2em;
  color: #fff;
}

#shopTop_CK .top_lineup_section .item_list__item .soldout {
  margin-top: .8rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-secondary);
}


@media screen and  (min-width: 769px) {
#shopTop_CK .top_lineup_section .top_section__inner {
  padding-bottom: 0;
}

#shopTop_CK .top_lineup_section .section_ttl_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  padding: 0;
}

#shopTop_CK .top_lineup_section .section_ttl_wrap .txt_wrap {
  flex: 1;
}

#shopTop_CK .top_lineup_section .section_ttl {
  font-size: 1.6rem;
}

#shopTop_CK .top_lineup_section .section_ttl .txt_L {
  margin-bottom: 2rem;
}

#shopTop_CK .top_lineup_section .section_ttl .txt_L.txt_eng {
  font-size: 4.2rem;
}

#shopTop_CK .top_lineup_section .section_ttl .txt_L.txt_jpn {
  font-size: 3.5rem;
}

#shopTop_CK .top_lineup_section .section_ttl_wrap .btn_viewmore {
  position: static;
  translate: unset;
  margin-top: 3rem;
}

#shopTop_CK .top_lineup_section .feature_img {
  width: 60rem;
  margin-top: 0;
}

#shopTop_CK .top_lineup_section .item_list__item .soldout {
  font-size: 1.2rem;
}
}

/*===============================================
1st lineup
================================================*/
#shopTop_CK .top_1stLineup_section {
  position: relative;
  padding-top: 5rem;
}

#shopTop_CK .top_1stLineup_section .swiper {
  width: auto;
  padding: 0 2rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item {
  width: 15rem;
  height: auto;
  margin-right: 1rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item:nth-last-of-type(1) {
  margin-right: 0;
}

#shopTop_CK .top_1stLineup_section .item_list__item a {
  height: 100%;
  padding-bottom: 2rem;
  border-radius: .4rem;
  border: solid 1px var(--color_listBorder_01);
  background: #fff;
  overflow: clip;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__cat {
  margin-bottom: 1rem;
  padding: .4rem .2rem;
  background: var(--color_rankingCat_01);
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: .02em;
  text-align: center;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__title,
#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price,
#shopTop_CK .top_1stLineup_section .item_list__item .item_list__review,
#shopTop_CK .top_1stLineup_section .item_list__item .item_list__cicon,
#shopTop_CK .top_1stLineup_section .item_list__item .soldout {
  padding: 0 1rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__title {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .02em;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price {
  margin-top: 1rem;
  font-size: 1.6rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price .txt_sale_before {
  font-size: 1.4rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price .txt_sale_after {
	font-size: 1.6rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price .txt_sale_off {
  font-size: 1rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__review {
  margin-top: 1rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__review iframe {
  width: 250%;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__catch {
  display: none;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_1stLineup_section {
  padding: 8rem 0;
}

#shopTop_CK .top_1stLineup_section .swiper {
  padding: 0;
}

#shopTop_CK .top_1stLineup_section .item_list__item {
  width: calc((100% - 1.5rem * 4) / 5);
  margin-right: 1.5rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__cat {
  padding: .4rem 1rem;
  font-size: 1.2rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .icn_rank {
  display: none;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__title,
#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price,
#shopTop_CK .top_1stLineup_section .item_list__item .item_list__review,
#shopTop_CK .top_1stLineup_section .item_list__item .item_list__cicon,
#shopTop_CK .top_1stLineup_section .item_list__item .soldout {
  padding: 0 1.2rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__title {
  font-size: 1.3rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price {
  font-size: 1.8rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price .txt_sale_before {
  font-size: 1.6rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price .txt_sale_after {
	font-size: 1.8rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__price .txt_sale_off {
  font-size: 1.1rem;
}

#shopTop_CK .top_1stLineup_section .item_list__item .item_list__review iframe {
  width: 200%;
}

}

/*===============================================
2nd lineup
================================================*/
#shopTop_CK .top_2ndLineup_section {
  padding: 7rem 0;
}

#shopTop_CK .top_2ndLineup_section .item_list__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem .7rem;
  padding: 0 2rem;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__img {
  margin-bottom: .6rem;
  border-radius: .3rem;
  border: solid 1px var(--color_listBorder_01);
  overflow: clip;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__title,
#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__review,
#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__catch {
  display: none;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__cat {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: .02em;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__price {
  margin-top: .6rem;
  font-size: 1.5rem;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__price .txt_sale_before {
  font-size: 1.3rem;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__price .txt_sale_after {
	font-size: 1.5rem;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__price .txt_sale_off {
  font-size: 1rem;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_2ndLineup_section {
  padding: 0 0 8rem;
}

#shopTop_CK .top_2ndLineup_section .top_section__inner {
  padding-top: 8rem;
  border-top: solid 1px var(--color_secBorder_01);
}

#shopTop_CK .top_2ndLineup_section .txt_wrap {
  order: 2;
}

#shopTop_CK .top_2ndLineup_section .item_list__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  padding: 0;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__img {
  margin-bottom: 1rem;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__cat {
  font-size: 1.4rem;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__price {
  margin-top: .6rem;
  font-size: 1.7rem;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__price .txt_sale_before {
  font-size: 1.5rem;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__price .txt_sale_after {
	font-size: 1.7rem;
}

#shopTop_CK .top_2ndLineup_section .item_list__item .item_list__price .txt_sale_off {
  font-size: 1.1rem;
}
}

/*===============================================
3rd lineup
================================================*/
#shopTop_CK .top_3rdLineup_section {
  padding: 5rem 0;
  background: var(--color_bg_02);
}

#shopTop_CK .top_3rdLineup_section .section_ttl {
  margin-bottom: 2.5rem;
}

#shopTop_CK .top_3rdLineup_section .btn_viewmore {
  margin-top: 3rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item {
  width: 26rem;
  height: auto;
  margin: 0 .6rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item a {
  height: 100%;
  padding: 1rem 1rem 2.5rem;
  border-radius: .4rem;
  border: solid 1px var(--color_listBorder_01);
  background: #fff;
  overflow: clip;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__img {
  margin-bottom: 1.2rem;
  border-radius: .4rem;
  overflow: clip;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__cat {
  display: none;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__title,
#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__price,
#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__catch,
#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__cicon, 
#shopTop_CK .top_3rdLineup_section .item_list__item .soldout {
  padding: 0 1rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__title {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .02em;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__price {
  margin-top: 1.2rem;
  font-size: 1.6rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__price .txt_sale_before {
  font-size: 1.4rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__price .txt_sale_after {
	font-size: 1.6rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__price .txt_sale_off {
  font-size: 1rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__review {
  display: none;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__catch {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: .02em;
  color: var(--color-secondary);
}

#shopTop_CK .top_3rdLineup_section .swiper-scrollbar {
  display: none;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_list {
  margin-top: 2.5rem;
  padding: 0 2rem;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_list li:nth-of-type(n+2) {
  margin-top: 3rem;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_list li .relatedContent_img {
  margin-bottom: 1rem;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_list li .relatedContent_img a {
  border-radius: .4rem;
  overflow: clip;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_ttl {
  margin-bottom: .4rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_lead {
  font-size: 1.3rem;
  line-height: 1.65;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_link {
  position: relative;
  width: fit-content;
  margin: .4rem 0 0 auto;
  padding: .4rem 1.2rem .4rem 0;
  font-size: 1.3rem;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .15rem;
  background: var(--color-basic);
  content: "";
}

#shopTop_CK .top_3rdLineup_section .relatedContent_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .6rem;
  height: .6rem;
  margin-right: .1rem;
  border-top: solid .15rem var(--color-basic);
  border-right: solid .15rem var(--color-basic);
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_3rdLineup_section {
  padding: 8rem 0;
}

#shopTop_CK .top_3rdLineup_section .section_ttl {
  margin-bottom: 3rem;
}

#shopTop_CK .top_3rdLineup_section .btn_viewmore {
  margin-top: 2rem;
}

#shopTop_CK .top_3rdLineup_section .top_swiper_wrap {
  width: auto;
}

#shopTop_CK .top_3rdLineup_section .item_list__item {
  width: 30rem;
  margin: 0 .75rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item a {
  height: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__title {
  font-size: 1.4rem;
  line-height: 1.5;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__price {
  font-size: 1.7rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__price .txt_sale_before {
  font-size: 1.5rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__price .txt_sale_after {
	font-size: 1.7rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__price .txt_sale_off {
  font-size: 1.1rem;
}

#shopTop_CK .top_3rdLineup_section .item_list__item .item_list__catch {
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: .05em;
}

#shopTop_CK .top_3rdLineup_section .swiper-button-prev,
#shopTop_CK .top_3rdLineup_section .swiper-button-next {
  margin-top: -2.3rem;
  background: #fff;
}

#shopTop_CK .top_3rdLineup_section .swiper-button-prev {
  right: auto;
  left: 0;
  margin-left: 3em;
}

#shopTop_CK .top_3rdLineup_section .swiper-button-next {
  left: auto;
  right: 0;
  margin-right: 3rem;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_list {
  width: 93rem;
  margin: 3rem auto 0;
  padding: 4rem 4.5rem;
  border-radius: .4rem;
  background: rgba(255, 255, 255, .5);
}

#shopTop_CK .top_3rdLineup_section .relatedContent_list li {
  display: flex;
  align-items: center;
  gap: 4rem;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_list li .relatedContent_img {
  width: 42rem;
  margin-bottom: 0;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_list li .txt_wrap {
  flex: 1;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_ttl {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_lead {
  font-size: 1.5rem;
}

#shopTop_CK .top_3rdLineup_section .relatedContent_link {
  margin-top: 1rem;
  font-size: 1.4rem;
}
}

/*===============================================
staff common
================================================*/
#shopTop_CK .top_staff_section {
  padding-bottom: 5rem;
  background: var(--color_bg_03);
}

#shopTop_CK .top_staff_section > section {
  padding-top: 5rem;
}

#shopTop_CK .top_staff_section .section_ttl {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: var(--color_ttl_02);
}

#shopTop_CK .top_staff_section .section_ttl .txt_eng {
  display: block;
  margin-bottom: 1rem;
  font-family: var(--font_eng_01);
  font-size: 3rem;
  font-weight: 700;
}

#shopTop_CK .top_staff_section .btn_viewmore {
  margin-top: 3rem;
}

#shopTop_CK .top_staff_section .btn_viewmore a {
  border: none;
}

#shopTop_CK .top_staff_section .swiper {
  padding: 0 1.5rem;
}

#shopTop_CK .top_staff_section .swiper-wrapper {
  flex-wrap: nowrap;
  margin: 0;
}

#shopTop_CK .top_staff_section .item_list__item {
  width: 16.4rem;
  margin: 0 1.2rem 0 0;
  padding: 0;
  background: none;
  border: none;
}

#shopTop_CK .top_staff_section .item_list__item:nth-last-of-type(1) {
  margin-right: 0;
}

#shopTop_CK .top_staff_section .item_list__item a {
  border-radius: .4rem;
  background: #fff;
  overflow: clip;
}

#shopTop_CK .top_staff_section .swiper-scrollbar {
  background: rgba(255, 255, 255, .25);
}

#shopTop_CK .top_staff_section .swiper-scrollbar-drag {
  background: #fff;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_staff_section {
  padding: 1rem 0 8rem;
}

#shopTop_CK .top_staff_section > section {
  padding-top: 7rem;
}

#shopTop_CK .top_staff_section .section_ttl {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}

#shopTop_CK .top_staff_section .section_ttl .txt_eng {
  font-size: 4.2rem;
}

#shopTop_CK .top_staff_section .swiper {
  padding: 0;
}

#shopTop_CK .top_staff_section .item_list__item {
  width: calc((100% - 2.4rem * 3) / 4);
  margin: 0 2.4rem 0 0;
}

#shopTop_CK .top_staff_section .swiper-button-prev,
#shopTop_CK .top_staff_section .swiper-button-next,
#shopTop_CK .top_staff_section .swiper-button-prev::after,
#shopTop_CK .top_staff_section .swiper-button-next::after {
  border-color: #fff;
}

}

/*===============================================
staff review
================================================*/
#shopTop_CK .top_staffReview_section .coodinatePart .ttl-main {
  display: none;
}

#shopTop_CK .top_staffReview_section .item_list__item a img {
  height: 16.4rem;
  object-fit: cover;
}

#shopTop_CK .top_staffReview_section .item_list__item .topUserComment {
  margin-top: .6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#shopTop_CK .top_staffReview_section .item_list__item .topUserWrap {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-top: 1rem;
}

#shopTop_CK .top_staffReview_section .item_list__item .topUserImage {
  width: 4rem;
  border-radius: 50%;
  border: solid .2rem #fff;
  overflow: clip;
}

#shopTop_CK .top_staffReview_section .item_list__item .topUserImage img {
  height: 3.6rem;
  object-fit: cover;
}

#shopTop_CK .top_staffReview_section .item_list__item ul {
  flex: 1;
  font-weight: 500;
  color: #fff;
}

#shopTop_CK .top_staffReview_section .item_list__item .topLabelName {
  display: none;
}

#shopTop_CK .top_staffReview_section .item_list__item .topProductName {
  margin-bottom: .6rem;
  font-size: 1.1rem;
  line-height: 1.3;
}

#shopTop_CK .top_staffReview_section .item_list__item .topUserName {
  font-size: 1.2rem;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_staffReview_section .item_list__item a img {
  height: 25.7rem;
}

#shopTop_CK .top_staffReview_section .item_list__item .topUserComment {
  margin-top: 1rem;
  font-size: 1.4rem;
}

#shopTop_CK .top_staffReview_section .item_list__item .topUserImage {
  width: 4.8rem;
}

#shopTop_CK .top_staffReview_section .item_list__item .topUserImage img {
  height: 4.4rem;
}

#shopTop_CK .top_staffReview_section .item_list__item .topProductName {
  font-size: 1.2rem;
  line-height: 1.5;
}

#shopTop_CK .top_staffReview_section .item_list__item .topUserName {
  font-size: 1.3rem;
}
}

/*===============================================
staff movie
================================================*/
#shopTop_CK .top_staffMovie_section .product-slide-section__title {
  display: none;
}

#shopTop_CK .top_staffMovie_section .item_list_common {
  margin: 0;
  padding: 0;
}

#shopTop_CK .top_staffMovie_section .item_list_common .item_list {
  display: block;
}

#shopTop_CK .top_staffMovie_section .item_list__item a {
  position: relative;
}

#shopTop_CK .top_staffMovie_section .item_list__item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  margin: 0 0 .8rem .6rem;
  border-radius: 50%;
  background: #fff;
  opacity: .8;
  content: "";
  pointer-events: none;
}

#shopTop_CK .top_staffMovie_section .item_list__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 1.7rem 1.8rem;
  border-left: solid .8rem #666;
  border-top: solid .6rem transparent;
  border-bottom: solid .6rem transparent;
  opacity: .88;
  content: "";
  pointer-events: none;
}

#shopTop_CK .top_staffMovie_section .item_list__item a img {
  height: 29.5rem;
  object-fit: cover;
}

#shopTop_CK .top_staffMovie_section .item_list__item .summary {
  margin-top: 1rem;
}

#shopTop_CK .top_staffMovie_section .item_list__item .item_list__title {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#shopTop_CK .top_staffMovie_section .item_list__item .item_list__price {
  display: none;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_staffMovie_section .item_list__item a img {
  height: 46rem;
}
}

/*===============================================
permanent content
================================================*/
#shopTop_CK .top_permanentContent_section {
  padding: 5rem 0;
}

#shopTop_CK .top_permanentContent_section .permanentContent_list {
  padding: 0 2rem;
  text-align: center;
}

#shopTop_CK .top_permanentContent_section .permanentContent_list li:nth-of-type(n+2) {
  margin-top: 3.5rem;
}

#shopTop_CK .top_permanentContent_section .permanentContent_list li .permanentContent_img {
  margin-bottom: 1.2rem;
}

#shopTop_CK .top_permanentContent_section .permanentContent_list li .permanentContent_img a {
  border-radius: .4rem;
  overflow: clip;
}

#shopTop_CK .top_permanentContent_section .permanentContent_list li .permanentContent_ttl {
  margin-bottom: .4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

#shopTop_CK .top_permanentContent_section .permanentContent_list li .permanentContent_lead {
  font-size: 1.4rem;
  line-height: 1.65;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_permanentContent_section {
  padding: 8rem 0;
}

#shopTop_CK .top_permanentContent_section .permanentContent_list {
  display: flex;
  gap: 5rem 4rem;
  padding: 0;
}

#shopTop_BP .top_permanentContent_section .permanentContent_list li {
  width: calc((100% - 4rem)/ 2);
}

#shopTop_CK .top_permanentContent_section .permanentContent_list li:nth-of-type(n+2) {
  margin-top: 0;
}

#shopTop_CK .top_permanentContent_section .permanentContent_list li .permanentContent_ttl {
  font-size: 2rem;
}
}

/*===============================================
brand about
================================================*/
#shopTop_CK .top_brandAbout_section {
  padding: 6rem 0 5rem;
  background: var(--color_bg_04);
}

#shopTop_CK .top_brandAbout_section .top_section__inner {
  position: relative;
  z-index: 1;
  width: 35rem;
  margin: 0 auto;
  padding: 8rem 0 3.5rem;
  border-radius: 2rem;
  background: var(--color_bg_05);
}

#shopTop_CK .top_brandAbout_section .top_section__inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 9rem;
  height: 8.8rem;
  margin-top: -2rem;
  border-radius: 50%;
  background: var(--color_bg_05);
  content: "";
  pointer-events: none;
}

#shopTop_CK .top_brandAbout_section .top_section__inner::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 9rem;
  height: 9rem;
  margin: -5rem -1rem 0 0;
  background: url(../img/brandAbout/txt_AboutCosmeKitchen.svg) center center / 100% auto no-repeat;
  content: "";
  animation: rotate 15s linear infinite;
  pointer-events: none;
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

#shopTop_CK .top_brandAbout_section .brandAbout_img {
  width: 27rem;
  margin: 0 auto 1.5rem;
  border-radius: .4rem;
  overflow: clip;
}

#shopTop_CK .top_brandAbout_section .txt_wrap {
  text-align: center;
}

#shopTop_CK .top_brandAbout_section .section_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  margin-top: 3.5rem;
  font-family: var(--font_eng_01);
  font-size: 2.2rem;
  font-weight: 700;
  white-space: nowrap;
}

#shopTop_CK .top_brandAbout_section .section_subttl {
  margin-bottom: .8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

#shopTop_CK .top_brandAbout_section .brandAbout_lead {
  font-size: 1.4rem;
  line-height: 1.75;
}

#shopTop_CK .top_brandAbout_section .brandAbout_link {
  width: fit-content;
  margin: 2rem auto 0;
}

#shopTop_CK .top_brandAbout_section .brandAbout_link a {
  position: relative;
  display: grid;
  place-items: center;
  width: 21rem;
  height: 4rem;
  border-radius: 10rem;
  border: solid 1px var(--color_btn_01);
  background: var(--color_btn_01);
  font-size: 1.3rem;
  color: #fff;
  transition: background-color .3s, color .3s;
}

#shopTop_CK .top_brandAbout_section .brandAbout_link a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .6rem;
  height: .6rem;
  margin-right: 1.5rem;
  border-top: solid .15rem #fff;
  border-right: solid .15rem #fff;
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: border-color .3s;
}

#shopTop_CK .top_brandAbout_section .brandAbout_link a:hover {
  background: #fff;
  color: var(--color_btn_01);
}

#shopTop_CK .top_brandAbout_section .brandAbout_link a:hover::before {
  border-color: var(--color_btn_01);
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_brandAbout_section {
  padding: 11rem 0 8rem;
}

#shopTop_CK .top_brandAbout_section .top_section__inner {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: 96rem;
  padding: 6rem 8rem;
}

#shopTop_CK .top_brandAbout_section .top_section__inner::before {
  width: 24.6rem;
  height: 24.6rem;
  margin-top: -3rem;
}

#shopTop_CK .top_brandAbout_section .top_section__inner::after {
  width: 14rem;
  height: 14rem;
  margin: -3.5rem -7rem 0 0;
}

#shopTop_CK .top_brandAbout_section .brandAbout_img {
  width: 36rem;
  margin: 0;
}

#shopTop_CK .top_brandAbout_section .txt_wrap {
  flex: 1;
}

#shopTop_CK .top_brandAbout_section .section_ttl {
  position: static;
  translate: 0;
  margin: 0 0 2.5rem;
  font-size: 3.6rem;
}

#shopTop_CK .top_brandAbout_section .section_subttl {
  font-size: 2rem;
}

#shopTop_CK .top_brandAbout_section .brandAbout_lead {
  font-size: 1.6rem;
}

#shopTop_CK .top_brandAbout_section .brandAbout_link {
  margin-top: 2.5rem;
}

#shopTop_CK .top_brandAbout_section .brandAbout_link a {
  width: 24rem;
  height: 5rem;
  font-size: 1.4rem;
}

#shopTop_CK .top_brandAbout_section .brandAbout_link a::before {
  width: .7rem;
  height: .7rem;
  margin-right: 2rem;
}

}

/*===============================================
information
================================================*/
#shopTop_CK .top_information_section {
  padding: 5rem 0 6rem;
}

#shopTop_CK .top_information_section .information_list {
  padding: 0 2rem;
}

#shopTop_CK .top_information_section .information_list li:nth-of-type(n+2) {
  margin-top: 1.5rem;
}

#shopTop_CK .top_information_section .information_list li a {
  position: relative;
  border-radius: .4rem;
  overflow: clip;
  color: #fff;
  text-shadow: 0 0 1.5rem #5D491A;
}

#shopTop_CK .top_information_section .information_list li a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(#5D491A 60%, transparent);
  content: "";
  opacity: .2;
  pointer-events: none;
}

#shopTop_CK .top_information_section .information_list li a .information_img {
  filter: blur(.04rem);
  opacity: .9;
}

#shopTop_CK .top_information_section .information_list li a .information_ttl {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

#shopTop_CK .top_information_section .information_list li.information_instagram .ttl_icon {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  margin-right: .7rem;
  font-size: 0;
  vertical-align: -.3rem;
}

#shopTop_CK .top_information_section .information_list li.information_instagram .ttl_icon img {
  filter: drop-shadow(0 0 1.5rem #5D491A);
}

#shopTop_CK .top_information_section .information_list li.information_instagram .ttl_icon::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../../Contents/ImagesPkg/sso/ico-insta.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../../Contents/ImagesPkg/sso/ico-insta.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
  content: "";
}

#shopTop_CK .top_information_section .information_list li.information_instagram .sub_txt {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: .02em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: .2rem;
}

#shopTop_CK .top_sns_section {
  margin-top: 5rem;
}

#shopTop_CK .top_sns_section .section_ttl {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

#shopTop_CK .top_sns_section .sns_list {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}

#shopTop_CK .top_sns_section .sns_list li a {
  width: 3.5rem;
}

@media screen and  (min-width: 769px) {
#shopTop_CK .top_information_section {
  padding: 8rem 0 10rem;
}

#shopTop_CK .top_information_section .information_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding: 0;
}

#shopTop_CK .top_information_section .information_list li:nth-of-type(n+2) {
  margin-top: 0;
}

#shopTop_CK .top_information_section .information_list li.information_instagram .ttl_icon {
  width: 2.7rem;
}

#shopTop_CK .top_information_section .information_list li.information_instagram .sub_txt {
  font-size: 1.8rem;
}

#shopTop_CK .top_sns_section {
  margin-top: 6rem;
}

#shopTop_CK .top_sns_section .section_ttl {
  font-size: 1.6rem;
}

#shopTop_CK .top_sns_section .sns_list {
  gap: 3rem;
}

#shopTop_CK .top_sns_section .sns_list li a {
  width: 4rem;
}
}


/*===============================================
header
================================================*/
.header_sso_logo {
  transition: height 0.3s ease,padding 0.3s ease, opacity 0.2s ease,transform 0.3s ease;
  overflow: hidden;
}

#header.scroll .header_sso_logo {
  height: 0;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  padding: 0;
}

#header.scroll.scroll_top .header_sso_logo {
  height: auto;
  padding: 1.1rem 0;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* SP用*/
@media (max-width: 768px) {
#header.scroll.scroll_top .header_sso_logo {
  padding: calc(12* (100vw / 390)) 0;
}

}


/*レスポンシブ------------------------*/

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 390));
  }
}
/*------------------------レスポンシブ*/
