@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.slicker_part {
  pointer-events: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}
*:focus {
  outline: none;
}

html {
  font-size: 20px;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #333333;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
}

.fixedcontainer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: opacity 0.5s ease;
}

a {
  transition: opacity 0.5s ease;
}

.red {
  color: #ed1c24 !important;
}

.yellow {
  color: #e58e55;
}

.bkyellow {
  background-color: #fff100;
}

.bold {
  font-weight: bold;
}

.btline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible-sp {
  display: none;
}

.hidden-sp {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-500 {
  display: none;
}

.hidden-500 {
  display: block;
}

.flex_part .flex_img_left {
  flex-direction: row;
  justify-content: space-between;
}
footer .flex_part .flex_img_left {
  display: flex;
}
.flex_part .flex_img_left > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.flex_part .flex_body {
  flex: 1;
  padding: 16px 0;
}
.flex_part .flex_img_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.flex_part .flex_img_right > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* slick */
.slick-next::before {
  content: "";
  background: url(../images/slick_next.png) no-repeat;
}

.slick-prev::after {
  content: "";
  background: url(../images/slick_prev.png) no-repeat;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev::after, .slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}

.slick-dots {
  bottom: -60px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 32px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #c9caca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a0e9;
}

.hover_anim {
  position: relative;
  overflow: hidden;
}

.hover_anim::after {
  background: #fff;
  content: "";
  height: 400px;
  left: -300px;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 150px;
  z-index: 100;
}

.hover_anim:hover::after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-top {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 300ms ease-out 0s;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.custom_checkbox {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.custom_checkbox input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  left: 0;
  top: 0;
}
.custom_checkbox input[type=checkbox]:focus {
  outline: none;
}
.custom_checkbox input[type=checkbox]:checked {
  background: #036eb8;
  z-index: 0;
}
.custom_checkbox input[type=checkbox]:checked + span {
  color: white;
}
.custom_checkbox span {
  z-index: 100;
}

#header .g_nav {
  display: none;
}

#fade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
}

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 100;
}
#loader img {
  width: auto;
}

/* loading
------------------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
}

#line {
  margin: 50vh auto 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: relative;
}

.fullwidth .expand {
  width: 100%;
  height: 1px;
  margin: 0;
  background: #333;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-animation: fullexpand 1s ease-out;
  animation: fullexpand 1s ease-out;
}

@-webkit-keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.font16 {
  font-size: 0.8rem;
}
.font17 {
  font-size: 0.85rem;
}
.font18 {
  font-size: 0.9rem;
}
.font19 {
  font-size: 0.95rem;
}
.font20 {
  font-size: 1rem;
}
.font21 {
  font-size: 1.05rem;
}
.font22 {
  font-size: 1.1rem;
}
.font23 {
  font-size: 1.15rem;
}
.font24 {
  font-size: 1.2rem;
}
.font25 {
  font-size: 1.25rem;
}
.font26 {
  font-size: 1.3rem;
}
.font27 {
  font-size: 1.35rem;
}
.font28 {
  font-size: 1.4rem;
}
.font29 {
  font-size: 1.45rem;
}
.font30 {
  font-size: 1.5rem;
}
.font31 {
  font-size: 1.55rem;
}
.font32 {
  font-size: 1.6rem;
}
.font33 {
  font-size: 1.65rem;
}
.font34 {
  font-size: 1.7rem;
}
.font35 {
  font-size: 1.75rem;
}
.font36 {
  font-size: 1.8rem;
}
.font37 {
  font-size: 1.85rem;
}
.font38 {
  font-size: 1.9rem;
}
.font39 {
  font-size: 1.95rem;
}
.font40 {
  font-size: 2rem;
}

#pc_menu1 {
  width: 100%;
  text-align: center;
  height: 120px;
  background: #fff;
}
#pc_menu1 .menu_area {
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
  padding: 0 0 0 5px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#pc_menu1 .header_logo1 {
  display: inline-block;
  padding-top: 0;
}
#pc_menu1 .header_btnarea1 {
  padding-top: 0;
  display: flex;
  align-items: center;
}
#pc_menu1 .header_tel {
  width: 501px;
}
#pc_menu1 .header_btn1 {
  display: inline-block;
  width: 134px;
}

#pc_menu2 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  background: #f6f6f6;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#pc_menu2 .top_menu_link {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 16px;
  color: #814900;
  padding: 0 30px;
  border-right: 1px solid #ccc;
}
#pc_menu2 .top_menu_link span {
  font-size: 22px;
  font-weight: bold;
  color: #444;
}
#pc_menu2 .top_menu_link:last-child {
  border-right: 0px solid #ccc;
}
#pc_menu2 .top_menu_link:hover {
  opacity: 0.3;
}

#drag_menu {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 101;
  width: 100%;
  text-align: center;
  height: 78px;
  background: #fff;
  border-bottom: 1px solid #e1e1e2;
}
#drag_menu .menu_area {
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#drag_menu .header_logo1 {
  display: inline-block;
  width: 270px;
  padding-top: 15px;
  margin: 0 auto 0 0;
}

.slick-vertical .slick-slide {
  border: none !important;
}

.drag_nav {
  float: right;
  width: 780px;
  padding: 20px 0 0;
}
.drag_nav ul {
  width: 100%;
  line-height: 1.2em;
  list-style: none;
}
.drag_nav ul > li {
  float: left;
  margin-left: 35px;
  text-align: center;
  position: relative;
}
.drag_nav .top_menu_link {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #814900;
  line-height: 1.4;
}
.drag_nav .top_menu_link span {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.drag_nav .top_menu_link:hover {
  opacity: 0.3;
}

#drag_side {
  display: block;
  position: fixed;
  z-index: 101;
  right: -200px;
  top: 200px;
  width: 7%;
  max-width: 140px;
}

#header .header_top {
  height: 41px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 15px;
  position: relative
}
#header .header_top h2 {
  margin: 0 !important;
  padding-left: 15px;
  position: absolute;
  left: 0;
  font-size: 14px;
  font-weight: bold !important;
  white-space: nowrap;
}
#header .header_top .menu {
    width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header_top .menu ul {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#header .header_top .menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
#header .header_top .menu ul li a::after {
  position: absolute;
  content: "";
  height: 22px;
  width: 1px;
  background: #dddddd;
  right: 0;
}
#header .header_top .menu ul li a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#header .header_top .menu ul li a p {
  margin: 0;
  font-size: 10px;
  color: #333;
  white-space: nowrap;
}
#header .header_top .menu ul li:last-child a::after {
  content: none;
}
#header .header_sub {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
#header .header_sub h1 {
  margin: 0;
  line-height: 1;
}
#header .header_sub h1 img {
  width: 360px;
  margin-right: 25px;
}
#header .header_sub h1 img.logo_upload {
  width: auto;
  max-width: 300px;
  max-height: 60px;
  display: block;
  margin: 0 auto;
}
#header .header_sub .search_part {
  display: table-cell;
  width: 100%;
  position: relative;
  margin: 0 15px 0 36px;
}
#header .header_sub .search_part input {
  height: 41px;
  width: 100%;
  padding-left: 45px;
  border: 1px solid #DDDDDD;
  font-size: 13px;
}
#header .header_sub .search_part span {
  position: absolute;
  width: 41px;
  height: 41px;
  right: 0;
  top: 0;
  background: #919191;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header_sub .search_part span:hover {
  opacity: 0.6;
}
#header .header_sub .search_part span img {
  width: 15px;
  height: 15px;
}
#header .header_sub .tel_part {
  line-height: 1;
  margin-left: auto;
}
#header .header_sub .tel_part p {
  margin: 0;
  font-size: 9px;
}
#header .header_sub .tel_part a {
  line-height: 0;
}
#header .header_sub .tel_part img {
  width: 14vw;
  max-width: 200px;
}
#header .payment_types {
    width: 30%;
}
#header .payment_types img {
    width: 100%;
}
#header .header_menu {
  border-top: 1px solid #DDDDDD;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.6;
}
#header .header_menu ul {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
#header .header_menu ul li a {
  padding: 0 25px;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #dddddd;
  color: #333;
}
#header .header_menu ul li:last-child a {
  border-right: none;
}

#header .header_menu ul li a:hover {
  color: #333;
  text-decoration: none;
}

.dialog {
  display: none;
}
#sec_fv {
  max-width: 1120px;
  margin: auto;
  overflow-x: hidden;
}
#sec_fv .part1 {
  position: relative;
  text-align: center;
}
#sec_fv .part1 img {
  /* width: calc(100% - 45px); */
  width: 100%;
  margin: auto;
}
#sec_fv .part2 {
  margin-top: 20px;
  background: #EA7318;
  padding: 16px 0;
  margin-bottom: 33px;
}
#sec_fv .part2 li {
  line-height: 1;
  color: white;
  padding: 0 30px;
  font-size: 16px;
}
#sec_fv .part2 li span {
  color: #F5FF00;
  font-weight: bold;
}
#sec_fv .part3 .banner_group {
    margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
#sec_fv .part3 .banner_group a {
  display: inline-flex;
}
#sec_fv .part3 .banner_group a img {
  width: 100%;
}

#sec1 {
  background: #F8F8F8;
  margin-top: 20px;
}
#sec1 .part1 {
  padding: 20px 15px 90px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#sec1 .part1 .sidebar,
#detail_sec1 .sidebar {
  margin-right: 4vw;
  min-width: 200px
}
#sec1 .part1 .sidebar_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #484848;
  padding: 11px;
  border-radius: 3px;
  margin-bottom: 30px;
  transition: .3s;
}
#sec1 .part1 .sidebar_ttl h3 {
  color: white;
  font-size: 15px;
  text-align: center;
}
#sec1 .part1 .sidebar_ttl p {
  font-size: 11px;
  color: white;
  text-align: center;
}
#sec1 .part1 .sidebar_ttl img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
#sec1 .part1 .sidebar_content dl {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
#sec1 .part1 .sidebar_content dl dt,
#detail_sec1 .part1 .sidebar_content dl dt {
	border-radius: 50px;
	padding: 2px 0;
  font-size: 15px;
  text-align: center;
	background: #2884B8;
	color: #fff;
}
#sec1 .part1 .sidebar_content dl dd ul li {
  margin-top: 15px;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  font-size: 11px;
  position: relative;
}
.sidebar_content dl dd > ul > li > a {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#sec1 .part1 .sidebar_content dl dd ul li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 9px;
}
#sec1 .part1 .sidebar_content dl dd ul li .category-ttl,
#detail_sec1 .part1 .sidebar_content dl dd ul li .category-ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.part1 .sidebar_content dl dd .category-list li::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  position: absolute;
  right: 5px;
  top: 5px;
}
.category_content dd > ul > li > a::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  position: absolute;
  right: 0px;
  top: 5px;
}
.sidebar_content dd > ul > li > a::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  position: absolute;
  right: 0px;
  top: calc(50% - 3px);
}
.part1 .sidebar_content dl dd ul .category-ttl::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}
.part1 .sidebar_content dl dd ul .category-ttl.close::after {
  transform: rotate(-135deg);
  transition: all 0.3s ease;
}
#sec1 .part1 .sidebar_content dl dd ul li .color {
  width: 16px;
  height: 16px;
  /* border-radius: 50%; */
  margin-right: 10px;
}
.shipping-date-estimate-block {
  margin-top: 8px;
  border: 4px solid #e67e22;
  background-color: #fff;
  padding: 16px;
  /* border-radius: 6px; */
  box-sizing: border-box;
  margin-bottom: 20px;
}

.shipping-date-estimate-block .estimate-title {
  font-size: 15px;
  font-weight: bold;
  color: #e67e22;
  letter-spacing: 0.08em;
  text-align: center;
}

.shipping-date-estimate-block .estimate-sub {
  margin: 0 0 8px;
  font-size: 10px;
  color: #333;
  text-align: center;
}

.shipping-date-estimate-block .estimate-date-row {
  background-color: #fff3e5;
  text-align: center;
  margin: 0 -16px ;
  
}

.shipping-date-estimate-block .estimate-date {
  font-size: 15px;
  font-weight: bold;
  color: #e67e22;
  letter-spacing: 0.08em;
}

.shipping-date-estimate-block .estimate-note {
  font-size: 8px;
  color: #666;
  text-align: end;
  margin-right: 42px;
  font-weight: bold;
}

.shipping-date-estimate-block .estimate-caution {
  display: flex;
  align-items: flex-start;
  font-size: 8px;
  color: #333;
}

.shipping-date-estimate-block .estimate-caution-icon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  color: #e67e22;
  border: 1px solid #e67e22;
  border-radius: 50%;
  text-align: center;
  line-height: 10px;
  font-size: 16px;
  margin: 8px;
}

.shipping-date-estimate-block .estimate-caution-title {
  font-weight: bold;
  margin: 8px 0px;
  font-size: 11px;
}

.shipping-date-estimate-block .estimate-caution-text {
  margin: 0 8px;
  line-height: 1.4;
  font-size: 9px;
  max-width: 160px;
}
#sec1 .part1 .main_content {
  flex: 1;
}
#sec1 .part1 .main_content .banner_part a img {
  width: 100%;
}
#sec1 .part1 .main_content .main_part1 {
  padding: 0 15px;
}
#sec1 .part1 .main_content .main_part1 .block h2 {
font-size: 24px;
margin-top: 25px;
margin-bottom: 30px;
display: flex;
align-items: center;
justify-content: space-between;
}
#sec1 .part1 .main_content .main_part1 .block h2 a,
a.category-top-show-more
{
font-size: 14px;
color: #F37A02;
display: flex;
align-items: center;
justify-content: flex-end;
}
#sec1 .part1 .main_content .main_part1 .block h2 a::after,
a.category-top-show-more::after {
content: "";
margin-left: 20px;
width: 6px;
height: 6px;
border-right: 1px solid #F37A02;
border-bottom: 1px solid #F37A02;
transform: rotate(-45deg);
}
a.category-top-show-more {
  background: white;
  font-weight: 700;
  padding-bottom: 15px;
  padding-right: 15px
}
#sec1 .part1 .main_content .main_part1 .block .content {
display: grid;
grid-template-columns: repeat(5,1fr);
align-items: flex-start;
gap: 10px;
position: relative;
}
#sec1 .part1 .main_content .main_part1 .block .content .slide_btn {
position: absolute;
top: 100;
right: 0px;
top: 120px;
border: none;
outline: none;
width: 42px;
height: 42px;
display: flex;
background: rgba(57, 57, 57, 0.8);
border-radius: 3px;
align-items: center;
justify-content: center;
z-index: 500;
}
#sec1 .part1 .main_content .main_part1 .block .content .slide_btn span {
width: 8px;
height: 8px;
border-right: 1px solid white;
border-bottom: 1px solid white;
transform: translateX(-3px) rotate(-45deg);
}
#sec1 .part1 .main_content .main_part1 .block .content .slide_btn:hover {
opacity: 1;
}
#sec1 .part1 .main_content .main_part1 .block .content a {
display: block;
flex: 1;
}
#sec1 .part1 .main_content .main_part1 .block .content a img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 5px;
}
#sec1.ctg1 .part1 .main_content .main_part1 .block .content a img {
    object-fit: contain;
}
#sec1 .part1 .main_content .main_part1 .block.pickup_block .content a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 150px;
  padding: 10px;
}
#sec1 .part1 .main_content .main_part1 .block.pickup_block .pick_up_image {
  display: none;
}
#sec1 .part1 .main_content .main_part1 .block .content a h3 {
padding-top: 12px;
font-size: 16px;
line-height: 1.5;
font-weight: normal;
text-decoration: underline;
letter-spacing: 0;
}
#sec1 .part1 .main_content .main_part1 .block .content a p {
letter-spacing: 0;
padding-top: 0;
margin-top: 11px;
font-size: 13px;
line-height: 1.5;
}
#sec1 .part1 .main_content .main_part1 .block .content a p.price {
font-size: 20px;
letter-spacing: 0;
}
#sec1 .part1 .main_content .main_part1 .block .content a p.price .price {
font-weight: bold;
line-height: 1;
}
#sec1 .part1 .main_content .main_part1 .block .content a p.price .tax {
font-size: 10px;
}
#sec1 .part1 .main_content .main_part1 .block .content.features_content {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
#sec1 .part1 .main_content .main_part1 .block .content.features_content a {
display: block;
}
#sec1 .part1 .main_content .main_part1 .block .content.features_content a img {
width: 100%;
height: auto;
}
#sec1 .part1 .main_content .main_part1 .block .content.features_content.features_content2 {
margin-top: 90px;
height: auto;
}
#sec1 .part1 .main_content .main_part1 .block.pickup_block .content {
background: white;
padding-bottom: 20px;
gap: 0;
}
#sec1 .part1 .main_content .main_part1 .block.pickup_block .content p {
padding: 0 15px;
}
#sec1 .part1 .main_content .main_part2 .block h2 {
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec1 .part1 .main_content .main_part2 .block h2 a {
  font-size: 14px;
  color: #F37A02;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sec1 .part1 .main_content .main_part2 .block h2 a::after {
  content: "";
  margin-left: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  transform: rotate(-45deg);
}
#sec1 .part1 .main_content .main_part2 .block .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 0fr 0fr 0fr;
  grid-template-areas:
  "A A A A A A A A B B B B"
  "A A A A A A A A C C C C"
  "D D D E E E F F F G G G";
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  }
.A {
  grid-area: A;
}
.B {
  grid-area: B;
}
.C {
  grid-area: C;
}
.D {
  grid-area: D;
}
.E {
  grid-area: E;
}
.F {
  grid-area: F;
}
.G {
  grid-area: G;
}
#sec1 .part1 .main_content .main_part2 .block .content a {
  padding-bottom: 15px;
  background: white;
  display: block;
  flex: 1;
  position: relative;
  height: 100%;
  border: 1px solid #dddddd;
  border-left: none;
  border-top: none;
}
#sec1 .part1 .main_content .main_part2 .block .content a:first-child .rank {
  width: 60px;
  height: 60px;
  font-size: 18px;
}
#sec1 .part1 .main_content .main_part2 .block .content a img {
  width: 100%;
  margin-bottom: 5px;
  object-fit: cover;
}
#sec1 .part1 .main_content .main_part2 .block .content.top_ranking a img {
    height: 150px;
    object-fit: contain;
}
#sec1 .part1 .main_content .main_part2 .block .content.top_ranking a:first-child img {
  padding: 50px;
}
#sec1 .part1 .main_content .main_part2 .block .content a h3 {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
}
#sec1 .part1 .main_content .main_part2 .block .content a p {
  letter-spacing: 0;
  padding-top: 0;
  margin-top: 11px;
  font-size: 13px;
  padding: 0 15px;
  line-height: 1.5;
}
#sec1 .part1 .main_content .main_part2 .block .content a p small {
  font-size: 12px;
}
#sec1 .part1 .main_content .main_part2 .block .content a p.price {
  font-size: 22px;
  letter-spacing: 0;
}
#sec1 .part1 .main_content .main_part2 .block .content a p.price .price {
  font-weight: bold;
  line-height: 1;
}
#sec1 .part1 .main_content .main_part2 .block .content a p.price .tax {
  font-size: 10px;
}
#sec1 .part1 .main_content .main_part2 .block .content a:first-child {
  grid-row: span 2;
  min-height: 550px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
#sec1 .part1 .main_content .main_part2 .block .content a:nth-child(2) {
  border-top: 1px solid #dddddd;
}
#sec1 .part1 .main_content .main_part2 .block .content a:nth-child(4) {
  border-left: 1px solid #dddddd;
}
#sec1 .part1 .main_content .main_part2 .block .content.features_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#sec1 .part1 .main_content .main_part2 .block .content.features_content a {
  display: block;
}
#sec1 .part1 .main_content .main_part2 .block .content.features_content a img {
  width: 100%;
}
#sec1 .part1 .main_content .main_part2 .block .content.features_content.features_content2 {
  margin-top: 90px;
}
#sec1 .part1 .main_content h2 {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
#sec1 .part1 .main_content .main_part3 .block h2 a {
  font-size: 14px;
  color: #F37A02;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sec1 .part1 .main_content .main_part3 .block h2 a::after {
  content: "";
  margin-left: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  transform: rotate(-45deg);
}
#sec1 .part1 .main_content .main_part3 .block .content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 1rem;
}
#sec1 .part1 .main_content .main_part3 .block .content > ul > li {
	border: 1px solid #dddddd;
	position: relative;
  font-size: 12px;
}
#sec1 .part1 .main_content .main_part3 .block .content ul ul {
	width: 100%;
  display: none;
  z-index: 1000;
}
#sec1 .part1 .main_content .main_part3 .block .content ul li .category-ttl-sub {
  height: 44px;
	padding-left: 10px;
  font-size: 12px;
	font-weight: bold;
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  position: relative;
  line-height: 1.4;
}
#sec1 .part1 .main_content .main_part3 .block .content ul li .category-ttl-sub img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  object-fit: contain;
}
#sec1 .part1 .main_content .main_part3 .block .content ul li .img_wrapper img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  object-fit: contain;
}
#sec1 .part1 .main_content .main_part3 .block .content ul li a {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#sec1 .part1 .main_content .main_part3 .block .content > ul > li > a {
  font-weight: bold;
}
/* #sec1 .part1 .main_content .main_part3 .block .content ul li a .img_wrapper {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
} */
/* #sec1 .part1 .main_content .main_part3 .block .content ul li a .img_wrapper img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
} */
/* #sec1 .part1 .main_content .main_part3 .block .content ul li a::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-left: 10px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: relative;
  right: 15px;
  top: 17px;
} */
#sec1 .part1 .main_content .main_part3 .block .content ul a::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  /* margin-right: 10px; */
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  /* top: 17px; */
}
#sec1 .part1 .main_content .main_part4 .block h2 {
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec1 .part1 .main_content .main_part4 .block h2 a {
  font-size: 14px;
  color: #F37A02;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sec1 .part1 .main_content .main_part4 .block h2 a::after {
  content: "";
  margin-left: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  transform: rotate(-45deg);
}
#sec1 .part1 .main_content .main_part4 .block .content {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
#sec1 .part1 .main_content .main_part4 .block .content .slide_btn {
  position: absolute;
  top: 100;
  right: 0px;
  top: 120px;
  border: none;
  outline: none;
  width: 42px;
  height: 42px;
  display: flex;
  background: rgba(57, 57, 57, 0.8);
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  z-index: 30000;
}
#sec1 .part1 .main_content .main_part4 .block .content .slide_btn span {
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: translateX(-3px) rotate(-45deg);
}
#sec1 .part1 .main_content .main_part4 .block .content .slide_btn:hover {
  opacity: 1;
}
#sec1 .part1 .main_content .main_part4 .block .content a {
  display: block;
  flex: 1;
}
/* #sec1 .part1 .main_content .main_part4 .block .content a:last-child {
  display: none;
} */
#sec1 .part1 .main_content .main_part4 .block .content a img {
  width: 100%;
  margin-bottom: 5px;
}
#sec1 .part1 .main_content .main_part4 .block .content a h3 {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
}
#sec1 .part1 .main_content .main_part4 .block .content a p {
  letter-spacing: 0;
  padding-top: 0;
  margin-top: 11px;
  font-size: 13px;
  line-height: 1.5;
}
#sec1 .part1 .main_content .main_part4 .block .content a p small {
  font-size: 12px;
}
#sec1 p.title,
#detail_sec1 p.title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
}
#sec1 .part1 .main_content .main_part4 .block .content a p.price {
  font-size: 20px;
  letter-spacing: 0;
}
#sec1 .part1 .main_content .main_part4 .block .content a p.price .price {
  font-weight: bold;
  line-height: 1;
}
#sec1 .part1 .main_content .main_part4 .block .content a p.price .tax {
  font-size: 10px;
}
#sec1 .part1 .main_content .main_part4 .block .content.features_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#sec1 .part1 .main_content .main_part4 .block .content.features_content a {
  display: block;
}
#sec1 .part1 .main_content .main_part4 .block .content.features_content a img {
  width: 100%;
}
#sec1 .part1 .main_content .main_part4 .block .content.features_content.features_content2 {
  margin-top: 90px;
}
#sec1 .part1 .main_content .main_part4 .block.pickup_block .content {
  background: white;
  padding-bottom: 20px;
  gap: 0;
}
#sec1 .part1 .main_content .main_part4 .block.pickup_block .content p {
  padding: 0 15px;
}
#sec1 .part1 .main_content .banner_part2 {
  margin-top: 90px;
}
#sec1 .part1 .main_content .main_part5 {
  margin-top: 30px;
}
#sec1 .part1 .main_content .main_part5 .block h2 {
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec1 .part1 .main_content .main_part5 .block h2 a {
  font-size: 14px;
  color: #F37A02;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sec1 .part1 .main_content .main_part5 .block h2 a::after {
  content: "";
  margin-left: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  transform: rotate(-45deg);
}
#sec1 .part1 .main_content .main_part5 .block .content > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
#sec1 .part1 .main_content .main_part5 .block .content ul li a {
  height: 44px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#sec1 .part1 .main_content .main_part5 .block .content ul li .category-ttl-sub {
  height: 44px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#sec1 .part1 .main_content .main_part5 .block .content ul li .img_wrapper {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#sec1 .part1 .main_content .main_part5 .block .content ul li a .img_wrapper img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#sec1 .part1 .main_content .main_part5 .block .content ul li a::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  position: absolute;
  right: 17px;
  top: 17px;
}
#sec1 .part1 .main_content .main_part6 {
  margin-top: 90px;
}
#sec1 .part1 .main_content .main_part6 .block {
  align-items: flex-start;
  padding: 50px 45px;
  background: white;
}
#sec1 .part1 .main_content .main_part6 .block .header h2 {
  font-size: 24px;
  margin: 0;
}
#sec1 .part1 .main_content .main_part6 .block .header h2 a {
  /* font-size: 14px; */
  font-size: 1vw;
  color: #F37A02;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}
#sec1 .part1 .main_content .main_part6 .block .header h2 a::after {
  content: "";
  margin-left: 1vw;
  width: 6px;
  height: 6px;
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  transform: rotate(-45deg);
}
#sec1 .part1 .main_content .main_part6 .block .content {
    width: 100%;
}
#sec1 .part1 .main_content .main_part6 .block .content ul li {
  padding: 30px 0;
  border-bottom: 1px solid #DDDDDD;
}
#sec1 .part1 .main_content .main_part6 .block .content ul li .date {
  color: #888888;
  font-size: 14px;
}
#sec1 .part1 .main_content .main_part6 .block .content ul li .title {
  line-height: 1.5;
  font-size: 15px;
  color: #333333;
  margin-top: 17px;
  cursor: pointer;
  position: relative;
}
#sec1 .part1 .main_content .main_part6 .block .content ul li  .title::after{
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 5px;
  transition: all 0.3s ease;
}
#sec1 .part1 .main_content .main_part6 .block .content ul li  .title.open::after{
  transform: rotate(-135deg);
  transition: all 0.3s ease;
}
#sec1 .part1 .main_content .main_part6 .block .content ul li .description {
  line-height: 1.5;
  font-size: 13px;
  color: #333333;
  margin-top: 17px;
  display: none;
}
#sec1.detail_sec1 {
  margin-top: 0;
  background: white;
  border-top: 1px solid #DDDDDD;
}
.item_detail {
  position: relative;
}
.item_detail .new_mark {
  margin-right: 8px;
  margin-top: -38px;
  background: #25AED6;
  color: white;
  width: 45px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.label {
  display: flex;
  justify-content: flex-end;
  height: 0;
}
.item_detail .sale_mark {
  margin-top: -38px;
  background: #D73D51;
  color: white;
  width: 45px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 8px;
}

.product_tag {
    display: inline-block;
    padding: 2px 5px;
    list-style: none;
    color: #525263;
    border: solid 1px #D7DADD;
    border-radius: 2px;
    background-color: #F5F7F8; 
    margin-bottom: 5px;
}

.tag_sale{
    background-color: #D73D51;
    border: solid 1px #D73D51;
    color: white;
  }
  .tag_new{
    background-color: #25AED6;
    border: solid 1px #25AED6;
    color: white;
  }
  .tag_recommend{
    background-color: #00c100;
    border: solid 1px #00c100;
    color: white;
  }
  .tag_limited{
    background-color: #ff8800;
    border: solid 1px #ff8800;
    color: white;
  }
  
.product_tags_item_list .product_tag{
    font-size: 48%;
}
  
.product_tags_item_detail .product_tag{
    font-size: 75%;
}

.rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: url(./../img/rank4.png) no-repeat;
  background-size: contain;
  color: white;
  font-size: 14px;
  padding-left: 9px;
  padding-top: 3px;
}
.rank.rank1 {
  background-image: url(./../img/rank1.png);
}
.rank.rank2 {
  background-image: url(./../img/rank2.png);
}
.rank.rank3 {
  background-image: url(./../img/rank3.png);
}

#detail_sec1 {
  margin-top: 0;
  background: white;
  border-top: 1px solid #DDDDDD;
}
#detail_sec1 .part1 {
  padding: 0 15px 90px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#detail_sec1 .part1 .sidebar {
  margin-right: 40px;
}
#detail_sec1 .part1 .sidebar_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #484848;
  padding: 11px;
  border-radius: 3px;
  margin-bottom: 30px;
  transition: .3s;
}
#detail_sec1 .part1 .sidebar_ttl h3 {
  color: white;
  font-size: 15px;
  text-align: center;
}
#detail_sec1 .part1 .sidebar_ttl p {
  font-size: 11px;
  color: white;
  text-align: center;
}
#detail_sec1 .part1 .sidebar_ttl img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
#detail_sec1 .part1 .sidebar_content dl {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
#detail_sec1 .part1 .sidebar_content dl dd ul li {
  margin-top: 15px;
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    color: #333;
    font-size: 11px;
    /* width: 100%; */
    position: relative;  
}
#detail_sec1 .part1 .sidebar_content dl dd ul li img {
  width: 25px;
  height: 25px;
    object-fit: contain;  
  margin-right: 9px;
}
/* #detail_sec1 .part1 .sidebar_content dl dd ul li a::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 5px;
} */
#detail_sec1 .part1 .sidebar_content dl dd ul li .color {
  width: 16px;
  height: 16px;
  /* border-radius: 50%; */
  margin-right: 8px;
}
#detail_sec1 .part1 .main_content {
  flex: 1;
}
.breadcrumb {
  max-width: 1120px;
  margin: auto;
  padding: 20px 15px;
}
#detail_sec1 .breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#detail_sec1 .breadcrumb ul li {
  padding-right: 12px;
  /* font-size: 12px; */
  font-size: 13px;
  color: #888888;
}
#detail_sec1 .breadcrumb ul li a {
  color: #25AED6;
}
#detail_sec1 .part1 .main_content .detail_part {
  padding-top: 15px;
  display: flex;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img {
  width: 60%;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .big_img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .big_img a {
  margin: 12%;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .big_img img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .zoom_btn {
  text-align: right;
  margin-bottom: 30px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .zoom_btn button {
  border: none;
  outline: none;
  margin-left: auto;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .zoom_btn button img {
  width: 45px;
  height: 45px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .small_imgs {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .small_imgs .img img {
  width: 100%;
  -o-object-fit: cover;
    object-fit: cover;
  -o-object-position: center;
    object-position: center;
    height: 55px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body {
  margin-left: 20px;
  width: 40%;
  max-width: 400px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .header_block {
  position: relative;
  margin-bottom: 40px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .header_block h3 {
  font-size: 20px;
  line-height: 1.5;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .header_block p {
  font-size: 28px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.5;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .header_block p .tax {
  font-size: 14px;
  font-weight: normal;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .header_block .favorite {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .header_block .favorite img {
  width: 24px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .header_block .prs .p div {
    font-size: 14px;
    color: #ff9500;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .header_block .prs .p div b {
    font-size: 24px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .desc_block {
  padding-top: 40px;
  padding-bottom: 90px;
  border-top: 1px solid #dddddd;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .desc_block h4 {
  font-size: 18px;
  font-weight: bold;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .desc_block p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .spec_block {
  background: #F8F8F8;
  padding: 30px 20px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .spec_block dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .spec_block dl dt {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  width: 90px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .spec_block dl dd {
  flex: 1;
  font-size: 13px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .share_block {
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  gap: 8px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .share_block p {
  font-size: 14px;
  margin-right: 25px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .share_block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#detail_sec1 .part1 .main_content .detail_part .flex_body .share_block ul li img {
  width: 39px;
  height: 39px;
}
#detail_sec1 .part1 .main_content .mitumori_part {
  background: #F7F7F7;
  padding: 20px;
}
#detail_sec1 .part1 .main_content .mitumori_part h2 {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
#detail_sec1 .part1 .main_content .mitumori_part h2 img {
  width: 15px;
  margin-right: 12px;
}
#detail_sec1 .part1 .main_content .mitumori_part .piece {
  margin-bottom: 15px;
  padding: 20px;
  background: white;
}
#detail_sec1 .part1 .main_content .mitumori_part .piece h3 {
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
  border-left: 4px solid #F37A02;
  margin-bottom: 25px;
}
#detail_sec1 .part1 .main_content .count_piece {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 4px;
}
#detail_sec1 .part1 .main_content .count_piece span {
  /* color: #ED1B3C; */
  font-size: 13px;
  /* font-weight: bold; */
}
#detail_sec1 .part1 .main_content .mitumori_part .piece > p {
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #888888;
}
#detail_sec1 .part1 .main_content .mitumori_part input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(./../img/uncheck.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
#detail_sec1 .part1 .main_content .mitumori_part input[type=checkbox]:checked {
  background-image: url(./../img/check.png);
}
#detail_sec1 .part1 .main_content .mitumori_part input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(./../img/radio_unchecked.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
#detail_sec1 .part1 .main_content .mitumori_part input[type=radio]:checked {
  background-image: url(./../img/radio_checked.png);
}
#detail_sec1 .part1 .main_content .mitumori_part .item label {
  width: 100px;
  min-width: 100px;
  overflow-wrap: break-word;
  white-space: initial;
}
#detail_sec1 .part1 .main_content .mitumori_part .sample_count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 28px;
  font-size: 15px;
}
#detail_sec1 .part1 .main_content .mitumori_part .items_piece {
  flex-wrap: wrap;
  display: flex;
  margin-top: 25px;
  /* padding-bottom: 20px;
  border-bottom: 1px solid #dddddd; */
}
#detail_sec1 .part1 .main_content .mitumori_part .items_piece .item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  margin-bottom: 12px;
  padding-left: 0.5rem;
}
#detail_sec1 .part1 .main_content .mitumori_part .items_piece .item input[type=text] {
  width: 50px;
  height: 33px;
  border: 1px solid #B5B5B5;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 10px;
}
#detail_sec1 .part1 .main_content .mitumori_part .sum_piece p {
  text-align: right;
  font-size: 14px;
  padding-top: 10px;
}
#detail_sec1 .part1 .main_content .mitumori_part .sum_piece p .count {
  font-size: 28px;
  color: #ED1B3C;
  font-weight: bold;
  padding: 0 5px 0 10px;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece {
  padding-bottom: 20px;
  border-bottom: 1px solid #B5B5B5;
  margin-bottom: 20px;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_label {
  font-size: 14px;
  font-weight: bold;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group label {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 0.7rem;
  padding-right: 7px;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group select {
  width: 100%;
  height: 45px;
  border: 1px solid #F37A02;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 3px;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group textarea {
  border: 1px solid #B5B5B5;
  border-radius: 3px;
  width: 100%;
  height: 130px;
  padding: 10px;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group .download_btn {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background: white;
  border: 1px solid #888888;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group .download_btn img {
  left: initial;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  position: absolute;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group p {
  font-size: 14px;
  margin-top: 25px;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group p.alert {
  color: #888888;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group.case_group label {
  width: 50%;
}
#detail_sec1 .part1 .main_content .mitumori_part .form_piece .form_group.case_group label:nth-child(3) {
  width: 100%;
}
#detail_sec1 .part1 .main_content .mitumori_part:last-child {
  border-bottom: none;
}
#detail_sec1 .part1 .main_content .mitumori_part .calculate_btn {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background: #393939;
  border: none;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: white;
}
#detail_sec1 .part1 .main_content .mitumori_part .calculate_btn .pay-cal {
  width: 100%;
  display: block;
  color: #fff;
  pointer-events: none;
}
#detail_sec1 .part1 .main_content .mitumori_part .calculate_btn img {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  position: absolute;
}
#detail_sec1 .part1 .main_content .mitumori_part.calculate_piece {
  padding: 0;
  padding-top: 5px;
  background: none;
  margin-bottom: 0;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece {
  margin-bottom: 15px;
  padding: 25px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(243, 122, 2, 0.35);
  position: relative;
}
/* #detail_sec1 .part1 .main_content .mitumori_part .block .flex_body > .calculation:after,
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body > .download_link:after
 {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #919191;
  bottom: -40px;
  right: 50%;
  transform: translateX(50%);
} */
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece h3 {
  font-size: 16px;
  font-weight: bold;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece .calculate_table {
  margin-top: 20px;
  margin-bottom: 20px;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece .calculate_table table {
  width: 100%;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece .calculate_table table th {
  width: 70px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  padding: 5px 0;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece .calculate_table table td {
  font-size: 14px;
  text-align: center;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece .calculate_table table td:last-child {
  text-align: right;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece .sum_price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #dddddd;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece .sum_price h4 {
  font-size: 15px;
  font-weight: bold;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece .sum_price p {
  font-size: 12px;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece .sum_price .price {
  flex: 1;
  color: #ED1B3C;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece.cart_piece {
  background: none;
  box-shadow: none;
  padding: 0;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece.cart_piece.unstock {
  font-size: 18px;
  color: red;
  text-align: center;
}
#detail_sec1 .part1 .main_content .mitumori_part .flex_part {
  display: flex;
  gap: 20px;
}
#detail_sec1 .part1 .main_content .mitumori_part p {
  font-size: 13px;
  color: #888888;
  line-height: 1.8;
  font-weight: bold;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece.cart_piece .download_btn {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background: #F37A02;
  color: white;
  border: 1px solid #888888;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 0 5px;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece.cart_piece .download_btn img {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  position: absolute;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece.cart_piece .cart_btn {
  width: 100%;
  height: 58px;
  border-radius: 3px;
  background: red;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-top: 12px;
}
#detail_sec1 .part1 .main_content .mitumori_part .block .flex_body .piece.cart_piece .cart_btn img {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  position: absolute;
}
#detail_sec1 .part1 .main_content .main_part1 .block h2 {
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#detail_sec1 .part1 .main_content .main_part1 .block h2 a {
  font-size: 14px;
  color: #F37A02;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#detail_sec1 .part1 .main_content .main_part1 .block h2 a::after {
  content: "";
  margin-left: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  transform: rotate(-45deg);
}
#detail_sec1 .part1 .main_content .main_part1 .block .content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content a {
  display: block;
  flex: 1;
  position: relative;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content a img {
  width: 100%;
  margin-bottom: 5px;
  /* height: 162px; */
}
#detail_sec1 .part1 .main_content .main_part1 .block .content a h3 {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content a p {
  letter-spacing: 0;
  padding-top: 0;
  margin-top: 11px;
  font-size: 13px;
  line-height: 1.5;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content a p small {
  font-size: 12px;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content a p.title {
  height: 40px;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content a p.price {
  font-size: 22px;
  letter-spacing: 0;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content a p.price .price {
  font-weight: bold;
  line-height: 1;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content a p.price .tax {
  font-size: 13px;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content .slide_btn {
  position: absolute;
  top: 100;
  right: 20px;
  top: 120px;
}
#detail_sec1 .part1 .main_content .main_part1 .block .content .slide_btn img {
  width: 42px;
  height: 42px;
}
#detail_sec1 .part1 .main_content .main_part1 .block.pickup_block .content {
  background: white;
  padding-bottom: 20px;
  gap: 0;
}
#detail_sec1 .part1 .main_content .main_part1 .block.pickup_block .content p {
  padding: 0 15px;
}
#detail_sec1 .part1 .main_content .others_part {
  margin-top: 100px;
}
#detail_sec1 .part1 .main_content .others_part .others_list {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
}
#detail_sec1 .part1 .main_content .others_part > ul > li {
  width: 32%;
}
#detail_sec1 .part1 .main_content .others_part ul li .block {
  margin-bottom: 30px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_header h3 {
  background: #F0F0F0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  padding: 10px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_header h3 img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 6px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block img {
  width: 100%;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body {
  padding-top: 16px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content {
  font-size: 12px;
  line-height: 1.9;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content .link_btn {
  color: #F37A02;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content .link_btn::after {
  content: "";
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  right: 0;
  top: 5px;
  margin-left: 20px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content .banner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 56px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 15px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content .banner img {
  width: 40px;
  height: 40px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content .banner:first-child {
  margin-top: 0;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content .margin_content {
  font-weight: bold;
  margin-top: 5px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content .custom1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content .custom2 {
  margin-top: 15px;
  margin-bottom: 10px;
}
#detail_sec1 .part1 .main_content .others_part ul li .block .block_body .content .custom3 {
  margin-top: 0;
  margin-bottom: 16px;
}
#detail_sec1 .part1 .main_content .banner_part a img {
  width: 100%;
}
#detail_sec1 .category_part h2 {
  font-size: 24px;
  font-weight: bold;
}
#detail_sec1 .category_part h2 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 45px;
  display: inline-block;
}
#detail_sec1 .category_part .category_body {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
#detail_sec1 .category_part .category_body.recently {
  padding: 0 40px;
  grid-template-columns: repeat(1, 1fr);
}
#detail_sec1 .category_part .category_body .item_img {
  padding: 5px;
}
#detail_sec1 .category_part .category_body.recently .item_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
button.cart_btn.add-cart {
  width: 50%;
  height: 58px;
  border-radius: 3px;
  background: #F37A02;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: auto;
  margin-top: 40px;
  display: block;
}
#detail_sec1 .part1 .main_content .cart_btn img {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  position: absolute;
}
#detail_sec1 .category_part .category_body a {
  display: block;
  flex: 1;
  position: relative;
  margin-bottom: 30px;
}
#detail_sec1 .category_part .category_body a img {
  width: 150px;
  margin-bottom: 5px;
  height: 150px;
  object-fit: contain;
}
#detail_sec1 .category_part .category_body.recently a img {
  width: 150px;
  height: 150px;
}
#detail_sec1 .category_part .category_body a .item-img {
  padding: 5px;
  border: 1px solid #DDDDDD;
}
#detail_sec1 .category_part .category_body a h3 {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
}
#detail_sec1 .category_part .category_body a p {
  letter-spacing: 0;
  padding-top: 0;
  margin-top: 11px;
  font-size: 13px;
  line-height: 1.5;
}
#detail_sec1 .category_part .category_body a p small,
#sec1 .part1 .main_content .main_part1 .block .content a p small {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  overflow-wrap: anywhere;
}
#detail_sec1 .category_part .category_body a p.price {
  font-size: 22px;
  letter-spacing: 0;
}
#detail_sec1 .category_part .category_body a p.zeikomi {
  font-size: 14px;
}
#detail_sec1 .category_part .category_body a p.price .price {
  font-weight: bold;
  line-height: 1;
}
#detail_sec1 .category_part .category_body a p.price .tax {
  font-size: 13px;
}
#detail_sec1 .category_part .navigation_part {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#detail_sec1 .category_part .navigation_part ul {
  display: flex;
  align-items: center;
  height: 35px;
}
#detail_sec1 .category_part .navigation_part ul li {
  padding: 0 15px;
}
#detail_sec1 .category_part .navigation_part ul li span {
  width: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #F37A02;
  height: 35px;
  border-radius: 50%;
  color: white;
  font-size: 14px;
}
#detail_sec1 .category_part .navigation_part ul li a {
  font-size: 14px;
  color: #C1C1C1;
  line-height: 1;
}
#detail_sec1 .category_part .navigation_part ul li a.next {
  display: flex;
  width: 6px;
  height: 6px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg) translateY(3px);
}
#detail_sec1 .mypage_part h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
#detail_sec1 .mypage_part h2 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 45px;
  display: inline-block;
}
#detail_sec1 .mypage_part .mypage_body .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
#detail_sec1 .mypage_part .mypage_body .tabs li {
  flex: 1;
  margin-left: -1px;
}
#detail_sec1 .mypage_part .mypage_body .tabs li a {
  border: 1px solid #888888;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #FFFFFF;
  cursor: pointer;
  transition: .3s;
}
#detail_sec1 .mypage_part .mypage_body .tabs li a.active {
  background: #F37A02;
  color: white;
  border: 1px solid #F37A02;
  pointer-events: none;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents {
  margin-top: 50px;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content {
  display: none;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content.active {
  display: block;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table {
  width: 100%;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table thead tr th {
  background: #F8F8F8;
  font-size: 14px;
  height: 54px;
  color: #333;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table tbody tr td {
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
/* #detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table tbody tr td.item_td {
  width: 330px;
} */
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table tbody tr td .item_block {
  align-items: center;
  /* max-width: 330px; */
  text-align: left;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table tbody tr td .flex_img {
  padding: 16px;
}
.item_td.B {
  width: 50%;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table tbody tr td .flex_body .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table tbody tr td .item_block {
  display: block;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table tbody tr td .flex_body p {
  color: #333;
  font-size: 13px;
  padding-top: 0;
}
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table tbody tr td a:not(.item_name) {
  color: #25AED6;
  text-decoration: underline;
}
#detail_sec1 #tab_content2.tab_content th.G,
#detail_sec1 #tab_content2.tab_content td.G {
  display: none;
}
#detail_sec1 .mypage_part .mypage_body .tabs li a:hover {
  background: #F37A02;
  color: white;
  border: 1px solid #F37A02;
}
.item_name {
  display: flex;
}
#detail_sec1 .cart_part h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
#detail_sec1 .cart_part h2 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 45px;
  display: inline-block;
}
#detail_sec1 .cart_part .cart_body .steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
  margin-top: 36px;
  padding-bottom: 70px;
}
#detail_sec1 .cart_part .cart_body .steps li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#detail_sec1 .cart_part .cart_body .steps li:last-child {
  flex: none;
}
#detail_sec1 .cart_part .cart_body .steps li a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#detail_sec1 .cart_part .cart_body .steps li a p {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background: #dddddd;
  font-size: 18px;
}
#detail_sec1 .cart_part .cart_body .steps li a span {
  position: absolute;
  top: 50px;
  width: 100px;
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
  line-height: 19px;
  font-weight: bold;
  color: #888888;
}
#detail_sec1 .cart_part .cart_body .steps li a.active p {
  background: #F37A02;
  color: white;
}
#detail_sec1 .cart_part .cart_body .steps li a.active span {
  color: #F37A02;
}
#detail_sec1 .cart_part .cart_body .steps li::after {
  position: absolute;
  left: 40px;
  top: 20px;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: #dddddd;
  z-index: 0;
}
#detail_sec1 .cart_part .cart_body .desc_part {
  padding: 30px;
  border: 1px dotted #F37A02;
}
#detail_sec1 .cart_part .cart_body .desc_part .block ul li {
  font-size: 14px;
  /* display: flex; */
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
}
#detail_sec1 .cart_part .cart_body .desc_part .block ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #F37A02;
  margin-right: 6px;
}
#detail_sec1 .cart_part .cart_body .desc_part .block h3 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
#detail_sec1 .cart_part .cart_body .detail_block {
  margin-top: 45px;
}
#detail_sec1 .cart_part .cart_body .detail_block table {
  width: 100%;
}
#detail_sec1 .cart_part .cart_body .detail_block table thead tr th {
  background: #F8F8F8;
  white-space: nowrap;
  font-size: 14px;
  height: 54px;
  color: #333;
}
#detail_sec1 .cart_part .cart_body .detail_block table thead tr th:first-child {
  padding-left: 5px;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
/* #detail_sec1 .cart_part .cart_body .detail_block table tbody tr td.item_td {
  width: 448px;
} */
#detail_sec1 .cart_part .cart_body .steps li a span {
  width: 20vw;
}
#detail_sec1 .cart_part .cart_body .steps li:nth-child(4) a span{
  width: 7vw;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td .item_block {
  align-items: center;
  max-width: 448px;
  text-align: left;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td .flex_img {
  padding: 16px;
  margin-right: 45px;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td .flex_img img,
#detail_sec1 .mypage_part .mypage_body .tab_contents .tab_content table tbody tr td .flex_img img {
  width: 100px;
  height: 150px;
  object-fit: contain;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td .flex_body .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  overflow-wrap: anywhere;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td .flex_body p {
  color: #333;
  font-size: 13px;
  padding-top: 0;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td a .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td .delete_btn {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td .delete_btn span {
  position: absolute;
  height: 2px;
  width: 15px;
  background: #888888;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td .delete_btn span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td.counts .btns {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td.counts .btns a {
  color: #333;
  width: 30px;
  height: 30px;
  display: inline-flex;
  margin: 0 4px;
  cursor: pointer;
}
#detail_sec1 .cart_part .cart_body .detail_block table tbody tr td.counts .btns a img {
  width: 100%;
}
#detail_sec1 .cart_part .cart_body .sum_price {
  margin-top: 17px;
  text-align: right;
}
#detail_sec1 .cart_part .cart_body .sum_price p {
  font-size: 16px;
  font-weight: bold;
}
#detail_sec1 .cart_part .cart_body .sum_price p .price {
  font-size: 28px;
  font-weight: bold;
  color: #ED1B3C;
}
#detail_sec1 .cart_part .cart_body .btn_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#detail_sec1 .cart_part .cart_body .btn_block a {
  height: 54px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#detail_sec1 .cart_part .cart_body .btn_block a.pay_btn {
  background: #F37A02;
  color: white;
  font-size: 16px;
}
#detail_sec1 .cart_part .cart_body .btn_block a.continue_btn {
  border: 1px solid #393939;
  background: white;
  font-size: 16px;
  color: #393939;
}
#detail_sec1 .cart_part .cart_body p {
  font-size: 14px;
}
#detail_sec1 .cart_part .cart_body p a {
  color: #25AED6;
  text-decoration: underline;
}

footer {
  background: #484848;
}
footer .part1 {
  padding: 80px 0;
}
footer .part1 .block_header p {
  font-size: 12px;
  color: white;
}
footer .part1 .block_header h2 {
  margin-top: 32px;
}
footer .part1 .block_header h2 img {
  width: 240px;
}
footer .part1 .block_header .follow {
  color: white;
  font-size: 14px;
}
footer .part1 .block_header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 240px;
  margin-right: auto;
}
footer .part1 .block_header ul li {
  margin-right: 8px;
  text-align: center;
}
footer .part1 .block_header ul li a img {
  width: 40px;
  height: 40px;
}
footer .part1 .block_header ul li:first-child {
  width: 100%;
  padding: 18px 0;
}
footer .part1 .block_body {
  max-width: 600px;
  width: 100%;
}
footer .part1 .block_body .menu_piece {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #727272;
}
footer .part1 .block_body .menu_piece ul {
  flex: 1;
}
footer .part1 .block_body .menu_piece ul li {
  padding: 7px 0;
  line-height: 1;
}
footer .part1 .block_body .menu_piece ul li h4 {
  font-size: 14px;
  color: white;
  text-align: left;
  margin-bottom: 12px;
}
footer .part1 .block_body .menu_piece ul li a {
  color: white;
  font-size: 12px;
}
footer .part1 .block_body .menu_piece ul:first-child {
  max-width: 180px;
  margin-right: 30px;
  border-right: 1px solid #727272;
}
footer .part1 .block_body .menu_piece ul:last-child {
  display: flex;
  flex-wrap: wrap;
}
footer .part1 .block_body .menu_piece ul:last-child li {
  width: 50%;
}
footer .part1 .block_body .menu_piece ul:last-child li:first-child {
  width: 100%;
}
footer .part1 .block_body .piece {
  margin-top: 30px;
}
footer .part1 .block_body .piece h4 {
  font-size: 14px;
  color: white;
  text-align: left;
  margin-bottom: 12px;
}
footer .part1 .block_body .piece .piece_body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .part1 .block_body .piece .piece_body ul {
  flex: 1;
}
footer .part1 .block_body .piece .piece_body ul li {
  padding: 7px 0;
  line-height: 1;
}
footer .part1 .block_body .piece .piece_body ul li a {
  font-size: 12px;
  color: white;
}
footer .part2 {
  font-size: 12px;
  color: white;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #727272;
}

.ui-widget-overlay {
  opacity: 0.5;
}

.ui-dialog {
  top: 10vh;
}
.ui-dialog-titlebar {
  display: none;
}
.ui-dialog .dialog {
  padding: 40px 45px;
  height: 80vh !important;
  margin: auto;
  overflow: auto;
  position: fixed;
  top: 10vh;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 1002;
  background: white;
  width: 700px !important;
}
.ui-dialog .modal_header h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.ui-dialog .modal_header h2 span {
  font-size: 20px;
  display: inline-block;
  margin-left: 28px;
}
.ui-dialog .modal_body {
  padding-top: 30px;
}
.ui-dialog .modal_body .search_input_wrapper input {
  width: 100%;
  height: 46px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  padding: 0 40px;
}
.ui-dialog .modal_body .block {
  margin-top: 30px;
}
.ui-dialog .modal_body .block h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.ui-dialog .modal_body .block_body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #F8F8F8;
  padding: 30px;
  margin-top: 18px;
}
.ui-dialog .modal_body .block_body ul {
  flex: 1;
}
.ui-dialog .modal_body .block_body ul li {
  margin-bottom: 20px;
}
.ui-dialog .modal_body .block_body ul li label {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
}
.ui-dialog .modal_body .block_body ul li label .color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.ui-dialog .modal_body .block_body ul li label input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: url(./../img/uncheck.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
.ui-dialog .modal_body .block_body ul li label input:checked {
  background-image: url(./../img/check.png);
}
.ui-dialog .modal_body .submit_btn {
  width: 385px;
  border: none;
  outline: none;
  background: #F37A02;
  height: 58px;
  border-radius: 3px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
}
.ui-dialog .modal_body .submit_btn img {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.category-list {
  display: none;
}
.category-ttl:hover {
  cursor: pointer;
  color:#25AED6;
}
.category-ttl-sub:hover {
  cursor: pointer;
  color:#25AED6;
}
.category:hover {
  cursor: pointer;
  color:#25AED6;
}
#detail_sec1 .part1 .sidebar_ttl:hover {
  cursor: pointer;
  opacity: 0.7;
}
.part1 .sidebar_ttl:hover {
  cursor: pointer;
  opacity: 0.7;
}
.header_menu ul li:hover {
  color:#25AED6;
}
.category-list-sub {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 1px 1px 3px 1px #888;
  z-index: 2005;
}
.category-list-sub li {
	width: 100%;
  border-bottom: 1px solid #DDD;
}
.category-list-sub li a {
  margin-left: 0.8rem;
}
.category-list-sub li span {
    width: 10rem;
}
.part1 .sidebar_content dl dd ul li:hover > a {
  color:#25AED6;
}
.part1 .main_content .main_part5 .block .content ul li a:hover {
  color:#25AED6;
}
.part1 .main_content .main_part3 .block .content ul li a:hover {
  color:#25AED6;
}
#header .header_top .menu ul li a:hover p {
  color:#25AED6;
}
.category-list li {
  margin-left: 33px;
}
.category_content ul li a {
  display: flex;
}
ul li .category-ttl-sub::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  /* top: 5px; */
  transition: all 0.3s ease;
}
ul li .category-ttl-sub.close::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(-135deg);
  position: absolute;
  right: 15px;
  /* top: 5px; */
  transition: all 0.3s ease;
}
ul li .category-ttl-sub.open::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(-135deg);
  position: absolute;
  right: 15px;
  /* top: 5px; */
  transition: all 0.3s ease;
}
div .cart_piece button:hover {
  cursor: pointer;
}
.calculate_btn {
  transition: opacity 0.5s ease;
}
.calculate_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.lock {
  position: fixed;
  width: 100%;
  height: 100%;
}
.on-menu {
  display: none;
}
.form_open {
  display: flex;
}
.form_hide {
  display: none;
}
.content .A img {
  height: 75% !important;
}
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
  margin: 20px 0;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .big_img {
  display: none;
}
#detail_sec1 .part1 .main_content .detail_part .flex_img .big_img.point {
  display: flex;
}
a.A img {
  height: 75%;
}
.category-list li a {
  display: block;
}
.ui-widget.ui-widget-content {
  display: none;
  background: none;
  width: 0 !important;
}
.kodawari {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}
/* カテゴリTOPページ */
#sec_fv .ctg_mv img {
  width: 100%;
}
#sec_fv .ctg_mv {
  padding: 25px 20px 20px;
  border-top: 1px solid #DDD;
}
#sec1.ctg1 {
  margin-top: 0;
}
#sec1.ctg1 .part1 .main_content .main_part1 .block:first-child h2 {
  margin-top: 0;
}
p.title {
  height: 40px;
}
#sec1.ctg1 .part1 .main_content .main_part1 .block .content {
  gap: 0;
  background: white;
  padding-bottom: 20px;
}
#sec1.ctg1 .part1 .main_content .main_part1 .block .content p {
  padding: 0 15px;
}
#sec1.ctg1 .part1 .main_content .main_part1 .block .content .slide_btn {
  right: 2%;
  top: 40%;
}
#sec1.ctg1 .part1 .main_content .main_part1 .block .content.features_content {
  gap: 10px;
  padding-bottom: 0;
  background: none;
}
#sec1.ctg1 .part1 .main_content .banner_part a img {
  margin: 90px 0;
}
.header_top .menu ul li {
  position: relative;
}
.header_top > .menu ul li:nth-of-type(3):after {
  content: "";
  position: absolute;
  top: -20%;
  right: 25%;
  background: #F56F0D;
  color: white;
  font-size: 9px;
  width: 12px;
  height: 12px;
  text-align: center;
  border-radius: 100%;
}
#sec1.ctg1 .part1 .sidebar_content dl {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* かんたん予算シミュレーター */
.simulator {
  margin-bottom: 40px;
  flex: 1;
}
.simulator img {
  width: 100%;
}
.simulator .simu_txt {
  margin: 50px 0 45px;
  font-size: 13px;
  font-weight: bold;
  color: #888;
}
.simulator .simu_txt p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: initial;
  color: #333;
}
.search {
  background: #f7f7f7;
  padding: 30px 50px 50px;
  margin-bottom: 45px;
}
.search ul {
  margin-bottom: 45px;
}
.search ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search ul li label {
  font-size: 16px;
  font-weight: bold;
  width: 200px;
}
.search ul li label .red {
  font-size: 11px;
}
.search ul li .form {
  width: 70%;
  font-size: 16px;
  white-space: nowrap;
}
.search ul li input,
.search ul li select {
  border: 1px solid #ccc;
  padding: 15px 20px;
  font-size: 14px;
  color: #333;
}
#budget {
  width: 90%;
  height: 50px;
  margin: 0 20px 0 0;
}
#quantity,
#method {
  width: 100%;
  height: 50px;
}
.search .ser_button,
.search2 .ser_button {
  display: block;
  width: 43%;
  margin: auto;
}
.search button {
  background: #393939;
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  margin: auto;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
.search button img {
  position: absolute;
  width: 15px;
  left: 7%;
  bottom: 33%;
}
.search2 {
  padding: 50px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.search2 ul {
  margin-bottom: 50px;
}
.search2 a {
  pointer-events: none;
  display: block;
  width: 43%;
  margin: auto;
}
.search2 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}
.search2 ul li .range_price b {
  margin: 0 5px;
  font-size: 22px;
  color: #b5b5b5;
}
.search2 ul li .range_price i {
  margin: 0 5px;
}
.search2 ul li .one_price b {
  margin: 10px;
  font-size: 28px;
  color: #b5b5b5
}
.search2 button {
  background: #F37A02;
  opacity: 0.55;
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  margin: auto;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  transition: .3s;
}
.search2 button img {
  position: absolute;
  width: 20px;
  left: 7%;
  bottom: 33%;
}
.search2 p {
  font-size: 13px;
  font-weight: bold;
  color: #888888;
  margin-top: 25px;
}
.method_list {
  margin-top: 95px;
}
.method_list h2 {
  font-size: 24px;
  margin-bottom: 40px;
}
.method_list ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px 10px;
}
.method_list ul li {
  padding: 20px;
  border: 1px solid #ddd;
}
.copy_img {
  min-height: 200px;
}
.copy_img img:first-child {
  position: relative;
  width: 60%;
  margin-bottom: 40px;
  bottom: 0;
  left: 0;
}
.copy_img img:last-child {
  position: relative;
  width: 40%;
  top: 0;
  right: 0;
}
.copy_detail h5 {
  font-size: 16px;
  margin: 20px 0 15px;
  height: 50px;
}
.copy_detail h5 span {
  font-weight: initial;
}
.color_scale {
  display: flex;
  gap: 5px;
}
.color_scale .scale {
  display: flex;
  align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #D02E7E;
  color: #D02E7E;
  padding: 0px 7px;
}
.color_scale img {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.color_scale img.full {
  margin-left: 20px;
}
.color_scale img.laser {
  width: 18px;
  height: 13px;
  margin-left: 15px;
}
.copy_detail>p {
  font-size: 14px;
  margin-top: 15px;
  height: 67px;
}
.copy_detail a p {
  font-size: 14px;
  margin: 45px 0 15px;
  position: relative;
  color: #F37A02;
  font-weight: bold;
}
.copy_detail a p:after {
  content: "";
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  width: 6px;
  height: 6px;
  transform: rotate(315deg);
  position: absolute;
  right: 50%;
  top: 38%;
}
.search2 ul li .range_price b.red,
.search2 ul li .one_price b.red {
  color: #ED1B3C;
}
.search button:hover {
  cursor: pointer;
}
.search2 button.act {
  opacity: 1;
  cursor: pointer;
}
/* ========================
商品一覧検索ボックスCSS
======================== */
.search_box {
  background: #F7F7F7;
  padding: 15px;
}
.search_ctg_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.search_ctg_ttl img {
  width: 18px;
  height: 20px;
}
.search_ctg ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px 0;
}
.search_ctg {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.search_ctg ul li {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.search_ctg ul li:nth-child(2n) {
  justify-content: flex-end;
}
.search_ctg ul li label {
  width: 120px;
}
.search_ctg ul li input,
.search_ctg ul li select {
  height: 100%;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  width: 100%;
}
.search_ctg ul li .form {
  width: 56%;
}
.order-by select {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.order-by select option {
  cursor: pointer;
}

.search_result {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.result_stats {
  width: 28%;
}
.result_stats b {
  color: red;
  font-size: 28px;
  margin: 10px;
}
.search_result button:not(.reset) {
  background: #F37A02;
  display: block;
  position: relative;
  width: 44%;
  height: 50px;
  margin: auto;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", "sans-serif";
  transition: .3s;
  cursor: pointer;
}
.search_result button:not(.reset):hover {
  opacity: .6;
}
.search_result button img {
  position: absolute;
  width: 20px;
  left: 7%;
  bottom: 33%;
}
.reset_button {
  width: 28%;
}
.reset_button .reset {
  background: white;
  position: relative;
  padding: 10px 15px;
  border: 1px solid #393939;
  display: block;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
  transition: .1s;
  cursor: pointer;
}
.reset_button .reset span {
  display: flex;
  font-size: 14px;
  font-family: "Noto Sans JP", "sans-serif";
}
.reset_button .reset span:last-child {
  display: none;
}
.reset_button .reset:hover {
  background: #adadad;
  border: none;
  padding: 20px 24px 20px 44px;
  margin-right: 20px;
}
.reset_button .reset:hover span:last-child {
  display: block;
}
.reset_button .reset:hover span:first-child {
  display: none;
}
#detail_sec1 .item_list>h2 {
  margin: 0 0 20px 0;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
  position: inherit;
}
.ui-dialog .modal_body .submit_btn {
  transition: .3s;
}
.ui-dialog .modal_body .submit_btn:hover {
  opacity: 0.6;
}

/* faq */
.faq_part h3 {
  margin-bottom: 10px;
}
.faq_inner {
  margin-bottom: 30px;
}
.faq_part .block_header {
  background: #F0F0F0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  position: relative;
}
.faq_inner .block_body {
  display: none;
}
.faq_inner .block .block_inner {
  margin-bottom: 10px;
}
.faq_part .block_header:before {
  content: "Ｑ";
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  bottom: 1px;
}
.faq_part .block_header:after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  transition: all 0.3s ease;
}
.faq_part .block_header.open:after {
  transform: rotate(225deg);
}
.faq_part .block_body {
  padding: 15px;
  background: #fff;
  /* box-shadow: 0px 3px 3px #000; */
}
.faq_part .block_body .content {
  line-height: 1.9;
  font-size: 12px;
}
.faq_part .block_body .content a {
  color: #F37A02;
}
.faq_content {
  margin-top: 30px;
}
.faq_part .block_body .content .link_btn {
  color: #F37A02;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.faq_part .block_body .content .link_btn:after {
  content: "";
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  right: 0;
  top: 5px;
  margin-left: 20px;
}
/* fullorder */
.fullorder_mv {
  padding: 20px;
}
#sec1.fullorder {
  margin: 0;
}
#sec1.fullorder .part1 {
  padding: 0;
  max-width: 1325px;
  display: block;
}
#sec1.fullorder .part1 .main_content .main_part1 .block h2 {
  margin-top: 0;
  padding-top: 10px;
}
#sec1.fullorder .part1 .main_content .main_part1 .block .content {
  grid-template-columns: repeat(4,1fr);
}
.fullorder_mv img {
  width: 100%;
}
#sec1.fullorder .block .catalog {
  padding: 50px 40px;
  background: #fff;
}
#sec1.fullorder .block:first-child .content {
  padding: 0;
}
#sec1.fullorder .block .catalog > img {
  width: 100%;
}
#sec1.fullorder .block .block-ttl_sub {
  font-size: 14px;
}
#sec1.fullorder h3 {
  margin-left: 15px;
  position: relative;
  font-size: 16px;
}
#sec1.fullorder h3:before {
  content: "";
  width: 4px;
  height: 24px;
  left: -15px;
  bottom: 0;
  position: absolute;
  background: #F37A02;
}
#sec1.fullorder .step {
  padding: 20px;
  margin-top: 40px;
  background: #fff;
}
#sec1.fullorder .part1 .main_content .main_part1 .block .content a p {
  padding: 0 15px;
}
#sec1.fullorder .content.pick {
  background: none;
}
#sec1 .part1 .main_content .main_part1 .block .content a {
  padding-bottom: 15px;
}
#sec1.fullorder .input {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
#sec1.fullorder .form-content {
  border-bottom: 1px solid #dddddd;
}
#sec1.fullorder .input .step_left {
  display: flex;
  align-items: center;
}
#sec1.fullorder .input label {
  width: 170px;
  font-size: 16px;
  font-weight: bold;
}
#sec1.fullorder .form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    width: 140px;
    height: 40px;
}
#sec1.fullorder select.form-control {
    background-color: #f8f8f8;
    display: inline-block;
    color: #555;
}
#sec1.fullorder #admin_full_order_address_pref {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 10px !important;
    width: 140px !important;
    height: 40px !important;
}
#sec1.fullorder .input .form-control.is-invalid.form-inline {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
}
#sec1.fullorder .invalid-feedback.d-block {
  display: block;
  font-size: 12px !important;
}
#sec1.fullorder .input .unit {
  margin-left: 15px;
  font-size: 14px;
}
#sec1.fullorder .input .full-order-unit {
    margin-left: 20px;
    font-size: 14px;
}
#sec1.fullorder .input .red {
  margin-left: 15px;
  font-size: 12px;
}
.red-only {
  margin: 0 !important;
}
#sec1.fullorder input[type=radio] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  min-width: 16px;
  width: 16px;
  height: 16px;
  background: url(./../img/radio_unchecked.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
  border: none;
  position: relative;
  bottom: -2px;
}
#sec1.fullorder input[type=radio]:checked {
  background-image: url(./../img/radio_checked.png);
}
#sec1.fullorder .step_list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 15px;
}
#sec1.fullorder .step_list li {
  padding: 15px;
  border: 1px solid #dddddd;
}
#sec1.fullorder .step_list li img {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}
#sec1.fullorder .step_list .type_img {
  height: 110px;
  display: flex;
}
#sec1.fullorder .step_list .type_name {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
#sec1.fullorder .img_up {
  padding: 20px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
}
#sec1.fullorder .img_up .up_txt {
  font-size: 12px;
}
#sec1.fullorder .img_up .file_name {
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
}
#sec1.fullorder .img_up .up_btn {
  border: none;
}
#sec1.fullorder .img_up .up_btn a {
  padding: 10px 20px;
  display: block;
  background: #F37A27;
  color: #fff;
  font-size: 14px;
}
#sec1.fullorder .input .size-left {
    font-size: 14px;
}
#sec1.fullorder .input .size-right {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#sec1.fullorder .input .size-right span {
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 140px;
}
#sec1.fullorder .input .size-right p {
  margin: 0 20px;
  text-align: end;
}
#sec1.fullorder .input .size-right input {
  width: 80px;
  margin-left: 20px;
}
#sec1.fullorder .input .size-right .spaceing-adjustment {
  width: 50px;
  text-align:center;
  white-space: nowrap;
}
#sec1.fullorder .step .example {
  padding: 20px;
  margin-top: 20px;
  background: #F8F8F8;
}
#sec1.fullorder .step .example .cloth_col {
  margin-top: 15px;
}
#sec1.fullorder .step .size-txt {
  font-size: 16px;
}
#sec1.fullorder .step .size-txt .size {
  padding: 15px 0 25px;
}
#sec1.fullorder .step_list.cloth {
  grid-template-columns: repeat(4,1fr);
  font-size: 12px;
}
#sec1.fullorder .step_list.cloth li {
  padding: 0;
  border: none;
  display: flex;
}
#sec1.fullorder .print_parts {
  margin-top: 20px;
}
#sec1.fullorder .print_parts.sp_block .border_none {
  border: none;
}
#sec1.fullorder .print_parts.sp_block .red {
  padding: 0 0 15px 170px;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
}
#sec1.fullorder .print_parts h4 {
  font-size: 16px;
  font-weight: bold;
}
#sec1.fullorder .step_list.print {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5,1fr);
}
#sec1.fullorder .step_list.print li {
  padding: 0;
  border: none;
  display: flex;
}
#sec1.fullorder .step_list.print label {
  width: auto;
  font-size: 12px;
}
label.form-check-label {
    font-weight: normal !important;
}
#sec1.fullorder .step_list.print input[type=radio] {
  padding: 0;
}
#sec1.fullorder .step .note {
  padding: 20px 0 10px;
  font-size: 12px;
}
#sec1.fullorder input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  min-width: 16px;
  width: 16px;
  height: 16px;
  background: url(./../img/checkbox_unchecked.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
  border: none;
  position: relative;
  bottom: -2px;
}
#sec1.fullorder input[type=checkbox]:checked {
  background-image: url(./../img/checkbox_checked.png);
}
#sec1.fullorder .step_list.option {
  grid-template-columns: repeat(6,1fr);
}
#sec1.fullorder .step .option_ttl {
  display: flex;
  align-items: end;
}
#sec1.fullorder .step .option_ttl > span {
  margin-left: 30px;
  font-size: 12px;
}
#sec1.fullorder .input .input_txt {
  width: 25%;
}
#sec1.fullorder .input .input_100 {
  width: 75%;
}
#sec1.fullorder .input .hyphen {
  margin: 0 5px;
}
#sec1.fullorder .input #tell {
  width: 12%;
}
#sec1.fullorder .form_parts {
  margin-top: 20px;
  font-size: 16px;
  color: #525263;
}
#sec1.fullorder .form_parts .input:first-child {
  border-top: 1px solid #dddddd;
}
#sec1.fullorder .form_parts .consent {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  font-size: 12px;
}
#sec1.fullorder .form_parts .confirm  {
  width: 50%;
  border: none;
  margin: auto;
  display: block;
}
#sec1.fullorder .form_parts .confirm a {
  padding: 18px 0;
  display: block;
  background: #F37A02;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
input:hover {
  cursor: pointer;
}

/* guide */
#detail_sec1 .guide_part h3 {
  margin-left: 15px;
  position: relative;
  font-size: 16px;
}
#detail_sec1 .guide_part h3:before {
  content: "";
  width: 4px;
  height: 24px;
  left: -15px;
  bottom: 0;
  position: absolute;
  background: #F37A02;
}
#detail_sec1 .guide_content {
  margin-top: 50px;
}
#detail_sec1 .guide_item {
  margin-bottom: 60px;
}
#detail_sec1 .guide_item p {
  font-size: 14px;
}
#detail_sec1 .guide_item .guide_txt {
  margin-top: 20px;
}
#detail_sec1 .guide_item .red {
  margin-top: 5px;
}
.guide_part .guide_content .link_btn {
  color: #F37A02;
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.guide_part .guide_content .link_btn:after {
  content: "";
  border-right: 1px solid #F37A02;
  border-bottom: 1px solid #F37A02;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  right: 0;
  top: 5px;
  margin-left: 20px;
}
#detail_sec1 .guide_item .btn_flex {
  display: grid;
  gap: 30px;
}
#detail_sec1 .guide_item .btn_flex.three {
  grid-template-columns: repeat(3,1fr);
}
#detail_sec1 .guide_item .btn_flex.four {
  margin-top: 25px;
  grid-template-columns: repeat(4,1fr);
}
#detail_sec1 .guide_item .btn_flex button {
  width: 100%;
  border: 1px solid #888888;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
#detail_sec1 .guide_item .btn_flex button a {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
#detail_sec1 .guide_item .guide_table {
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
}
#detail_sec1 .guide_item .guide_table .table_head {
  background: #F8F8F8;
}
#detail_sec1 .guide_item .guide_table th {
  padding: 17px 0;
}
#detail_sec1 .guide_item .guide_table .table_body {
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
#detail_sec1 .guide_item .guide_table td {
  padding: 17px 0;
}
#detail_sec1 .guide_item .table_under-txt {
  margin-top: 20px;
}
#detail_sec1 .info_column {
  margin: 30px 0;
}
#detail_sec1 .info_ttl {
  padding: 10px;
  display: flex;
  gap: 6px;
  background: #F0F0F0;
  font-size: 13px;
  font-weight: bold;
}
#detail_sec1 .info_ttl img {
  width: 17px !important;
  position: relative;
  bottom: -1px;
}
#detail_sec1 .inquiry {
  padding: 15px;
}
#detail_sec1 .guide_item .info_txt.inquiry p {
  font-size: 12px;
}
#detail_sec1 .info_txt {
  font-size: 14px;
}
#detail_sec1 .info_txt > .red {
  font-size: 12px;
}
#detail_sec1 .info_txt .txt_block {
  margin-bottom: 5px;
}
#detail_sec1 .info_txt .txt_block .red {
  font-weight: bold;
  font-size: 20px;
}
#detail_sec1 .info_txt .txt_block .under-line {
  color: #333333;
  text-decoration: underline;
}
#detail_sec1 .draft {
  margin-top: 20px;
}
#detail_sec1 .draft_option .option_ttl {
  margin-top: 30px;
}
#detail_sec1 .draft_option .option_ttl .red {
  margin-left: 10px;
}
#detail_sec1 .draft_option .red {
  font-size: 12px;
}
#detail_sec1 .draft_option > p {
  margin-top: 10px;
  font-size: 14px;
}
#detail_sec1 .draft_option > ul {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
#detail_sec1 .draft_option > ul li {
  padding: 20px;
  border: 1px solid #DDDDDD;
  text-align: center;
}
#detail_sec1 .draft_option > ul li img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
#detail_sec1 .draft_option .option_list-ttl {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: bold;
}
#detail_sec1 .option_ttl {
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
}
#detail_sec1 .draft_option > ul li p {
  margin-top: 20px;
}
#detail_sec1 .info_def-txt {
  margin: 20px 0 30px;
}
#detail_sec1 .info_txt-box {
  padding-top: 10px;
}
#detail_sec1 .info_txt-box .red {
  margin-top: 5px;
}
#detail_sec1 .info_delivery {
  width: 50%;
  margin-top: 15px;
}
#detail_sec1 .note_list {
  margin-top: 30px;
}
#detail_sec1 .note_list li {
  margin-left: 15px;
  font-size: 14px;
  list-style: unset;
}
.proofreading_part {
  display: flex;
  flex-direction: row-reverse;
}
.form-check {
  display: flex;
  align-items: center;
}
#page_budget .copy_img-single {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 0;
}
.slide-arrow {
  cursor: pointer;
}
.slide-arrow.slick-arrow {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: #ffffffbd;
}
.slide-arrow.slick-arrow:after {
  content: "";
  position: absolute;
  border-bottom: 4px solid #2884B8;
  border-right: 4px solid #2884B8;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  left: 23%;
  top: 31%;
}
.slide-arrow.slick-arrow.prev-arrow {
  left: 0;
}
.slide-arrow.slick-arrow.prev-arrow:after {
  left: 37%;
  transform: rotate(135deg)
}
.slide-arrow.slick-arrow.next-arrow {
  right: 0;
}
.orange {
    color: #F37A02;
}
#detail_sec1 .flex {
    display: flex;
    gap: 15px;
}
#detail_sec1 .flex .right {
    width: 70%;
}
.card_payment {
    margin-top: 10px;
}
.card_payment img {
    width: 100%;
}
.banner_part {
    margin-top: 20px;
}
.br500 {
    display: none;
}
.br500_pc {
    display: block;
}
.ec-imageGrid .ec-imageGrid__img img {
  height: 100px;
  object-fit: contain;
}
.ec-orderAccount .ec-orderAccount__account {
  font-size: 14px;
}
#detail_sec1 .ec-role img {
  height: 150px;
  object-fit: contain;
}
#sec1 .part1 .ec-newItemRole .ec-newItemRole__listItem {
  width: 100% !important;
}
#sec1 .part1 .main_content .ec-newItemRole {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
#sec1 .part1 .ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: 0;
}
#sec1 .part1 .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
  margin: 0;
}
#sec1 .part1 .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
  margin: 0;
}
#sec1 .part1 .ec-newItemRole {
  padding: 0;
}
#sec1 .part1 .ec-secHeading--tandem .ec-secHeading__en {
  height: 50px;
}
#sec1 .part1 .ec-secHeading--tandem,
#sec1 .part1 .ec-secHeading--tandem .ec-secHeading__ja {
  margin-bottom: 0;
}
#sec1 .part1 .ec-role {
  padding: 0;
}
/* モーダル×ボタン */
.modal_header {
  position: relative;
}
.close_button {
  position: absolute;
  right: 0;
  top: 20%;
  cursor: pointer;
  border: 2px solid #484848;
  border-radius: 50%;
  padding: 20px;
}
.close_button >div {
  width: 30px;
  height: 2px;
  background: #484848;
  position: absolute;
  top: 50%;
  left: 14%;
}
.close_button >div:first-child {
  transform: rotate(45deg);
}
.close_button >div:last-child {
  transform: rotate(-45deg);
}
.hi0 {
  height: 0;
  bottom: 5px;
}
#sec1 .part1 .main_content h2.h2-flex {
	color: #309DCA;
	justify-content: left;
	align-items: end;
}
.h2-flex_img {
	width: 50%;
}
#sec1 .part1 .ctg-top .main_part1 .block:first-child {
    margin: auto;
}
#sec1 .part1 .ctg-top .main_part1 .block .ctg_mv img {
    width: 100%;
}

.btn-success {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.info_content {
    width:280px;
    text-align:left;
    margin-left:auto;
    margin-right:0;
}

.ctg_product-list {
    grid-template-columns: repeat(4,1fr);
}

div.alert-danger {
  margin-top: 20px;
  margin-bottom: -20px;
}

div.alert-danger h2{
  color: red !important;
  font-weight: 500;
}
.select-menu {
  width: 160px;
}
.select-menu .select-btn {
  display: flex;
  height: 40px;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #cbc5c5;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.select-menu .options {
  position: absolute;
  display: none;
  width: 160px;
  overflow-y: auto;
  max-height: 295px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.select-menu .options.active {
    display: block;
}
.select-menu .options .option {
  display: flex;
  height: 40px;
  cursor: pointer;
  padding: 0 16px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}
.select-menu .options .option .option-text {
  font-size: 14px;
  color: #333;
}
.select-btn {
  position: relative;
}
.sBtn-text::after{
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 40%;
  transition: all 0.3s ease;
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
.sale {
  color: #ED1B3C !important;
}