/* カスタマイズ用CSS */

.FREE-DELIVERY {
  margin: 110px auto 0 auto;
}
@media screen and (max-width:767px) { 
  .FREE-DELIVERY {
    margin: auto;
  }
}
#Class1RadioOuter input[type="radio"] + label.imgs{
  margin: 8px !important;
}
#Class2RadioOuter input[type="radio"] + label {
  margin: 8px !important;
}

@media screen and (max-width:767px) { 
  .header_right {
    display: none;
  }
}

.header_right {
  position: absolute;
  background: #fff;
  height: 100px;
  z-index: 999;
  right: 0;
  left: 0;
  }
  .header_right .menu_list {
    width: 1100px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 20px auto;
    padding: 0;
    border-bottom: 1px solid #b5b5b5;
  }
  
  .header_right .menu_list .nav_item {
    position: relative;
  }
  
  .header_right .menu_list .nav_item .panel {
    display: none;
    position: absolute;
    top: 101px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 1px 2px 3px #cfcfcf;
  }
  
  .header_right .menu_list .nav_item .panel .panel_item {
    list-style-type:none;
  }
  
  .header_right .menu_list .nav_item .panel .panel_item a {
    position: relative;
    display: block;
    padding: 12px 0 14px 27px;
    color: #000;
    text-align: left;
    width: 300px;
    font-size: 15px;
  }
  
  .header_right .menu_list .nav_item .panel .panel_item a::before {
    content:"■";
    display: inline-block;
    margin: 0;
    position: absolute;
    font-size: 10px;
    color:#004aad;
    top: 17px;
    left: 9px;
  }
  .header_right .menu_list .nav_item .panel .panel_item:hover a::before {
    color:#ffffff;
  }

  
  .header_right .menu_list .nav_item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 300px;
    text-align: center;
  }
  
  .header_right .menu_list .nav_item a {
    color: #000;

  }
  
  .panel-inner {
    width: 300px;
    padding:0px ;
  }
  .menu_parent_a {
    display: block;
  }

 .nav_item {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  background:url('/html/user_data/assets/images/menu_line.svg');
  background-repeat: no-repeat;
  background-size: contain;
 }
.menu_list .nav_item:first-child {
  background: none;
}

 .nav_item > a {
  position: absolute;
  margin: auto;
  top: 6px;
  left: 0;
  right: 0;
  width: 84px;
  height: 84px;
  text-indent: -500%;
  white-space: nowrap;
  overflow: hidden;
 }
  .menu_home_li > a{
    background:url('/html/user_data/assets/images/menu_img_home.png');
    background-size: contain;
  }
  .menu_home_li > a:hover{
    background:url('/html/user_data/assets/images/menu_img_home.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_01 > a {
    background:url('/html/user_data/assets/images/menu_img01.png');
    background-size: contain;
  }
  .menu_li_01 > a:hover{
    background:url('/html/user_data/assets/images/menu_img01.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_02 > a {
    background:url('/html/user_data/assets/images/menu_img02.png');
    background-size: contain;
  }
  .menu_li_02 > a:hover{
    background:url('/html/user_data/assets/images/menu_img02.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_03 > a {
    background:url('/html/user_data/assets/images/menu_img03.png');
    background-size: contain;
  }
  .menu_li_03 > a:hover{
    background:url('/html/user_data/assets/images/menu_img03.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_04 > a {
    background:url('/html/user_data/assets/images/menu_img04.png');
    background-size: contain;
  }
  .menu_li_04 > a:hover{
    background:url('/html/user_data/assets/images/menu_img04.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_05 > a {
    background:url('/html/user_data/assets/images/menu_img05.png');
    background-size: contain;
  }
  .menu_li_05 > a:hover{
    background:url('/html/user_data/assets/images/menu_img05.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_06 > a {
    background:url('/html/user_data/assets/images/menu_img06.png');
    background-size: contain;
  }
  .menu_li_06 > a:hover{
    background:url('/html/user_data/assets/images/menu_img06.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_07 > a {
    background:url('/html/user_data/assets/images/menu_img07.png');
    background-size: contain;
  }
  .menu_li_07 > a:hover{
    background:url('/html/user_data/assets/images/menu_img07.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_08 > a {
    background:url('/html/user_data/assets/images/menu_img08.png');
    background-size: contain;
  }
  .menu_li_08 > a:hover{
    background:url('/html/user_data/assets/images/menu_img08.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_09 > a {
    background:url('/html/user_data/assets/images/menu_img09.png');
    background-size: contain;
  }
  .menu_li_09 > a:hover{
    background:url('/html/user_data/assets/images/menu_img09.png') #f2f2f2;
    background-size: contain;
  }
  .menu_li_10 > a {
    background:url('/html/user_data/assets/images/menu_img10.png');
    background-size: contain;
  }
  .menu_li_10 > a:hover{
    background:url('/html/user_data/assets/images/menu_img10.png') #f2f2f2;
    background-size: contain;
  }



  #Class2RadioOuter input[type="radio"] + label {
    height: 50px;
    line-height: 48px;
  }
  .js-dropdown-menu {
    width: 300px;
    border-radius: 0!important;
  }
  .panel.js-dropdown-menu {
    position: relative;
  }
.panel.js-dropdown-menu::before {
  position: absolute;
  z-index: 5;
  bottom: 100%;
  left: 38px;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid #f0edec;
}
.menu-left1 {
  left: -1px!important;
}
.menu-left2 {
  width: 310px;
  left: -111px!important;
  white-space: nowrap;
}
.menu-left2 .panel-inner{
  width: 100%;
}
.menu-left3 {
  left: -202px!important;
}
.panel.js-dropdown-menu.menu-left2::before {
  position: absolute;
  z-index: 5;
  bottom: 100%;
  left: 150px;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid #f0edec;
}
.panel.js-dropdown-menu.menu-left3::before {
  position: absolute;
  z-index: 5;
  bottom: 100%;
  left: 240px;
  right: 37px;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid #f0edec;
}

/* hover action */
.c-btn {
  background: #fff;
  color: #004aad;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn::after {
  background: #004aad;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 99%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn:hover {
  color: #fff;
}
.c-btn a:hover {
  color: #fff!important;
  text-decoration: none!important;
}
.c-btn:hover::after {
  transform: scale(1, 1);
}




/* sp */
.lh-40 {
  line-height: 40px;
}

.ac_title {
  color: #fff;
  background: #004aad;
  padding: 15px 0 15px 13px;
  font-weight: bold;
}

.include-accordion {
  display: none;
  background-color: #ffffff;
  width: 100%;
  padding: 0;
  color: #000000;
  /* border-top:2px solid #004aad ; */
}
@media screen and (max-width:767px) { 
  .include-accordion {
    display: block;
  }
}
.include-accordion li{
  list-style: none;
}

ul.include-accordion ul{
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s;
  border-top: 1px solid #aaaaaa;
  background-color: #f5f5f5;
  margin:0;
}

.include-accordion li li{
  border-bottom: 1px dotted #000000;
  position: relative;
}
.include-accordion li li:after {
  position: absolute;
  top: 54%;
  right: 7%;
  content: "";
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.include-accordion li li:nth-of-type(odd){
  border-right: 1px dotted #000000;
}
.include-accordion li li a {
  position: relative;
  color: #000000;
  width: 100%;
  display: block;
  padding: 15px 0 15px 20px;
}

/* .include-accordion:nth-of-type(1) li.active li:last-child{
  border-bottom:none; 
} */

.accordionBtn{
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #000000;
  cursor: pointer;
  text-align: left;
  padding: 15px 0 15px 55px;
  font-size:1em;
}
/* button:hover{
  background-color: #1A5B27;
} */

.accordionBtn::before,
.accordionBtn::after{
  content:"";
  position: absolute;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #004aad;
  transition: .5s;
}

.accordionBtn::before{
  transform: rotate(-45deg);
  right: 35px;
}

.accordionBtn::after{
  transform: rotate(45deg);
  right: 30px;
}

li.active .accordionBtn::before{
  transform: rotate(-135deg);
  transition:.5s;
}

li.active .accordionBtn::after{
  transform: rotate(135deg);
  transition:.5s;
}


.inner-accordion_ul {
  display: flex;
  flex-wrap: wrap;
}
.inner-accordion_ul li {
  width: 50%;
}
.inner-accordion_ul li a span{
  letter-spacing: -5px;
}



.sp_ul_letter a {
  letter-spacing: -0.5px;
}

.ac_btn01 {
  background:url('/html/user_data/assets/images/ac_btn_img01.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ac_btn02 {
  background:url('/html/user_data/assets/images/ac_btn_img02.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ac_btn03 {
  background:url('/html/user_data/assets/images/ac_btn_img03.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ac_btn04 {
  background:url('/html/user_data/assets/images/ac_btn_img04.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ac_btn05 {
  background:url('/html/user_data/assets/images/ac_btn_img05.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ac_btn06 {
  background:url('/html/user_data/assets/images/ac_btn_img06.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ac_btn07 {
  background:url('/html/user_data/assets/images/ac_btn_img07.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ac_btn08 {
  background:url('/html/user_data/assets/images/ac_btn_img08.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ac_btn09 {
  background:url('/html/user_data/assets/images/ac_btn_img09.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ac_btn10 {
  background:url('/html/user_data/assets/images/ac_btn_img10.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.recommend_table tr {
    border: 1px solid #525263;
}
.recommend_table th {
    background-color: #d8d9d8;
    font-weight: bold;
    padding: 1%;
    text-align: center;
}
.recommend_table td {
    padding: 1%;
    table-layout: fixed;
    width: 20%;
    text-align: center;
}
.recommend_table img {
    max-width: 80%;
}
.recommend_table tr:nth-child(odd) td {
    background: #f9f9f9;
}
@media screen and (max-width:767px) { 
.recommend_table th {
    font-size: 1.4rem;
}
.recommend_table td {
    font-size: 1.4rem;
}
.recommend_table img {
    max-width: 100%;
}
.ec-role img {
    height: auto !important;
}
}
.productpage_btn {
    margin: 5% auto;
    text-align: center;
}
.productpage_btn a {
    background-color: #4381c4;
    color: white;
    font-weight: bold;
    padding: 2%;
    border-radius: 5px;
    border: 1px solid #525263;
    display: block;
    max-width: 52%;
}
.productpage_btn a:hover {
    text-decoration: none;
    background-color: #2c67a7;
}

.ec-cartNaviIsset {
    z-index: 1000
}