/*共通*/
h2.__title {
  margin-bottom: 2rem;
}

/*商品一覧*/
.p-product-block ul.__product li.__item a .__description dl.__price dt {
  display: none!important;
}

/*認証ボタン*/
.body-mypage-profile-form .p-form-table .__row-email .c-button {
	display: none!important;
}


/*テーブル*/
.p-product-set table th.__price .__detail,
.p-product-set table td.__price .__body .__detail,
.__product table th.__price .__detail,
.__product table td.__price .__body .__detail {
	display: none!important;	
}

/*購入完了*/
.main.main--order-finish section.__content-top {
  margin-top: 3rem;
  text-align: center;
}

/*サイトマップ*/
.main.main--sitemap .__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.main.main--sitemap .__wrap .__block {
  width: 100%;
}

.main.main--sitemap .__wrap .__block.__block--feature {
  display: none;
}

.main.main--sitemap .__wrap .__block .__body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main.main--sitemap .__wrap .__block .__body ul li {
  width: 25%;
}

@media screen and (max-width: 767px) {
	.main.main--sitemap .__wrap .__block .__body ul li {
	  width: 50%;
	}
}


/*在庫情報*/
.update-date {
	display: flex;
	justify-content: center;
	align-items: center;
}

.update-date span {
	display: inline-block;
	margin: 2rem 0;
	padding: 1.5rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--bs-red);
	border: 5px solid var(--bs-red);
	border-radius: 10px;
}

.p-product-stock {
    padding: 0!important;
}

.p-product-stock table {
    width: 100%;
    margin-bottom: 2rem;
}

.p-product-stock table thead tr th {
    font-size: 0.9rem;
    font-weight: bold;
    background-color: var(--color-gr-main);
    border-top: 1px solid var(--color-gr-sub);
    border-bottom: 1px solid var(--color-gr-sub);
    border-right: 1px solid var(--color-gr-sub);
    padding: 0.75em 1em;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.p-product-stock table tbody tr td {
    font-size: 0.9rem;
    border-top: 1px solid var(--color-gr-sub);
    border-bottom: 1px solid var(--color-gr-sub);
    border-right: 1px solid var(--color-gr-sub);
    padding: 0.75em 1em;
    vertical-align: middle;
}

.p-product-stock table tbody tr td .__heading {
	display: none;
}

.p-product-stock table tbody tr td .__body {
	text-align: center;
}

.p-product-stock table tbody tr td.__product-name {
	font-weight: bold;
}
	
.p-product-stock table tbody tr td:last-child {
    border-right: none;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.update-date span {
		width: 100%;
		margin: 2rem 0;
		padding: 1rem;
		font-size: 1.2rem;
		border: 3px solid var(--bs-red);
		text-align: center;
	}
	.p-product-stock table thead {
		display: none;
	}
	.p-product-stock table tbody {
		display: block;
	}
	.p-product-stock table tbody tr {
		display: block;
        margin-bottom: 1em;
        border-radius: .5em;
        border: 1px solid var(--color-gr-sub);
        background-color: var(--color-wh);
        padding: 0 1em;
	}
	.p-product-stock table tbody tr td {
		padding: 0.75em 0;
        display: block;
		border: none!important;
	}
	.p-product-stock table tbody tr td.__product-name {
		font-size: 1rem;
	}
	.p-product-stock table tbody tr td.__product-stock,
	.p-product-stock table tbody tr td.__lead-time,
	.p-product-stock table tbody tr td.__restock-date {
		border-top: 1px solid var(--color-gr-sub)!important;
	}
	.p-product-stock table tbody tr td .__heading {
		display: block;
        width: 35%;
        float: left;
        margin: 0;
	}
	.p-product-stock table tbody tr td .__body {
		display: block;
        width: 65%;
        float: left;
        text-align: right;
	}
	.p-product-stock table tbody tr td:before, .p-product-stock table tbody tr td:after {
        content: " ";
        display: table;
    }
	.p-product-stock table tbody tr td:after {
        clear: both;
    }
}


/*カート情報*/
.cart-info {
   display: none;
   position: fixed;
   right: 100px;
   bottom: 20px;
   width: 300px;
   border: 2px solid var(--color-gr-sub);
   border-radius: 10px;
   padding: 20px;
   background: #fff;
}

.cart-info .cart-info-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

.cart-info .__body .__total {
  text-align: center;
  padding: .5rem 0;
}

.cart-info .__body .__total .__count {
  display: inline-block;
}

.cart-info .__body .__total dl.__price {
  display: inline-block;
  margin: 0 0 0 1rem;
}

.cart-info .__body .__total .__count span.__num {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 2px;
}

.cart-info .__body .__total dl.__price dt {
  display: inline-block;
  margin-right: 2px;
}

.cart-info .__body .__total dl.__price dd {
  display: inline-block;
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.cart-info .__to-cart a {
  display: inline-block;
  width: auto;
  min-width: 250px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  margin: 20px auto 0;
  padding: 0 20px;
  background-color: var(--color-bk-main);
  border: 1px solid var(--color-bk-main);
  text-decoration: none;
  color: var(--color-wh);
  font-size: 1rem;
  transition: 0.3s;
}

.cart-info .__to-cart {
  text-align: center;
}

.cart-info .__to-cart a:hover {
  background-color: var(--color-wh);
  color: var(--color-bk-main);
}

.cart-info .__to-cart a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f061";
  margin-left: 1em;
  color: var(--color-wh);
  transform: translate(0, 0);
  transition: 0.3s;
}

.cart-info .__to-cart a:hover:after {
  transform: translate(10px, 0);
  color: var(--color-bk-main);
}

@media screen and (max-width: 767px) {
	.cart-info {
	   right: 0;
	   left: 0;
	   bottom: 0;
	   width: 100%;
	   border-right: none;
	   border-left: none;
	   border-bottom: none;
	   border-radius: 0;
	   padding: 10px;
	}
	.cart-info .cart-info-ttl {
	   font-size: 1.2rem;	
	   margin: 0;
	}
	.cart-info .__body .__total .__count span.__num {
	  font-size: 1rem;
	}
	.cart-info .__body .__total dl.__price dd {
	  font-size: 1rem;
	}
    .cart-info .__to-cart a {
        display: none;
    }
}


/*会員登録*/
.regist_box {
	width: 100%;
	max-width: 768px;
	background-color: #f5f5dc;
	border-radius: 20px;
	text-align: center;
	margin: 50px auto 60px;
	padding: 50px;
}

@media screen and (max-width: 767px) {
	.regist_box {
		padding: 25px 40px;
	}		
}

.regist_box_icon {
	width: 50px;
	margin: 0 auto;
}
.regist_box_icon {
	width: 50px;
	margin: 0 auto;
}
.regist_box_ttl {
	color: #ff002b;
	margin-bottom: 20px;
	margin-top: 30px;
}
.regist_box_list {
	text-align: left;
}

.regist_box_list li{
	font-size: .9rem;
}


.regist_box_list li+li{
	margin-top: 10px;
}

.regist_box_txt {
	font-size: .9rem;
}

.regist_box_txt span {
	font-weight: bold;
	color: #ff002b;
}

.p_box_flow {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;	
}
.p_box_flow_list {
	
}
.p_box_flow_list_item {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.p_box_flow_list .p_box_flow_list_item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.p_box_flow_list_item:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #cccccc;
    border-bottom: 0;
}
.p_box_flow_list .p_box_flow_list_item:last-child:after {
	display: none;
}
.p_box_flow_list_item_head {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 12px;
}
.p_box_flow_list_item_ttl {
	padding-right: 20px;
	font-weight: bold;
	color: #000;
}
.p_box_flow_list_item_txt {
	font-weight: bold;
	line-height: 1.8;
}
.p_box_flow_list_item_info {
	text-align: left;
}
.p_box_flow_list_item_info_txt {
	text-align: left;
	line-height: 1.7;
	font-size: .9em;
}

/* 共通 */

p {
    font-size: .9em;
    line-height: 1.7;
}

li {
    font-size: .9em;
    line-height: 1.7;	
}

li::marker {
	content: none;
}

.wrapper {
	margin-top: 4rem;
}

@media screen and (max-width: 599px) {
	.wrapper {
		margin-top: 2rem;
	}
}

.c-form input[type="text"], .c-form input[type="password"], .c-form input[type="email"], .c-form input[type="url"], .c-form input[type="date"], .c-form input[type="month"], .c-form input[type="time"], .c-form input[type="datetime"], .c-form input[type="datetime-local"], .c-form input[type="week"], .c-form input[type="number"], .c-form input[type="search"], .c-form input[type="tel"], .c-form input[type="color"] {
    padding: 0.5em 0.6em;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: .2em;
    font-size: 14px;
}


@media screen and (max-width: 959px) {
    .wrapper .__inner .main, .wrapper .__inner .aside {
        padding-top: 2em;
        padding-bottom: 3em;
    }
}

@media screen and (max-width: 599px) {
.__input .__table input {
	width:100%;
}

 .p-form-table tr {
        background-color: #fff;
        border-bottom: none;
    }
}

@media screen and (min-width: 960px) {
    .wrapper.wrapper--column-2 .__inner .aside {
		display:none;
    }
    
    .wrapper.wrapper--column-2 .__inner .main {
        float: none;
        padding-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .p-form-table tr td {
        background-color: inherit;
    }
}

/*商品詳細*/

.main.main--product-detail section.__information .__primary {
    width: 49%;
}

.main.main--product-detail section.__information .__secondary {
	width: 50%;
}


@media screen and (max-width: 767px) {
	.main.main--product-detail section.__information .__primary {
	    width: 100%;
	}
	
	.main.main--product-detail section.__information .__secondary {
		width: 100%;
	}
}

.main.main--product-detail section.__information .__secondary .__spec {
  display: none!important;
}

.main.main--product-detail .__common-content-bottom {
  display: none!important;
}

.main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button,
.main.main--product-detail section.__information .__secondary .__control span.__download .__button {
  color: var(--color-wh);
  background-color: var(--color-bk-main);
  opacity: 1;
  transition: opacity 0.2s;
  border: none;
}

.main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button:hover,
.main.main--product-detail section.__information .__secondary .__control span.__download .__button:hover {
  opacity: 0.8;
}

.main.main--product-detail section.__information .__secondary .__control span.__download .__button:after {
    content: 'カタログダウンロード';
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item {
	display: inline-block;
    font-size: .7em;
    padding: .2em .5em;
    vertical-align: middle;
    margin-bottom: .1em;
	border-radius: .2em;
}

.main.main--product-detail section.__information .__secondary .__status ul {
    margin: 0 0 1.2em 0;
}

.main.main--product-detail section.__information .__secondary h1.__title {
    font-size: 1.6em;
        line-height: 1.7;
    letter-spacing: .02em;
}

.main.main--product-detail section.__information .__secondary .__description {
    margin-top: 2.5em;
    line-height: 1.8;
    letter-spacing: .05em;
}

.main.main--product-detail section.__information .__secondary .__catch {
    margin-top: .5rem;
    font-weight: 600;
    font-size: 1em;
}

.main.main--product-detail section.__information .__secondary .__description p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .9rem;
    letter-spacing: .07em;
    line-height: 1.9;
}





/*ポップアップ*/
#backorder-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#backorder-popup {
  background: var(--color-wh);
  padding: 24px;
  width: 80%;
  max-width: 700px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.backorder-popup-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.backorder-popup-txt {
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.9;
  letter-spacing: .05em;
}

#backorder-popup-close {
  background: #333;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/*会員登録*/
.body-regist .__row-mm_flag,
.body-mypage-profile-form .__row-mm_flag,
.body-mypage-profile-finish .__row-mm_flag {
  display: none!important;
}

/*ニュースティッカー*/
.p-news-notifier > ul li.__item {
  background-color: var(--color-gr-main);
  color: var(--color-bk-main);
}
.p-news-notifier > ul li.__item .c-news-label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-color: var(--color-yl);
  color: var(--color-bk-main);
  font-size: 0.8rem;
}

.p-news-notifier > ul li.__item a {
  display: inline-block;
  vertical-align: middle;
  color: var(--color-bk-main);
  font-size: 1rem;
}

.p-news-notifier > ul li.__item .__inner span.__close {
  color: var(--color-bk-main);
}

@media screen and (max-width: 767px) {
  .p-news-notifier > ul li.__item .c-news-label {
    font-size: 0.8rem;
  }
  .p-news-notifier > ul li.__item a {
    font-size: 0.9rem;
  }
}

/*ニュース*/
/*
.__block--news:before {
  content: '';
  display: block;
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
*/

.main.main--home section.__block.__block--news .__body ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 125px;
}

.main.main--home section.__block.__block--news .__body ul li {
  border-top: 1px solid var(--color-gr-sub);
  border-bottom: 1px solid var(--color-gr-sub);
  min-height: 250px;
}

.main.main--home section.__block.__block--news .__body ul li > a,
.main.main--home section.__block.__block--news .__body ul li > span {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 5px;
  background: linear-gradient(var(--color-bk-sub),var(--color-bk-sub)) 0 100% / 0 1px no-repeat;
  text-decoration: none;
  transition: background .6s cubic-bezier(.4,0,0,1);
  color: var(--color-bk-main);
  text-decoration: none!important;
}

.main.main--home section.__block.__block--news .__body ul li > a:hover {
  background-size: 100% 1px;
}

.main.main--home section.__block.__block--news .__body ul li > a span.__date,
.main.main--home section.__block.__block--news .__body ul li > span span.__date {
  width: auto;
  padding: 0;
  font-size: 1.2rem;
  border: none;
}

.main.main--home section.__block.__block--news .__body ul li > a span.__title,
.main.main--home section.__block.__block--news .__body ul li > span span.__title {
  position: relative;
  height: 100%;
  display: block;
  padding: 20px 0 50px;
  border: none;
  text-decoration: none!important;
}

.main.main--home section.__block.__block--news .__body ul li > a span.__title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f061";
  color: var(--color-bk-main);
  transform: translate(0, 0);
  transition: 0.6s;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.main.main--home section.__block.__block--news .__body ul li > a:hover span.__title:after {
  transform: translate(10px, 0);
}

.main.main--home section.__block.__block--news .__body ul li > a span.__title .c-news-label,
.main.main--home section.__block.__block--news .__body ul li > span span.__title .c-news-label {
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--color-bk-main);
  font-weight: bold;
  background-color: var(--color-yl);
}

.main.main--home section.__block.__block--news .__body ul li > a span.__title .__subject,
.main.main--home section.__block.__block--news .__body ul li > span span.__title  .__subject {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .main.main--home section.__block.__block--news .__body ul {
    display: block;
    border-bottom: 1px solid var(--color-gr-sub);
  }

  .main.main--home section.__block.__block--news .__body ul li {
    border-top: 1px solid var(--color-gr-sub);
    border-bottom: none;
    min-height: auto;
  }

  .main.main--home section.__block.__block--news .__body ul li > a,
  .main.main--home section.__block.__block--news .__body ul li > span {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .main.main--home section.__block.__block--news .__body ul li > a:hover {
    background-size: 100% 1px;
  }

  .main.main--home section.__block.__block--news .__body ul li > a span.__date,
  .main.main--home section.__block.__block--news .__body ul li > span span.__date {
    font-size: 1rem;
  }

  .main.main--home section.__block.__block--news .__body ul li > a span.__title,
  .main.main--home section.__block.__block--news .__body ul li > span span.__title {
    padding: 15px 0 25px;
  }

  .main.main--home section.__block.__block--news .__body ul li > a span.__title:after {
    font-size: 1rem;
    left: auto;
    right: 0;
    bottom: 5px;
  }

  .main.main--home section.__block.__block--news .__body ul li > a span.__title .c-news-label,
  .main.main--home section.__block.__block--news .__body ul li > span span.__title .c-news-label {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .main.main--home section.__block.__block--news .__body ul li > a span.__title .__subject,
  .main.main--home section.__block.__block--news .__body ul li > span span.__title  .__subject {
    font-size: 1.2rem;
  }
}

/*トップ見出し*/
.body-home .c-heading-main,
.body-home .c-heading-sub,
.body-product-list .__block--recommend .c-heading-main,
.body-product-detail .__block--recommend .c-heading-main {
  font-size: .9rem !important;
  font-weight: 500;
  position: relative;
  text-align: left!important;
  transform: translate(-30px,0);
  opacity: 0;
  transition: opacity 0.6s ease-in,
              transform 0.6s ease-in;
  /*
  transform: perspective(400px) rotateX(90deg);
  opacity: 0;
  transition: opacity 0.1s ease-in 0.3s,
              transform 0.4s ease-in;
  */
  /*
  transform: translateY(100%);
  opacity: 0;
  */
}

.body-home .__block.show .c-heading-main,
.body-home .__block.show .c-heading-sub,
.body-product-list .__block--recommend.show .c-heading-main,
.body-product-detail .__block--recommend.show .c-heading-main {
  transform: translate(0,0)!important;
  opacity: 1!important;
  /*
  transform: perspective(400px) rotateX(0deg);
  opacity: 1;
  */
}

/*
.body-home .__block.show .c-heading-main {
  transform: translateY(0);
  opacity: 1;
  transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
}
*/

.body-home .c-heading-main span,
.body-product-list .__block--recommend .c-heading-main span,
.body-product-detail .__block--recommend .c-heading-main span {
  display: block;
  margin-top: .5rem;
  font-weight: 500;
}

.body-home .c-heading-sub span {
  display: block;
  margin-top: .5rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-bk-main);
  text-align: center;
}

.body-home .c-heading-main:before,
.body-product-list .__block--recommend .c-heading-main:before,
.body-product-detail .__block--recommend .c-heading-main:before {
  content: "";
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /*font-size: 4rem;*/
  font-size: 3.4rem;
  color: var(--color-bk-main);
  /*
  background: -webkit-linear-gradient(0deg, var(--color-bk-main), var(--color-gr-sub));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}

.body-product-detail .__block--recommend .c-heading-main:before {
  margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
  .body-home .c-heading-main,
  .body-home .c-heading-sub,
  .body-product-list .__block--recommend .c-heading-main,
  .body-product-detail .__block--recommend .c-heading-main {
    font-size: .9rem !important;
  }

  .body-home .c-heading-main span,
  .body-product-list .__block--recommend .c-heading-main span,
  .body-product-detail .__block--recommend .c-heading-main span {
    margin-top: .5rem;
  }

  .body-home .c-heading-sub span {
    margin-top: .5rem;
    font-size: 1.4rem;
  }

  .body-home .c-heading-main:before,
  .body-product-list .__block--recommend .c-heading-main:before,
  .body-product-detail .__block--recommend .c-heading-main:before {
    font-size: 2.4rem;
  }
  .body-product-detail .__block--recommend .c-heading-main:before {
    margin-bottom: .5rem;
  }
}

/*ランキング*/
.__block--pro-ranking .c-heading-main:before {
  content: "Ranking";
}

/*おすすめ商品*/
.__block--pro-recommend .c-heading-main:before,
.body-product-list .__block--recommend .c-heading-main:before,
.body-product-detail .__block--recommend .c-heading-main:before {
  content: "Recommend";
}

/*新着商品*/
.__block--pro-new .c-heading-main:before {
  content: "New Products";
}

/*新着情報*/
.__block--news .c-heading-main:before {
  content: "Information";
}


/*トップコンテンツ幅*/
.cnt-wrap {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .cnt-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*トップリスト*/
.body-home .p-product-block ul.__product li.__item,
.bnr-01 li,
.main.main--home section.__block.__block--news .__body ul li,
.list-10 li,
.body-product-list .__block--recommend ul.__product li.__item,
.body-product-detail .__block--recommend ul.__product li.__item {
  opacity: 0;
  transform: translateY(30px);
  transition: .4s;
}

.body-home .__block.show .p-product-block ul.__product li.__item,
.__block.show .bnr-01 li,
.main.main--home section.__block.__block--news.show .__body ul li,
.__block.show .list-10 li,
.body-product-list .__block--recommend.show ul.__product li.__item,
.body-product-detail .__block--recommend.show ul.__product li.__item {
  opacity: 1;
  transform: translateY(0px);
}

/*
.p-product-block ul.__product li.__item:nth-child(1) {
  transition-delay: 0s;
}

.p-product-block ul.__product li.__item:nth-child(2) {
  transition-delay: 0.2s;
}

.p-product-block ul.__product li.__item:nth-child(3) {
  transition-delay: 0.4s;
}

.p-product-block ul.__product li.__item:nth-child(4) {
  transition-delay: 0.6s;
}

.p-product-block ul.__product li.__item:nth-child(5) {
  transition-delay: 0.8s;
}

.p-product-block ul.__product li.__item:nth-child(6) {
  transition-delay: 1.0s;
}

.p-product-block ul.__product li.__item:nth-child(7) {
  transition-delay: 1.2s;
}

.p-product-block ul.__product li.__item:nth-child(8) {
  transition-delay: 1.4s;
}

.p-product-block ul.__product li.__item:nth-child(9) {
  transition-delay: 1.6s;
}

.p-product-block ul.__product li.__item:nth-child(10) {
  transition-delay: 1.8s;
}
*/

/*インスタグラム*/
.__block--free-2 .cnt-wrap {
  padding-top: 35px;
}
.__block--free-2 .c-heading-main {
  transform: translate(0, 30px)!important;
  text-align: center!important;
}
.__block--free-2.show .c-heading-main {
  transform: translate(0,0)!important;
  text-align: center!important;
}
.__block--free-2 .c-heading-main:before {
  content: "Instagram";
  color: var(--color-bk-main);
}

/*バナー*/
.__block--free-1 .c-heading-sub {
  transform: translate(0, 30px)!important;
  text-align: center!important;
}
.__block--free-1.show .c-heading-sub {
  transform: translate(0,0)!important;
  text-align: center!important;
}

/*サービス*/
.__block--service a {
  text-decoration: none!important;
}
.__block--service .cnt-wrap {
  padding-top: 35px;
}
.__block--service .c-heading-main {
  transform: translate(0, 30px)!important;
  text-align: center!important;
}
.__block--service.show .c-heading-main {
  transform: translate(0,0)!important;
  text-align: center!important;
}
.__block--service .c-heading-main:before {
  content: "Service";
  color: var(--color-bk-main);
}

/*商品検索*/
.__block--search a {
  text-decoration: none!important;
}
.__block--search .cnt-wrap {
  padding-top: 35px;
}
.__block--search .c-heading-main {
  transform: translate(0, 30px)!important;
  text-align: center!important;
}
.__block--search.show .c-heading-main {
  transform: translate(0,0)!important;
  text-align: center!important;
}
.__block--search .c-heading-main:before {
  content: "Search";
  color: var(--color-bk-main);
}

.__block--search .search-wrap {
  text-align: center;
}

.__block--search .c-form input[type="text"] {
  width: 680px;
}

/*
.__block--search .list-02 {
  margin-top: 30px;
  justify-content: center;
  margin-bottom: 0;
}
*/

.__block--search .list-11 {
  width: 400px;
  margin: 30px auto 0;
  justify-content: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  .__block--search .c-form input[type="text"] {
    width: calc(100% - 70px);
  }

  .__block--search .list-11 {
    width: 100%;
    margin: 20px auto 0;
  }
}


/*動画*/
.movie-01 {
  position: relative;
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  filter: blur(10px);
  /*
  transform: translateX(-5%);
  */
  transition: all 1.2s ease-out;
}
.__block.show .thumbnail {
  opacity: 1;
  filter: blur(0);
  /*
  transform: translateX(0);
  */
}

.youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-iframe iframe {
  width: 100%;
  height: 100%;
}

.thumbnail-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.thumbnail-info-txt-en {
  color: var(--color-wh);
  font-size: 6rem;
  margin-bottom: 0;
}
.thumbnail-info-txt {
  color: var(--color-wh);
  font-size: 2rem;
  margin-bottom: 30px;
}

.play-button {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  width: 64px;
  height: 64px;
  background: url('https://files.bcart.jp/cirkle/uploads/img/common/icon_movie.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .thumbnail-info-txt-en {
    font-size: 2.8rem;
  }
  .thumbnail-info-txt {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .play-button {
    width: 32px;
    height: 32px;
  }
}

/*背景*/
.bg-01 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.bg-01-cnt {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  background-color: var(--color-gr-main);
  border-radius: 980px 980px 0 0;
  transform: translateY(50vh);
}

.__block.show .bg-01-cnt {
  background-color: var(--color-gr-main);
  transform: translate3d(0px, 0px, 0px);
  border-radius: 125px 125px 0px 0px;
}

.bg-02 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.bg-02-cnt {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  background-color: var(--color-gr-sub);
  transform: translateY(50vh);
}

.__block.show .bg-02-cnt {
  background-color: var(--color-gr-sub);
  transform: translate3d(0px, 0px, 0px);
}

.bg-03 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.bg-03-cnt {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  background-color: var(--color-gr-main);
  border-radius: 980px 980px 0 0;
  transform: translateY(50vh);
}

.__block.show .bg-03-cnt {
  background-color: var(--color-gr-main);
  transform: translate3d(0px, 0px, 0px);
  border-radius: 125px 125px 0px 0px;
}

@media screen and (max-width: 767px) {
  .__block.show .bg-01-cnt {
    border-radius: 70px 70px 0px 0px;
  }
  .__block.show .bg-03-cnt {
    border-radius: 70px 70px 0px 0px;
  }
}

/*閲覧履歴*/
.__block--pro-viewed .c-heading-main:before {
  content: "History";
}

/*商品リスト*/
.p-product-block ul.__product {
  width: 100%;
  padding: 0;
  overflow: visible!important;
}

.p-product-block ul.__product li.__item {
  width: calc((100% - 90px) / 4);
  padding: 0;
  margin-right: 30px;
}

.p-product-block ul.__product li.__item:nth-child(4n) {
  margin-right: 0;
}

.__list--block.p-product-block ul.__product li.__item:nth-child(n+5) {
  margin-top: 30px;
}

.p-product-block ul.__product li.__item:last-child {
  margin-right: 0;
}

.p-product-block ul.__product li.__item a {
  position: relative;
  text-decoration: none;
  color: var(--color-bk-main);
  transition: 0.3s ease;
}

.p-product-block ul.__product li.__item a:hover {
  opacity: 0.8;
}

.p-product-block ul.__product li.__item a .__rank {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.p-product-block ul.__product li.__item a .__rank:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--color-wh);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  border-radius: 100%;
  background-color: var(--color-gr-sub);
}

.p-product-block ul.__product li.__item a .__rank.__rank--1:before {
  content: '1';
  background-color: #968155;
}

.p-product-block ul.__product li.__item a .__rank.__rank--2:before {
  content: '2';
  background-color: #B1B5BF;
}

.p-product-block ul.__product li.__item a .__rank.__rank--3:before {
  content: '3';
  background-color: #6F493C;
}

.p-product-block ul.__product li.__item a .__rank.__rank--4:before {
  content: '4';
}

.p-product-block ul.__product li.__item a .__rank.__rank--5:before {
  content: '5';
}

.p-product-block ul.__product li.__item a .__rank.__rank--6:before {
  content: '6';
}

.p-product-block ul.__product li.__item a .__rank.__rank--7:before {
  content: '7';
}

.p-product-block ul.__product li.__item a .__rank.__rank--8:before {
  content: '8';
}

.p-product-block ul.__product li.__item a .__rank.__rank--9:before {
  content: '9';
}

.p-product-block ul.__product li.__item a .__rank.__rank--10:before {
  content: '10';
}

.p-product-block ul.__product li.__item a .__rank span.__icon {
  display: none!important;
}

.p-product-block ul.__product li.__item a .__photo {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 2%;
  transition: 0.3s ease;
}

.p-product-block ul.__product li.__item a:hover .__photo {
  opacity: 1;
  border-radius: 0;
}

.p-product-block ul.__product li.__item a .__photo img {
  width: 100%;
  height: auto;
  max-height: none;
  transition: transform 0.3s ease;
}

.p-product-block ul.__product li.__item a:hover .__photo img { 
  transform: scale(1.1);
}

.p-product-block ul.__product li.__item a .__title {
  color: var(--color-bk-main);
  font-size: .95rem;
  margin-bottom: 20px;
  text-decoration: none !important;
  line-height: 1.6;
  padding: 0 .1rem;
}

.p-product-block ul.__product li.__item a .__description {

}

.p-product-block ul.__product li.__item a .__description dl.__price {
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-product-block ul.__product li.__item {
    width: calc((100% - 20px) / 1.5);
    margin-right: 20px;
  }

  .__list--block.p-product-block ul.__product li.__item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }

  .p-product-block ul.__product li.__item:nth-child(4n) {
    margin-right: 20px;
  }

  .p-product-block ul.__product li.__item:nth-child(2n) {
    margin-right: 0;
  }

  .p-product-block ul.__product li.__item:last-child {
    margin-right: 0;
  }

  .__list--block.p-product-block ul.__product li.__item:nth-child(n+5) {
    margin-top: 0;
  }

  .__list--block.p-product-block ul.__product li.__item:nth-child(n+3) {
    margin-top: 20px;
  }

  .p-product-block ul.__product li.__item a .__rank {
    top: 10px;
    left: 10px;
  }

  .p-product-block ul.__product li.__item a .__rank:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }

  .p-product-block ul.__product li.__item a .__photo {
    margin-bottom: 10px;
  }

  .p-product-block ul.__product li.__item a .__title {
    font-size: 1rem;
    margin-bottom: 15px;
    padding: 0 .5rem;
  }

  .p-product-block ul.__product li.__item a .__description dl.__price {
    font-size: 0.9rem;
  }
}

/*カラーパレット*/
:root {
  --color-bk: #000000;
  --color-bk-main: #393332;
  --color-bk-sub: #2a2625;
  --color-wh: #ffffff;
  --color-gr-main:#eae8e4;
  --color-gr-sub:#e5e5e5;
  --color-gr-3:#444444;
  --color-bl: #6bb3be;
  --color-yl: #e8d585;
}

/*ベースCSSの上書き*/
.c-h1 {
  font-size: 1.8rem;
  text-align: center;
}

.c-button, .c-button-submit {
  color: var(--color-wh);
  background-color: var(--color-bk-main);
  opacity: 1;
  transition: opacity 0.2s;
}

.c-button:hover, .c-button-submit:hover {
  opacity: 0.8;
  text-decoration: none;
}

.c-pagetop span:before {
  background-color: var(--color-bk-main);
}

.main.main--contact-finish {
  text-align: center;
}

.c-more,
.main.main--contact-finish section.__back-home,
.main.main--regist-finish section.__back-home,
.main.main--order-finish section.__back-home {
  text-align: center;
}

.c-more a,
.main.main--contact-finish section.__back-home a,
.main.main--regist-finish section.__back-home a,
.main.main--order-finish section.__back-home a {
  display: inline-block;
  width: auto;
  min-width: 350px;
  height: 75px;
  line-height: 75px;
  border-radius: 75px;
  margin: 50px auto 0;
  padding: 0 20px;
  background-color: var(--color-wh);
  border: 1px solid var(--color-bk-main);
  text-decoration: none;
  color: var(--color-bk-main);
  font-size: 1rem;
  transition: 0.3s;
}

.c-more a:hover,
.main.main--contact-finish section.__back-home a:hover,
.main.main--regist-finish section.__back-home a:hover,
.main.main--order-finish section.__back-home a:hover {
  background-color: var(--color-bk-main);
  color: var(--color-wh);
}

.c-more a:before,
.main.main--contact-finish section.__back-home a:before,
.main.main--regist-finish section.__back-home a:before,
.main.main--order-finish section.__back-home a:before {
  display: none;
}

.c-more a:after,
.main.main--contact-finish section.__back-home a:after,
.main.main--regist-finish section.__back-home a:after,
.main.main--order-finish section.__back-home a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f061";
  margin-left: 1em;
  color: var(--color-bk-main);
  transform: translate(0,0);
  transition: 0.3s;
}

.c-more a:hover:after,
.main.main--contact-finish section.__back-home a:hover:after,
.main.main--regist-finish section.__back-home a:hover:after,
.main.main--order-finish section.__back-home a:hover:after {
  transform: translate(10px,0);
  color: var(--color-wh);
}

.c-news-label.c-news-label--color-2 {
  background-color: var(--color-bl)!important;
  color: var(--color-bk-main)!important;
}

.c-news-label.c-news-label--color-3 {
  background-color: var(--color-yl)!important;
  color: var(--color-bk-main)!important;
}

@media screen and (max-width: 767px) {
  .c-more a {
    min-width: 250px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin: 30px auto 0;
    padding: 0 15px;
  }
}

/*スライダー*/
.splide-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.splide__track {
  overflow: visible!important;
}

.splide .splide__slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.splide .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.splide .splide__arrow--prev {
  left: 0;
}

.splide .splide__arrow--next {
  right: 0;
}

.splide .splide__pagination {
  margin: 0;
  padding: 0;
}

.splide .splide__pagination li {
  display: block;
  line-height: 0;
  list-style-type: none;
  margin: 20px 10px 0;
  padding: 0;
  pointer-events: auto;
}

.splide .splide__pagination__page {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-bk-sub);
  margin: 0;
  padding: 0;
  border-radius: 100%;
  background-color: var(--color-wh);
  transition: 0.2s;
}

.splide .splide__pagination__page.is-active {
  background-color: var(--color-bk-sub);
}

.splide .splide__pagination__page:hover {
  background-color: var(--color-gr-main);
}

.custom-arrows {
  width: 130px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-arrows button {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--color-bk-sub);
  border-radius: 50%;
  background-color: var(--color-wh);
  overflow: hidden;
}

.custom-arrows button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.custom-arrows button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: var(--color-bk-main);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.custom-arrows button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  color: var(--color-bk-main);
  transform: translate(0, 0);
  transition: 0.6s;
  font-size: 1.2rem;
  /*
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  */
}

.custom-arrows button.custom-prev:after {
  content: "\f060";
}

.custom-arrows button.custom-next:after {
  content: "\f061";
}

.custom-arrows button:hover:after {
  color: var(--color-wh);
}

.custom-arrows button:hover:before {
  width: 200%;
  height: 200%;
}

@media screen and (max-width: 767px) {
  .splide .splide__pagination li {
    margin: 15px 10px 0;
  }

  .splide .splide__pagination__page {
    width: 12px;
    height: 12px;
  }

  .custom-arrows {
    width: 95px;
  }

  .custom-arrows button {
    width: 40px;
    height: 40px;
  }

  .custom-arrows button:after {
    font-size: 0.9rem;
  }
}

/*共通*/
.gnav-pc,
.gnav-sp {
  display: none!important;
}

html {
  font-size: 16px;
  overflow: auto;
  scroll-behavior: auto !important;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(14 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}

body {
  color: var(--color-bk-main);
	padding-top: 100px;
  overflow: hidden;
  scroll-behavior: auto !important;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

/*
:where(h1),
:where(h2),
:where(h3,h4,h5,h6,dt) {
    max-inline-size: none!important;
}

:where(li,dd,figcaption) {
    max-inline-size: none;
}

:where(li) {
    padding-inline-start: none;
}
*/

.pc {
  display: block;
}

.sp {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none!important;
  }
}

@media screen and (max-width: 959px) {
    .wrapper.wrapper--home .__inner .main, .wrapper.wrapper--home .__inner .aside {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

/*見出し*/
.c-heading-main {
    font-size: 2rem!important;
    color: var(--color-bk-main)!important;
    background-color: transparent!important;
    border: none!important;
    text-align: center!important;
    padding: 0 0 10px 0!important;
    margin: 0 0 45px 0 !important;
}
.c-heading-sub {
    font-size: 2rem!important;
    color: var(--color-bk-main)!important;
    background-color: transparent!important;
    border: none!important;
    text-align: center!important;
    padding: 0 0 10px 0!important;
    margin: 0 0 25px 0 !important;
}
@media screen and (max-width: 767px) {
    .c-heading-main {
        padding: 0 0 5px 0!important;
        margin: 0 0 25px 0 !important;
    }
    .c-heading-sub {
        padding: 0 0 5px 0!important;
        margin: 0 0 10px 0 !important;
    }
}
@media screen and (max-width: 959px) {
    /*
    .c-heading-main {
        border-top: 1px solid #263238;
        padding: .5em 1em;
        padding: .5rem 1rem;
        margin: 0;
    }
      */
}
@media screen and (min-width: 960px) {
    /*
    .c-heading-main {
        border-bottom: 1px solid #263238;
        padding: .5em 0;
        padding: .5rem 0;
        margin: 0 0 .5em 0;
        margin: 0 0 .5rem 0;
    }
    */
}

@media screen and (min-width: 1280px) {
  
}

/*ホーム*/
.body-home .aside,
.body-product-detail .aside,
.body-product-list .aside,
.body-news .aside {
  display: none;
}

.body-home .wrapper .__inner,
.body-product-detail .wrapper .__inner,
.body-product-list .wrapper .__inner,
.body-news .wrapper .__inner {
  max-width: 100%;
}

.main.main--home section.__block {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px!important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px!important;
  opacity: 0;
  transform: translate(0,30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/*
.main.main--home section.__block,
.main.main--product-detail section.__block,
.main.main--product-list section.__block {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px!important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px!important;
  opacity: 0;
  transform: translate(0,30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
*/

.main.main--home section.__block.__block--free-child {
  background-color: transparent;
  margin-bottom: 20px!important;
  padding-left: 0!important;
  padding-right: 0!important;
}

.main.main--home section.__block.__block--free-child:last-child {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

.main.main--home section.__block--free-1 {
  padding-left: 0!important;
  padding-right: 0!important;
  opacity: 1!important;
  transform: translate(0, 0)!important;
}

.main.main--home section.__block--search {
  padding-left: 0!important;
  padding-right: 0!important;
  padding-bottom: 40px!important;
  margin-bottom: 0!important;
}

.main.main--home section.__block--free-2 {
  padding-left: 0!important;
  padding-right: 0!important;
  padding-bottom: 40px!important;
  margin-bottom: 0!important;
}

.main.main--home section.__block--free-3 {
  padding-left: 0!important;
  padding-right: 0!important;
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}

.main.main--home section.__block.show {
  opacity: 1;
  transform: translate(0,0);
}

@media screen and (min-width: 960px) {
    .body-home .wrapper.wrapper--column-2 .__inner .main,
    .body-product-detail .wrapper.wrapper--column-2 .__inner .main,
    .body-product-list  .wrapper.wrapper--column-2 .__inner .main,
    .body-news  .wrapper.wrapper--column-2 .__inner .main {
        float: none;
        padding-left: 0;
        width: 100%;
    }
    .main.main--home section.__block {
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 40px!important;
      margin-bottom: 160px !important;
    }
    .main.main--home section.__block.__block--free-child {
      margin-bottom: 30px!important;
    }
    .main.main--home section.__block--search {
      padding-left: 0!important;
      padding-right: 0!important;
      padding-bottom: 80px!important;
      margin-bottom: 0!important;
    }
    .main.main--home section.__block--free-2 {
      padding-left: 0!important;
      padding-right: 0!important;
      padding-bottom: 80px!important;
      margin-bottom: 0!important;
    }
    .main.main--home section.__block--free-3 {
      padding-left: 0!important;
      padding-right: 0!important;
      padding-top: 40px!important;
      padding-bottom: 40px!important;
    }
}

@media (min-width: 1280px) {
    .body-home .wrapper.wrapper--column-2 .__inner .main,
    .body-product-detail .wrapper.wrapper--column-2 .__inner .main,
    .body-product-list  .wrapper.wrapper--column-2 .__inner .main,
    .body-news  .wrapper.wrapper--column-2 .__inner .main {
        float: none;
        width: 100%;
    }
    /*
    .main.main--home section.__block {
      max-width: 1200px;
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
    }
    */
    .main.main--home section.__block {
      padding-left: 4rem;
      padding-right: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    .main.main--home section.__block.__block--free-child {
      margin-bottom: 50px!important;
    }
    .main.main--home section.__block--search {
      padding-left: 0!important;
      padding-right: 0!important;
      padding-bottom: 100px!important;
      margin-bottom: 0!important;
    }
    .main.main--home section.__block--free-2 {
      padding-left: 0!important;
      padding-right: 0!important;
      padding-bottom: 100px!important;
      margin-bottom: 0!important;
    }
    .main.main--home section.__block--free-3 {
      padding-left: 0!important;
      padding-right: 0!important;
      padding-top: 60px!important;
      padding-bottom: 60px!important;
    }
}

/*ヘッダー*/
.header a {
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header-sec {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-sec-sp {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-left {
	width: 280px;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .header-left {
    width: 220px;
	  padding: 0 10px;
  }
}

.header-center {
  width: calc(100% - 410px);
  height: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .header-center {
    display: none;
  }
}

.header-right {
  width: 160px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .header-right {
    width: calc(100% - 220px);
    padding: 0 50px 0 10px;
  }
}

.header-icon > div+div {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .header-icon > div+div {
    margin-left: 15px;
  }
}

.header-login {
  
}

.header-login a {
  display: block;
  height: 30px;
}

.header-login img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .header-login {
  }
  .header-login a {
    height: 30px;
  }
  .header-login img {
    width: auto;
    height: 100%;
  }
}

.header-favorite {
  
}

.header-favorite a {
  display: block;
  height: 27px;
}

.header-favorite img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .header-favorite {
    display: none;
  }
}

.header-cart {
  
}

.header-cart a {
  display: block;
  position: relative;
  height: 29px;
}

.header-cart img {
  width: auto;
  height: 100%;
}

.header-cart .__counter {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: var(--color-wh);
  border-radius: 100%;
  line-height: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header-cart {
  }
  .header-cart a {
    height: 30px;
    margin-top: -4px;
  }
  .header-cart img {
    width: auto;
    height: 100%;
  }
  .header-cart .__counter {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: var(--color-wh);
    border-radius: 100%;
    line-height: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
  }
}

.menu {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu > ul {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

.menu > ul > li {
  height: 100%;
  display: flex;
}

.menu > ul > li > a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.menu > ul > li > a > span {
  display: inline-block;
  position: relative;
}

.menu > ul > li > a > span:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-bk-main);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}

.menu > ul > li > a:hover {
  color: var(--color-bk-main);
}

.menu > ul > li:hover > a > span:after {
  transform: scale(1, 1);
}

.menu > ul > li:hover .menu-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu > ul > li+li {
  margin-left: 15px;
}

/*
.menu > ul > li:first-child .menu-container {
  display: block;
}
*/

.menu-container {
  width: 100%;
  padding: 30px 20px 50px;
  position: absolute;
  top: 100%;
  left: 0;
  /*background-color: rgba(255,255,255,0.9);*/
  background-color: rgba(234,232,228,0.9);
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);*/
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.6s ease;
}

.menu-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main-menu > li:nth-child(3) .menu-block {
  max-width: 710px;
}

.menu-block+.menu-block {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid var(--color-gr-sub);
}

.menu-block > .menu-col {
  width: calc(50% - 20px);
}

.main-menu > li:nth-child(1) .menu-block > .menu-col:nth-child(1) {
  width: calc(100% - 330px);
}

.main-menu > li:nth-child(1) .menu-block > .menu-col:nth-child(2) {
  width: 300px;
}

.main-menu > li:nth-child(3) .menu-block > .menu-col:nth-child(1) {
  width: 300px;
  padding-left: 150px;
}

.main-menu > li:nth-child(3) .menu-block > .menu-col:nth-child(2) {
  width: 410px;
}

.menu-col-item {
  width: 100%;
  text-align: left;
}

.menu-col-item+.menu-col-item {
  margin-top: 30px;
}

.main-menu .list-01 li,
.menu-cnt .list-01 li {
  padding-left: 0;
  margin-bottom: 5px;
}

.main-menu .list-01 li:before,
.menu-cnt .list-01 li:before {
  display: none;
}

.main-menu .list-01 li a,
.menu-cnt .list-01 li a {
  font-size: 0.8rem;
}

/*
.menu-ttl {
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--color-bk-main);
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}

.menu-ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--color-bl);
}
*/

.header-icon {
  display: flex;
  justify-content: flex-end;
  align-items: start;
}

/*line*/
.line-qr-cnt p {
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-align: center;
}

.line-qr-cnt img {
  width: 200px;
  height: auto;
}

/* row */
.menu-block._2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.menu-block._2 .menu-row {
  width: 50%;
  padding: 20px;
}

.menu-block .menu-row+.menu-row {
  border-left: 1px solid var(--color-gr-sub);
}

/*アコーディオン*/
.acc {
  cursor: pointer;
}

.acc-cnt {
  display: none;
  padding: 5px 0 10px 0;
}

/*spメニュー*/
#menu-toggle {
  position: fixed;
  top: 18px;
  right: 15px;
  width: 30px;
  height: 24px;
  /*background: var(--color-wh);*/
  /*border-radius: 100%;*/
  padding: 0;
  z-index: 10001;
  font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
  padding: 0;
  /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);*/
}

@media screen and (min-width: 768px) {
  #menu-toggle {
    display: none!important;
  }
}

.nav-icon-02 {
  width: 30px;
  height: 24px;
  position: relative;
  transition: .1s;
  cursor: pointer;
  display: block;
}

.nav-icon-02 span{
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: var(--color-bk-main);
  display: block;
  top: 0;
  right: 0;
  transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-02 span:nth-child(2){
  width: 24px;
  top: 10px;
}

.nav-icon-02 span:nth-child(3){
  width: 18px;
  top: 20px;
}

/*
.nav-icon-02.open{
  cursor: pointer;
}
*/

.nav-icon-02.open span:nth-child(1) {
    transform: translateY(11px) translateX(0) rotate(45deg);
}
.nav-icon-02.open span:nth-child(2) {
    opacity: 0;
}
.nav-icon-02.open span:nth-child(3) {
    width: 30px;
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}

/*
#menu-toggle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: var(--color-wh);
  border-radius: 100%;
  padding: 0;
  z-index: 10001;
  font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  #menu-toggle {
    display: none!important;
  }
}

.nav-icon-01 {
  width: 24px;
  height: 24px;
  position: relative;
  transition: .1s;
  margin: 13px 13px;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-01 span{
  width: 4px;
  height: 4px;
  background-color: var(--color-bk-main);
  display: block;
  border-radius: 50%;
  position: absolute;

}

.nav-icon-01 span:nth-child(1){
  left: 0;
  top: 0;
}
.nav-icon-01 span:nth-child(2){
  left: 10px;
  top: 0;
}
.nav-icon-01 span:nth-child(3){
  right: 0;
  top: 0;
}
.nav-icon-01 span:nth-child(4){
  left: 0;
  top: 10px;
}
.nav-icon-01 span:nth-child(5){
  position: absolute;
  left: 10px;
  top: 10px;
}
.nav-icon-01 span:nth-child(6){
  right: 0px;
  top: 10px;
}
.nav-icon-01 span:nth-child(7){
  left: 0px;
  bottom: 0px;
}
.nav-icon-01 span:nth-child(8){
  position: absolute;
  left: 10px;
  bottom: 0px;
}
.nav-icon-01 span:nth-child(9){
  right: 0px;
  bottom: 0px;
}
.nav-icon-01.open{
  transform: rotate(180deg);
  cursor: pointer;
  transition: .2s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-01.open span{
  border-radius: 50%;
  transition-delay: 200ms;
  transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-01.open span:nth-child(2) {
  left: 5px;
  top: 5px;
}
.nav-icon-01.open span:nth-child(4) {
  left: 5px;
  top: 15px;
}
.nav-icon-01.open span:nth-child(6) {
  right: 5px;
  top: 5px;
}
.nav-icon-01.open span:nth-child(8) {
  left: 15px;
  bottom: 5px;
}
*/

.menu-cnt {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-gr-main);
  padding: 0;
  z-index: 10000;
  overflow: hidden;
}

.menu-cnt a {
  text-decoration: none;
}

.menu-cnt-inner {
  height: 100%;
  overflow-y: auto;
  padding: 50px 24px 80px;
}

.menu-cnt-header {
  width: 100%;
  border-bottom: 1px solid var(--color-gr-sub);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.menu-account {
  font-size: 1.2rem;
}

.menu-cnt-header-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.menu-cnt-header-link-item {
  width: 48%;
}

.menu-cnt-header-link > .menu-cnt-header-link-item:nth-child(n+3) {
  margin-top: 20px;
}

.menu-cnt-header-link-item a {
  display: block;
  padding: 10px 20px;
  font-size: 1.2rem;
  color: var(--color-wh);
  background-color: var(--color-bk-main);
  text-align: center;
  border-radius: 6px;
}

.menu-cnt-body {
  width: 100%;
  /*border-bottom: 1px solid var(--color-gr-sub);*/
  margin-bottom: 20px;
  /*padding-bottom: 20px;*/
}

.menu-cnt-body-item+.menu-cnt-body-item {
  margin-top: 30px;
}

.menu-cnt-body-search {
  margin-bottom: 20px;
}

.menu-cnt-footer {
  width: 100%;
  margin-bottom: 20px;
}

.menu-cnt-footer-item+.menu-cnt-footer-item {
  margin-top: 20px;
}

/*ボタン*/
.btn-02 {
  display: block;
  padding: 10px 20px;
  font-size: 1.2rem;
  color: var(--color-wh);
  background-color: var(--color-bl);
  text-align: center;
  border-radius: 6px;
}

.btn-02[target="_blank"] {
  position: relative;
}

.btn-02[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  margin-left: 10px;
  background: url('https://files.bcart.jp/cirkle/uploads/img/common/icon_link_w.svg') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.btn-03 {
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
  color: var(--color-bk-main);
  background-color: var(--color-gr-main);
  text-align: center;
  border-radius: 6px;
  max-width: 250px;
  margin: 0 auto;
  transition: .2s;
}

.btn-03:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btn-03[target="_blank"] {
  position: relative;
}

.btn-03[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  margin-left: 10px;
  background: url('https://files.bcart.jp/cirkle/uploads/img/common/icon_link_w.svg') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.btn-04 {
  display: inline-block;
  width: auto;
  min-width: 350px;
  height: 75px;
  line-height: 75px;
  border-radius: 75px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: var(--color-bk-main);
  border: 1px solid var(--color-bk-main);
  text-decoration: none;
	color: var(--color-wh);
  font-size: 1rem;
  transition: 0.3s;
}

.btn-04:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f019";
    margin-left: 1em;
    color: var(--color-wh);
    transform: translate(0, 0);
    transition: 0.3s;
}

.btn-04:hover {
	text-decoration: none;
    background-color: var(--color-wh);
    color: var(--color-bk-main);
}

.btn-04:hover:after {
    transform: translate(0, 5px);
    color: var(--color-bk-main);
}

@media screen and (max-width: 767px) {
	.btn-04 {
		min-width: 0;
		max-width: 100%;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		margin: 0 auto;
		padding: 0 15px;
	}
}

.btn-05 {
  display: inline-block;
  width: auto;
  min-width: 350px;
  height: 75px;
  line-height: 75px;
  border-radius: 75px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: var(--color-bk-main);
  border: 1px solid var(--color-bk-main);
  text-decoration: none;
	color: var(--color-wh);
  font-size: 1rem;
  text-align: center;
  transition: 0.3s;
}

.btn-05:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-left: 10px;
    background-image: url('https://files.bcart.jp/cirkle/uploads/img/common/icon_link_w.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: middle;
}

.btn-05:hover {
	text-decoration: none;
    background-color: var(--color-wh);
    color: var(--color-bk-main);
}

.btn-05:hover:after {
    color: var(--color-bk-main);
    background-image: url('https://files.bcart.jp/cirkle/uploads/img/common/icon_link.svg');
}

@media screen and (max-width: 767px) {
	.btn-05 {
		min-width: 0;
		max-width: 100%;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		margin: 0 auto;
		padding: 0 15px;
	}
}

/*ブロック*/
.blk-01 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*テキスト*/
.txt-l {
	text-align: left;
}
.txt-r {
	text-align: right;
}
.txt-c {
	text-align: center;
}

/*見出し*/
.ttl-01 {
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--color-bk-main);
  /*padding: 0 0 0 20px;*/
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

/*
.ttl-01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--color-bl);
}
*/

.ttl-02 {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--color-bk-main);
  padding: 0 5px 15px 5px;
  margin: 0 0 20px 0;
}

.ttl-02:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, var(--color-bl), var(--color-bl) 2px, var(--color-wh) 2px, var(--color-wh) 4px);
  background: repeating-linear-gradient(-45deg, var(--color-bl), var(--color-bl) 2px, var(--color-wh) 2px, var(--color-wh) 4px);
}

.ttl-03 {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--color-bk-main);
  padding: 0 55px 0 55px;
  margin: 0 0 20px 0;
}

.ttl-03:before, .ttl-03:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: var(--color-bl);
}

.ttl-03:before {
  left:0;
}
.ttl-03:after {
  right: 0;
}

/*リスト*/
.list-01 {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-01 li {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 15px;
  list-style: none;
}

.list-01 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--color-bk-main);
}

.list-01 li ul {
  margin-top: 15px;
  padding-left: 15px;
}

.list-01 li:last-child {
  margin-bottom: 0;
}

.list-01 li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  color: var(--color-bk-main);
  transition: .2s;
}

.list-01 li a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-bk-main);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}

.list-01 li a:hover:after {
  transform: scale(1, 1);
}

.list-02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; 
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -10px;
  padding: 0;
}

.list-02 li {
  margin-left: 15px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

.list-02 li a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 1rem;
  color: var(--color-bk-main);
  background-color: var(--color-yl);
  border: 1px solid var(--color-yl);
  border-radius: 30px;
  transition: .2s;
}

.list-02 li a:hover {
  color: var(--color-yl);
  background-color: var(--color-wh);
}

.list-03 {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  /*border-top: 1px solid var(--color-bl);*/
}

.list-03 > li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  /*border-bottom: 1px solid var(--color-bl);*/
}

/*
.list-03 > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: rgb(224, 22, 44);
}
*/

.list-03 > li > h4,
.list-03 > li > a {
  position: relative;
  display: block;
  padding: 10px 25px 10px 10px;
  margin: 0;
  font-size: 1.2rem;
  color: var(--color-bk-main);
  transition: .2s;
  cursor: pointer;
}

/*
.list-03 > li > a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-bk-main);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}
*/

/*
.list-03 > li > h4:before,
.list-03 > li > h4:after,
.list-03 > li > a:before,
.list-03 > li > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
*/

.list-03 > li > h4:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px var(--color-bk-main);
  border-right: solid 2px var(--color-bk-main);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.list-03 > li > a:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--color-bk-main);
  border-right: solid 2px var(--color-bk-main);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

/*
.list-03 > li > h4:before{
  left: auto;
  right: 0;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--color-bl);
}
.list-03 > li > h4:after{
  left: auto;
	right: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid var(--color-wh);
  transform: rotate(-45deg);
}

.list-03 > li > a:before{
  left: auto;
  right: 0;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--color-bl);
}
.list-03 > li > a:after{
  left: auto;
	right: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid var(--color-wh);
}
*/

/*
.list-03 > li > a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-bk-main);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}
*/

.list-04 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-04 li {
  margin: 0 0 10px 10px;
  padding: 0;
  list-style: none;
}

.list-04 li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 0.8rem;
  color: var(--color-gr-3);
  transition: .2s;
}

.list-04 li a:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-gr-3);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}

.list-04 li a:hover:before {
  transform: scale(1, 1);
}

.list-04 li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-left: 5px;
  background: url('https://files.bcart.jp/cirkle/uploads/img/common/icon_link.svg') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .list-04 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .list-04 li {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    list-style: none;
  }

  .list-04 li:nth-child(n+3) {
    margin-top: 10px;
  }

  .list-04 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 5px;
    height: 2px;
    transform: translate(0,-50%);
    background-color: var(--color-bk-main);
  }

  .list-04 li a {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 0.8rem;
    color: var(--color-bk-main);
  }

  /*
  .list-04 li a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -3px;
    margin-left: 5px;
    background: url('https://files.bcart.jp/cirkle/uploads/img/common/icon_link.svg') no-repeat center center;
    background-size: contain;
    vertical-align: middle;
  }
  */

}

.list-05 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-05 li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.list-05 li img {
  width: auto;
  height: 25px;
}

.list-05 li a {
  position: relative;
  display: block;
  padding: 0;
  font-size: 1rem;
  color: var(--color-bk-main);
}

.list-06 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-06 li {
  margin: 0 0 10px 10px;
  padding: 0;
  list-style: none;
}

.list-06 li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  color: var(--color-bk-main);
  transition: .2s;
}

.list-06 li a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-bk-main);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}

.list-06 li a:hover:after {
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .list-06 {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .list-06 li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50%;
  }
  .list-06 li a {
    font-size: 0.9rem;
  }
  .list-06 li:nth-child(n+3) {
    margin-top: 10px;
  }
}

/*
.list-07 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-07 li {
  margin: 0 0 10px 10px;
  padding: 0;
  list-style: none;
}

.list-07 li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 0.8rem;
  color: var(--color-gr-3);
  transition: .2s;
}

.list-07 li a:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-gr-3);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}

.list-07 li a:hover:before {
  transform: scale(1, 1);
}

.list-07 li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-left: 5px;
  background: url('https://files.bcart.jp/cirkle/uploads/img/common/icon_link.svg') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
*/

.list-07 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 15px;
  margin: 0;
  padding: 0;
}

.list-07 > li {
  width: calc((100% - 30px) / 3);
  position: relative;
  padding: 0;
  list-style: none;
}

.menu-col-item h4 {
  font-size: 1.1rem;
  margin: 1rem 0px 0.8rem 0px;
  position:relative;
}

.menu-col-item h4 a {
  display: inline-block;
  position: relative;
  padding: 0;
  transition: .2s;
  color: var(--color-bk-main);
}

.menu-col-item h4 a:after {
	height: 1px;
}

.menu-col-item h4 a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: var(--color-bk-main);
    bottom: -4px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.2s;
}

.menu-col-item h4 a:hover:after {
    transform: scale(1, 1);
}

.menu-col-item h4 a:hover:before {
  opacity: 1;
  z-index: 1;
}

.list-07 > li:nth-child(n+4) {
  margin-top: 15px;
}

.list-07 > li .list-07-thumb {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.list-07 > li .list-07-thumb a {
  display: block;
  width: 80%;
  height: 100%;
  position: relative;
  padding: 0;
}

.list-07 > li .list-07-thumb h4 a {
  display: inline-block;
  width:auto;
}
/*
.list-07 > li .list-07-thumb a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.6);
}

.list-07 > li .list-07-thumb a:hover:before {
  opacity: 1;
  z-index: 1;
}
*/

.list-07 > li .list-07-thumb img {
  width: 100%;
  height: auto;
  /*transition: transform 0.3s ease;*/
}

.list-07 > li .list-07-thumb a:hover img {
  /*transform: scale(1.1);*/
}

.list-07 > li .list-07-thumb span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 1rem;
  color: var(--color-wh);
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1;
}

.list-07 > li .list-07-thumb a:hover span {
  color: var(--color-bk-main);
}

.list-07 .list-01 {
  margin-top: 5px;
}

.list-07 .list-01 li a:after {
  height: 1px;
}

@media screen and (min-width: 1024px) {
  .list-07 > li {
    width: calc((100% - 45px) / 4);
  }
  .list-07 > li:nth-child(n+4) {
    margin-top: 0;
  }
  .list-07 > li:nth-child(n+5) {
    margin-top: 15px;
  }
}

.list-08 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-08 li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.list-08 li:last-child {
  margin-bottom: 0;
}

.list-08 li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  color: var(--color-bk-main);
  transition: .2s;
}

.list-08 li a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-bk-main);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}

.list-08 li a:hover:after {
  transform: scale(1, 1);
}

.list-09 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-09 li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.list-09 li:last-child {
  margin-bottom: 0;
}

.list-09 li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 0.8rem;
  color: var(--color-gr-3);
  transition: .2s;
}

.list-09 li a:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-gr-3);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}

.list-09 li a:hover:before {
  transform: scale(1, 1);
}

.list-09 li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-left: 5px;
  background: url('https://files.bcart.jp/cirkle/uploads/img/common/icon_link.svg') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.list-10 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-10 li {
  width: calc((100% - 120px) / 5);
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
}

.list-10 li:nth-child(5n) {
  margin-right: 0;
}

.list-10 li:nth-child(n+6) {
  margin-top: 30px;
}

.list-10 li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  transition: .2s;
}

.list-10 li a:hover {
  opacity: 0.8;
}

.list-10 li a img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  border-radius: 2%;
  transition: 0.2s;
}

.list-10 li a:hover img {
  border-radius: 0;
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 767px) {
  .list-10 li {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
  }

  .list-10 li:nth-child(5n) {
    margin-right: 20px;
  }

  .list-10 li:nth-child(3n) {
    margin-right: 0;
  }

  .list-10 li:nth-child(n+4) {
    margin-top: 20px;
  }

  .list-10 li:nth-child(n+7) {
    display: none!important;
  }
}

.list-11 {
  width: 100%;
  display: flex;
  gap: 20px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-11 li {
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-11 li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  transition: .2s;
  font-size: 1rem;
  color: var(--color-bk-main);
}

.list-11 li a:hover {
  color: var(--color-bk-main);
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .list-11 {
    gap: 10px 15px;
  }
  .list-11 li a {
    font-size: 0.9rem;
  }
}

.list-12 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-12 li {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 100%;
  margin: 0!important;
  padding: 0;
  list-style: none;
}

.list-12 li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  transition: .2s;
	text-decoration: none!important;
	text-align: center;
}

.list-12 li a:hover {
  opacity: 0.8;
}

.list-12 li .list-12-thumb {
	position: relative;
	margin-bottom: 20px;
	grid-row: 1;
}

.list-12 li .list-12-thumb img {
	width: auto;
	height: 350px;
}

.list-12 li .list-12-lbl {
	position:absolute;
	top: 0;
	left: 0;
	font-size: 1rem;
  color: var(--color-bk-main);
  font-weight: bold;
  background-color: var(--color-yl);
	display: inline-block;
  padding: 0 .5em;
  vertical-align: middle;
}

.list-12 li .list-12-cnt {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

.list-12 li .list-12-ttl {
	font-size: 1.2rem;
	font-weight: bold;
}

.list-12 li .list-12-txt {
	font-size: 1rem;
	margin-top: 15px;
}

.list-12 li .list-12-btn {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .list-12 {
      gap: 40px 20px;
    }
	.list-12 li .list-12-thumb {
		margin-bottom: 20px;
	}

	.list-12 li .list-12-thumb img {
		width: auto;
		height: 180px;
	}

	.list-12 li .list-12-lbl {
		font-size: 0.9rem;
	}

	.list-12 li .list-12-ttl {
		font-size: 1rem;
		font-weight: bold;
	}

	.list-12 li .list-12-txt {
		font-size: 0.9rem;
		margin-top: 15px;
	}

	.list-12 li .list-12-btn {
		margin-top: 15px;
	}
}

/*バナー*/
.bnr-01 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 0;
  padding: 0;
}

.bnr-01 > li {
  width: calc((100% - 20px) / 2);
  position: relative;
  padding: 0;
  list-style: none;
}

.bnr-01 > li:nth-child(n+3) {
  margin-top: 20px;
}

.bnr-01 > li .bnr-01-thumb {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.bnr-01 > li .bnr-01-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
}

/*
.bnr-01 > li .bnr-01-thumb a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.6);
}

.bnr-01 > li .bnr-01-thumb a:hover:before {
  opacity: 1;
  z-index: 1;
}
*/

.bnr-01 > li .bnr-01-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.bnr-01 > li .bnr-01-thumb a:hover img {
  opacity: 0.8;
  transform: scale(1.1);
}

.bnr-01 > li .bnr-01-thumb span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 1rem;
  color: var(--color-wh);
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1;
}

.bnr-01 > li .bnr-01-thumb a:hover span {
  color: var(--color-bk-main);
}

/*
.bnr-01 .list-01 {
  margin-top: 5px;
}

.bnr-01 .list-01 li a:after {
  height: 1px;
}
*/

/*
@media screen and (min-width: 768px) {
  .bnr-01 {
    gap: 0 15px;
  }
  .bnr-01 > li {
    width: calc((100% - 30px) / 3);
  }
  .bnr-01 > li:nth-child(n+3) {
    margin-top: 0;
  }
  .bnr-01 > li:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .bnr-01 > li {
    width: calc((100% - 45px) / 4);
  }
  .bnr-01 > li:nth-child(n+4) {
    margin-top: 0;
  }
  .bnr-01 > li:nth-child(n+5) {
    margin-top: 15px;
  }
}
*/

@media screen and (min-width: 768px) {
  .bnr-01 {
    gap: 0 30px;
  }
  .bnr-01 > li {
    width: calc((100% - 60px) / 3);
  }
  .bnr-01 > li:nth-child(n+3) {
    margin-top: 0;
  }
  .bnr-01 > li:nth-child(n+4) {
    margin-top: 30px;
  }
}

.bnr-02 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 0;
  padding: 0;
}

.bnr-02 > li {
  width: calc((100% - 20px) / 2);
  position: relative;
  padding: 0;
  list-style: none;
}

.bnr-02 > li:nth-child(n+3) {
  margin-top: 20px;
}

.bnr-02 > li .bnr-02-thumb {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 30px 0;
  overflow: hidden;
}

.bnr-02 > li .bnr-02-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 30px 0;
}

/*
.bnr-02 > li .bnr-02-thumb a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.6);
}

.bnr-02 > li .bnr-02-thumb a:hover:before {
  opacity: 1;
  z-index: 1;
}
*/

.bnr-02 > li .bnr-02-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.bnr-02 > li .bnr-02-thumb a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

.bnr-02 > li .bnr-02-thumb span {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: var(--color-wh);
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1;
  color: var(--color-bk-main);
  font-weight: bold;
}

.bnr-02 > li .bnr-02-thumb a:hover span {
  color: var(--color-bk-main);
}

.bnr-02 .list-01 {
  margin-top: 5px;
}

.bnr-02 .list-01 li a:after {
  height: 1px;
}

/*
@media screen and (min-width: 768px) {
  .bnr-02 {
    gap: 0 15px;
  }
  .bnr-02 > li {
    width: calc((100% - 30px) / 3);
  }
  .bnr-02 > li:nth-child(n+3) {
    margin-top: 0;
  }
  .bnr-02 > li:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .bnr-02 > li {
    width: calc((100% - 45px) / 4);
  }
  .bnr-02 > li:nth-child(n+4) {
    margin-top: 0;
  }
  .bnr-02 > li:nth-child(n+5) {
    margin-top: 15px;
  }
}
*/

@media screen and (min-width: 768px) {
  .bnr-02 {
    gap: 0 30px;
    margin-top: 80px;
  }
  .bnr-02 > li {
    width: calc((100% - 60px) / 3);
  }
  .bnr-02 > li:nth-child(n+3) {
    margin-top: 0;
  }
  .bnr-02 > li:nth-child(n+4) {
    margin-top: 30px;
  }
  /*
  .bnr-02 .list-01 {
    max-height: 0;
    margin-top: 15px;
    opacity: 0;
    overflow: hidden;
    transform: translateY(30px);
    transition: all 0.4s ease;
  }
  .bnr-02 > li:hover .list-01 {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }
  */
  .bnr-02 .list-01 li:last-child {
    margin-bottom: 5px;
  }
  .bnr-02 > li .bnr-02-thumb {
    padding: 0 0 40px 0;
  }

  .bnr-02 > li .bnr-02-thumb a {
    padding: 0 0 40px 0;
  }
  .bnr-02 > li .bnr-02-thumb span {
    font-size: 1.4rem;
  }
}

/*フッター*/
.footer {
  background-color: var(--color-wh);
}

.footer a {
  text-decoration: none!important;
}

.footer-sec {
  width: 100%;
  border-top: 1px solid var(--color-gr-sub);
  margin-top:4rem;
}

.footer-calendar {
  padding: 60px 20px;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-calendar ul {
  width: 100%;
  min-width: 750px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 30px;
  margin: 0 auto;
  padding: 0;
}

.footer-calendar ul > li {
  width: calc((100% - 30px) / 2);
  position: relative;
  padding: 0;
  list-style: none;
}

.footer-calendar ul > li .cal {
  width: 100%;
}

.footer-calendar ul > li .cal thead th {
  color: var(--color-bk-main)!important;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: .5rem;
}

.footer-calendar ul > li .cal tbody th {
  color: var(--color-wh)!important;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--color-bk-sub)!important;
}

.footer-calendar ul > li .cal tbody td {
  color: var(--color-bk-main)!important;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.footer-calendar ul > li .cal tbody td .cal-week-close {
  display: block;
  color: var(--color-bk-main)!important;
  background-color: var(--color-gr-main)!important;
}

.footer-top {
  padding: 60px 20px;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top .footer-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  padding: 30px;
}

.footer-top .footer-right {
  width: calc(100% - 800px);
  padding: 30px;
}

.footer-top .footer-col {
  width: 50%;
}

.footer-top .contact-txt {
  width: 100%;
  font-size:1.1rem;
  text-align: center;
}

.footer-top .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:1.1rem;
}

.footer-top .tel span {
  padding-left: 5px;
  font-size:1.5rem;
  font-weight: bold;
}

.footer-top .tel-sub {
  font-size:0.8rem;
  margin-bottom: 0;
}

.footer-col-item {
  width: 50%;
  height: 100%;
  padding: 10px;
}

.footer-top .footer-col:nth-child(1) {
  width: 240px;
}
.footer-top .footer-col:nth-child(2) {
  width: 500px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-top .footer-col:nth-child(2) .footer-col-item:nth-of-type(1) {
  border-right: 1px solid var(--color-gr-sub);
  text-align: center;
} 

.footer-top .list-05 {
  margin-top: 20px;
}

.footer-bottom {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: var(--color-bk-sub);
  color: var(--color-wh);
}

.copylight {
  font-size: 1.1rem;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-calendar {
    padding: 40px 20px;
    max-width: 100%;
  }

  .footer-calendar ul {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 25px 0;
  }

  .footer-calendar ul > li {
    width: 300px;
  }

  .footer-calendar ul > li .cal {
    width: 100%;
  }

  .footer-calendar ul > li .cal thead th {
    font-size: 1.2rem;
  }

  .footer-calendar ul > li .cal tbody th {
    font-size: 1.2rem;
  }

  .footer-calendar ul > li .cal tbody td {
    font-size: 1.2rem;
  }

  .footer-top {
    padding: 40px 20px;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .footer-top .footer-left {
    width: 100%;
    padding: 15px 0;
  }

  .footer-top .footer-right {
    width: 100%;
    padding: 15px 0;
  }

  .footer-top .footer-col {
    width: 50%;
  }

  .footer-top .contact-txt {
    width: 100%;
    font-size:1.1rem;
    text-align: center;
  }

  .footer-top .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.1rem;
  }

  .footer-top .tel span {
    padding-left: 5px;
    font-size:1.5rem;
    font-weight: bold;
  }

  .footer-top .tel-sub {
    font-size:0.8rem;
    margin-bottom: 0;
  }

  .footer-col-item {
    width: 50%;
    height: 100%;
    padding: 10px;
  }

  .footer-top .footer-col:nth-child(1) {
    width: 240px;
  }
  .footer-top .footer-col:nth-child(2) {
    width: 500px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer-top .footer-col:nth-child(2) .footer-col-item:nth-of-type(1) {
    border-right: none;
    text-align: center;
  } 

  .footer-top .list-05 {
    margin-top: 20px;
  }

  .copylight {
    font-size: 0.9rem;
  }
}

/*縦バージョン*/
.footer-top {
  padding: 30px 20px;
  max-width: 960px;
  flex-wrap: wrap;
}

.footer-top .footer-left {
  width: 100%;
  padding: 30px 0;
}

.footer-top .footer-right {
  width: 100%;
  padding: 30px 0;
}

.footer-col-item {
  width: 50%;
  height: 100%;
  padding: 10px;
}

.footer-top .footer-col:nth-child(1) {
  width: 300px;
}
.footer-top .footer-col:nth-child(1) > a > img {
  width: 100%;
  height: auto;
}
.footer-top .footer-col:nth-child(2) {
  width: 600px;
  padding: 0 20px;
}

.footer-top .list-06,
.footer-top .list-07 {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer-top {
    padding: 20px 15px;
    max-width: 100%;
  }

  .footer-top .footer-left {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-top .footer-right {
    width: 100%;
    padding: 20px 0;
  }

  .footer-col-item {
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .footer-top .footer-col:nth-child(1) {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer-top .footer-col:nth-child(1) > a > img {
    width: 100%;
    max-width: 70%;
    height: auto;
  }
  .footer-top .footer-col:nth-child(2) {
    width: 100%;
    padding: 0;
  }

  /*
  .footer-top .list-06,
  .footer-top .list-04 {
    justify-content: center;
  }
  */
}

/*商品一覧*/
.body-product-list {
	    background: #fcfcfc;
}

.body-product-list .wrapper.wrapper--column-2 .__inner .main > section {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px !important;
  /*opacity: 0;
  transform: translate(0, 30px);
  transition: opacity 0.6s ease, transform 0.6s ease;*/
}

.body-product-list .wrapper.wrapper--column-2 .__inner .main > section.__heading {
  text-align: center;
}

.body-product-list .wrapper.wrapper--column-2 .__inner .main > section.__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  text-align: center;
  /*background: var(--color-gr-sub);*/
  background: #fcfcfc;
}

.body-product-list .wrapper.wrapper--column-2 .__inner .main > section.__control .__view-control {
  display: none!important;
}

.body-product-list .wrapper.wrapper--column-2 .__inner .main > section.__child {
  text-align: center;
}

.body-product-list .wrapper.wrapper--column-2 .__inner .main > section.__child ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; 
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -10px;
  padding: 0;
}

.body-product-list .wrapper.wrapper--column-2 .__inner .main > section.__child ul li {
  margin-left: 15px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

.body-product-list .wrapper.wrapper--column-2 .__inner .main > section.__child ul li a {
  display: inline-block;
  padding: 5px 15px;
  font-size: .9rem;
  color: var(--color-bk-main);
  background-color: var(--color-yl);
  border: 1px solid var(--color-yl);
  border-radius: 30px;
  text-decoration: none;
  transition: .2s;
}

.body-product-list .wrapper.wrapper--column-2 .__inner .main > section.__child ul li a:hover {
  color: var(--color-bk-main);
  background-color: var(--color-wh);
}

@media (min-width: 768px) {
  .body-product-list .wrapper.wrapper--column-2 .__inner .main > section.__child ul {
    justify-content: center;
  }
}

@media (min-width: 960px) {
  .body-product-list .wrapper.wrapper--column-2 .__inner .main > section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .body-product-list .wrapper.wrapper--column-2 .__inner .main > section {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/*商品詳細*/
.body-product-detail .wrapper.wrapper--column-2 .__inner .main > section,
.body-product-detail .wrapper.wrapper--column-2 .__inner .main > form {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px !important;
  /*opacity: 0;
  transform: translate(0, 30px);
  transition: opacity 0.6s ease, transform 0.6s ease;*/
}

.main.main--product-detail section.__information .__primary .__photo .__main img {
  width: 100%;
  height: auto;
  max-height: none!important;
}


.p-product-set table thead tr th {
  font-size: 0.9rem;
  font-weight: bold;
  background-color: var(--color-gr-main);
  border-top: 1px solid var(--color-gr-sub);
  border-bottom: 1px solid var(--color-gr-sub);
  border-right: 1px solid var(--color-gr-sub);
}

.p-product-set table tbody tr td {
  font-size: 0.9rem;
  border-top: 1px solid var(--color-gr-sub);
  border-bottom: 1px solid var(--color-gr-sub);
  border-right: 1px solid var(--color-gr-sub);
}

@media screen and (max-width: 767px) {
  .body-product-detail .wrapper.wrapper--column-2 .__inner .main > section.__information {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

@media screen and (max-width: 599px) {
    .main.main--product-detail section.__information .__secondary .__status, .main.main--product-detail section.__information .__secondary .__title, .main.main--product-detail section.__information .__secondary .__catch, .main.main--product-detail section.__information .__secondary .__description {
    padding: 0 20px!important;
  }

  .p-product-set table tbody {
    padding: 0!important;
  }

  .p-product-set table tbody tr {
    border: 1px solid var(--color-gr-sub);
  }
  .p-product-set table tbody tr td {
    border: none!important;
  }
  .p-product-set table tbody tr td.__price,
  .p-product-set table tbody tr td.__order {
    border-top: 1px solid var(--color-gr-sub)!important;
  }
}

@media (min-width: 960px) {
  .body-product-detail .wrapper.wrapper--column-2 .__inner .main > section,
  .body-product-detail .wrapper.wrapper--column-2 .__inner .main > form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .body-product-detail .wrapper.wrapper--column-2 .__inner .main > section,
  .body-product-detail .wrapper.wrapper--column-2 .__inner .main > form {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/*新着情報一覧*/
.body-news .wrapper.wrapper--column-2 .__inner .main > section {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px !important;
  /*opacity: 0;
  transform: translate(0, 30px);
  transition: opacity 0.6s ease, transform 0.6s ease;*/
}

.main.main--news-list section.__news ul li a {
  color: var(--color-bk-main);
  transition: .2s;
}

.main.main--news-list section.__news ul li a:hover {
  opacity: 0.8;
}

.main.main--news-list section.__news ul li > a:hover span.__title {
  text-decoration: none;
}

.main.main--news-list section.__news ul li {
  border-bottom: 1px solid var(--color-gr-sub);
}

@media (max-width: 599px) {
    .main.main--news-list section.__news ul li {
        padding: .5em 0;
    }
}

@media (min-width: 960px) {
  .body-news .wrapper.wrapper--column-2 .__inner .main > section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .body-news .wrapper.wrapper--column-2 .__inner .main > section {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/*新着情報詳細*/
.main.main--news-detail section.__article .__content {

}

.main.main--news-detail section.__article .__content figure {
  text-align: center;
}

.main.main--news-detail section.__article .__content > * {
  color: var(--color-bk-main);
}

.main.main--news-detail section.__article .__content a {
  color: var(--color-bk-main);
  transition: 0.2s;
}

.main.main--news-detail section.__article .__content a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.main.main--news-detail section.__article .__content p {
  font-size: 1rem;
}

.main.main--news-detail section.__to-list {
  text-align: center;
}

.main.main--news-detail section.__to-list a {
  display: inline-block;
  width: auto;
  min-width: 350px;
  height: 75px;
  line-height: 75px;
  border-radius: 75px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: var(--color-wh);
  border: 1px solid var(--color-bk-main);
  text-decoration: none;
  color: var(--color-bk-main);
  font-size: 1rem;
  transition: 0.3s;
}

.main.main--news-detail section.__to-list a:hover {
  background-color: var(--color-bk-main);
  color: var(--color-wh);
}

.main.main--news-detail section.__to-list a:before {
  display: none;
}

.main.main--news-detail section.__to-list a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f061";
  margin-left: 1em;
  color: var(--color-bk-main);
  transform: translate(0,0);
  transition: 0.3s;
}

.main.main--news-detail section.__to-list a:hover:after {
  transform: translate(10px,0);
  color: var(--color-wh);
}

@media screen and (max-width: 767px) {
  .main.main--news-detail section.__to-list a {
    min-width: 250px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

/*パンクズ*/
.wrapper.wrapper--column-2 .__inner .main > section.__breadcrumb {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  /*border-bottom: 1px solid var(--color-gr-sub);*/
  /*opacity: 0;
  transform: translate(0, 30px);
  transition: opacity 0.6s ease, transform 0.6s ease;*/
}

@media (min-width: 960px) {
  .wrapper.wrapper--column-2 .__inner .main > section.__breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .wrapper.wrapper--column-2 .__inner .main > section.__breadcrumb {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/*テーブル*/
.c-table-dl tr th {
  font-weight: bold;
  background-color: var(--color-gr-main);
}

.c-table-dl tr th,
.c-table-dl tr td {
  font-size: 0.9rem;
  border-top: 1px solid var(--color-gr-sub);
  border-bottom: 1px solid var(--color-gr-sub);
  line-height: 1.9;
}

.c-table-dl tr th {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.tbl-fixed {
  width: 100%;
  table-layout: fixed;
}

.tbl-scroll {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tbl-01 {
  width: max-content;
  border-collapse: collapse;
  white-space: nowrap;
}

.tbl-01 tr th,
.tbl-01 tr td {
  width: auto!important;
}

.tbl-01 tr th,
.tbl-01 tr td {
  border: 1px solid var(--color-gr-sub);
}

/*タブ*/
.tab-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

.tab-menu li {
  margin: 0 10px 20px 10px!important;
  padding: 0 10px 0 10px;
  list-style: none;
}

.tab-menu li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 1.2rem;
  color: var(--color-bk-main);
  transition: .2s;
	text-decoration: none !important;
}

.tab-menu li a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-bk-main);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}

.tab-menu li a.tab-current:after,
.tab-menu li a:hover:after {
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .tab-menu {
    width: 100%;
    margin-bottom: 20px;
  }
  .tab-menu li {
    margin: 0 5px 10px 5px!important;
  	padding: 0 5px 0 5px;
    list-style: none;
  }
  .tab-menu li a {
    font-size: 0.9rem;
  }
}

.tab-cnt {
  position: relative;
}

.tab-item {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
	transform: translateY(10px);
  transition: opacity 0.4s ease;
	opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.tab-item.tab-active {
	position: relative;
	opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*ページ*/
.main--page .__heading {
  margin-bottom: 50px;
}
.main--page .__to-home {
	display: none!important;
}

@media screen and (max-width: 767px) {
  .main--page .__heading {
		margin-bottom: 40px;
	}
}

/*フリーページパーツ*/
.cnt-ttl-01 {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

.cnt-area-01 {
  width: 100%;
  position: relative;	
}

.cnt-area-01+.cnt-area-01 {
  margin-top: 50px;
}

.cnt-box-01 {
  width: 100%;
  position: relative;
}

.cnt-box-01+.cnt-box-01 {
  margin-top: 30px;
}

.cnt-box-02 {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.cnt-box-02 > span {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  vertical-align: top;
}

.color-red {
  color: var(--bs-red);
}

@media screen and (max-width: 767px) {
	.cnt-ttl-01 {
	  margin-bottom: 20px;
	}
	
	.cnt-area-01+.cnt-area-01 {
	  margin-top: 30px;
	}
	
	.cnt-box-01+.cnt-box-01 {
	  margin-top: 20px;
	}
}

/* select */
.c-form select {
    border-radius: 2.5rem;
    box-shadow: none;
    color: #393332;
    font-size: .8rem;
}



.p-product-block ul.__product li.__item a .__status ul li.__label {
	display: inline-block;
    font-size: .7em;
    padding: .2em .5em;
    vertical-align: middle;
    margin-bottom: .1em;
	border-radius: .2em;
}



/*固定ページ main--page-detail*/

.main--page-detail ul li {
    line-height: 1.9;
}

.main--page-detail ul li+li{
    margin-top: 1em;
}



/*卸規約 oroshi_kiyaku */
.oroshi_kiyaku {
}




/* ログインページ */

.main.main--login section:not(:first-child) {
	margin-top:1em;
}
.main.main--login .__input {
	margin: 4em 0;
}

.main.main--login section.__input .__remember {
    margin-top: 1.5em;
}


@media screen and (max-width: 599px) {
	.main.main--login section:not(:first-child) {
		margin-top:2em;
	}
    .main.main--login .p-form-table tr {
        background-color: #fff;
        border-bottom: none;
    }
}



/* パスワード再設定 */
.main--password-form .__description div {
	font-size:.9em;
}



/* 個人情報の取り扱いについて */
.main.main--privacy .__content {
    margin-top: 4rem;
    line-height: 1.7;
}

@media screen and (max-width: 599px) {
	.main.main--privacy .__content {
	    margin-top: 2rem;
	}	
}



/*会社名対応*/
.__row-comp_name .__example,
.__row-delivery_comp_name .__example {
	display:none!important;
}

.body-regist-form .__row-comp_name td:after,
.body-mypage-profile-form .__row-comp_name td:after,
.body-mypage-address-edit .__row-comp_name td:after,
.body-mypage-address-create .__row-comp_name td:after,
.body-order-form .__row-delivery_comp_name td:after {
	/*content:'会社名/屋号/サロン名等';*/
	content: '例) 株式会社◯◯ ペットサロン◯◯';
	color: #666;
    font-size: .85em;
    vertical-align: middle;
    margin: .3em 0 .3em .5em;
}

.body-regist-form .__row-custom3 td:after,
.body-mypage-profile-form .__row-custom3 td:after {
	content: '例) 1998年4月1日';
	color: #666;
    font-size: .85em;
    vertical-align: middle;
    margin: .3em 0 .3em .5em;
}

/* 商品詳細 */
.caution01 {
	padding: 1rem 1rem 0 1rem;
	border: 1px solid #ccc;
        margin-bottom: 1.5rem;
}
.caution01 .caution-ttl {
	font-size: 1rem;
	text-align: center;
        margin-bottom: 1.2rem;
}



/* PCメニュー追加 */
.menu-container {
  max-height: calc(100vh - 100px); 
  overflow-y: auto;
  overscroll-behavior: contain; 
  -webkit-overflow-scrolling: touch;
}