/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0;
  padding-bottom: 0;
  color: rgb(var(--bs-tertiary-color-rgb));
  margin:0 auto;
  ---background:#0f172b;
  background-image: linear-gradient(90deg,rgb(15 17 37),rgb(15 49 101));
  font-family: "Roboto", YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: .03em;
  line-height: 1.35;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-feature-settings: "pkna";
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* pattern
-------------------------------------------------- */

@import "tailwindcss";


/* CiモールCSS
-------------------------------------------------- */

/*スペック*/
.sub-head {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.product-spec {
  margin-top:50px
}
.product-spec-table {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: #e0e0e0 1px solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(224, 224, 224);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(224, 224, 224);
  border-right: none;
  border-left: none;
}
.product-spec-table__head {
  padding:10px;
  font-size:12px;
  font-weight:400;
  text-align:center
}
.product-spec-table__item {
  transition:0.2s linear
}
.product-spec-table__ttl {
  box-sizing: border-box;
  width: 25%;
  min-width: 150px;
  padding: 15px;
  border-top: #e0e0e0 1px solid;
  font-size: 14px;
  text-align: left;
  background: #f5f5f5;
}
.product-spec-table__data {
  padding: 10px 15px;
  border-top: #e0e0e0 1px solid;
  font-size: 14px;
}




/*モーダル*/
.modal-hidden {
  display:none
}
.modal {
  width:500px;
  position: relative;
  display: block!important;
}
.modal--wide {
  width:100%
}
.modal-heading {
  margin-bottom:20px;
  font-size:22px;
  font-weight:700
}
.modal-heading--attention {
  padding-bottom:10px;
  border-bottom:#e94527 1px solid;
  text-align:center
}
.modal-heading--attention::before {
  background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 511.999 511.999'%3E%3Cpath fill='%23fa2855' d='M504.251 399.55L305.495 55.296C295.164 37.402 276.66 26.72 255.999 26.72s-39.165 10.683-49.496 28.576L7.748 399.55c-10.331 17.894-10.331 39.259 0 57.153 10.331 17.893 28.834 28.576 49.496 28.576h397.511c20.661 0 39.165-10.683 49.496-28.576 10.33-17.894 10.33-39.259 0-57.153zm-26 42.141c-4.905 8.494-13.688 13.565-23.496 13.565H57.244c-9.808 0-18.592-5.071-23.496-13.565s-4.904-18.637 0-27.131L232.503 70.306c4.905-8.494 13.688-13.565 23.496-13.565 9.808 0 18.592 5.071 23.496 13.565L478.251 414.56c4.904 8.494 4.904 18.637 0 27.131z'/%3E%3Cpath fill='%23fa2855' d='M255.999 355.183c-11.036 0-20.015 8.979-20.015 20.015 0 11.036 8.979 20.015 20.015 20.015 11.036 0 20.015-8.979 20.015-20.015 0-11.036-8.979-20.015-20.015-20.015zM240.987 170.044h30.022v155.115h-30.022z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  content:"";
  display:inline-block;
  transition:0.2s linear;
  width:40px;
  height:34px;
  margin:-7px 20px 0 -40px;
  vertical-align:middle
}
.modal-exp {
  margin-top:10px;
  color:#999;
  font-size:14px
}
.modal-item {
  display:flex;
  flex-direction:column;
  margin-top:30px;
  padding:20px;
  background:#efefef
}
.modal-item__name {
  font-size:18px;
  font-weight:700
}
.modal-item__sub {
  margin-top:3px;
  color:#666;
  font-size:14px
}
.modal-item__capa {
  margin-top:3px;
  font-size:12px
}
.modal-item-order {
  display:flex;
  margin-top:10px;
  border:#efefef 2px solid;
  font-size:14px
}
.modal-item-order__ttl {
  display:flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  width:7em;
  padding:5px 0;
  background:#efefef;
  font-weight:700;
  text-align:center
}
.modal-item-order__body {
  flex:1 1 auto
}
.modal-item-order-table {
  width:100%
}
.modal-item-order-table tr:first-child th,
.modal-item-order-table tr:first-child td {
  border-top:0
}
.modal-item-order-table th {
  width:1px;
  padding:5px 10px 5px 20px;
  border-top:#efefef 1px solid;
  font-weight:700;
  white-space:nowrap
}
.modal-item-order-table td {
  padding:5px 20px 5px 10px;
  border-top:#efefef 1px solid
}
.modal-mail {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin:30px 0
}
.modal-mail__ttl {
  margin-right:10px;
  font-size:14px;
  font-weight:500
}
.modal-mail__data {
  font-weight:700
}
.modal-message {
  margin:30px 0
}
.modal-message__txt {
  margin-top:10px;
  font-size:14px
}
.modal-message__txt:first-child {
  margin-top:0
}
.modal-note {
  margin:30px 0
}
.modal-note__txt {
  margin-top:10px;
  font-size:12px
}
.modal-note__txt:first-child {
  margin-top:0
}
.modal-complete {
  margin:60px 0;
  font-weight:700;
  text-align:center
}
.modal-btn-wrap {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:30px
}
.modal-btn-wrap--top {
  position:absolute;
  top:0;
  right:30px
}
.modal-btn-wrap__item {
  flex:1 1 auto;
  width:49%;
  max-width:300px;
  margin-left:2%
}
_:-ms-lang(x)::-ms-backdrop,
.modal-btn-wrap__item {
  max-width:none
}
.modal-btn-wrap__item:nth-child(2n+1) {
  margin-left:0
}
.modal-cancel {
  margin-top:25px;
  text-align:center
}
.modal-cancel__link {
  border:0;
  background:none;
  color:#999;
  font-size:14px;
  font-weight:700;
  text-decoration:underline
}
.modal-cancel__link:hover {
  text-decoration:none
}
.modal-wrap .modaal-inner-wrapper {
  padding:60px 25px 30px
}
.modal-wrap .modaal-container {
  width:auto;
  border-radius:10px
}
.modal-wrap .modaal-content {
  width:auto
}
.modal-wrap .modaal-content-container {
  padding:35px 50px
}
.modal-wrap .modaal-close {
  position:absolute;
  top:-56px;
  right:0
}
.modal-wrap .modaal-close::after,
.modal-wrap .modaal-close::before {
  top:7px;
  height:36px
}






.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

/*!
  Modaal - accessible modals - v0.4.4
  by Humaan, for all humans.
  http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: #fff
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #b93d0c
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px
}

.modaal-content-container {
  padding: 30px
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff
}

.modaal-gallery-item {
  display: none
}

.modaal-gallery-item img {
  display: block
}

.modaal-gallery-item.is_active {
  display: block
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff
}

.modaal-gallery-label:focus {
  outline: 0
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #afb7bc
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px
}

.modaal-gallery-next-outer {
  right: 45px
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px
}

.modaal-gallery-prev-outer {
  left: 45px
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25)
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7)
  }

  .modaal-gallery-control:after,
  .modaal-gallery-control:before {
    background: #fff
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .modaal-instagram iframe {
    width: 600px !important
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

button.is-disabled,
a.is-disabled {
  border: #cfcfcf 1px solid;
  background: #efefef;
  box-shadow: none;
  color: #999;
  pointer-events: none
}

.button {
  box-shadow: 1px 0 5px 0 rgba(51, 51, 51, 0.2);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.2s linear;
  border: 0;
  border-radius: 2px;
  text-align: center;
  background: #2caf54;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding: 18px 25px 18px 15px
}

.button::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.2s linear;
  border-width: 5px 0 5px 6px;
  border-style: solid;
  border-color: transparent #fff;
  top: 50%;
  right: 15px;
  transform: translateY(-50%)
}

.button:hover {
  opacity: .7;
  text-decoration: none
}

.button-primary {
  box-shadow: 1px 0 5px 0 rgba(51, 51, 51, 0.2);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.2s linear;
  border: 0;
  border-radius: 2px;
  text-align: center;
  background: #f0881d;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding: 18px 25px 18px 15px
}

.button-primary::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.2s linear;
  border-width: 5px 0 5px 6px;
  border-style: solid;
  border-color: transparent #fff;
  top: 50%;
  right: 15px;
  transform: translateY(-50%)
}

.button-primary:hover {
  opacity: .7;
  text-decoration: none
}

.product-slider-modal {
  width: 900px
}

.product-slider-modal .slick-arrow {
  box-shadow: 1px 0 5px 0 rgba(51, 51, 51, 0.2);
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: 0.2s linear;
  border: 0;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.8);
  color: transparent;
  font-size: 0
}

.product-slider-modal .slick-arrow:focus {
  outline: none
}

.product-slider-modal .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none
}

.product-slider-modal .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.2s linear;
  border-width: 7.5px 0 7.5px 10px;
  border-style: solid;
  border-color: transparent #f0881d;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  transform: translateY(-50%)
}

.product-slider-modal .slick-arrow:hover {
  background: white
}

.product-slider-modal .slick-prev {
  left: -20px;
  transform: scale(-1);
  box-shadow: 1px -2px 5px 0 rgba(51, 51, 51, 0.3)
}

.product-slider-modal .slick-next {
  right: -20px
}

.product-slider-modal__item:focus {
  outline: none
}

.product-slider-modal img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.product-slider-modal .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px
}

.product-slider-modal .slick-dots li {
  margin: 0 1px
}

.product-slider-modal .slick-dots button {
  display: block;
  box-sizing: border-box;
  width: 30px;
  height: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #e7e4d4;
  font-size: 0;
  line-height: 1
}

.product-slider-modal .slick-dots button:focus {
  outline: none
}

.product-slider-modal .slick-dots .slick-active button {
  background: #f0881d
}


.modal-hidden {
  display: none
}

.modal {
  width: 500px
}

.modal--wide {
  width: 100%
}

.modal-heading {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700
}

.modal-heading--attention {
  padding-bottom: 10px;
  border-bottom: #e94527 1px solid;
  text-align: center
}

.modal-heading--attention::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 511.999 511.999'%3E%3Cpath fill='%23fa2855' d='M504.251 399.55L305.495 55.296C295.164 37.402 276.66 26.72 255.999 26.72s-39.165 10.683-49.496 28.576L7.748 399.55c-10.331 17.894-10.331 39.259 0 57.153 10.331 17.893 28.834 28.576 49.496 28.576h397.511c20.661 0 39.165-10.683 49.496-28.576 10.33-17.894 10.33-39.259 0-57.153zm-26 42.141c-4.905 8.494-13.688 13.565-23.496 13.565H57.244c-9.808 0-18.592-5.071-23.496-13.565s-4.904-18.637 0-27.131L232.503 70.306c4.905-8.494 13.688-13.565 23.496-13.565 9.808 0 18.592 5.071 23.496 13.565L478.251 414.56c4.904 8.494 4.904 18.637 0 27.131z'/%3E%3Cpath fill='%23fa2855' d='M255.999 355.183c-11.036 0-20.015 8.979-20.015 20.015 0 11.036 8.979 20.015 20.015 20.015 11.036 0 20.015-8.979 20.015-20.015 0-11.036-8.979-20.015-20.015-20.015zM240.987 170.044h30.022v155.115h-30.022z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  content: "";
  display: inline-block;
  transition: 0.2s linear;
  width: 40px;
  height: 34px;
  margin: -7px 20px 0 -40px;
  vertical-align: middle
}

.modal-exp {
  margin-top: 10px;
  color: #999;
  font-size: 14px
}

.modal-item {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 20px;
  background: #efefef
}

.modal-item__name {
  font-size: 18px;
  font-weight: 700
}

.modal-item__sub {
  margin-top: 3px;
  color: #666;
  font-size: 14px
}

.modal-item__capa {
  margin-top: 3px;
  font-size: 12px
}

.modal-item-order {
  display: flex;
  margin-top: 10px;
  border: #efefef 2px solid;
  font-size: 14px
}

.modal-item-order__ttl {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 7em;
  padding: 5px 0;
  background: #efefef;
  font-weight: 700;
  text-align: center
}

.modal-item-order__body {
  flex: 1 1 auto
}

.modal-item-order-table {
  width: 100%
}

.modal-item-order-table tr:first-child th,
.modal-item-order-table tr:first-child td {
  border-top: 0
}

.modal-item-order-table th {
  width: 1px;
  padding: 5px 10px 5px 20px;
  border-top: #efefef 1px solid;
  font-weight: 700;
  white-space: nowrap
}

.modal-item-order-table td {
  padding: 5px 20px 5px 10px;
  border-top: #efefef 1px solid
}

.modal-mail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0
}

.modal-mail__ttl {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500
}

.modal-mail__data {
  font-weight: 700
}

.modal-message {
  margin: 30px 0
}

.modal-message__txt {
  margin-top: 10px;
  font-size: 14px
}

.modal-message__txt:first-child {
  margin-top: 0
}

.modal-note {
  margin: 30px 0
}

.modal-note__txt {
  margin-top: 10px;
  font-size: 12px
}

.modal-note__txt:first-child {
  margin-top: 0
}

.modal-complete {
  margin: 60px 0;
  font-weight: 700;
  text-align: center
}

.modal-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px
}

.modal-btn-wrap--top {
  position: absolute;
  top: 0;
  right: 30px
}

.modal-btn-wrap__item {
  flex: 1 1 auto;
  width: 49%;
  max-width: 300px;
  margin-left: 2%
}

_:-ms-lang(x)::-ms-backdrop,
.modal-btn-wrap__item {
  max-width: none
}

.modal-btn-wrap__item:nth-child(2n+1) {
  margin-left: 0
}

.modal-cancel {
  margin-top: 25px;
  text-align: center
}

.modal-cancel__link {
  border: 0;
  background: none;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline
}

.modal-cancel__link:hover {
  text-decoration: none
}

.modal-wrap .modaal-inner-wrapper {
  padding: 60px 25px 30px
}

.modal-wrap .modaal-container {
  width: auto;
  border-radius: 10px
}

.modal-wrap .modaal-content {
  width: auto
}

.modal-wrap .modaal-content-container {
  padding: 35px 50px
}

.modal-wrap .modaal-close {
  position: absolute;
  top: -56px;
  right: 0
}

.modal-wrap .modaal-close::after,
.modal-wrap .modaal-close::before {
  top: 7px;
  height: 36px
}



.modal-hidden {
    display: none
}

.modal {
    width: 600px
}

.modal--wide {
    width: 100%
}

.modal-heading {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700
}

.modal-heading--sub {
    color: #2caf54
}

.modal-heading--attention {
    padding-bottom: 10px;
    border-bottom: #e94527 1px solid;
    text-align: center
}

.modal-heading--attention::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 511.999 511.999'%3E%3Cpath fill='%23e94527' d='M504.251 399.55L305.495 55.296C295.164 37.402 276.66 26.72 255.999 26.72s-39.165 10.683-49.496 28.576L7.748 399.55c-10.331 17.894-10.331 39.259 0 57.153 10.331 17.893 28.834 28.576 49.496 28.576h397.511c20.661 0 39.165-10.683 49.496-28.576 10.33-17.894 10.33-39.259 0-57.153zm-26 42.141c-4.905 8.494-13.688 13.565-23.496 13.565H57.244c-9.808 0-18.592-5.071-23.496-13.565s-4.904-18.637 0-27.131L232.503 70.306c4.905-8.494 13.688-13.565 23.496-13.565 9.808 0 18.592 5.071 23.496 13.565L478.251 414.56c4.904 8.494 4.904 18.637 0 27.131z'/%3E%3Cpath fill='%23e94527' d='M255.999 355.183c-11.036 0-20.015 8.979-20.015 20.015 0 11.036 8.979 20.015 20.015 20.015 11.036 0 20.015-8.979 20.015-20.015 0-11.036-8.979-20.015-20.015-20.015zM240.987 170.044h30.022v155.115h-30.022z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    transition: 0.2s linear;
    width: 40px;
    height: 34px;
    margin: -7px 20px 0 -40px;
    vertical-align: middle
}

.modal-exp {
    margin-top: 10px;
    color: #8e8e8e;
    font-size: 14px
}

.modal-item {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5
}

.modal-item__name {
    font-size: 18px;
    font-weight: 700
}

.modal-item__sub {
    margin-top: 3px;
    color: #696969;
    font-size: 14px
}

.modal-item__capa {
    margin-top: 3px;
    font-size: 12px
}

.modal-item-order {
    display: flex;
    margin-top: 10px;
    border: #f5f5f5 2px solid;
    font-size: 14px
}

.modal-item-order__ttl {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 7em;
    padding: 5px 0;
    background: #f5f5f5;
    font-weight: 700;
    text-align: center
}

.modal-item-order__body {
    flex: 1 1 auto
}

.modal-item-order-table {
    width: 100%
}

.modal-item-order-table tr:first-child th,.modal-item-order-table tr:first-child td {
    border-top: 0
}

.modal-item-order-table th {
    width: 1px;
    padding: 5px 10px 5px 20px;
    border-top: #f5f5f5 1px solid;
    font-weight: 700;
    white-space: nowrap
}

.modal-item-order-table td {
    padding: 5px 20px 5px 10px;
    border-top: #f5f5f5 1px solid
}

.modal-mail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0
}

.modal-mail__ttl {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400
}

.modal-mail__data {
    font-weight: 700
}

.modal-message {
    margin: 30px 0
}

.modal-message:first-child {
    margin-top: 0
}

.modal-message__txt {
    margin-top: 10px;
    font-size: 14px
}

.modal-message__txt:first-child {
    margin-top: 0
}

.modal-message__txt--lineh {
    line-height: 1.75
}

.modal-message__txt--large {
    font-size: 16px
}

.modal-message__ttl {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    background: #f5f5f5
}

.modal-message__data {
    padding: 10px 10px 15px 10px
}

.modal-note {
    margin: 30px 0
}

.modal-note__txt {
    margin-top: 10px;
    font-size: 12px
}

.modal-note__txt:first-child {
    margin-top: 0
}

.modal-note__cart-txt {
    font-weight: 700
}

.modal-medicine-note {
    padding-bottom: 5px;
    color: #e94527;
    font-size: 16px
}

.modal-complete {
    margin: 60px 0;
    font-weight: 700;
    text-align: center
}

.modal-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px
}

.modal-btn-wrap--near {
    margin-top: 20px
}

.modal-btn-wrap--top {
    position: absolute;
    top: 0;
    right: 30px
}

.modal-btn-wrap__item {
    flex: 1 1 auto;
    width: 49%;
    max-width: 300px;
    margin-left: 2%
}

_:-ms-lang(x)::-ms-backdrop,.modal-btn-wrap__item {
    max-width: none
}

.modal-btn-wrap__item:nth-child(2n+1) {
    margin-left: 0
}

.modal-btn-wrap__item--block {
    display: block
}

.modal-btn-wrap__txt--small {
    font-size: 14px
}

.modal-btn-login {
    width: 160px
}

.modal-cancel {
    margin-top: 25px;
    text-align: center
}

.modal-cancel__link {
    border: 0;
    background: none;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline
}

.modal-cancel__link:hover {
    text-decoration: none
}

.modal-wrap * {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

.modal-wrap .modaal-inner-wrapper {
    padding: 60px 25px 30px
}

.modal-wrap .modaal-container {
    width: auto;
    border-radius: 10px
}

.modal-wrap .modaal-content {
    width: auto
}

.modal-wrap .modaal-content-container {
    padding: 35px 50px
}

.modal-wrap .modaal-close {
    position: absolute;
    top: -56px;
    right: 0
}

.modal-wrap .modaal-close::after,.modal-wrap .modaal-close::before {
    top: 7px;
    height: 36px
}



.information {
    max-width: 1600px;
    margin: 80px auto 0;
    padding: 0 20px
}

.information:first-child {
    margin-top: 0
}

.information--inside {
    padding: 0
}

.information__list {
    max-width: 1260px;
    margin: 10px auto 0;
    padding: 0 40px
}

.information__list--inside {
    padding: 0
}

.information__item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: #e0e0e0 1px solid
}

.information__date {
    flex: 0 0 auto;
    width: 95px;
    font-size: 14px
}

.information__attention {
    flex: 0 0 auto;
    margin-right: 30px;
    padding: 8px 10px;
    border: #e94527 1px solid;
    color: #e94527;
    font-size: 12px;
    font-weight: 700;
    line-height: 1
}

.information__link a {
    color: #333
}

.information__link--attention {
    color: #e94527
}

.information__link--attention a {
    color: #e94527
}

.information-detail {
    margin-bottom: 60px
}

.information-detail__head {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.information-detail__status {
    display: flex;
    flex: 0 0 auto;
    margin-right: auto
}

.information-detail__date {
    color: #8e8e8e;
    font-size: 16px
}

.information-detail__txt {
    margin-top: -10px;
    padding: 40px 0 0;
    border-top: #333 2px solid;
    font-size: 16px;
    line-height: 1.75
}

@media screen and (max-width: 750px){
  .modal {
    width: auto;
  }
}
@media screen and (max-width: 480px){
  .modal-btn-wrap__item {
    width: 100%;
  }
  .modal-hidden {
    display: none
  }
  .modal {
      box-sizing: border-box;
      width: 81.34vw
  }

  .modal--scroll {
      width: 84vw;
      height: calc(100vh - 21.34vw);
      margin-left: -1.33vw
  }

  .modal__inner {
      position: relative;
      box-sizing: border-box;
      flex: 0 0 auto;
      height: calc(100% - 18.67vw);
      margin-top: 5.34vw;
      padding-bottom: 24vw
  }

  .modal-heading {
      font-size: 4.27vw;
      font-weight: bold
  }

  .modal-heading--attention {
      padding-bottom: 2.67vw;
      border-bottom: #e94527 1px solid;
      text-align: center
  }

  .modal-heading--attention::before {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 511.999 511.999'%3E%3Cpath fill='%23e94527' d='M504.251 399.55L305.495 55.296C295.164 37.402 276.66 26.72 255.999 26.72s-39.165 10.683-49.496 28.576L7.748 399.55c-10.331 17.894-10.331 39.259 0 57.153 10.331 17.893 28.834 28.576 49.496 28.576h397.511c20.661 0 39.165-10.683 49.496-28.576 10.33-17.894 10.33-39.259 0-57.153zm-26 42.141c-4.905 8.494-13.688 13.565-23.496 13.565H57.244c-9.808 0-18.592-5.071-23.496-13.565s-4.904-18.637 0-27.131L232.503 70.306c4.905-8.494 13.688-13.565 23.496-13.565 9.808 0 18.592 5.071 23.496 13.565L478.251 414.56c4.904 8.494 4.904 18.637 0 27.131z'/%3E%3Cpath fill='%23e94527' d='M255.999 355.183c-11.036 0-20.015 8.979-20.015 20.015 0 11.036 8.979 20.015 20.015 20.015 11.036 0 20.015-8.979 20.015-20.015 0-11.036-8.979-20.015-20.015-20.015zM240.987 170.044h30.022v155.115h-30.022z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
      content: "";
      content: "";
      display: block;
      position: absolute;
      background-size: 100% 100%;
      display: inline-block;
      position: relative;
      width: 6.67vw;
      height: 6.67vw;
      margin: 0 2.67vw 0 0;
      vertical-align: -1.33vw
  }

  .modal-heading--confirm {
      font-size: 3.74vw;
      text-align: center
  }

  .modal-exp {
      margin-top: 1.34vw;
      color: #8e8e8e;
      font-size: 3.2vw
  }

  .modal-item {
      display: flex;
      flex-direction: column;
      margin: 4vw 0;
      padding: 2.67vw;
      background: #f5f5f5
  }

  .modal-item__name {
      font-size: 3.47vw;
      font-weight: bold
  }

  .modal-item__sub {
      margin-top: 0.8vw;
      color: #696969;
      font-size: 3.2vw
  }

  .modal-item__capa {
      margin-top: 0.8vw;
      font-size: 3.2vw
  }

  .modal-item-order {
      display: flex;
      margin-top: 2.67vw;
      border: #f5f5f5 2px solid;
      font-size: 3.2vw
  }

  .modal-item-order__ttl {
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      padding: 1.34vw 2.67vw;
      background: #f5f5f5;
      font-weight: bold;
      text-align: center
  }

  .modal-item-order__body {
      flex: 1 1 auto
  }

  .modal-item-order-table {
      width: 100%
  }

  .modal-item-order-table tr:first-child th,.modal-item-order-table tr:first-child td {
      border-top: 0
  }

  .modal-item-order-table th {
      width: 1px;
      padding: 5px 10px 5px 20px;
      border-top: #f5f5f5 1px solid;
      font-weight: bold;
      white-space: nowrap
  }

  .modal-item-order-table td {
      padding: 5px 20px 5px 10px;
      border-top: #f5f5f5 1px solid
  }

  .modal-mail {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 4vw 0
  }

  .modal-mail__ttl {
      margin-right: 2.67vw;
      font-size: 3.47vw;
      font-weight: normal
  }

  .modal-mail__data {
      font-size: 3.47vw;
      font-weight: bold
  }

  .modal-message {
      margin: 4vw 0
  }

  .modal-message__txt {
      margin-top: 2.67vw;
      font-size: 3.74vw
  }

  .modal-message__txt:first-child {
      margin-top: 0
  }

  .modal-message__txt--lineh {
      line-height: 1.75
  }

  .modal-message__txt--small {
      font-size: 3.2vw
  }

  .modal-message__ttl {
      padding: 2.67vw;
      font-size: 3.74vw;
      font-weight: bold;
      background: #f5f5f5
  }

  .modal-message__data {
      padding: 2.67vw 2.67vw 4vw 2.67vw
  }

  .modal-note {
      margin: 4vw 0
  }

  .modal-note__txt {
      margin-top: 2.67vw;
      font-size: 3.2vw
  }

  .modal-note__txt:first-child {
      margin-top: 0
  }

  .modal-note__txt--small {
      font-size: 2.67vw
  }

  .modal-complete {
      margin: 60px 0;
      font-weight: bold;
      text-align: center
  }

  .modal-btn-wrap {
      margin-top: 4vw;
      padding-bottom: 1vw;
  }

  .modal-btn-wrap--top {
      margin-top: 0;
      text-align: right
  }

  .modal-btn-wrap__item {
      width: 100%
  }

  .modal-btn-wrap__item:nth-child(n+2) {
      margin-top: 2.67vw
  }

  .modal-btn-wrap__item--block {
      display: block
  }

  .modal-btn-wrap__txt--small {
      font-size: 3.2vw
  }

  .modal-cancel {
      margin-top: 4vw;
      text-align: center
  }

  .modal-cancel__link {
      border: 0;
      background: none;
      color: #8e8e8e;
      font-size: 3.2vw;
      font-weight: bold;
      text-decoration: underline
  }

  .modal-cancel__link:hover {
      text-decoration: none
  }

  .modal-select .select {
      transform: scale(1)
  }

  .modal-select .select select {
      width: 100%
  }

  .modal-field {
      margin: 5.34vw 0
  }

  .modal-field .field {
      font-size: 4.27vw
  }

  .modal-order,.modal-mypage {
      box-sizing: border-box;
      width: 81.34vw
  }

  .modal-order__message,.modal-mypage__message {
      font-size: 3.74vw;
      font-weight: bold;
      text-align: center
  }

  .modal-order__txt,.modal-mypage__txt {
      font-size: 3.74vw;
      text-align: center
  }

  .modal-order__note,.modal-mypage__note {
      margin-top: 4vw;
      font-size: 3.2vw;
      text-align: center
  }

  .modal-order__btn-wrap,.modal-mypage__btn-wrap {
      margin-top: 5.34vw;
      display: flex;
      justify-content: center
  }

  .modal-order__btn,.modal-mypage__btn {
      width: calc(50% - 1.34vw);
      height: 10.67vw;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3.47vw;
      white-space: nowrap
  }

  .modal-order__btn::after,.modal-mypage__btn::after {
      left: 0.8vw
  }

  .modal-order__btn:nth-child(2),.modal-mypage__btn:nth-child(2) {
      margin-left: 2.67vw
  }

  .modal-wrap .modaal-inner-wrapper {
      padding: 8vw 5vw 4vw
  }

  .modal-wrap .modaal-container {
      width: auto;
      max-width: none;
      border-radius: 2.67vw
  }

  .modal-wrap .modaal-content {
      width: auto
  }

  .modal-wrap .modaal-content-container {
      padding: 4vw
  }

  .modal-wrap .modaal-content-container--mall {
      padding: 4vw 2.67vw 5.34vw
  }

  .modaal-wrapper.modaal-fullscreen .modaal-content-container {
      padding: 5.34vw 0 0 0
  }

  .modaal-wrapper.modaal-fullscreen .modal {
      width: 100%
  }

  .modaal-wrapper.modaal-fullscreen .modal-heading {
      margin: 0 2.67vw;
      color: #2caf54;
      font-size: 4.8vw
  }

  .modaal-wrapper.modaal-fullscreen .modal-btn-wrap {
      display: flex;
      margin: 8vw 2.67vw
  }

  .modaal-wrapper.modaal-fullscreen .modal-btn-wrap__btn {
      width: 80vw;
      font-size: 3.47vw
  }

  .modaal-wrapper.modaal-fullscreen .modal-btn-wrap__btn:nth-child(2) {
      margin-left: 2.67vw
  }

  .button {
    box-shadow: 1px 0.54vw 0.8vw 0 rgba(51,51,51,0.3);
    display: flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    background: #2caf54;
    color: #fff;
    font-size: 4.27vw;
    text-align: center;
    cursor: pointer;
    height: 12vw;
  }

  .button::after {
      content: "";
      display: block;
      width: 3.2vw;
      height: 2.14vw;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 199.4 128'%3E%3Cpath fill='%23fff' d='M199.4 28.3L171.1 0 99.7 71.4 28.3 0 0 28.3 99.7 128z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
      background-size: 100% 100%;
      position: absolute;
      top: 50%;
      right: 2.67vw;
      transform: translateY(-50%) rotate(-90deg);
      border: none;
  }
  .button-primary {
    box-shadow: 1px 0.54vw 0.8vw 0 rgba(51,51,51,0.3);
    display: flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    background: #f0881d;
    color: #fff;
    font-size: 4.27vw;
    text-align: center;
    cursor: pointer;
    margin-left: 0;
    padding: 2.67vw 4vw 2.67vw 1.34vw;
    font-weight: bold;
  }

  .button-primary::after {
      content: "";
      width: 3.2vw;
      height: 2.14vw;
      display: block;
      position: absolute;
      background-size: 100% 100%;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 199.4 128'%3E%3Cpath fill='%23fff' d='M199.4 28.3L171.1 0 99.7 71.4 28.3 0 0 28.3 99.7 128z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
      top: 50%;
      right: 2.67vw;
      transform: translateY(-50%) rotate(-90deg);
      border: none;
  }

  .button-cart {
      box-shadow: 1px 0.54vw 0.8vw 0 rgba(51,51,51,0.3);
      display: flex;
      position: relative;
      box-sizing: border-box;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 3px;
      background: #f0881d;
      color: #fff;
      font-size: 3.74vw;
      font-weight: normal;
      text-align: center;
      cursor: pointer;
      padding: 2.67vw 2.14vw;
      font-weight: bold
  }
}

/*ショートコードエリア美SP*/
.item-wrap--fp {
  margin: 0 -2.66vw;
  padding: 0 2.67vw;
  justify-content: center;
}
.item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 2.67vw;
  padding: 0.8vw 0;
}
.item--fp {
  width: calc(50% - 8px);
}
.item {
  box-shadow: 1px 0 5px 0 rgba(51,51,51,0.2);
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: calc(50% - 8px)!important;
  height: auto;
  margin: 30px 4px 0;
  padding: 40px 20px 15px;
  background: #fff;
}
.item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  transition: 0.2s linear;
}
a {
  outline: none;
}
a {
  text-decoration: none;
}
.item__img img {
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.item__tag {
  display: flex;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  flex-wrap: wrap;
  height: 25px;
  overflow: hidden;
}
.item__tag li {
  margin: 0 0 3px 5px;
}
.icon-tag {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
  border: transparent 1px solid;
  background: #f0881d;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.item__favorite-wrap {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 26px;
  margin-top: 7px;
  pointer-events: none;
}
.item__tag-sale {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.icon-tag {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
  border: transparent 1px solid;
  background: #f0881d;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.item__name {
  margin-top: 5px;
  transition: 0.2s linear;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
}
.item__name a {
  display: block;
  transition: 0.2s linear;
  color: #333;
}
.item__price-wrap {
  margin-top: 20px;
}
.item__regular {
  margin-bottom: 5px;
  color: #999;
  font-size: 11px;
  line-height: 1;
  text-align: right;
  height: 11px;
}
.item__price--sale {
  color: #e94527;
}
.item__price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
.item__price--login {
  color: #e94527;
  font-size: 14px;
  text-align: center;
}
.discount__rate {
  font-size: small;
  text-decoration: underline;
  margin-right: 15px;
}
.item__tax {
  margin-top: 4px;
  font-size: 12px;
  text-align: right;
}
.item__btn-wrap {
  margin-top: 15px;
}
.item__btn {
  box-shadow: 1px 0 5px 0 rgba(51,51,51,0.2);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.2s linear;
  border: 0;
  border-radius: 2px;
  text-align: center;
  background: #f0881d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 44px;
  padding: 12px 10px;
}
.item__btn:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (max-width: 700px){
.item {width: calc(80% - 8px)!important;}
.br-sp {display:block;}
}


/* シェアボタン
-------------------------------------------------- */

/*ボタン全体が入ってるブロック*/
.profile-social-links {
  width: 100%;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 15px 20px;
  margin-top: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*ボタンを横一列で表示する*/
.profile-social-links li {
  list-style: none;
  margin: -5px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 33.3%;
  text-align: center;
}

/*ボタンの設定*/
.profile-social-links li a {
  display: inline-block;
  color: white; /*ボタンの色*/
  width: ;
  height: ;
  padding: 6px;
  position: relative;
}

.profile-social-links li a i {
  position: relative;
  z-index: 1;
}

ul.profile-social-links{
    padding-inline-start: 0px;
}

.br-sp {display: none;}
