@charset "UTF-8";
@media (max-width: 530px) {
  .item_container .item_list a {
    width: 50%;
  }
}
.item_container .item_list .item_one {
  width: 200px;
  margin: 10px 20px 40px;
  cursor: pointer;
}
@media (max-width: 530px) {
  .item_container .item_list .item_one {
    width: calc(100% - 10px);
    margin: 10px 5px 30px;
  }
}
.item_container .item_list .flex_row {
  display: flex;
  flex-direction: row;
}
.item_container .item_list .sc-bdVaJa {
  overflow-x: hidden;
}
.item_container .item_list .blue_back {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 30px;
  background: rgb(93, 209, 244);
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0px 5px;
  box-sizing: border-box;
}
.item_container .item_list .font_white {
  font-family: SourceHanSansJP-Regular;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.item_container .item_list .font_red {
  font-family: SourceHanSansJP-Regular;
  font-size: 12px;
  color: rgb(255, 55, 55);
}
.item_container .item_list .font_orange_bold {
  font-weight: bold;
  font-size: 16px;
  color: rgb(237, 41, 41);
}
.item_container .item_list .font_black {
  font-family: SourceHanSansJP-Regular;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
}
.item_container .item_list .font_yellow_orange {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 24px;
  color: rgb(231, 156, 68);
}
.item_container .item_list .border_black {
  width: 100%;
  height: 1px;
  background: rgb(85, 85, 85);
}
.item_container .item_show .price-list__table th {
  border: 0.1px solid rgb(174, 174, 174);
  text-align: center;
  background-color: rgb(242, 242, 242);
  color: rgb(51, 51, 51);
  width: 100%;
}
.item_container .item_show .bsHmJl {
  display: flex;
  flex-direction: row;
}
@media (max-width: 530px) {
  .item_container .item_show .bsHmJl.pc_only {
    display: block;
  }
}
.item_container .item_show .jmZoai {
  display: flex;
  flex-direction: row;
}
.item_container .item_show .hKDNkF {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 18px;
  color: rgb(51, 51, 51);
  text-align: left;
}
.item_container .item_show .hYVPrU {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 14px;
  color: rgb(139, 139, 139);
}
.item_container .item_show .iaeXTj {
  font-family: SourceHanSansJP-Regular;
  font-size: 14px;
  color: rgb(255, 55, 55);
}
.item_container .item_show .hXWqHr {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 22px;
  color: rgb(237, 41, 41);
}
.item_container .item_show .kulSxP {
  display: flex;
  flex-direction: column;
}
@media (min-width: 530px) {
  .item_container .item_show .item_image_list {
    width: 50%;
    align-items: center;
    position: sticky;
    height: 100%;
    top: 150px;
  }
}
@media (min-width: 530px) {
  .item_container .item_show .item_des {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 0px;
  }
}
@media (min-width: 530px) {
  .item_container .item_show .order_btns {
    display: flex;
  }
}
@media (max-width: 530px) {
  .item_container .item_show .order_btns .order_btn {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 530px) {
  .item_container .item_show .order_btns .order_btn {
    text-decoration: none;
    align-self: center;
    margin-top: 10px;
    width: 50%;
  }
}
.item_container .item_show .order_btns .order_btn .order_btn_in {
  align-self: center;
  height: 50px;
  border-radius: 0px;
  width: 100%;
}
@media (min-width: 530px) {
  .item_container .item_show .order_btns .order_btn .order_btn_in {
    width: calc(100% - 20px);
    margin-right: 20px;
  }
}
.item_container .item_show .fhhDdQ {
  border: 0.1px solid rgb(174, 174, 174);
  border-collapse: collapse;
  font-family: SourceHanSansJP-Regular;
}
.item_container .item_show .js-tabContent {
  display: none;
}
.item_container .item_show .js-tabContent.show {
  display: block;
  overflow-x: scroll;
}
.item_container .item_show .js-tab.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 25%;
  height: 30px;
  padding: 5px 10px;
  background: rgb(242, 242, 242);
  color: rgb(51, 51, 51);
  font-size: 16px;
  border: 1px solid rgb(242, 242, 242);
}
.item_container .item_show .fQILdj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 25%;
  height: 30px;
  padding: 5px 10px;
  background: white;
  color: rgb(139, 139, 139);
  font-size: 16px;
  border: 1px solid rgb(242, 242, 242);
}
.item_container .item_show table td {
  background-color: white;
}
.item_container .item_show table td {
  padding: 5px 10px;
  border: 1px solid rgb(139, 139, 139);
}
.item_container .item_show .cFIzc {
  border: 0.1px solid rgb(174, 174, 174);
  text-align: center;
  background-color: rgb(242, 242, 242);
  color: rgb(51, 51, 51);
}
.item_container .item_show .eNQWvQ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 300px;
  height: 60px;
  background: rgb(93, 209, 244);
}
.item_container .item_show .hwQaHz {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.item_container .item_show .hwQaHz {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.item_container .item_show .GBBaG {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  background: rgb(230, 215, 161);
}
.item_container .item_show .hhtCGZ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  background: rgb(255, 255, 255);
}
.item_container .item_estimate .bsHmJl {
  display: flex;
  flex-direction: row;
}
.item_container .item_estimate .kulSxP {
  display: flex;
  flex-direction: column;
}
.item_container .item_estimate .TXKyA {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.item_container .item_estimate .hYziHj {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 11px;
  color: rgb(139, 139, 139);
}
.item_container .item_estimate .bmODMd {
  width: 60px;
  height: 30px;
  border: 1px solid gray;
  outline: none;
  text-align: right;
  font-size: 16px;
  padding: 5px;
  box-sizing: border-box;
}
.item_container .item_estimate .BJnGE {
  border-radius: 0px;
  align-self: center;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 60px;
  background: rgb(21, 152, 206);
  color: white;
  width: 100px;
}
.item_container .item_estimate .print_type_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40%;
  height: 50px;
  padding: 5px 10px;
  margin: 5px 5%;
  background: rgb(230, 230, 230);
  color: rgb(255, 255, 255);
  font-size: 16px;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 1em;
}
.item_container .item_estimate .print_type_btn.print_type_btn_select {
  background: rgb(93, 209, 244);
}
.item_container .item_estimate .item_size_all {
  padding: 10px 0 10px 10px;
  border: 1px solid rgb(179, 179, 179);
}
.item_container .item_estimate .item_size_all .item_size_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.item_container .item_estimate .item_size_all .item_size_list .item_size_one {
  width: 80px;
  box-sizing: border-box;
  padding-right: 10px;
}
.item_container .item_estimate .print_type_modal, .item_container .item_estimate .print_color_modal {
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  padding: 1.2rem;
}
.item_container .item_estimate .react-responsive-modal-modalCenter {
  margin: auto;
}
.item_container .item_estimate .react-responsive-modal-modal {
  max-width: 800px;
  position: relative;
  padding: 1.2rem;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: auto;
}
.item_container .item_estimate .order_print_area {
  margin-top: 30px;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
}
.item_container .item_estimate .print_type_one {
  width: 350px;
  border: 1px solid rgb(179, 179, 179);
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.item_container .item_estimate .print_type_one.print_type_select {
  border: 3px solid rgb(21, 152, 206);
}
.item_container .item_estimate .print_color_one {
  border: 2px solid transparent;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  width: 80px;
}
.item_container .item_estimate .print_color_one.print_color_select {
  border: 2px solid rgb(21, 152, 206);
}
.item_container .item_estimate .modal-accordion__list__in {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  font-size: 18px;
  color: rgb(119, 119, 119);
  border-bottom: 1px solid rgb(153, 153, 153);
}
.item_container .item_estimate .modal-accordion__list__in .right {
  width: 300px;
  padding: 0px !important;
  border: none !important;
  text-align: right;
}

/*PC削除*/
@media (min-width: 560px) {
  .pc_none {
    display: none;
  }
}
/*基盤色々*/
.t_c {
  text-align: center;
}

@media (min-width: 460px) {
  .pc_m_t_20 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .sp_f_12 {
    font-size: 12px;
  }
  .sp_m_t_60 {
    margin-top: 60px;
  }
}
.white_btn_back {
  width: 150px;
  margin: 0 auto;
  background-color: white;
  color: #333333;
  line-height: 40px;
  position: relative;
  text-align: center;
  display: block;
  border: 1px solid #333333;
}

.skyblue_btn_border {
  border: 1px solid #5dd1f4;
  color: #5dd1f4;
  padding: 20px 30px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/*trantision上書き*/
* {
  transition: none !important;
}

/*ライン  デザイン*/
.line_consultation {
  margin-top: 60px;
}

.line_consultation_in {
  border: 1px solid #bbbbbb;
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.line_consultation_in .customer_chat {
  float: left;
  max-width: 90%;
  background: white;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.line_consultation_in .me_chat {
  float: right;
  max-width: 90%;
  background: #4eeb5d;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.line_consultation_in p {
  margin-bottom: 5px;
}

/*制作事例　デザイン*/
.examplesWrapTile article.post {
  width: 33.3333333333%;
  float: left;
  box-sizing: border-box;
  padding: 0 5px 20px 5px;
}

@media screen and (max-width: 460px) {
  .examplesWrapTile article.post {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px 15px 5px;
  }
}
@media screen and (min-width: 460px) {
  .case_study {
    overflow-x: auto;
    white-space: nowrap;
  }
  #sec3 .case_study article.post {
    display: inline-block;
    float: none;
    white-space: initial;
    vertical-align: top;
  }
}
/*footerラインリン*/
#footer_line_link {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 70px;
}

/*お知らせ欄追加*/
@media screen and (max-width: 460px) {
  .toms_sales_in p {
    font-size: 3vw;
  }
  .toms_sales p.toms_title {
    font-size: 15px;
  }
}
/*3/17追記*/
.content {
  padding: 10px 0 20px 0;
}

@media screen and (min-width: 460px) {
  .contents {
    margin-top: 100px;
  }
}
@media screen and (max-width: 460px) {
  .contents {
    margin-top: 113px;
  }
}
#column .right .widget h4 {
  background-color: #5dd0f4;
}

.content h3, .content h1, .content h2 {
  color: #333333;
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 20px;
  border: none;
  margin-bottom: 10px;
  text-align: center;
}

.inner .production_title {
  color: #333333;
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 20px;
  border: none;
  margin-bottom: 10px;
  text-align: center;
}

.content h3 span, .content h2 span, .content h1 span {
  background: none;
  background-image: linear-gradient(to right, #d5cef4 0%, #c2e8f9 50%, #e4a3c4 100%) !important;
  background-repeat: no-repeat;
  background-size: 100% 30% !important;
  background-position: bottom !important;
}

.production_title span, .back_grade_line {
  background: none;
  background-image: linear-gradient(to right, #d5cef4 0%, #c2e8f9 50%, #e4a3c4 100%) !important;
  background-repeat: no-repeat;
  background-size: 100% 30% !important;
  background-position: bottom !important;
}

@media screen and (max-width: 460px) {
  .content h3 {
    font-size: 18px;
  }
  #column .inner {
    padding-right: 10px !important;
    display: block;
  }
}
#sec10 .button, .column .button, .button {
  width: 300px;
  background-color: #5dd1f4;
  border-radius: 0px;
}

@media screen and (max-width: 460px) {
  .button, #sec10 .button {
    width: 200px;
    line-height: 40px;
    font-size: 14px;
  }
}
.back_grade {
  background-image: linear-gradient(to right, #d5cef4 0%, #c2e8f9 50%, #e4a3c4 100%);
  color: white;
  text-align: center;
}

.left_float_in {
  margin: 5px;
  padding: 5px;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 2px 2px #e8e8e8;
}
.left_float_in img {
  display: block;
  margin: 0 auto;
}
.left_float_in h4 {
  font-size: 16px;
  text-align: center;
}
.left_float_in p {
  font-size: 12px;
}

@media (min-width: 460px) {
  .left_float {
    width: 25%;
    float: left;
    box-sizing: border-box;
  }
  .left_float_in {
    height: 200px;
  }
}
.keni-breadcrumb-list_inner {
  background-color: #5dd1f4;
}

#header .headerNav a {
  border-radius: 0px;
  background-color: #5dd1f4;
}
#header .headerNav .delivery {
  background-color: #5a5a5a;
}

@media (max-width: 460px) {
  .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  #header .inner {
    padding: 5px !important;
  }
  #header.scroll .headerNav .delivery {
    display: block;
    font-size: 9px;
    padding: 0 5px;
    margin-right: 5px;
  }
  #header .headerNav > li:not(:first-of-type) {
    margin-left: 0px;
  }
}
/*制作事例#sec3*/
#sec2 {
  background-color: #5dd1f4;
}

#sec3 .examplesWrapTile article.post {
  width: calc(33.3333333333% - 20px);
  padding: 10px;
  margin: 5px;
  border: 1px solid #efefef;
}
#sec3 .examplesWrapTile h4 {
  font-size: 13px;
  margin-top: 5px;
}

@media (max-width: 460px) {
  #sec3 .examplesWrapTile {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #sec3 .examplesWrapTile article.post {
    float: none;
    display: inline-block;
    width: 85%;
    margin: 3px;
  }
  #sec3 .examplesWrapTile h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#sec6 label {
  border-top: none !important;
  border-right: 1px solid #eee;
  border-bottom: none !important;
  cursor: pointer;
  line-height: 40px;
  background-color: white;
}
#sec6 #rankingTab1:checked ~ label[for=rankingTab1], #sec6 #rankingTab2:checked ~ label[for=rankingTab2], #sec6 #rankingTab3:checked ~ label[for=rankingTab3], #sec6 #rankingTab4:checked ~ label[for=rankingTab4] {
  background-color: #5dd1f4;
  color: white;
}

/*ホバー関係*/
.hover_in {
  height: 50%;
  padding: 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6705882353);
  color: white;
}
.hover_in:hover {
  display: block;
}

.hover_out:hover + .hover_in {
  display: block !important;
}

.recommendList .hover_in p {
  font-size: 14px;
}

#sec8 .wearList p.item_title {
  font-size: 15px;
}
#sec8 .wearList .hover_in p {
  color: white;
}
#sec8 .wearList p.item_title {
  font-size: 15px;
  text-align: center;
  color: #333333;
}

@media (min-width: 460px) {
  #sec8 .wearList img {
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #5dd1f4;
  }
}
@media (max-width: 460px) {
  #sec8 .wearList li {
    margin-bottom: 15px;
  }
  #sec8 .wearList .hover_out p.item_title {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px;
    background-color: #5dd1f4;
    color: white;
    padding: 3px 0px;
    border-radius: 5px;
  }
  #sec8 .wearList img {
    box-sizing: border-box;
    padding: 5px;
  }
}
#sec12 .questionList label::before {
  background-color: #5dd1f4;
}

/*スライダーかんけい*/
.print_osusume ul {
  width: 100%;
}
.print_osusume ul li .left_contents {
  display: table-cell;
  width: 39% !important;
  vertical-align: top;
}
.print_osusume ul li .right_contents {
  display: table-cell !important;
  width: 55% !important;
  vertical-align: top;
  padding: 5px;
}
.print_osusume p {
  margin: 0px !important;
  font-size: 12px !important;
  margin: 0px;
}
.print_osusume h3 {
  color: #333333;
  border: none;
  font-size: 14px;
  padding: 0px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.print_osusume .parent {
  position: relative;
  width: 100%;
}
.print_osusume .parent:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.print_osusume .child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.print_osusume .child img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 460px) {
  .print_osusume ul li {
    background-color: white;
    float: left;
    width: calc(50% - 20px);
    padding: 0px;
    display: table;
    margin-bottom: 10px;
    margin: 0 20px 10px 0;
  }
}
@media (max-width: 460px) {
  .print_osusume {
    padding: 0px !important;
  }
}
@media (max-width: 460px) {
  .print_osusume .parent:before {
    padding-top: 140%;
  }
}
/*slick関係*/
.slick-slide {
  height: auto !important;
}

.slick-next::before, .slick-prev::before {
  content: none !important;
}

@media (min-width: 460px) {
  .slide_top_left {
    float: left;
    width: 47%;
    vertical-align: top;
  }
  .slide_top_right {
    float: right;
    width: 50%;
    vertical-align: top;
  }
}
@media (max-width: 459px) {
  .slick_one {
    position: relative;
  }
  .slide_top_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .slide_top_right {
    float: right;
    width: 100%;
    vertical-align: top;
  }
}
.slick-dots2 {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots2 li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots2 li.slick-active button::before {
  color: #5dd1f4;
}
.slick-dots2 li button {
  background: transparent;
  border: 0;
  font-size: 0pt;
}
.slick-dots2 li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 10px;
  height: 10px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}

#sec6 .recommendList .post {
  width: 380px;
}

@media (max-width: 459px) {
  #sec6 .recommendList .post {
    width: 300px;
  }
}
/*インスタ*/
ul.insta_feed_lists {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
ul.insta_feed_lists li {
  display: inline-block;
  width: 300px;
}
ul.insta_feed_lists li a {
  position: relative;
  width: 100%;
}
ul.insta_feed_lists li a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.insta_feed_lists li a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 459px) {
  ul.insta_feed_lists li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
  }
}
@media (max-width: 959px) {
  #column .inner {
    padding: 0 10px !important;
    display: block;
  }
}
@media (min-width: 460px) {
  #sec5 .orderFlow li {
    width: calc((100% - 10px) / 4);
    padding: 20px 10px 15px;
  }
  #sec5 .orderFlow li:not(:nth-of-type(-n + 2)) {
    margin-top: 0px;
  }
}
#archive-design-single-list .designList {
  display: flex;
  flex-wrap: wrap;
}
#archive-design-single-list ul.designList li {
  width: 33.3333333333%;
}
#archive-design-single-list ul.designList li img {
  padding: 5px;
}
#archive-design-single-list h3.title {
  font-size: 14px;
  margin: 0px 0 15px 0;
}
#archive-design-single-list .designList img {
  margin: 0;
}

@media (max-width: 459px) {
  #archive-design-single-list ul.designList li {
    width: 50%;
  }
}
.contact_link {
  margin-top: 20px;
}
.contact_link p {
  float: left;
  width: 50%;
}

#single-design .tab1, #archive-design .tab1, #single-design .tab2, #archive-design .tab2, .line_icon_mask {
  display: none;
}

/*自動スクロール*/
.content_slide_auto {
  width: 500px;
  height: auto;
  padding: 3px;
}

.slideshow_auto {
  display: flex;
}

.wrap_slide_auto {
  display: flex;
  align-items: center;
  font-size: 0px;
}

.slideshow_auto {
  display: flex;
  width: 100%;
  animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*トップヘッダー変更*/
@media (max-width: 459px) {
  .top_grade {
    font-size: 2.5vw !important;
  }
}
/* TOP_pick_up_contents*/
.pick_up_contents ul li {
  display: inline-block;
  width: 22.5%;
}
.pick_up_contents .pick_up_title {
  background-color: #cacfe5;
  width: 100%;
  padding: 5px 0;
  margin: 10px 0;
}
.pick_up_contents .pick_up_title img {
  display: block;
  margin: 0px auto;
  height: 25px;
}
.pick_up_contents ul li {
  display: inline-block;
  width: 22.5%;
  padding-bottom: 5px;
}

/*商品の制作事例ここから*/
#item_case .colum_3 ul {
  padding: 0px;
}
#item_case .colum_3 li {
  float: left;
  width: calc(33% - 10px);
  box-sizing: border-box;
  height: 35vw;
  margin: 5px;
  list-style: none;
}
#item_case .colum_3 p {
  margin: 0px;
  font-size: 14px !important;
}
#item_case .colum_3 a {
  color: #555555;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  #item_case .colum_3 {
    margin-bottom: -50px;
  }
  #item_case .colum_3 ul {
    padding: 0px;
    margin: 0px;
  }
  #item_case .colum_3 li {
    float: left;
    width: calc(50% - 10px);
    box-sizing: border-box;
    height: 53vw;
    margin: 5px;
    list-style: none;
    min-height: auto;
  }
  #item_case .colum_3 p {
    margin: 0px;
    font-size: 12px !important;
  }
}
/*アイテムの制作事例ここまで*/
/*サービスポイント*/
.print_media_point ul {
  padding: 5px;
}
.print_media_point ul li {
  float: left;
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 2px;
  font-size: 2.3vw;
  text-align: center;
  color: #29abe2;
  font-weight: bold;
}
.print_media_point ul li img {
  margin: 0px;
  width: 100%;
}

/*サービスポイント*/
/*フォントページここから*/
#font_page .colorList {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
#font_page .colorList li {
  width: calc((100% - 360px) / 10);
  font-size: 1.4rem;
  text-align: center;
}
#font_page .colorList li:not(:nth-of-type(-n + 10)) {
  margin-top: 20px;
}
#font_page .colorList li:not(:nth-of-type(10n + 1)) {
  margin-left: 40px;
}
#font_page .colorList img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 50%;
}
#font_page .button::after {
  content: "";
  width: 0px;
  border: none;
}

@media (max-width: 959px) {
  #font_page .colorList li {
    width: calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
  }
  #font_page .colorList li:not(:nth-of-type(-n + 10)) {
    margin-top: 0;
  }
  #font_page .colorList li:not(:nth-of-type(10n + 1)) {
    margin-left: 0;
  }
  #font_page .colorList li:not(:nth-of-type(-n + 3)) {
    margin-top: 20px;
  }
  #font_page .colorList li:not(:nth-of-type(3n + 1)) {
    margin-left: 40px;
  }
}
/*2023-catalog*/
.catalog_2023 {
  border: 1px solid #4695c9;
  border-bottom: none;
  margin-top: 10px;
}
.catalog_2023 .pc_flex {
  border-bottom: 1px solid #4695c9;
}
.catalog_2023 p {
  margin: 0px;
  font-weight: bold;
}
p.catalog_submit {
  font-weight: bold;
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.catalog_submit .ajax-loader {
  display: block !important;
  margin: 0px auto !important;
}
.catalog_submit input[type=submit] {
  width: 100%;
  color: white;
  text-align: center;
  line-height: 40px;
  background: #7dcef0 !important;
  border: none;
}

@media screen and (min-width: 601px) {
  .catalog_2023 .pc_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #99c9e4;
  }
  .catalog_2023 .catalog_form_title {
    text-align: center;
    line-height: 100%;
    width: 40%;
  }
  .catalog_2023 .catalog_form_contents {
    width: 60%;
    padding: 10px;
    background-color: white;
  }
  p.catalog_submit {
    width: 290px;
  }
  .catalog_submit input[type=submit] {
    line-height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .catalog_2023 .catalog_form_title {
    background-color: #99c9e4;
    padding: 10px;
    line-height: 100%;
  }
  .catalog_2023 .catalog_form_contents {
    padding: 5px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

/*school_festival page*/
.school_festival_goods .goods-contents {
  margin: 20px 0;
}
.school_festival_goods h2 {
  margin-bottom: 0px;
  margin-top: 30px;
  padding-bottom: 0px;
}
.school_festival_goods ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.school_festival_goods .sns_lists {
  display: block;
  margin: 20px auto 0 auto;
  width: 200px;
}
.school_festival_goods .sns_lists li {
  float: left;
  width: 100px;
  padding: 0 25px;
}
.school_festival_goods li {
  width: calc(33.3333333333% - 20px);
}
.school_festival_goods p {
  margin: 0px;
}
.school_festival_goods h3.title {
  text-align: center;
  margin: 10px 0 0px 0;
  font-size: 1.4rem;
  font-weight: normal;
}
.school_festival_goods p.download_link {
  margin: 15px 0px;
}
.school_festival_goods .button {
  line-height: 45px;
  margin: 0px;
}

@media (max-width: 600px) {
  .school_festival_goods li {
    width: calc(50% - 10px);
  }
}
/*-----------------------------
font
-----------------------------*/
@font-face {
  font-family: "bold";
  src: url("/img/front/font/NotoSansJP-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "medium";
  src: url("/img/front/font/NotoSansJP-Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "regular";
  src: url("/img/front/font/NotoSansJP-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "enblack";
  src: url("/img/front/font/Roboto-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "enbold";
  src: url("/img/front/font/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "enmedium";
  src: url("/img/front/font/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "enregular";
  src: url("/img/front/font/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}
/*-----------------------------
mediaquery
-----------------------------*/
/*------------------------------
variable
------------------------------*/
:root {
  --innerMarginInline: 40;
}
@media screen and (max-width: 960px) {
  :root {
    --innerMarginInline: 15;
  }
}

/*------------------------------
function, mixin
------------------------------*/
.modal-open-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  background: #000;
  margin: auto;
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .modal-container .modal-body {
    max-width: 100%;
    width: 95%;
  }
}
.modal-container .modal-body__content {
  background: #fff;
  text-align: left;
  padding: 2rem 4rem 4rem;
  box-shadow: rgba(0, 0, 0, 0.13) 3px 3px 3px;
  border-radius: 10px;
}
@media screen and (max-width: 520px) {
  .modal-container .modal-body__content {
    padding: 2rem 1rem;
  }
}
.modal-container .modal-body__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .modal-container .modal-body__close {
    top: 10px;
    right: 10px;
  }
}
.modal-container .modal-head__title {
  color: #000;
  font-family: "bold";
  font-size: 2.1333333333rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .modal-container .modal-head__title {
    font-size: 1.3333333333rem;
  }
}
.modal-container .modal-head__steps {
  display: flex;
  justify-content: center;
  margin-top: 1.3333333333rem;
}
.modal-container .modal-head__step {
  font-family: "medium";
  text-align: center;
  width: 100%;
  max-width: 14.6666666667rem;
  padding: 0.8rem 0;
}
@media screen and (max-width: 520px) {
  .modal-container .modal-head__step {
    max-width: 9.6666666667rem;
    padding: 0.6666666667rem 0;
  }
}
.modal-container .modal-head__step:not(:first-child) {
  margin-left: 3.3333333333rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .modal-container .modal-head__step:not(:first-child) {
    margin-left: 1.6666666667rem;
  }
}
.modal-container .modal-head__step:not(:first-child)::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.2666666667rem;
  background: url("/img/front/img/modal-arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .modal-container .modal-head__step:not(:first-child)::before {
    width: 0.6rem;
    height: 1rem;
    left: -12%;
  }
}
.modal-container .modal-head__step--primary {
  background-color: #000;
  color: #fff;
}
.modal-container .modal-head__step--secondary {
  background-color: #f1f1f1;
  color: #000;
}
.modal-container .modal-content__title {
  font-family: "bold";
  color: #000;
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .modal-container .modal-content__title {
    font-size: 1.3333333333rem;
  }
}
.modal-container .modal-content__text {
  font-family: "medium";
  color: #7F7F7F;
  font-size: 1.0666666667rem;
  margin-top: 0.3333333333rem;
}
.modal-container .modal-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.modal-container .modal-btns .modal-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  margin: 0;
  padding: 1.2666666667rem 0;
  width: 100%;
  max-width: 550px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 1.0666666667rem;
  font-family: "bold";
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .modal-container .modal-btns .modal-btn {
    border-radius: 5px;
  }
}
.modal-container .modal-btns .modal-btn:hover {
  opacity: 0.5;
}
.modal-container .modal-btns .modal-btn--primary {
  background-color: #000;
  color: #fff;
}
.modal-container .modal-btns .modal-btn--secondary {
  background-color: #fff;
  color: #000;
}
.modal-container .modal-btns .modal-btn--cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6666666667rem;
}
.modal-container .modal-btns .modal-btn--cart::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/img/front/img/modal-btn-cart.svg") no-repeat center center/contain;
}

#itemColorImages .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#itemColorImages .color-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
#itemColorImages p {
  margin-bottom: 0;
}

.bsHmJl {
  display: flex;
  flex-direction: row;
}

.kHkutu {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 30px;
  color: rgb(247, 6, 80);
}

.fmrtAp {
  font-family: SourceHanSansJP-Regular;
  font-weight: bold;
  font-size: 24px;
  color: rgb(247, 6, 80);
}

.HWvdX {
  font-family: SourceHanSansJP-Regular;
  font-size: 30px;
  color: rgb(247, 6, 80);
}

.input_check, .opp_input_check {
  width: 20px;
  height: 10px;
  border-left: 2px solid rgb(51, 51, 51);
  border-bottom: 2px solid rgb(51, 51, 51);
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 3px;
}

.kAqbry {
  min-width: 30px;
  height: 30px;
  border: 2px solid rgb(85, 85, 85);
  position: relative;
  border-radius: 3px;
}

.p-check-out {
  padding-bottom: 10.6666666667rem;
}
.p-check-out .check-out {
  margin-top: 3.3333333333rem;
  width: 100%;
}
.p-check-out .check-out__section.js-tabContent {
  display: none;
  margin-top: 5.3333333333rem;
}
.p-check-out .check-out__section.js-tabContent.show {
  display: block;
}
.p-check-out .check-out__section:not(:first-of-type) {
  margin-top: 5.3333333333rem;
}
.p-check-out .page-head__steps {
  display: flex;
  justify-content: center;
  margin-top: 3.3333333333rem;
}
.p-check-out .page-head__step {
  font-family: "medium";
  text-align: center;
  width: 100%;
  max-width: 14.6666666667rem;
  padding: 0.8rem 0;
}
@media screen and (max-width: 520px) {
  .p-check-out .page-head__step {
    max-width: 9.6666666667rem;
    padding: 0.6666666667rem 0;
  }
}
.p-check-out .page-head__step:not(:first-child) {
  margin-left: 3.3333333333rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-check-out .page-head__step:not(:first-child) {
    margin-left: 1.6666666667rem;
  }
}
.p-check-out .page-head__step:not(:first-child)::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.2666666667rem;
  background: url("/img/front/img/modal-arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .p-check-out .page-head__step:not(:first-child)::before {
    width: 0.6rem;
    height: 1rem;
    left: -12%;
  }
}
.p-check-out .page-head__step--primary {
  background-color: #000;
  color: #fff;
}
.p-check-out .page-head__step--secondary {
  background-color: #f1f1f1;
  color: #000;
}
.p-check-out .check-out__wrapper {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 960px) {
  .p-check-out .check-out__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.p-check-out .check-out-content {
  width: 63.3333333%;
  margin-top: -2rem;
}
@media screen and (max-width: 960px) {
  .p-check-out .check-out-content {
    width: 100%;
    max-width: 100%;
  }
}
.p-check-out .check-out-head__title {
  font-family: "bold";
  font-size: 1.6rem;
  line-height: 1.4583333333;
  padding-bottom: 0.6666666667rem;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 520px) {
  .p-check-out .check-out-head__title {
    font-size: 1.3333333333rem;
  }
}
.p-check-out .check-out-head__title span {
  color: #FF0045;
  margin-left: 0.3333333333rem;
}
.p-check-out .check-out-head__title.card-list {
  display: flex;
  align-items: center;
}
.p-check-out .check-out-head__title.card-list::after {
  content: "";
  display: block;
  width: 9rem;
  height: 2rem;
  margin-left: auto;
  flex-shrink: 0;
  background: url("/img/front/img/icon/ico-card-list.svg") no-repeat center center/contain;
}
@media screen and (max-width: 520px) {
  .p-check-out .check-out-head__title.card-list::after {
    display: none;
  }
}
.p-check-out .check-out-head__text {
  font-family: "medium";
  font-size: 1.0666666667rem;
  line-height: 1.75;
  margin-block: 1rem;
}
@media screen and (max-width: 520px) {
  .p-check-out .check-out-head__text {
    margin-block: 1.3333333333rem;
  }
}
.p-check-out .delivery .delivery-early__box {
  font-family: "bold";
  font-size: 1.3333333333rem;
  line-height: 1.45;
  display: flex;
  max-width: 37.3333333333rem;
  margin-top: 2rem;
  border: 1px solid #000;
}
@media screen and (max-width: 520px) {
  .p-check-out .delivery .delivery-early__box {
    font-size: 1.0666666667rem;
  }
}
.p-check-out .delivery .delivery-early__title {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 25%;
  flex-shrink: 0;
  padding: 1.2rem 0;
}
.p-check-out .delivery .delivery-early__date {
  background-color: #f1f1f1;
  width: 75%;
  padding: 1.2rem 1.3333333333rem;
}
.p-check-out .delivery .delivery-early__text {
  color: #FF0045;
  font-family: "medium";
  font-size: 1.0666666667rem;
  margin-top: 1.3333333333rem;
}
.p-check-out .delivery .delivery-select {
  font-family: "medium";
  border: 1px solid #FF0045;
  padding: 2rem;
  margin-top: 2rem;
}
.p-check-out .delivery .delivery-select__wrap:not(:first-child) {
  margin-top: 1.3333333333rem;
}
.p-check-out .delivery .delivery-select__title {
  font-size: 1.0666666667rem;
  line-height: 1.5;
  margin-bottom: 0.6666666667rem;
}
.p-check-out .delivery .delivery-select__date {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  width: 100%;
  max-width: 34.6666666667rem;
  background: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  color: #7F7F7F;
  line-height: 1.7142857143;
  text-align: center;
  transition: opacity 0.3s, color 0.3s;
  cursor: pointer;
}
.p-check-out .delivery .delivery-select__date input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  width: 100%;
  max-width: 16.6666666667rem;
  margin-left: 1rem;
  cursor: pointer;
}
.p-check-out .delivery .delivery-select__date input:focus {
  outline: none;
}
.p-check-out .delivery .delivery-select__date::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.3333333333rem;
  flex-shrink: 0;
  background: url("/img/front/img/icon/ico-delivery-calender.svg") no-repeat center center/contain;
}
.p-check-out .delivery .delivery-select__date:hover {
  opacity: 0.5;
}
.p-check-out .delivery .delivery-select__items {
  margin-top: 2rem;
}
.p-check-out .delivery .delivery-select__item {
  color: #7F7F7F;
  line-height: 1.7142857143;
  list-style: initial;
  list-style-position: inside;
}
.p-check-out .line {
  margin-top: 2rem;
}
.p-check-out .line__wrapper {
  border: 1px solid #707070;
  padding: 2rem;
}
.p-check-out .line__text {
  font-family: "medium";
  font-size: 1.3333333333rem;
}
.p-check-out .line__checked {
  color: #FF0045;
  font-size: 1.0666666667rem;
  padding: 0 0.375em 0.375em 2.5em;
  display: none;
}
.p-check-out .line__checked.show {
  display: block;
}
.p-check-out .line__items {
  margin-top: 2rem;
}
.p-check-out .line__item {
  color: #7F7F7F;
  line-height: 1.7142857143;
  list-style: initial;
  list-style-position: inside;
}
.p-check-out .wrapping {
  margin-top: 2rem;
  /*チェックボックススタイル*/
  /*チェックボックスチェック時*/
}
.p-check-out .wrapping__items {
  display: flex;
}
@media screen and (max-width: 520px) {
  .p-check-out .wrapping__items {
    flex-direction: column;
  }
}
.p-check-out .wrapping__item {
  width: calc(50% - 1.3333333333rem);
  border: 1px solid #707070;
}
@media screen and (max-width: 520px) {
  .p-check-out .wrapping__item {
    width: 100%;
  }
}
.p-check-out .wrapping__item + .wrapping__item {
  margin-left: 2.6666666667rem;
}
@media screen and (max-width: 520px) {
  .p-check-out .wrapping__item + .wrapping__item {
    margin-top: 1.3333333333rem;
    margin-left: 0;
  }
}
.p-check-out .wrapping__item.active {
  border: 2px solid #000;
}
.p-check-out .wrapping__box {
  display: block;
  padding: 0.8rem 1.3333333333rem 1.3333333333rem;
  cursor: pointer;
}
.p-check-out .wrapping__text {
  font-size: 1.0666666667rem;
  padding: 0.5em 0.3em 0 2em;
}
.p-check-out .wrapping input[type=radio] + span:before {
  width: 1.5625em;
  height: 1.5625em;
}
.p-check-out .wrapping input[type=radio]:checked + span:after {
  top: 0.375em;
  left: 0.5em;
  width: 0.625em;
  height: 1.25em;
}
.p-check-out .wrapping__img {
  margin-top: 1.3333333333rem;
}
.p-check-out .request__wrap {
  margin-top: 2rem;
}
.p-check-out .request__field {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /*ブラウザ標準スタイルを無効にする*/
  width: 100%;
  height: 8rem;
  padding: 0.8rem 1rem;
  background: #fff;
  border: 1px solid #7F7F7F;
  border-radius: 5px;
  font-size: 1.0666666667rem;
  resize: none;
}
@media screen and (max-width: 520px) {
  .p-check-out .request__field {
    height: 12rem;
  }
}
.p-check-out .request__field:focus {
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 520px) {
  .p-check-out .cart-sidebar {
    margin-top: 5.3333333333rem;
  }
}
.p-check-out .payment {
  margin-top: 2rem;
}
.p-check-out .payment__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0666666667rem;
}
@media screen and (max-width: 520px) {
  .p-check-out .payment__items {
    flex-direction: column;
  }
}
.p-check-out .payment__item {
  width: 100%;
  border: 1px solid #7F7F7F;
}
.p-check-out .payment__item.active span.circle {
  border: 8px solid #7DCEF0;
}
@media screen and (max-width: 520px) {
  .p-check-out .payment__item {
    width: 100%;
  }
}
.p-check-out .payment__item.active {
  border: 2px solid #000;
  background-color: #f1f1f1;
}
.p-check-out .payment__item label {
  display: flex;
  align-items: center;
  padding: 2.3333333333rem 1.3333333333rem;
  font-family: "bold";
  font-size: 1.3333333333rem;
  line-height: 1.45;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .p-check-out .payment__item label {
    font-size: 1.0666666667rem;
    padding: 1.2rem 1.3333333333rem;
  }
}
.p-check-out .payment__item label:hover {
  opacity: 0.7;
}
.p-check-out .credit .input-wrap {
  margin-top: 2rem;
}
.p-check-out .billing__items {
  display: flex;
}
@media screen and (max-width: 520px) {
  .p-check-out .billing__items {
    flex-direction: column;
  }
}
.p-check-out .billing__item {
  width: calc((100% - 1.3333333333rem) / 2);
  border: 1px solid #7F7F7F;
}
@media screen and (max-width: 520px) {
  .p-check-out .billing__item {
    width: 100%;
  }
}
.p-check-out .billing__item.active span.circle {
  border: 8px solid #7DCEF0;
}
.p-check-out .billing__item + .billing__item {
  margin-left: 1.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-check-out .billing__item + .billing__item {
    margin-left: 0;
    margin-top: 1.3333333333rem;
  }
}
.p-check-out .billing__item.active {
  border: 2px solid #000;
  background-color: #F1F1F1;
}
.p-check-out .billing__item label {
  display: block;
  font-family: "bold";
  font-size: 1.3333333333rem;
  line-height: 1.45;
  padding: 2.3333333333rem 1.3333333333rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .p-check-out .billing__item label {
    padding: 1.2rem 1.3333333333rem;
  }
}
.p-check-out .billing__item label:hover {
  opacity: 0.7;
}
.p-check-out .billing .billing-address {
  margin-top: 3.3333333333rem;
}
.p-check-out .billing .billing-address.show {
  display: block;
}
.p-check-out .billing .billing-address__title {
  background-color: #f1f1f1;
  font-family: "bold";
  font-size: 1.2rem;
  line-height: 1.4444444444;
  padding: 0.8rem 1.3333333333rem;
  margin-bottom: 2rem;
}
.p-check-out .thanks {
  margin-top: 3.3333333333rem;
  text-align: center;
}
.p-check-out .thanks__title {
  font-family: "bold";
  font-size: 2.1333333333rem;
  margin-bottom: 3.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-check-out .thanks__title {
    font-size: 1.6rem;
  }
}
.p-check-out .thanks__text {
  font-family: "medium";
  font-size: 1.0666666667rem;
  line-height: 1.75;
}
@media screen and (max-width: 520px) {
  .p-check-out .thanks__text {
    text-align: left;
  }
}
.p-check-out .thanks__mypage .btn, .p-check-out .thanks__top .btn {
  width: 100%;
  max-width: 36.6666666667rem;
  margin-inline: auto;
}
@media screen and (max-width: 520px) {
  .p-check-out .thanks__mypage .btn, .p-check-out .thanks__top .btn {
    height: 3.3333333333rem;
  }
}
.p-check-out .thanks__mypage {
  margin-block: 2rem 3.3333333333rem;
}
.p-check-out .thanks__top {
  margin-block: 2rem 3.3333333333rem;
  padding-top: 3.3333333333rem;
  border-top: 1px solid #D8D8D8;
}

.cart-sidebar {
  width: 33.3333333%;
  margin-left: 2.6666666667rem;
  margin-bottom: auto;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 960px) {
  .cart-sidebar {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 1.6666666667rem;
  }
}
.cart-sidebar .cart-total {
  background-color: #f1f1f1;
  padding: 2rem;
}
.cart-sidebar .cart-total__title {
  font-family: "bold";
  font-size: 1.6rem;
  line-height: 1.4583333333;
  padding-bottom: 0.6666666667rem;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 520px) {
  .cart-sidebar .cart-total__title {
    font-size: 1.3333333333rem;
  }
}
.cart-sidebar .cart-total__subTotal, .cart-sidebar .cart-total__total, .cart-sidebar .cart-total__discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-sidebar .cart-total__subTotal, .cart-sidebar .cart-total__discount {
  font-family: "medium";
  font-size: 1.0666666667rem;
  line-height: 1.5;
  padding-block: 0.6666666667rem;
  border-bottom: 1px solid #D8D8D8;
}
.cart-sidebar .cart-total__subTotal span, .cart-sidebar .cart-total__discount span {
  font-family: "bold";
  font-size: 1.3333333333rem;
}
.cart-sidebar .cart-total__total {
  font-family: "bold";
  font-size: 1.0666666667rem;
  line-height: 1.5;
  padding-block: 1.2rem;
  border-bottom: 1px solid #000;
}
.cart-sidebar .cart-total__total dd {
  color: #FF0045;
  font-family: "medium";
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 520px) {
  .cart-sidebar .cart-total__total dd {
    font-size: 1.0666666667rem;
  }
}
.cart-sidebar .cart-total__total dd span {
  font-family: "enbold";
  font-size: 1.8666666667rem;
}
@media screen and (max-width: 520px) {
  .cart-sidebar .cart-total__total dd span {
    font-size: 1.6rem;
  }
}
.cart-sidebar .cart-total__btn {
  width: 100%;
  max-width: 100%;
  height: 4.3333333333rem;
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .cart-sidebar .cart-total__btn {
    height: 3.3333333333rem;
    margin-top: 1.3333333333rem;
  }
}
.cart-sidebar__caution {
  font-family: "medium";
  color: #FF0045;
  font-size: 1.0666666667rem;
  line-height: 1.75;
  padding: 1.3333333333rem;
  margin-top: 2rem;
  border-top: 1px solid #FF0045;
  border-bottom: 1px solid #FF0045;
}
@media screen and (max-width: 520px) {
  .cart-sidebar__caution {
    padding: 1.3333333333rem 1rem;
  }
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  /*透明にして見えなくする*/
  position: absolute;
  /*本来の配置から切り離す*/
}

/*クリック範囲*/
input[type=checkbox] + span,
input[type=radio] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0 2em;
  font-size: 1.3333333333rem;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}

/*フォーカス時*/
input[type=checkbox] + span:focus,
input[type=radio] + span:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

/*チェックボックススタイル*/
input[type=checkbox] + span:before,
input[type=radio] + span:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: "";
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #7F7F7F;
  border-radius: 5px;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}

/*チェックボックス未チェック時*/
input[type=checkbox] + span:after,
input[type=radio] + span:after {
  content: "";
  display: none;
}

/*チェックボックスチェック時*/
input[type=checkbox]:checked + span:after,
input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

.inline-text-link {
  text-decoration: underline;
  color: #1296F9 !important;
  display: inline-block;
  margin: 0px !important;
}

.p-mypage .mypage {
  margin-bottom: 6.6666666667rem;
}
.p-mypage .mypage__header {
  display: flex;
  align-items: center;
  gap: 1.3333333333rem;
  border: 1px solid;
  padding: 2rem;
  margin: 3.3333333333rem auto;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__header {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__header {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-mypage .mypage__header .user-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__header .user-icon {
    width: 3.3333333333rem;
    height: 3.3333333333rem;
  }
}
.p-mypage .mypage__header .user-name {
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__header .user-name {
    font-size: 1.3333333333rem;
  }
}
.p-mypage .mypage__header .links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__header .links {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}
.p-mypage .mypage__header .links__btn {
  width: 10.4rem;
  padding-left: 1.3333333333rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__header .links__btn {
    width: 10rem;
  }
}
.p-mypage .mypage__header .links__btn--contact:before {
  content: url("/img/front/img/icon/ico-chat.svg");
  position: absolute;
  top: 0.8rem;
  left: 1rem;
}
.p-mypage .mypage__header .links__btn--contact:hover:before {
  content: url("/img/front/img/icon/ico-chat-w.svg");
}
.p-mypage .mypage__header .links__btn--account:before {
  content: url("/img/front/img/icon/ico-edit.svg");
  position: absolute;
  top: 0.6666666667rem;
  left: 1rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__header .links__btn--account:before {
    left: 0.6666666667rem;
  }
}
.p-mypage .mypage__header .links__btn--account:hover:before {
  content: url("/img/front/img/icon/ico-edit-w.svg");
}
.p-mypage .mypage__header .links__link {
  text-decoration: underline;
}
.p-mypage .mypage__title {
  font-size: 2.1333333333rem;
  border-bottom: 1px solid;
  padding-bottom: 0.6666666667rem;
  font-family: "bold";
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__title {
    font-size: 1.3333333333rem;
  }
}
.p-mypage .mypage__list .orders {
  display: flex;
  flex-direction: column;
  gap: 3.3333333333rem;
}
.p-mypage .mypage__list .orders__item {
  border: 1px solid;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__list .orders__item {
    padding: 2rem 1rem;
  }
}
.p-mypage .mypage__list .orders__item:last-child {
  margin-bottom: 3.3333333333rem;
}
.p-mypage .mypage__list .orders__item .order-info {
  padding: 1.3333333333rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.3333333333rem;
  gap: 2.6666666667rem;
  color: white;
  background-color: #00A3DF;
  padding: 2rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__list .orders__item .order-info {
    font-size: 1.0666666667rem;
    gap: 0.6666666667rem;
  }
}
.p-mypage .mypage__list .orders__item .order-info__datetime {
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__list .orders__item .order-info__datetime {
    font-size: 1.3333333333rem;
  }
}
.p-mypage .mypage__list .orders__item .order-payment {
  border-top: 1px solid #D8D8D8;
  font-size: 1.0666666667rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
}
.p-mypage .mypage__list .orders__item .order-payment__price {
  font-size: 1.6rem;
  color: #FF0045;
  margin-left: 0.6666666667rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__list .orders__item .order-payment__btn {
    margin-top: 1.3333333333rem;
    display: flex;
    margin-left: auto;
  }
}
.p-mypage .mypage__order .order-info {
  padding: 1.3333333333rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.3333333333rem;
  gap: 2.6666666667rem;
  color: white;
  background-color: #00A3DF;
  padding: 2rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-info {
    font-size: 1.0666666667rem;
    gap: 0.6666666667rem;
  }
}
.p-mypage .mypage__order .order-info__datetime {
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-info__datetime {
    font-size: 1.3333333333rem;
  }
}
.p-mypage .mypage__order .order-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 3.3333333333rem;
}
.p-mypage .mypage__order .order-head__info .order-at {
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-head__info .order-at {
    font-size: 1.0666666667rem;
  }
}
.p-mypage .mypage__order .order-head__info .order-at .datetime {
  font-size: 2.1333333333rem;
  margin-left: 0.6666666667rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-head__info .order-at .datetime {
    font-size: 1.3333333333rem;
  }
}
.p-mypage .mypage__order .order-head__info .order-no {
  font-size: 1.3333333333rem;
  margin-top: 1.0666666667rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-head__info .order-no {
    font-size: 1.0666666667rem;
  }
}
.p-mypage .mypage__order .order-head__info .order-no .no {
  font-size: 1.6rem;
  margin-left: 0.6666666667rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-head__info .order-no .no {
    font-size: 1.0666666667rem;
  }
}
.p-mypage .mypage__order .order-head__btn {
  width: 18.1333333333rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-head__btn {
    margin-top: 2rem;
  }
}
.p-mypage .mypage__order .order-head__btn img {
  margin-right: 0.5333333333rem;
}
.p-mypage .mypage__order .order-contents {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents {
    gap: 3.3333333333rem;
  }
}
.p-mypage .mypage__order .order-contents table th {
  background-color: lightgray;
  white-space: nowrap;
  border: 1px solid white;
  text-align: left;
}
.p-mypage .mypage__order .order-contents table td {
  padding: 10px;
  border: 1px solid white;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-table th {
    min-width: 6rem;
  }
}
.p-mypage .mypage__order .order-contents .order-table__price {
  color: #FF0045;
  font-size: 1.6rem;
}
.p-mypage .mypage__order .order-contents .order-table__price .price-note {
  font-size: 1.2rem;
}
.p-mypage .mypage__order .order-contents .order-table__payment {
  color: #FF0045;
  font-size: 1.3333333333rem;
}
.p-mypage .mypage__order .order-contents .order-table__payment .payment-method {
  color: #000;
  margin-left: 0.6666666667rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-table__payment .payment-method {
    margin-left: 0;
  }
}
.p-mypage .mypage__order .order-contents .order-table__credit {
  display: flex;
  gap: 0.6666666667rem;
}
.p-mypage .mypage__order .order-contents .order-items {
  border: 1px solid lightgray;
  padding: 0 2rem;
}
.p-mypage .mypage__order .order-contents .order-prices {
  border: 1px solid lightgray;
  border-top: none;
  padding: 0 2rem;
}
.p-mypage .mypage__order .order-contents .order-prices__heading {
  font-size: 1.6rem;
  border-bottom: 2px solid;
  padding: 2rem 0 0.6666666667rem;
  font-family: "medium";
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prices__heading {
    font-size: 1.3333333333rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prices__row {
  font-size: 1.0666666667rem;
  padding: 1.3333333333rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-mypage .mypage__order .order-contents .order-prices__row:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.p-mypage .mypage__order .order-contents .order-prices__row .value {
  font-family: "medium";
}
.p-mypage .mypage__order .order-contents .order-prices__row .price {
  color: #FF0045;
  font-size: 1.8666666667rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prices__row .price {
    font-size: 1.6rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prices__row .price__note {
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prices__row .price__note {
    font-size: 1.0666666667rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prices__row.contents .title {
  width: calc(100% - 280px);
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prices__row.contents .title {
    width: calc(100% - 180px);
    font-size: 1.0666666667rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prices__row.contents .one-price {
  width: 80px;
  text-align: right;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prices__row.contents .one-price {
    width: 60px;
    font-size: 1.0666666667rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prices__row.contents .number {
  width: 80px;
  text-align: right;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prices__row.contents .number {
    width: 40px;
    font-size: 1.0666666667rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prices__row.contents .value {
  width: 120px;
  text-align: right;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prices__row.contents .value {
    width: 80px;
    font-size: 1.0666666667rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prints {
  border: 1px solid lightgray;
  padding: 0 2rem;
  margin-top: 2rem;
}
.p-mypage .mypage__order .order-contents .order-prints__heading {
  font-size: 1.6rem;
  border-bottom: 2px solid;
  padding: 2rem 0 0.6666666667rem;
  font-family: "medium";
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prints__heading {
    font-size: 1.3333333333rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prints__row {
  font-size: 1.0666666667rem;
  padding: 1.3333333333rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-mypage .mypage__order .order-contents .order-prints__row:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.p-mypage .mypage__order .order-contents .order-prints__row .value {
  font-family: "medium";
}
.p-mypage .mypage__order .order-contents .order-prints__row .price {
  color: #FF0045;
  font-size: 1.8666666667rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prints__row .price {
    font-size: 1.6rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prints__row .price__note {
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage__order .order-contents .order-prints__row .price__note {
    font-size: 1.0666666667rem;
  }
}
.p-mypage .mypage__order .order-contents .order-prints__row.contents div {
  width: 33.3333333333%;
}
.p-mypage .mypage__account table {
  margin-top: 2rem;
}
.p-mypage .mypage__account table th, .p-mypage .mypage__account table td {
  border: 1px solid;
}
.p-mypage .mypage__account__btn {
  width: 100%;
  margin-top: 20px;
}
.p-mypage .mypage .page-head__steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.3333333333rem;
}
.p-mypage .mypage .page-head__step {
  font-family: "medium";
  text-align: center;
  width: 13%;
  padding: 0.8rem 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .p-mypage .mypage .page-head__step {
    padding: 0.6666666667rem 0;
    width: 13%;
  }
}
.p-mypage .mypage .page-head__step:not(:first-child) {
  margin-left: 13px;
  position: relative;
}
.p-mypage .mypage .page-head__step:not(:first-child)::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.2666666667rem;
  background: url("/img/front/img/modal-arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px) {
  .p-mypage .mypage .page-head__step:not(:first-child) {
    margin-left: 25px;
    position: relative;
  }
  .p-mypage .mypage .page-head__step:not(:first-child)::before {
    left: -18px;
  }
}
.p-mypage .mypage .page-head__step--primary {
  background-color: #000;
  color: #fff;
}
.p-mypage .mypage .page-head__step--secondary {
  background-color: #f1f1f1;
  color: #000;
}
.p-mypage .mypage .payment-decision {
  text-align: center;
  border: 1px solid lightgray;
  padding: 25px;
  width: 300px;
  display: block;
  margin: 0 auto;
}

.order-block {
  border-top: 1px solid #D8D8D8;
  padding: 2rem;
  display: flex;
  gap: 1.3333333333rem;
}
.order-block__img {
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-block__content {
  display: flex;
  flex-direction: column;
  gap: 0.6666666667rem;
}
.order-block__content .name {
  font-size: 1.3333333333rem;
  font-family: "bold";
}
@media screen and (max-width: 520px) {
  .order-block__content .name {
    font-size: 1.0666666667rem;
  }
}
.order-block__content .size, .order-block__content .option {
  color: #7F7F7F;
}
.order-block__content .amount {
  display: flex;
  align-items: center;
  gap: 3.3333333333rem;
}
@media screen and (max-width: 520px) {
  .order-block__content .amount {
    font-size: 1.0666666667rem;
  }
}

.p-login .input-wrap {
  width: 400px;
  display: block;
  margin: 10px auto;
}
.p-login .input-wrap input {
  padding: 10px !important;
}

.check-out .input-wrap {
  margin-bottom: 20px;
}
.check-out .input-wrap label {
  margin-bottom: 3px;
}

.p-check-out .thanks .thanks__title {
  margin-bottom: 5px;
}
.p-check-out .thanks .bold_border {
  margin-bottom: 25px;
}
.p-check-out .thanks p {
  font-size: 100%;
  margin-bottom: 5px;
}

.contents .sp-block {
  display: none;
}
@media screen and (max-width: 960px) {
  .contents .sp-block {
    display: block;
  }
}
.contents .gradation_title {
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #d5cef4 0%, #c2e8f9 50%, #e4a3c4 100%);
     border-image: linear-gradient(to right, #d5cef4 0%, #c2e8f9 50%, #e4a3c4 100%);
  border-image-slice: 1;
  margin-bottom: 30px;
  background: none;
  background-repeat: no-repeat;
  background-size: 100% 30% !important;
  background-position: bottom !important;
  font-size: 1.8rem;
  padding: 0;
  text-align: left;
  font-weight: normal;
}
.contents .required_span {
  display: inline-block;
  background-color: rgb(247, 6, 80);
  color: white;
  font-size: 1rem;
  padding: 3px 10px;
  border-radius: 5px;
  margin-left: 10px;
  vertical-align: text-top;
}
.contents .required_span.small {
  padding: 0px 5px;
}
.contents .required_span.gray {
  background-color: lightgray;
}
.contents .js-tabContent {
  display: none;
}
.contents .js-tabContent.show {
  display: block;
}
.contents span.circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid lightgray;
  margin-right: 10px;
}
.contents.active span.circle {
  border: 8px solid #7DCEF0;
}
.contents .bold_border {
  border: 4px solid lightgray;
  max-width: 400px;
  display: block;
  margin: 5px auto;
  padding: 10px 0;
}
.contents .blue_btn_back {
  background: rgb(93, 209, 244);
  padding: 5px 10px;
  color: white;
}
.contents .basic_btn_util {
  max-width: 400px;
  min-width: 300px;
  background: rgb(93, 209, 244);
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  color: white;
  border: none;
  text-align: center;
}
.contents .basic_btn_util.gray {
  background-color: gray;
}
.contents .gray_btn_back {
  background: rgb(237, 237, 237);
  border: 1px solid lightgray;
  padding: 5px 10px;
  box-sizing: border-box;
}
.contents .blue_btn {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 300px;
  height: 60px;
  background: rgb(93, 209, 244);
  align-self: center;
  margin-top: 20px;
  width: 300px;
  height: 60px;
  border-radius: 0px;
  font-weight: bold;
  border-bottom: 5px solid rgb(71, 177, 201);
}

.p-sign-up {
  /*クリック範囲*/
  /*フォーカス時*/
  /*ラジオボタンスタイル*/
  /*ラジオボタンチェック印（未選択）*/
  /*ラジオボタンチェック印（選択）*/
  /*チェックボックススタイル*/
  /*チェックボックス未チェック時*/
  /*チェックボックスチェック時*/
}
.p-sign-up p {
  margin-bottom: 0px;
}
.p-sign-up .page-head__steps {
  display: flex;
  justify-content: center;
  margin-top: 3.3333333333rem;
}
.p-sign-up .page-head__step {
  font-family: "medium";
  font-size: 0.9333333333rem;
  text-align: center;
  width: 100%;
  max-width: 14.6666666667rem;
  padding: 0.8rem 0;
}
@media screen and (max-width: 520px) {
  .p-sign-up .page-head__step {
    max-width: 9.6666666667rem;
    font-size: 0.8rem;
    padding: 0.6666666667rem 0;
  }
}
.p-sign-up .page-head__step:not(:first-child) {
  margin-left: 3.3333333333rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-sign-up .page-head__step:not(:first-child) {
    margin-left: 1.6666666667rem;
  }
}
.p-sign-up .page-head__step:not(:first-child)::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.2666666667rem;
  background: url("/img/front/img/modal-arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .p-sign-up .page-head__step:not(:first-child)::before {
    width: 0.6rem;
    height: 1rem;
    left: -12%;
  }
}
.p-sign-up .page-head__step--primary {
  background-color: #000;
  color: #fff;
}
.p-sign-up .page-head__step--secondary {
  background-color: #f1f1f1;
  color: #000;
}
.p-sign-up .form-wrapper {
  margin-bottom: 13.3333333333rem;
  padding-left: 0px;
}
@media screen and (max-width: 520px) {
  .p-sign-up .form-wrapper {
    max-width: 100%;
    margin-inline: 0;
    margin-bottom: 10rem;
  }
}
.p-sign-up .checkbox-wrap,
.p-sign-up .radio-wrap {
  margin-top: 3.3333333333rem;
}
.p-sign-up .checkbox-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.6666666667rem;
  margin-left: -3.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-sign-up .checkbox-items {
    margin-left: 0;
  }
}
.p-sign-up .checkbox-item {
  margin-top: 2rem;
  margin-left: 3.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-sign-up .checkbox-item {
    width: 50%;
    margin-left: 0;
  }
}
.p-sign-up .checkbox-item:last-child {
  width: 100%;
}
.p-sign-up .checkbox-item input[type=checkbox] + span {
  margin: 0;
}
.p-sign-up input[type=radio],
.p-sign-up input[type=checkbox] {
  opacity: 0;
  /*透明にして見えなくする*/
  position: absolute;
  /*本来の配置から切り離す*/
}
.p-sign-up input[type=radio] + span,
.p-sign-up input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.35em 0.3em 0.3em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.p-sign-up input[type=checkbox] + span {
  padding: 0.5em 0.3em 0.3em 2.125em;
}
.p-sign-up input[type=radio]:focus + span,
.p-sign-up input[type=checkbox]:focus + span {
  outline: none;
}
.p-sign-up input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.375em;
  height: 1.375em;
  border: 1px solid #7F7F7F;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
}
.p-sign-up input[type=radio] + span:before:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.p-sign-up input[type=radio] + span:after {
  content: "";
  display: none;
}
.p-sign-up input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.25em;
  width: 0.85em;
  height: 0.85em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #000;
  line-height: 1;
}
.p-sign-up input[type=checkbox] + span:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #7F7F7F;
  border-radius: 3px;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}
.p-sign-up input[type=checkbox] + span:after {
  content: "";
  display: none;
}
.p-sign-up input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  width: 0.75em;
  height: 1.25em;
  content: "";
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
.p-sign-up .radio-items {
  display: flex;
}
.p-sign-up .policy {
  font-family: "medium";
  font-size: 1.0666666667rem;
  line-height: 1.5;
  margin-top: 3.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-sign-up .policy {
    margin-top: 2.6666666667rem;
  }
}
.p-sign-up .policy__box {
  border: 1px solid #000;
  padding: 2rem;
  margin-top: 0.6666666667rem;
}
.p-sign-up .policy__title span {
  color: #FF0045;
  margin-left: 0.3333333333rem;
}
.p-sign-up .policy__text {
  font-size: 1.3333333333rem;
  line-height: 1.7142857143;
}
.p-sign-up .policy__text a {
  display: inline-block;
  color: #1296F9;
  text-decoration: underline;
}
.p-sign-up .policy__text a:hover {
  text-decoration: none;
}
.p-sign-up .policy__checkbox {
  margin-top: 2rem;
}
.p-sign-up .policy input[type=checkbox] + span {
  display: inline-block;
  line-height: 1.5;
  margin: 0;
  padding: 0.25em 0.3em 0.3em 2.125em;
}
.p-sign-up .input-wrap {
  display: block;
  margin: 10px auto;
}
.p-sign-up .input-wrap input {
  padding: 10px !important;
}
.p-sign-up .input-wrap select {
  padding: 15px 10px !important;
}
.p-sign-up .sign-up-btn {
  margin-top: 5.3333333333rem;
  width: 100%;
  height: 4.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-sign-up .sign-up-btn {
    margin-top: 2.6666666667rem;
  }
}
.p-sign-up .confirm-body {
  margin-top: 2rem;
}
.p-sign-up .confirm-value,
.p-sign-up .radio-value,
.p-sign-up .checkbox-value {
  margin-top: 0.6666666667rem;
}
.p-sign-up .confirm-value {
  background-color: #f1f1f1;
  line-height: 1;
  padding: 10px;
}
.p-sign-up .sign-up-backBtn {
  margin-top: 3.3333333333rem;
  width: 100%;
  height: 4.3333333333rem;
}
@media screen and (max-width: 520px) {
  .p-sign-up .sign-up-backBtn {
    margin-top: 2.6666666667rem;
  }
}
.p-sign-up .complete {
  margin-top: 3.3333333333rem;
}
.p-sign-up .complete__title {
  font-family: "bold";
  font-size: 2.1333333333rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .p-sign-up .complete__title {
    font-size: 1.6rem;
  }
}
.p-sign-up .complete__login {
  margin-top: 5px;
}
