/* 色ども */
:root{
  --fuji-yellow: #FFE402;
  --fuji-blue: #1c61c9;
  --fuji-light-blue: #DDE6F8;
  --fuji-gray: #C0C2C8;
  --fuji-light-cian: #E0F1F9;
  --fuji-red: #FC0100;
  --fuji-pink: #FED1D0;
  --ec-black: rgb(82, 82, 99);
}
/* カスタマイズ用CSS */
.hover:hover{
  opacity: 0.8;
}

.pc_none{
  display: none!important;
}
.sp_none{
  display: block!important;
}
table .sp_none{
  display: table-cell!important;
}

.ec-rectSmallHeading{
  background: #F3F3F3;
  padding: 8px 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ec-simpleDefs dl{
  display:flex;
  align-items:center;
}
.ec-simpleDefs dl dt{
  width:25%;
  display:flex;
  justify-content: space-between;
}
.ec-simpleDefs dl dt .ec-label{
  margin-bottom:0;
}
.ec-simpleDefs dl dd{
  width:75%;
  margin-bottom: 0;
}
.ec-simpleDefs dl dd span input{
  margin-bottom: 0;
}
.ec-role{
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-role .ec-pageHeader{
  width: 100%;
  max-width: 1130px;
  padding-left: 20px;
  padding-right: 20px;
}
.ec-role .ec-pageHeader h1,
.ec-role .ec-pageHeader h2{
  font-size: 20px;
  font-weight: bold;
}
.ec-required{
  background-color: var(--fuji-red);
  color: white;
  padding: 0.25rem 0.5rem;
  margin-right:1em;
}
/* ページネーション */
.ec-pagerRole p{
  text-align: center;
}
.ec-pagerRole .ec-pager li a{
  padding: 0;
}
.ec-pagerRole .ec-pager li{
  border: 1px solid var(--fuji-gray);
}
.ec-pagerRole .ec-pager .ec-pager__item--active{
  border: 1px solid var(--fuji-blue);
  color: var(--fuji-blue);
  background-color: var(--fuji-light-blue);
}
.buy_btn::before{
  content:'';
  background-repeat: no-repeat;
  background-image: url('../../../template/default/assets/img/common/buy.png');
  width: 24px;
  height: 18px;
  position:absolute;
  left: 18%;
  top: 25%;
  transform: scale(0.75);
}
.big_buy_btn::before{
  content:'';
  background-repeat: no-repeat;
  background-image: url('../../../template/default/assets/img/common/buy.png');
  width: 24px;
  height: 18px;
  position:absolute;
  left: 25%;
  top: 33%;
}
/* select共通 */
.select_blue {
  position: relative;
}
.select_blue::before,
.select_blue::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.select_blue::before {
  right: 0;
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0%;
  background-color: var(--fuji-blue);
  content: '';
}
.select_blue::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--fuji-yellow);
  border-right: 2px solid var(--fuji-yellow);
  content: '';
}
.select_blue select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 1px solid var(--fuji-gray);
  border-radius: 0%;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.select_blue select:focus {
  border-radius: 0%;
}
.select_blue select:disabled{
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  cursor: default;
}
.btn-yellow-arrow::after{
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--fuji-yellow);
  border-right: 2px solid var(--fuji-yellow);
  content: '';
}
.btn-blue-arrow::after{
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--fuji-blue);
  border-right: 2px solid var(--fuji-blue);
  content: '';
}

/* 全体のかきかえとか */
body{
  background-color: #fff;
}
h2{
  padding: 0.5rem !important;
  border-width: 3px !important;
  border-left: 3px solid #dee2e6 !important;
  font-size: 1.09375rem;
  margin-bottom:20px;
  font-weight: bold;
}
input[type="text"]{
  border-radius: 0%;
}

/* bootstrapしぐさ */
.btn{
  border-radius: 0%;
}
.card{
  border-radius: 0%;
  border: 1px solid var(--fuji-gray);
}

.px-6{
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.w-90{
  width: 90%!important;
}
.w-30{
  width: 30%!important;
}
.w-15{
  width: 15%!important;
}
.btn-white.btn-blue-arrow:hover{
  background-color: rgba(var(--bs-light-rgb));
}
.btn-fuji-blue{
  color: #fff;
  background-color: var(--fuji-blue);
  border-color: var(--fuji-blue);
}
.btn-fuji-blue:hover{
  background-color: #143059;
  color: #fff;
}
.bg-fuji-blue{
  background-color: var(--fuji-blue)!important;
}
.border-fuji-blue{
  --bs-border-opacity: 1;
  border-color: var(--fuji-blue)!important;
}
.text-fuji-blue {
  --bs-text-opacity: 1;
  color: var(--fuji-blue) !important;
}
.border-fuji-gray{
  --bs-border-opacity: 1;
  border-color: var(--fuji-gray)!important;
}
.link-underline-fuji-gray{
  text-decoration: underline;
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: var(--fuji-gray)!important;
  text-decoration-color: var(--fuji-gray)!important;
}
.text-ec-black{
  --bs-text-opacity: 1;
  color: rgb(var(--ec-black))!important;
}
.bg-fuji-light-blue{
  background-color: var(--fuji-light-blue)!important;
}
.bg-fuji-pink{
  background-color: var(--fuji-pink)!important;
}

/* ヘッダー */
.ec-headerNaviRole{
  max-width: 100%;
  padding:0;
  max-width: 1150px;
  margin: 0 auto;
  align-items: flex-start;
}
.ec-headerNaviRole .ec-headerNaviRole__left .logo a img{
  width: auto;
  padding-left: 20px;
}
#logo.ec-headerRole{
  max-width: 100%;
  padding: 0;
}
#logo .ec-headerTitle .ec-headerTitle__title h1{
  font-size: 1rem;
  padding: 55px 20px;
}
#logo .ec-headerTitle .ec-headerTitle__title h1 a {
  font-size: 30px;
  margin: 0;
}
#logo .ec-headerRole__title{
  max-width: 1150px;
  margin: 0 auto;
}
#header_block .ec-headerNav .ec-headerNav__item{
  padding-right: 1rem;
}
#header_block .ec-headerNav__item a i{
  color:var(--fuji-blue);
}
#header_block .ec-cartNavi {
  background: none;
}
#header_block .ec-headerNav__item a{
  padding-top: 0.7rem;
}
#header_block .ec-headerNav__item a img{
  width: auto;
  max-width: 100%;
  padding-right: 0.6rem;
}
#header_block .ec-headerRole__cart .ec-cartNavi:hover{
  background-color: #143059;
  border-radius: 0%;
}
#header_block .ec-cartNavi{
  min-width:auto;
  width: 120px;
  padding-top:10px;
}
#header_block .ec-cartNavi div img{
  width: auto;
  max-width: 100%;
}
#header_block .ec-cartNavi div span{
  position:absolute;
  color: var(--fuji-yellow);
  font-weight: bold;
  left: 16%;
  width: 1.5rem;
  text-align: center;
  background-color: transparent;
}
.header_logout .logout_block{
  max-width: 1150px;
  margin: 0 auto;
  padding: 0.25rem 0;
}
.header_logout .dummy{
  width:120px;
}
.ec-layoutRole .ec-layoutRole__header .logo{
  max-width: 1150px;
  margin: 0 auto;
  /* padding: 0.5rem 0; */
}
.ec-layoutRole .ec-layoutRole__header .logo a img{
  padding-left: 20px;
}
.ec-cartNaviIsset::before{
  right:25%;
}

/* フッターの文字を黒くして下線を灰色に */
.ec-footerNavi {
  color: var(--ec-black);
  text-decoration: none;
}
.ec-footerNavi .ec-footerNavi__link a {
  border-bottom: 1px solid var(--fuji-gray);
  text-decoration: none;
}
.ec-footerNavi .ec-footerNavi__link:hover a {
  border-bottom: none;
}
/* フッター */
.ec-footerRole{
  background:var(--fuji-blue);
  margin:0;
  padding: 0;
}
.ec-footerTitle {
  padding: 0.5rem;
}
.ec-footerRole__inner{
  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ec-footerRole__inner .logo a img{
  padding-left: 20px;
  width: auto;
}
.ec-footerRole__inner .ec-footerNavi{
  margin-bottom: 0;
}

/* カレンダー */
#calendar.ec-role{
  max-width: 100%;
  padding: 60px 0 30px;
}
#calendar .ec-calendar div table,
#calendar .ec-calendar div table th,
#calendar .ec-calendar div table td{
  border-collapse: collapse;
  border:1px solid var(--fuji-blue);
}
#calendar .ec-calendar div table .week th{
  background: var(--fuji-light-cian);
  color:black;
}
#calendar .ec-calendar .ec-calendar__holiday {
  background: #FED1D0;
  color: #DE5D50 !important;
}
#calendar .ec-calendar__month {
  margin-left: 0px;
}
#calendar .ec-calendar__month th, .ec-calendar__month td {
  padding: 0.2rem 0.3rem;
}
#calendar .ec-calendar .holiday_guide{
  padding: 10px 0 8px 25px;
  position: relative;
}
#calendar .ec-calendar .holiday_guide::before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: var(--fuji-pink);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid var(--fuji-blue);
}


/* ログイン */
.mypage.login_bg{
  background-color: #eff0f4;
}
.mypage .ec-layoutRole{
  background: none;
}
.mypage .ec-layoutRole__contents .logo{
  width: auto;
}
.mypage .ec-layoutRole {
  min-height: auto;
}
.mypage .auto_login_check label{
  float: left;
}
#password_toggle{
  position: absolute;
  top: 33px;
  right: 0.5rem;
  width: 20px;
}
#password_toggle i{
  color: #bbb;
}

/* カテゴリのアコーディオン */
#category_accordion .ec-itemNav{
  border: 1px solid var(--fuji-gray);
}
#category_accordion .ec-itemNav .accordion-header{
  margin-top: 0;
}
#category_accordion .ec-itemNav .accordion-header .accordion-button{
  position: relative;
  font-size:1.09375rem;
}
#category_accordion .ec-itemNav .accordion-header .accordion-button::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: var(--fuji-blue);
  display: block;
}
#category_accordion .ec-itemNav .accordion-header .accordion-button::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
  background: var(--fuji-blue);
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
#category_accordion .ec-itemNav .accordion-header .accordion-button:not(.collapsed)::after{
  transform: translate(-50%, -50%) rotate(90deg);
}
#category_accordion .ec-itemNav .accordion-title{
  font-size:1.09375rem;
  padding: 1rem 1.25rem;
  margin: 0;
  text-align: left;
}
#category_accordion .ec-itemNav .accordion-collapse .list-group a{
  text-align: left;
  padding: 1rem 1.25rem 1rem 3rem;
  font-size:1.09375rem;
}
#category_accordion .accordion-button:not(.collapsed){
  background-color: #fff;
}

/* 新着情報 */
#news_block{
  padding: 0;
  margin-bottom: 20px;
}
#news_block .ec-newsRole {
  padding: 0;
}
#news_block .ec-newsRole .ec-newsRole__newsItem {
  padding: 0;
}
#news_block .ec-newsRole .ec-newsRole__newsItem .ec-newsRole__newsHeading div{
  line-height:1.6;
}
#news_block .ec-newsRole .ec-newsRole__news {
  border: none;
  padding: 0;
}

/* ぱんくず */
#breadcrumb_block{
  max-width: 1150px;
  margin: 0 auto;
  padding: 10px 20px;
}
#breadcrumb_block nav ol li a i{
  padding-right: 5px;
}

/* 検索 */
#searchform_block .free_word input{
  width: 100%;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 1px solid var(--fuji-gray);
  border-radius: 0%;
}
#searchform_block .card .card-title{
  font-size: 1.09375rem;
}

/* バナー */

/* 以前購入した商品と最近チェックした商品のブロック */
.product_list_block .ec-shelfGrid{
  margin:0;
}
.product_list_block .ec-shelfGrid .ec-shelfGrid__item{
  padding: 0;
  max-width: 210px;
}
.product_list_block .ec-shelfGrid .ec-shelfGrid__item .product_image{
  position: relative;
  width: 80px;
  height:80px;
}
.product_list_block .ec-shelfGrid .ec-shelfGrid__item .product_image:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.product_list_block .ec-shelfGrid .ec-shelfGrid__item .product_image img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.product_list_block .ec-shelfGrid .ec-shelfGrid__item dl{
  max-width:60%;
  height: 78px;
}
.product_list_block .ec-shelfGrid .ec-shelfGrid__item dl dt{
  font-size: var(--bs-body-font-size);
  word-break:break-all;
}
.product_list_block .ec-shelfGrid .ec-shelfGrid__item button.disabled{
  cursor: default;
}

/* トップ画面メイン */
#top_main .product_list_row .product_title{
  padding: 0.5rem;
  margin-bottom: 1rem;
  background-color: rgba(var(--bs-light-rgb));
  width: 100%;
}
#top_main .product_list_row .product_detail .product_img{
  width:68%;
}
#top_main .product_list_row .product_detail .product_category{
  width:30%;
}

/* 商品詳細 */
#product_detail{
  padding: 0;
}
#product_detail .ec-grid2 .ec-grid2__cell.img_cell{
  width:40%;
  padding-right:20px;
}
#product_detail .ec-grid2 .ec-grid2__cell.img_cell .ec-sliderItemRole{
  padding: 0;
}
#product_detail .ec-productRole__profile .ec-productRole__code,
#product_detail .ec-productRole__profile .ec-productRole__tags,
#product_detail .ec-productRole__profile .ec-productRole__price,
#product_detail .ec-productRole__profile .ec-productRole__priceRegular
{
  border:none;
  padding: 0;
  margin-bottom: 1rem;
}
#product_detail .ec-productRole__profile .ec-productRole__tags .ec-productRole__tag{
  border-radius: 0%;
}
#product_detail .ec-productRole__actions .ec-select select{
  min-width:auto;
  max-width: auto;
  height: 2.8rem;
}
#product_detail .ec-productRole__profile .ec-productRole__price .rank_list .rank{
  max-width: 95px;
}
#product_detail .ec-productRole__price {
  color: var(--ec-black);
}
#product_detail .ec-price .ec-price__price {
  padding: 0;
}

/* 半分静的ページ */
#static_product{
  max-width: 1150px;
  margin-bottom: 5rem;
}
#static_product .product_imgs{
  display:flex;
  justify-content: space-between;
}
#static_product .item_visual{
  width: 35%;
  padding-right: 1rem;
}
#static_product .item_visual img{
  width: 100%;
  /* カラーコード指定じゃないとなぜかうまくいかなかった */
  border: 1px solid #C0C2C8;
}
#static_product .item_nav_wrap{
  width:65%;
  padding-left: 1rem;
}
#static_product .item_nav{
  display:flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#static_product .item_nav .slideThumb img,
#static_product .item_nav .slideThumbDummy
{
  width: 50px;
  height: 50px;
  border: 1px solid #C0C2C8;
  object-fit: none;
}
#static_product .parts_imgs{
  border: 1px solid #C0C2C8;
}
#static_product .parts_imgs{
  padding: 25px 0;
}
#static_product .parts_imgs .parts_row{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px 25px 90px;
  --bs-gutter-x: 0rem!important;
  --bs-gutter-y: 0;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
#static_product .parts_imgs .part_img{
  position:relative;
}
#static_product .parts_imgs .part_img img{
  width:300px;
}
#static_product .parts_imgs .part_img .part_point{
  width: 20px;
  height: 20px;
  background-color: var(--fuji-blue);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
#popup_wrap{
  background-color: white;
  border: 2px solid var(--fuji-blue);
  box-shadow: 0 .5rem 1rem rgba(85, 74, 74, 0.15)!important;
  width: 240px;
  padding: 0.5rem 1rem;
  z-index:102;
  cursor: default;
  position:absolute;
}
#popup_wrap .popup{
  display:flex;
  padding: 0.5rem 0;
}
#popup_wrap .popup .popup_left{
  padding-right: 0.5rem;
}
#popup_wrap .popup .popup_right{
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  width: 100%;
}
#popup_wrap .popup .popup_right p{
  font-size:0.75rem;
}
#popup_wrap .popup .popup_right .popup_link{
  position:relative;
}
#popup_wrap .popup .popup_right .popup_link a{
  font-size:0.75rem;
}
#popup_wrap .popup .popup_left img{
  border: 1px solid rgba(var(--bs-secondary-rgb));
  width: 80px;
  height: 110px;
  object-fit: contain;
}
#static_product .parts_imgs .part_img .part_point.selected::before{
  width:50px;
  height:50px;
  background-color: var(--fuji-yellow);
  opacity: 0.7;
  z-index: 101;
  content: '';
  display: block;
  border-radius: 50%;
  position:relative;
  top: -15px;
  left: -15px;
}
#static_product .parts_imgs .part_img .part_point:not(.selected)::before{
  transform: scale(0);
  width:50px;
  height:50px;
  background-color: var(--fuji-yellow);
  opacity: 0.6;
  z-index: 101;
  content: '';
  display: block;
  border-radius: 50%;
  position:relative;
  top: -15px;
  left: -15px;
  transition:all 0.3s;
}
#static_product .parts_imgs .part_img .part_point:hover::before{
  transform: scale(1);
}
/* 半分静的ページの商品リスト */
#static_page_product_list .ec-searchnavRole,
#static_page_product_list .ec-shelfRole{
  padding: 0;
}
#static_page_product_list table,
#static_page_product_list table th,
#static_page_product_list table td{
  border-collapse: collapse;
  border:1px solid var(--fuji-gray);
}
#static_page_product_list table tr th,
#static_page_product_list table tr td{
  padding: 0.5rem;
  font-size: 0.75rem;
}
#static_page_product_list .product_img{
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: 1px solid var(--fuji-gray);
}
#static_page_product_list table tr td .buy_btn{
  font-size: 0.75rem;
}

/* カート進捗 */
.ec-progress .is-complete .ec-progress__number {
  background: var(--fuji-yellow);
  color:rgb(var(--ec-black));
}
.ec-progress .ec-progress__number {
  background: var(--fuji-light-cian);
  color:rgb(var(--ec-black));
  font-size:1rem;
}
.ec-progress .ec-progress__label {
  color:rgb(var(--ec-black))!important;
}
.ec-progress .ec-progress__item:after {
  display: none;
}

/* カート */
.ec-cartRole{
  padding-left: 0;
  padding-right: 0;
}
.ec-cartRole .ec-cartRole__totalText {
  width: 100%;
  max-width: 1130px;
  text-align: left;
  margin: 0 auto 30px auto;
  padding-left: 10px; /* どうして10pxなのかわからない */
  padding-right: 10px;
}
.ec-cartRole .ec-totalBox__taxLabel {
  margin-left: 8px;
  font-size: 12px;
}

/* ご注文手続 */
.ec-orderRole{
  padding: 0;
}
.ec-orderRole .ec-orderRole__detail{
  padding: 0 10px; /* どうして10pxなのかわからない */
}
.ec-orderRole .ec-orderRole__detail .ec-orderAccount div h2{
  margin-top:0;
}
.ec-totalBox .ec-totalBox__btn{
  color: rgb(var(--ec-black));
}

/* マイページ */
.ec-mypageRole{
  padding: 0;
}
.ec-orderRole{
  margin-top:0;
}
.ec-navlistRole .ec-navlistRole__navlist .ec-navlistRole__item.active{
  background-color: var(--fuji-light-blue);
}
.ec-navlistRole .ec-navlistRole__navlist .ec-navlistRole__item.active a{
  color:rgb(var(--ec-black));
}
.ec-off1Grid .ec-off1Grid__cell{
  width:100%;
  margin:0;
}

/* ご利用ガイド */
#guide ol li {
	list-style-type: none;
  counter-increment: cnt;
}
#guide ol li::before {
	content: "(" counter(cnt) ") ";
  color: var(--fuji-blue) !important;
  font-size: 18px;
  font-weight: 600;
}
#guide ol li > div{
  margin-top: 1rem;
}
#guide h3{
  --bs-text-opacity: 1;
  color: var(--fuji-blue) !important;
  font-size: 18px;
  font-weight: 600;
  display: inline;
}

/* よくある質問 */
#qa ul li{
  list-style-type: none;
}
#qa ul li::before{
  content: "Q. ";
  color: var(--fuji-blue) !important;
  font-size: 18px;
  font-weight: 600;
}
#qa ul li div{
  margin-top: 1rem;
}
#qa ul li h3{
  display: inline;
  color: var(--fuji-blue) !important;
  font-size: 18px;
  font-weight: 600;
}

#page_product_list .ec-shelfGrid .ec-shelfGrid__item img {
  width: 181px;
  height: 181px;
  object-fit: cover;
}

/* フローティングボタン */
.floating_btn{
    bottom: 0%;
    right: 0;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.2);
    width: 100%;
}
.floating_btn div{
  text-align: center;
}
.floating_btn div button{
  max-width: 300px;
}

@media (min-width: 768px){
  #static_product .parts_imgs .parts_row.parts_three{
    padding: 25px 0px 25px 0px;
    overflow: auto;
  }
  #static_product .parts_imgs .parts_row.parts_three .part_img{
    width: 200px; /* なぜ200pxなのかわかっていない */
  }
}
@media (max-width: 768px) {
  .pc_none{
    display: block!important;
  }
  .sp_none,
  table .sp_none{
    display: none!important;
  }
  .row{
    --bs-gutter-x: 0rem!important;
  }
  .have_curtain .ec-overlayRole {
    z-index: 101;
  }

  .ec-headerNaviRole__right{
    padding: 10px 0;
  }
  #header_block .ec-headerNav .ec-headerNav__item {
    padding-right: 0;
  }
  #header_block .ec-cartNavi {
    display: inline-block;
    padding: 14px 10px 0 10px;
    width: auto;
    color: var(--fuji-blue);
    background: transparent;
  }
  #logo .ec-headerTitle .ec-headerTitle__title h1 {
    padding: 30px 20px;
  }

  .ec-footerRole__inner{
    display: block;
  }

  /* はみ出すから */
  /* #calendar .row{
    --bs-gutter-x: 0rem;
  } */
  #calendar.ec-role {
    padding: 30px 0;
  }
  #calendar .ec-calendar .ec-calendar__month {
    margin-top:0px;
  }
  #calendar .ec-calendar #this-month-table{
    margin-bottom: 30px;
  }

  /* TOP */
  /* #top_main .row{
    --bs-gutter-x: 0rem;
  } */
  #top_main .product_list_row{
    padding: 0 10px;
  }
  #top_main .product_list_row .col-12:nth-of-type(2n){
    margin-top: 1rem;
  }

  /* バナー */
  #banner_block .row{
    padding: 0 10px;
  }

  /* 購入履歴 */
  .ec-historyListHeader__action{
    width: 100%!important;
  }

  /* マイページ */
  .ec-mypageRole .ec-editRole{
    padding: 0 20px;
  }
  .ec-mypageRole .ec-editRole .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell{
    width: 100%!important;
  }
  .ec-layoutRole__mainWithColumn{
    padding: 20px 10px;
  }
  .ec-addressRole__actions{
    width: 100%!important;
  }

  /* 商品詳細 */
  #product_detail .ec-grid2 .ec-grid2__cell.img_cell{
    width: auto;
    padding-right: 0;
  }
  #product_detail{
    padding: 20px;
  }
  #product_detail .ec-select,
  #product_detail .product_detail_table{
    width: 100%!important;
  }
  .big_buy_btn::before{
    left: 20%;
  }

  /* 半静的ページ */
  #static_product .parts_imgs .parts_row {
    padding: 0px;
    padding-left: calc((100% - 300px) / 2);
  }
  #static_product .parts_imgs {
    margin: 0 10px;
  }
  #static_product .parts_imgs .parts_row .part_img {
    margin-bottom: 25px;
  }
  #static_product .product_imgs{
    display:block;
    margin-bottom: 3rem;
  }
  #static_product .item_visual {
    width:100%;
    padding-right: 0;
  }
  #static_product .item_nav_wrap{
    width: 100%;
    padding: 0 10px;
  }
  #static_product .item_nav_wrap .w-75{
    width: 100%!important;
  }
  #static_product .item_nav{
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem!important;
  }
  #static_product .slideThumbDummy{
    display: none;
  }
  #static_product .parts_description{
    padding: 10px;
  }

  /* 注文 */
  .ec-role .ec-pageHeader {
    padding-left: 10px;
  }
  .faq div a{
    padding-top: 0.375rem!important;
  }
  #shopping_order_order_person_name{
    width: 100%;
  }

  /* パスワード忘れ */
  .forgot_form{
    width:100%!important;
  }
}
