@charset "UTF-8";
@view-transition {
  navigation: auto;
}
@media screen and (min-width: 751px) {
  #side_cts #search .keyword div {
    display: flex;
  }
}

#simulator_select {
  font-size: 14px;
  border: 1px solid #D3D3D3;
  padding: 8px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #333;
  width: 100%;
  max-width: 300px;
  outline: none;
  view-transition-name: simulator_select;
}
#simulator_select:focus {
  border-color: #A9A9A9;
  box-shadow: 0 0 5px rgba(211, 211, 211, 0.5);
}

::view-transition-old(simulator_select),
::view-transition-new(simulator_select) {
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

@media screen and (max-width: 550px) {
  #item .select_cat {
    margin: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#item #category_list {
  margin-bottom: 3em;
}
#item #category_list.simulator_list {
  gap: 20px 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  #item #category_list.simulator_list {
    padding: 10px;
    gap: 10px;
  }
}
#item #category_list.simulator_list .item_box {
  margin: 0;
  width: calc((100% - 30px) / 4);
  height: auto !important;
}
@media screen and (max-width: 550px) {
  #item #category_list.simulator_list .item_box {
    width: calc((100% - 10px) / 2);
  }
}
#item #category_list.simulator_list .item_box dl {
  background-color: transparent;
}
#item #category_list.simulator_list .item_box .img_area {
  width: 100%;
}
#item #category_list.simulator_list .item_box .img_area .brand_name img {
  left: 5px;
}

#side_cts #search input.textBox {
  padding: 0 5px;
  margin: 0 auto;
}

#estimate_simulator_detail #page {
  width: 100%;
}
#estimate_simulator_detail #container {
  display: flex;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail #container {
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail #container .slideshow-container {
    width: 100%;
    height: auto;
  }
}
#estimate_simulator_detail #container #cts_inner {
  display: flex;
}
#estimate_simulator_detail #container #cts_inner #main_cts {
  width: 100%;
}
#estimate_simulator_detail #txt_area {
  width: 100%;
  flex: 1;
  padding-top: 3em;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail #txt_area {
    padding-top: 0;
  }
}
#estimate_simulator_detail #txt_area .item_tag,
#estimate_simulator_detail #txt_area .item_tag02 {
  display: flex;
  gap: 10px 3px;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail #txt_area .item_tag,
  #estimate_simulator_detail #txt_area .item_tag02 {
    flex-wrap: wrap;
  }
}
#estimate_simulator_detail #txt_area .item_tag li,
#estimate_simulator_detail #txt_area .item_tag02 li {
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  background-color: #096;
}
#estimate_simulator_detail #txt_area .item_tag .ico-unisex {
  background-color: #3c7af3;
}
#estimate_simulator_detail #txt_area .item_tag .ico-kids {
  background-color: #FF9933;
}
#estimate_simulator_detail #txt_area .item_tag .ico-ladies {
  background-color: #FF66A8;
}
#estimate_simulator_detail #txt_area .item_tag .ico-standard {
  background-color: #e70000;
}
#estimate_simulator_detail #txt_area .item_tag .ico-popular {
  background-color: #f34820;
}
#estimate_simulator_detail #txt_area .item_tag .ico-low-price {
  background-color: #f26;
}
#estimate_simulator_detail #txt_area .item_tag .ico-thick {
  background-color: #5c5c5c;
}
#estimate_simulator_detail #txt_area .item_tag .ico-normal {
  background-color: #666666;
}
#estimate_simulator_detail #txt_area .item_tag .ico-thin {
  background-color: #737373;
}
#estimate_simulator_detail #txt_area .item_tag .ico-water-repellency {
  background-color: #800080;
}
#estimate_simulator_detail #txt_area .item_tag .ico-lightweight {
  background-color: #2a72d1;
}
#estimate_simulator_detail #txt_area h2 {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  padding-top: 1em;
  border: none;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail #txt_area h2 {
    font-size: 4.3636vw;
  }
}
#estimate_simulator_detail #txt_area h2 span {
  font-size: 14px;
  margin-left: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail #txt_area h2 span {
    font-size: 2.5455vw;
  }
}
#estimate_simulator_detail #txt_area .item_price {
  font-size: 20px;
  font-weight: bold;
  color: #cd0000;
  margin-bottom: 1.5em;
}
#estimate_simulator_detail #txt_area .link {
  opacity: 1;
  display: none;
}
#estimate_simulator_detail #txt_area .link li {
  margin-bottom: 20px;
}
#estimate_simulator_detail #txt_area .link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #333;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
#estimate_simulator_detail #txt_area .link li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.4s;
}
#estimate_simulator_detail #txt_area .link li a:hover {
  background-color: #333;
  color: #fff;
}
#estimate_simulator_detail #txt_area .link li a:hover::before {
  border-color: #fff;
  right: 5px;
}
#estimate_simulator_detail #txt_area .link li:nth-of-type(2) a {
  background-color: #333;
  color: #fff;
}
#estimate_simulator_detail #txt_area .link li:nth-of-type(2) a::before {
  border-color: #fff;
}
#estimate_simulator_detail #txt_area .link li:nth-of-type(2) a:hover {
  background-color: #fff;
  color: #333;
}
#estimate_simulator_detail #txt_area .link li:nth-of-type(2) a:hover::before {
  border-color: #333;
  right: 5px;
}
#estimate_simulator_detail .ttl-type_h3 {
  border-color: #61badf;
  border-width: 4px;
  color: #61badf;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail .ttl-type_h3 {
    background-color: #61badf;
    color: #fff;
  }
}

#print_select {
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 550px) {
  #print_select {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
}
#print_select ul {
  display: flex;
  gap: 0.5em 1.5em;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
#print_select ul li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
#print_select ul li label input {
  margin-top: 0;
  margin-right: 0.5em;
}

.coution_extend {
  padding: 2em;
  border: 4px solid #61badf;
  border-radius: 10px;
}
.coution_extend dt {
  font-weight: bold;
  color: #61badf;
  font-size: 1em;
}
.coution_extend dl:not(:last-child) dd {
  margin-bottom: 1em;
}

.ttl-type_h5 {
  font-weight: bold;
  color: #61badf;
  font-size: 1.5em;
}

@media screen and (max-width: 550px) {
  #print_set {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
}

#print_pack {
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 550px) {
  #print_pack {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
}
#print_pack ul {
  display: flex;
  gap: 0.5em 1.5em;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
#print_pack ul li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
#print_pack ul li label input {
  margin-top: 0;
  margin-right: 0.5em;
}

#color {
  margin-bottom: 2em;
}
@media screen and (max-width: 550px) {
  #color {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 550px) {
  #size {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
}

#color_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 550px) {
  #color_box ul {
    gap: 5px;
  }
}
#color_box ul li {
  width: calc((100% - 105px) / 8);
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 550px) {
  #color_box ul li {
    width: calc((100% - 20px) / 5);
  }
}
#color_box ul li.set {
  transform: scale(1.1);
}
#color_box ul li.set dt {
  border-color: #333;
}
#color_box ul li:hover {
  transform: scale(1.1);
}
#color_box ul li:hover dt {
  border-color: #333;
}
#color_box ul li dt {
  border: 1px solid #ccc;
  padding: 0.5em;
  transition: 0.4s;
}
#color_box ul li dd {
  font-size: 10px;
  height: 3em;
  line-height: 1.2;
  padding-top: 0.5em;
}
#color_box ul li img {
  max-width: 100%;
  height: auto;
}

#size .ttl-type_h3 {
  margin-bottom: 0;
}
#size .item_block {
  padding-top: 1em;
  margin-bottom: 3em;
}
#size .item_block .item_header {
  display: flex;
  font-size: 14px;
  font-weight: bold;
}
#size .item_block .item_header span {
  text-align: center;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_header span {
    font-size: 2.5455vw;
  }
}
#size .item_block .item_header span:nth-of-type(1) {
  width: 15em;
  margin-left: 8em;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_header span:nth-of-type(1) {
    width: 5em;
    margin-left: 12em;
  }
}
#size .item_block .item_header span:nth-of-type(2) {
  width: 5em;
  margin-left: 2em;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_header span:nth-of-type(2) {
    width: 4em;
    margin-left: 2em;
  }
}
#size .item_block .item_header span:nth-of-type(3) {
  width: 8em;
  margin-left: 3em;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_header span:nth-of-type(3) {
    width: 3em;
    margin-left: 2em;
  }
}
#size .item_block .item_cell {
  display: flex;
  gap: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#size .item_block .item_cell:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell {
    gap: 5px;
    padding-top: 0;
  }
  #size .item_block .item_cell > div {
    height: 40px;
  }
}
#size .item_block .item_cell input {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.5em;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell input {
    font-size: 2.181818181vw;
  }
}
#size .item_block .item_cell .item_img {
  padding-left: 2em;
  width: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_img {
    padding-left: 0;
  }
}
#size .item_block .item_cell .item_img img {
  max-width: 100%;
  height: auto;
  width: 40px;
}
#size .item_block .item_cell .item_color {
  width: 15em;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_color {
    width: 8em;
  }
}
#size .item_block .item_cell .item_size {
  width: 8em;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_size {
    width: 5em;
  }
}
#size .item_block .item_cell .item_size select {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 4px;
  color: #333;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_size select {
    font-size: 2.5454545455vw;
  }
}
#size .item_block .item_cell .item_sheets {
  width: 8em;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_sheets {
    width: 4em;
  }
}
#size .item_block .item_cell .item_attr {
  width: 100%;
  flex: 1;
}
#size .item_block .item_cell .item_attr .item_add {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff6000;
  color: transparent;
  border-radius: 2px;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_attr .item_add {
    box-sizing: border-box;
  }
}
#size .item_block .item_cell .item_attr .item_add::before {
  content: "商品の追加";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff6000;
  z-index: 10;
  font-size: 14px;
  transition: 0.4s;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_attr .item_add::before {
    font-size: 2.5454545455vw;
    width: 100%;
    text-align: center;
  }
}
#size .item_block .item_cell .item_attr .item_add::after {
  content: "商品の削除";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  color: #ff6000;
  z-index: 10;
  font-size: 14px;
  transition: 0.4s;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_attr .item_add::after {
    font-size: 2.5454545455vw;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -200%);
  }
}
#size .item_block .item_cell .item_attr .item_add.del {
  border-color: #ccc;
  color: #fff;
  background-color: #ccc;
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_attr .item_add.del {
    font-size: 2.5454545455vw;
    width: 100%;
    text-align: center;
  }
}
#size .item_block .item_cell .item_attr .item_add.del::before {
  color: #fff;
  z-index: 10;
  transform: translate(-50%, -150%);
}
@media screen and (max-width: 550px) {
  #size .item_block .item_cell .item_attr .item_add.del::before {
    transform: translate(-50%, -200%);
  }
}
#size .item_block .item_cell .item_attr .item_add.del::after {
  color: #fff;
  z-index: 10;
  transform: translate(-50%, -50%);
  background: #ccc;
}

@keyframes moveToTarget {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(0.5) translateY(400px);
    /* 適宜調整 */
    opacity: 0;
  }
}
.flying-img {
  position: absolute;
  z-index: 1000;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.type-t_shirt,
.type-apron,
.type-bag,
.type-cap,
.type-other,
.type-towel {
  width: 100%;
}
.type-t_shirt li,
.type-apron li,
.type-bag li,
.type-cap li,
.type-other li,
.type-towel li {
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  gap: 15px;
  padding-top: 30px;
}
.type-t_shirt li:not(:last-child),
.type-apron li:not(:last-child),
.type-bag li:not(:last-child),
.type-cap li:not(:last-child),
.type-other li:not(:last-child),
.type-towel li:not(:last-child) {
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 550px) {
  .type-t_shirt li,
  .type-apron li,
  .type-bag li,
  .type-cap li,
  .type-other li,
  .type-towel li {
    flex-wrap: wrap;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.type-t_shirt li .img-box,
.type-apron li .img-box,
.type-bag li .img-box,
.type-cap li .img-box,
.type-other li .img-box,
.type-towel li .img-box {
  width: 250px;
}
@media screen and (max-width: 550px) {
  .type-t_shirt li .img-box,
  .type-apron li .img-box,
  .type-bag li .img-box,
  .type-cap li .img-box,
  .type-other li .img-box,
  .type-towel li .img-box {
    width: 100%;
    text-align: center;
  }
}
.type-t_shirt li .img-box img,
.type-apron li .img-box img,
.type-bag li .img-box img,
.type-cap li .img-box img,
.type-other li .img-box img,
.type-towel li .img-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .type-t_shirt li .img-box img,
  .type-apron li .img-box img,
  .type-bag li .img-box img,
  .type-cap li .img-box img,
  .type-other li .img-box img,
  .type-towel li .img-box img {
    width: 75%;
  }
}
.type-t_shirt li dl,
.type-apron li dl,
.type-bag li dl,
.type-cap li dl,
.type-other li dl,
.type-towel li dl {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 550px) {
  .type-t_shirt li dl,
  .type-apron li dl,
  .type-bag li dl,
  .type-cap li dl,
  .type-other li dl,
  .type-towel li dl {
    width: 50%;
  }
}
.type-t_shirt li dl:last-child,
.type-apron li dl:last-child,
.type-bag li dl:last-child,
.type-cap li dl:last-child,
.type-other li dl:last-child,
.type-towel li dl:last-child {
  width: 250px;
  flex: none;
}
@media screen and (max-width: 550px) {
  .type-t_shirt li dl:last-child,
  .type-apron li dl:last-child,
  .type-bag li dl:last-child,
  .type-cap li dl:last-child,
  .type-other li dl:last-child,
  .type-towel li dl:last-child {
    width: 50%;
  }
}
.type-t_shirt li dl:last-child dd,
.type-apron li dl:last-child dd,
.type-bag li dl:last-child dd,
.type-cap li dl:last-child dd,
.type-other li dl:last-child dd,
.type-towel li dl:last-child dd {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.type-t_shirt li dl:last-child dd select,
.type-apron li dl:last-child dd select,
.type-bag li dl:last-child dd select,
.type-cap li dl:last-child dd select,
.type-other li dl:last-child dd select,
.type-towel li dl:last-child dd select {
  height: 100%;
  height: 50px;
  font-size: 20px;
  border: 1px solid #ccc;
}
.type-t_shirt li dl dt,
.type-apron li dl dt,
.type-bag li dl dt,
.type-cap li dl dt,
.type-other li dl dt,
.type-towel li dl dt {
  background: transparent;
  color: #333;
  font-size: 18px;
}
@media screen and (max-width: 550px) {
  .type-t_shirt li dl dt,
  .type-apron li dl dt,
  .type-bag li dl dt,
  .type-cap li dl dt,
  .type-other li dl dt,
  .type-towel li dl dt {
    font-size: 3.2727vw;
    height: 9.0909vw;
  }
}
.type-t_shirt li dl dt .coution,
.type-apron li dl dt .coution,
.type-bag li dl dt .coution,
.type-cap li dl dt .coution,
.type-other li dl dt .coution,
.type-towel li dl dt .coution {
  font-size: 16px;
  color: #f00;
}
@media screen and (max-width: 550px) {
  .type-t_shirt li dl dt .coution,
  .type-apron li dl dt .coution,
  .type-bag li dl dt .coution,
  .type-cap li dl dt .coution,
  .type-other li dl dt .coution,
  .type-towel li dl dt .coution {
    font-size: 3.2727vw;
  }
}
.type-t_shirt li dl dd,
.type-apron li dl dd,
.type-bag li dl dd,
.type-cap li dl dd,
.type-other li dl dd,
.type-towel li dl dd {
  display: flex;
  gap: 0.5em;
  align-items: center;
  border: 1px solid #ccc;
  height: 50px;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
.type-t_shirt li dl dd label,
.type-apron li dl dd label,
.type-bag li dl dd label,
.type-cap li dl dd label,
.type-other li dl dd label,
.type-towel li dl dd label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding-left: 1em;
}

#print_result {
  margin-bottom: 10em;
}
@media screen and (max-width: 550px) {
  #print_result {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    margin-bottom: 5em;
  }
}
#print_result table {
  margin-bottom: 2em;
}
#print_result table th {
  background: #E8F3F8;
  line-height: 2.8;
  font-size: 14px;
}
#print_result table td {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #E2E2E2;
  border-top: none;
  line-height: 1.4;
}
#print_result table td:not(:first-child) {
  border-left: none;
}
#print_result .estimate_detail {
  margin-bottom: 2em;
}
#print_result .estimate_detail li {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  line-height: 2.6;
  border-bottom: 1px solid #DEDEDE;
}
#print_result .estimate_detail li span {
  display: block;
}
#print_result .estimate_detail li span:first-child {
  margin-right: auto;
}
#print_result .estimate_total {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2em;
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
}
@media screen and (max-width: 550px) {
  #print_result .estimate_total {
    flex-direction: column;
  }
}
#print_result .estimate_total li {
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
#print_result .estimate_total li span {
  line-height: 1;
}
#print_result .estimate_total li:nth-of-type(3) span:last-child {
  color: #CD0000;
  font-size: 32px;
  line-height: 1;
  margin-bottom: -0.1em;
}
#print_result .estimate_total span {
  font-size: 16px;
}
#print_result .estimate_total span:last-child {
  font-weight: bold;
}
#print_result .postage {
  margin-bottom: 3em;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 550px) {
  #print_result .postage {
    text-align: left;
  }
}
#print_result .estimate_btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 550px) {
  #print_result .estimate_btn {
    flex-direction: column;
    gap: 2em;
  }
}
#print_result .estimate_btn li {
  width: fit-content;
  height: 44px;
  border: 2px solid #333;
}
@media screen and (max-width: 550px) {
  #print_result .estimate_btn li {
    width: 100%;
  }
}
#print_result .estimate_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  color: #333;
  transition: 0.4s;
  padding-left: 3em;
  padding-right: 3em;
}
#print_result .estimate_btn li a svg {
  position: absolute;
  left: 10px;
  top: 50%;
  height: 16px;
  width: 16px;
  z-index: 1;
  fill: #fff;
  transform: translateY(-50%);
  transition: 0.4s;
}
#print_result .estimate_btn li a::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.4s;
}
#print_result .estimate_btn li:nth-of-type(1) a:hover {
  background-color: #333;
  color: #fff;
}
#print_result .estimate_btn li:nth-of-type(1) a:hover::before {
  right: 6px;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
#print_result .estimate_btn li:nth-of-type(2) {
  border-color: #4da00b;
  display: none;
}
#print_result .estimate_btn li:nth-of-type(2) a {
  background: #4DA00B;
  color: #fff;
}
#print_result .estimate_btn li:nth-of-type(2) a::before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
#print_result .estimate_btn li:nth-of-type(2) a:hover {
  background-color: #fff;
  color: #4DA00B;
}
#print_result .estimate_btn li:nth-of-type(2) a:hover svg {
  fill: #fff;
  background-color: #4DA00B;
}
#print_result .estimate_btn li:nth-of-type(2) a:hover::before {
  right: 6px;
  border-right-color: #4DA00B;
  border-bottom-color: #4DA00B;
}
#print_result .estimate_btn li:nth-of-type(3) {
  border-color: #FF6000;
}
#print_result .estimate_btn li:nth-of-type(3) a {
  background: #FF6000;
  color: #fff;
}
#print_result .estimate_btn li:nth-of-type(3) a::before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
#print_result .estimate_btn li:nth-of-type(3) a:hover {
  background-color: #fff;
  color: #FF6000;
}
#print_result .estimate_btn li:nth-of-type(3) a:hover svg {
  fill: #FF6000;
}
#print_result .estimate_btn li:nth-of-type(3) a:hover::before {
  right: 6px;
  border-right-color: #FF6000;
  border-bottom-color: #FF6000;
}

#float {
  position: fixed;
  top: 10%;
  right: 0;
}

.readonly {
  pointer-events: none;
}

.df_fxdc {
  display: flex;
  flex-direction: column;
}
.df_fxdc dt {
  margin-top: auto;
}

#print_set .ttl-type_h3 {
  display: none !important;
}
#print_set .ttl-type_h3.show {
  display: block !important;
}
#print_set .type-t_shirt,
#print_set .type-bag,
#print_set .type-towel,
#print_set .type-apron,
#print_set .type-cap,
#print_set .type-other {
  display: none !important;
}
#print_set .type-t_shirt.show,
#print_set .type-bag.show,
#print_set .type-towel.show,
#print_set .type-apron.show,
#print_set .type-cap.show,
#print_set .type-other.show {
  display: inline-block !important;
}

.print_detail {
  display: flex;
  margin-bottom: 1em;
}
@media screen and (max-width: 550px) {
  .print_detail {
    flex-direction: column;
  }
}
.print_detail dt {
  background: #E8F3F8;
  line-height: 2.8;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.print_detail dd {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #E2E2E2;
  border-top: none;
  line-height: 1.4;
}
.print_detail .print_order {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 550px) {
  .print_detail .print_order {
    display: flex;
    flex-wrap: wrap;
  }
}
.print_detail .print_order dl {
  display: flex;
}
@media screen and (max-width: 550px) {
  .print_detail .print_order dl {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .print_detail .print_order dl.detail_list {
    width: 50%;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .print_detail .print_order dl.detail_list dd {
    width: 100%;
  }
}
.print_detail .print_order dl dd {
  min-height: 1.2em;
}
.print_detail .print_order dl dt,
.print_detail .print_order dl dd {
  width: 100%;
}
.print_detail .print_order dl dt:nth-of-type(2),
.print_detail .print_order dl dd:nth-of-type(2) {
  width: 8em;
  border-left: none;
}
.print_detail .print_order dl:nth-of-type(2) dd:first-child {
  flex: 1;
}
@media screen and (max-width: 550px) {
  .print_detail .print_order dl.detail_list dt,
  .print_detail .print_order dl.detail_list dd {
    border-bottom: 1px solid #E2E2E2;
    height: 40px !important;
    min-height: 40px !important;
    box-sizing: border-box;
  }
}
.print_detail .print_order dl.detail_list dt:nth-of-type(1),
.print_detail .print_order dl.detail_list dd:nth-of-type(1) {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 550px) {
  .print_detail .print_order dl.detail_list dt:nth-of-type(1),
  .print_detail .print_order dl.detail_list dd:nth-of-type(1) {
    flex: 0;
    height: 40px !important;
  }
}
.print_detail .print_order dl.detail_list dt:nth-of-type(2),
.print_detail .print_order dl.detail_list dd:nth-of-type(2) {
  width: 8em;
  border: none;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 550px) {
  .print_detail .print_order dl.detail_list dt:nth-of-type(2),
  .print_detail .print_order dl.detail_list dd:nth-of-type(2) {
    width: 100%;
  }
}
.print_detail .print_order dl.detail_list dt:nth-of-type(3),
.print_detail .print_order dl.detail_list dd:nth-of-type(3) {
  width: 8em;
}
@media screen and (max-width: 550px) {
  .print_detail .print_order dl.detail_list dt:nth-of-type(3),
  .print_detail .print_order dl.detail_list dd:nth-of-type(3) {
    width: 100%;
  }
}
.print_detail .print_order dl.detail_list dt:nth-of-type(4),
.print_detail .print_order dl.detail_list dd:nth-of-type(4) {
  width: 8em;
}
@media screen and (max-width: 550px) {
  .print_detail .print_order dl.detail_list dt:nth-of-type(4),
  .print_detail .print_order dl.detail_list dd:nth-of-type(4) {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .print_detail .select_item {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .print_detail .select_item dl.detail_list {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .print_detail .select_item dl.detail_list dd {
    width: 100% !important;
    border: 1px solid #E2E2E2 !important;
  }
  .print_detail .select_item dl.detail_list dd:not(:last-child) {
    border-bottom: none !important;
  }
  .print_detail .select_item dl.detail_list dd:first-child {
    border-top: none !important;
  }
}
.print_detail .print_menu {
  width: 15em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 550px) {
  .print_detail .print_menu {
    width: 100%;
  }
}
.print_detail .print_menu dl {
  flex: 1;
  border-right: 1px solid #E2E2E2;
}
.print_detail .print_menu dl dd {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

#main_cts {
  transition: 0.8s;
}

#send_form {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #side_cts {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #print_result .postage {
    margin-bottom: 0;
  }
}
#estimate_simulator_detail.confirming #send_form {
  display: block;
  width: 100%;
  position: sticky;
  top: 5em;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #send_form {
    display: block !important;
    padding-top: 5em;
  }
}
#estimate_simulator_detail.confirming #main_cts {
  width: 50%;
  padding-right: 20px;
  transition: 0s;
}
@media screen and (max-width: 768px) {
  #estimate_simulator_detail.confirming #main_cts {
    width: 100%;
  }
}
#estimate_simulator_detail.confirming #cts_inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  #estimate_simulator_detail.confirming #cts_inner {
    flex-direction: column;
  }
}
#estimate_simulator_detail.confirming #cts_inner #side_cts {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #container {
    display: flex;
    flex-direction: row;
    padding-top: 1em;
  }
}
#estimate_simulator_detail.confirming #txt_area {
  padding-top: 0;
}
#estimate_simulator_detail.confirming #txt_area .link {
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.8s;
}
#estimate_simulator_detail.confirming #txt_area h2 {
  padding-top: 0;
  font-size: 18px;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #txt_area h2 {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #txt_area .item_price {
    margin-bottom: 0;
  }
}
#estimate_simulator_detail.confirming #gallery {
  width: 30%;
}
#estimate_simulator_detail.confirming #gallery .slideshow-container {
  width: 100%;
  height: auto;
}
#estimate_simulator_detail.confirming #gallery .slideshow-container img {
  max-width: 100%;
  height: auto;
}
#estimate_simulator_detail.confirming #print_select .ttl-type_h3 {
  font-size: 18px;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #print_select .ttl-type_h3 {
    margin-bottom: 0.5em;
  }
}
#estimate_simulator_detail.confirming #print_select ul {
  margin-bottom: 0;
}
#estimate_simulator_detail.confirming #size .ttl-type_h3 {
  margin-bottom: 0;
}
#estimate_simulator_detail.confirming #size .item_block .item_header span:nth-of-type(1) {
  width: 8em;
  margin-left: 15em;
}
#estimate_simulator_detail.confirming #size .item_block .item_cell {
  gap: 5px;
  padding-top: 0;
}
#estimate_simulator_detail.confirming #size .item_block .item_cell > div {
  height: 40px;
}
#estimate_simulator_detail.confirming #size .item_block .item_cell .item_img {
  padding-left: 0;
}
#estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_sheets {
  width: 4em;
}
#estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_attr .item_add {
  box-sizing: border-box;
}
#estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_attr .item_add::before {
  width: 100%;
  text-align: center;
}
#estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_attr::after {
  content: "商品の削除";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  color: #ff6000;
  z-index: 10;
  font-size: 14px;
  transition: 0.4s;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_attr::after {
    font-size: 2.5454545455vw;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -200%);
  }
}
#estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_attr.del {
  border-color: #ccc;
  color: #fff;
  background-color: #ccc;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_attr.del {
    font-size: 2.5454545455vw;
    width: 100%;
    text-align: center;
  }
}
#estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_attr.del::before {
  color: #fff;
  z-index: 10;
  transform: translate(-50%, -150%);
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_attr.del::before {
    transform: translate(-50%, -200%);
  }
}
#estimate_simulator_detail.confirming #size .item_block .item_cell .item_size .item_attr.del::after {
  color: #fff;
  z-index: 10;
  transform: translate(-50%, -50%);
  background: #ccc;
}
#estimate_simulator_detail.confirming .print_detail {
  flex-direction: column;
}
#estimate_simulator_detail.confirming .print_detail .print_menu {
  width: 100%;
}
#estimate_simulator_detail.confirming .print_detail .print_menu dl dd {
  padding-top: 10px;
  padding-bottom: 10px;
}
#estimate_simulator_detail.confirming .type-t_shirt li,
#estimate_simulator_detail.confirming .type-apron li,
#estimate_simulator_detail.confirming .type-bag li,
#estimate_simulator_detail.confirming .type-cap li,
#estimate_simulator_detail.confirming .type-other li,
#estimate_simulator_detail.confirming .type-towel li {
  flex-wrap: wrap;
}
#estimate_simulator_detail.confirming .type-t_shirt li .img-box,
#estimate_simulator_detail.confirming .type-apron li .img-box,
#estimate_simulator_detail.confirming .type-bag li .img-box,
#estimate_simulator_detail.confirming .type-cap li .img-box,
#estimate_simulator_detail.confirming .type-other li .img-box,
#estimate_simulator_detail.confirming .type-towel li .img-box {
  display: none;
}
#estimate_simulator_detail.confirming #print_result .estimate_total {
  flex-direction: column;
}
#estimate_simulator_detail.confirming form table select,
#estimate_simulator_detail.confirming form table textarea,
#estimate_simulator_detail.confirming form table input {
  width: 100% !important;
  box-sizing: border-box;
}
#estimate_simulator_detail.confirming form table select[type=radio],
#estimate_simulator_detail.confirming form table textarea[type=radio],
#estimate_simulator_detail.confirming form table input[type=radio] {
  width: auto !important;
}
#estimate_simulator_detail.confirming .send_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  gap: 2em;
}
@media screen and (max-width: 550px) {
  #estimate_simulator_detail.confirming .send_btn {
    width: 96%;
    margin: 0 2%;
    flex-direction: column;
    gap: 0;
  }
}
#estimate_simulator_detail.confirming .send_btn .btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  color: #333;
  transition: 0.4s;
  padding-left: 3em;
  padding-right: 3em;
  width: 200px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}
#estimate_simulator_detail.confirming .send_btn .btn:hover {
  background-color: #333;
  color: #fff;
}
#estimate_simulator_detail.confirming .send_btn .btn.send_estimate {
  background: #ff6000;
  border-color: #ff6000;
  border-style: solid;
  color: #fff;
}
#estimate_simulator_detail.confirming .send_btn .btn.send_estimate:hover {
  background-color: #fff;
  color: #ff6000;
}

#thanks .thanks {
  margin-bottom: 10em;
}
#thanks .thanks p {
  text-align: center;
  padding: 5em;
}
#thanks .thanks a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  color: #333;
  transition: 0.4s;
  padding-left: 3em;
  padding-right: 3em;
  width: 200px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid #000;
  margin-left: auto;
  margin-right: auto;
}

.mwform-file-delete {
  display: none;
}

#hdr_address .sim_pc {
  width: 250px;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #top #sec_02 #top_ranking li .ribbon {
    left: 0;
    width: 30px;
    height: 50px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    padding-right: 20px;
    transition: 0.6s;
  }
  #top #sec_02 #top_ranking li .ribbon::after {
    content: none;
  }
  #top #sec_02 #top_ranking li:nth-of-type(2) span {
    transition-delay: 0.3s;
  }
  #top #sec_02 #top_ranking li:nth-of-type(3) span {
    transition-delay: 0.5s;
  }
  #top #sec_02 #top_ranking li:nth-of-type(4) span {
    transition-delay: 0.7s;
  }
  #top #sec_02 #top_ranking li:nth-of-type(5) span {
    transition-delay: 0.9s;
  }
  #top #sec_02 #top_ranking.ranking_on li .ribbon {
    clip-path: polygon(0 0, 0 0, 0 0);
    width: 50px;
    padding-right: 0;
    padding-top: 10px;
    height: 40px;
  }
}
.btn_grp {
  display: flex;
  gap: 30px;
  margin-top: 3em;
}
@media screen and (max-width: 550px) {
  .btn_grp {
    gap: 10px;
    margin-top: 0;
    margin-bottom: 3em;
  }
}
.btn_grp .btn_estimate {
  transition: 0.3s;
}
@media screen and (max-width: 550px) {
  .btn_grp .btn_estimate a {
    background-color: transparent !important;
    margin-bottom: 0 !important;
  }
}
.btn_grp .btn_estimate:hover {
  transform: scale(0.95) translate(5px, 5px);
}

#sec_bnr .bnr_area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 3em;
}/*# sourceMappingURL=include.css.map */