/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:rgb(204, 204, 204); opacity: 0.4; filter: alpha(opacity = 40);}
#colorbox{outline:0;}
    #cboxContent{position: relative;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border-radius: 10px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:0; margin-top:-29px; background:url(/hitotoki/sp/kitta/images/btn-pager.png) no-repeat; width:31px; height:59px; text-indent:-9999px;-webkit-background-size: contain;background-size: contain;}
        #cboxNext{position:absolute; top:50%; right:0; margin-top:-29px; background:url(/hitotoki/sp/kitta/images/btn-pager.png) no-repeat; width:31px; height:59px; text-indent:-9999px;-webkit-background-size: contain;background-size: contain;transform: rotate(180deg);}
        #cboxClose{position:absolute; top:70px; right:0; display:block; background:url(/hitotoki/sp/kitta/images/btn-close.png) no-repeat; width:31px; height:31px; text-indent:-9999px;-webkit-background-size: contain;background-size: contain;}

@media screen and (max-width: 999px) {
  #cboxClose{position:absolute; top:0px; right: 10px;width:18px; height:18px;}
  #cboxNext,
  #cboxPrevious {
    margin-top: -15px;
    width: 15px;
    height: 29px;
  }
  #cboxNext {
    right: 10px;
  }
  #cboxPrevious {
    left: 10px;
  }
}

#productModal-wrap {
  display: none;
}
.productModal {
  height: 100%;
  border-radius: 10px;
  margin: 0 70px;
  padding: 10px 20px 36px;
  text-align: center;
  background-color: #fff;
}
.productModal-contents {
  width: 380px;
  margin: 0 auto;
}
.productModal-title {
  position: relative;
  margin-top: 10px;
  padding-bottom: 18px;
  font-weight: 500;
  text-align: center;
}
.productModal-title:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  content:"";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000000;
}
.productModal-title_main {
  font-size: 2.2rem;
  color: #000;
}
.productModal-title_main .seal_br{
  display: none;
}
.productModal-title_sub {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #989898;
}
.productModal-title_link-area {
  margin: 10px 0 -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
.productModal-title_link-text > li > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
}
.productModal-title_link-text > li > a::before {
  position: absolute;
  top: .2em;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.productModal-title_link-text > li > .a-blank::after {
  margin: 0 0 7px 10px;
  display: inline-block;
  background-image: url(/common/img/cmn_sprite_ic01.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
  width: 14px;
  height: 14px;
  background-position: 0px -200px;
}
.productModal-title_link-text > li > a:hover {
  color: #3381d0;
  text-decoration: underline;
}
.productModal-title_button {
  display: flex;
  justify-content: center;
}
.productModal-title_button > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 38px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 9999px;
  color: #333 !important;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
.productModal-title_button > a:hover {
  background-color: #fff;
  border-color: #333;
}
.productModal-price {
  margin: 18px 0 8px;
  font-size: 2.0rem;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
}
.productModal-size {
  padding-left: 50px;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.8;
}
.productModal-size_title {
  padding-right: 15px;
  width: 110px;
  flex-shrink: 0;
  text-align: left;
}
.productModal-size_detail {
  flex-grow: 1;
  text-align: left;
}
.productModal-note {
  margin-top: 3px;
  margin-left: 160px;
  font-size: 1.1rem;
  color: #989898;
  text-align: left;
  line-height: 1.5;
}
.productModal-illustration{
  margin-top: 4px;
  margin-bottom: 30px;
}
.productModal-illustration_title {
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #989898;
}
.productModal-illustration_image {
  text-align: center;
}


@media screen and (max-width: 999px) {
  .productModal {
    height: auto;
    min-height: 100%;
    margin: 0 40px;
    padding: 10px 20px 46px;
  }
  .productModal-contents {
    width: auto;
  }
  .productModal-title {
    padding-bottom: 10px;
  }
  .productModal-title_main {
    font-size: 1.8rem;
  }
  .productModal-title_sub {
    margin-top: 5px;
    font-size: 1.0rem;
  }
  .productModal-title_link-area {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .productModal-title_link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
  }
  .productModal-title_link-text > li > a::before {
    position: absolute;
    top: .25em;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .productModal-title_link-text > li > .a-blank::after {
    display: inline-block;
    background-image: url(/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    width: 14px;
    height: 14px;
    background-position: 0px -200px;
  }
  .productModal-title_button {
    margin-bottom: 0;
  }
  .productModal-title_button > a {
    width: 69px;
    height: 28px;
    font-size: 1.2rem;
  }
  .productModal-price {
    margin: 20px 0 18px;
    font-size: 1.6rem;
  }
  .productModal-size {
    padding-left: calc((100vw - 350px) / 2);
    font-size: 1.2rem;
  }
  .productModal-size_title {
    padding-right: 10px;
    width: 90px;
  }
  .productModal-note {
    margin-left:  calc((100vw - 350px) / 2 + 90px);
    font-size: 1.0rem;
  }
  .productModal-illustration{
    margin-top: 4px;
    margin-bottom: 10px;
  }
  .productModal-illustration_title {
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #989898;
  }
  .productModal-illustration_image {
    text-align: center;
  }
  
}
@media screen and (max-width: 350px) {
  .productModal-note {
    margin-left: 90px;
    font-size: 1.0rem;
  }
  .productModal-title_main{
  font-size: 1.6rem;
  line-height: 1.3;
  }
  .productModal-title_main .seal_br{
  display: none;
}
  .productModal-price {
    margin: 8px 0 5px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 999px) {
  .productModal-size {
    padding-left: 200px;
  }
  .productModal-note{
    margin-left: 290px;
  }
}
