@charset "UTF-8";
/* Scss Document */
/*======基本ストラクチャ========*/
header {
  position: fixed;
  width: 100%;
  z-index: 101;
  transition: 500ms;
  transform: translate3d(0, 0, 0);
}

header.show {
  transform: translate3d(0, -60px, 0);
}

header h1 {
  background-color: #fff;
  height: 60px;
  width: 100%;
  padding: 10px 5%;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 250%;
  text-align: center;
  font-family: 'Teko', sans-serif;
}

header h1 img {
  height: 36px;
  margin-top: 3px;
}

header h1 h6 {
  display: block;
}

header #btn_config {
  position: absolute;
  right: 2%;
  top: 15px;
  height: 100%;
  width: 40px;
}

header #btn_config img {
  width: 100%;
}

header #navi {
  background: #FFF;
  top: 60px;
  width: 100%;
  left: 0px;
  z-index: 100;
  height: 50px;
  border-top: 2px solid #d0d1d2;
}

header #navi ul {
  position: absolute;
  width: 96%;
  height: 52px;
  z-index: 50;
  left: 2%;
}

header #navi ul li {
  font-family: 'ABeeZee', sans-serif;
  float: left;
  width: 25%;
  text-align: center;
  padding: 18px 0;
  font-size: 80%;
  position: relative;
}

header #navi ul li.on {
  font-weight: bold;
}

header #navi ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

header #navi ul li a #header_count {
  height: 32px;
  margin-top: 10px;
}

header #navi ul #send_favorite {
  padding-top: 0px;
}

header #navi .swipBg_container {
  width: 96%;
  position: absolute;
  bottom: 0px;
  height: 4px;
  left: 2%;
}

header #navi .swipBg_container .swipBg {
  background: #fa08af;
  width: 25%;
  height: 2px;
  bottom: 0px;
  position: absolute;
  z-index: 49;
  transform: translate3d(0%, 0px, 0px);
  transition: 300ms;
}

header #navi.window_0 {
  /*アンスタ対応 以下100％ずれ translate3d(0%,0px,0px);*/
}

header #navi.window_0 .swipBg {
  transform: translate3d(0%, 0px, 0px);
  transition: 300ms;
}

header #navi.window_0 #send_service a {
  font-weight: bold;
}

header #navi.window_1 .swipBg {
  transform: translate3d(0%, 0px, 0px);
  transition: 300ms;
}

header #navi.window_1 #send_lineup a {
  font-weight: bold;
}

header #navi.window_2 .swipBg {
  transform: translate3d(100%, 0px, 0px);
  transition: 300ms;
}

header #navi.window_2 #send_media a {
  font-weight: bold;
}

header #navi.window_3 .swipBg {
  transform: translate3d(200%, 0px, 0px);
  transition: 300ms;
}

header #navi.window_3 #send_favorite a {
  font-weight: bold;
}

header #navi.window_4 .swipBg {
  transform: translate3d(300%, 0px, 0px);
  transition: 300ms;
}

header #navi.window_4 #send_history a {
  font-weight: bold;
}

#mainFrame {
  will-change: transform;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*アンスタ対応 translate3d(100%,0px,0px);*/
  /*アンスタ対応 translate3d(-100%,0px,0px);*/
}

#mainFrame #slideInner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0px, 0px);
}

#mainFrame.window_0 #slideInner {
  transform: translate3d(-100%, 0px, 0px);
  transition: 300ms;
}

#mainFrame.window_1 #slideInner {
  transform: translate3d(-100%, 0px, 0px);
  transition: 300ms;
}

#mainFrame.window_2 #slideInner {
  transform: translate3d(-200%, 0px, 0px);
  transition: 300ms;
}

#mainFrame.window_3 #slideInner {
  transform: translate3d(-300%, 0px, 0px);
  transition: 300ms;
}

#mainFrame.window_4 #slideInner {
  transform: translate3d(-400%, 0px, 0px);
  transition: 300ms;
}

#FRAME_LINEUP {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  visibility: hidden;
  will-change: transform;
}

/*アンスタ対応 visibility: hidden;*/
#FRAME_SERVICE {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  will-change: transform;
}

#FRAME_PHOTO {
  position: absolute;
  left: 200%;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

#FRAME_CART {
  position: absolute;
  left: 300%;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  will-change: transform;
}

#FRAME_HISTORY {
  position: absolute;
  left: 400%;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  will-change: transform;
}

#kv_pc {
  display: none;
}

/*======共通項目=======*/
.top_margin {
  margin-top: 113px;
}

.hidden {
  display: none;
}

.event_stop {
  pointer-events: none;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.fw_btn, .back_btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
  padding: 14px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fd01b0 url("../img/arrow_01.png") right 15px top 50% no-repeat;
  background-size: 12px auto;
  border: none;
  border-radius: 4px;
}

@media screen and (min-width: 1060px) {
  .fw_btn, .back_btn {
    font-size: 22px;
  }
}

.back_btn {
  width: 100%;
  background: #fd01b0 url("../img/arrow_01_return.png") left 15px top 50% no-repeat;
  background-size: 12px auto;
}

/*======カートへ進むボタン=======*/
#preorderto_button {
  background: rgba(254, 1, 176, 0.8);
  width: 100%;
  text-align: center;
  color: #FFF;
  padding: 15px 0;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 499;
  transform: translate3d(0, 100%, 0);
  transition: ease-out 100ms;
}

#preorderto_button.enable {
  transform: translate3d(0%, 0, 0);
  transition: ease-in 100ms;
  cursor: pointer;
}

#preorderto_button.enable:after {
  position: absolute;
  content: '';
  background: url(../img/button_arrow.png) no-repeat center right 10px;
  background-size: auto 30%;
  width: 50px;
  height: 100%;
  top: 0px;
  right: 0px;
  display: inline-block;
}

#preorderto_button.enable:hover {
  background: #fe01b0;
}

#preorderto_button.enable.hide {
  opacity: 0 !important;
}

.window_0 #preorderto_button.enable, .window_1 #preorderto_button.enable, .window_3 #preorderto_button.enable, .window_4 #preorderto_button.enable {
  opacity: 0;
  pointer-events: none;
}

.window_2 #preorderto_button.enable {
  opacity: 1;
  transition: ease-in 300ms;
  pointer-events: all;
}

/*======#FRAME_PHOTO 写真アイテム=======*/
#FRAME_PHOTO #photoList_msg {
  max-width: 1000px;
  border: 3px solid #f6f6f6;
  margin-top: 180px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
  box-sizing: border-box;
  text-align: center;
  font-size: 95%;
}

#FRAME_PHOTO #photoList_msg p {
  margin-top: 1em;
}

#FRAME_PHOTO .setlistButton_img, #FRAME_PHOTO .numberButton_img {
  width: 40px;
  height: 40px;
}

#FRAME_PHOTO .numberButton_img {
  position: absolute;
  right: 0px;
  bottom: 30px;
}

#FRAME_PHOTO .setlistButton_img {
  position: absolute;
  right: 0px;
  bottom: 85px;
}

#FRAME_PHOTO .originalIcon1 {
  position: absolute;
  z-index: 30;
  bottom: 0px;
  left: 0px;
  max-width: 95px;
  width: 20%;
}

#FRAME_PHOTO .originalIcon1 img {
  width: 100%;
}

#FRAME_PHOTO .originalIcon2 {
  position: absolute;
  z-index: 30;
  top: 0px;
  right: 0px;
  max-width: 95px;
  width: 20%;
}

#FRAME_PHOTO .originalIcon2 img {
  width: 100%;
}

#FRAME_PHOTO .rows_three .setlistButton_img, #FRAME_PHOTO .rows_three .numberButton_img {
  width: 25px !important;
  height: 25px !important;
}

#FRAME_PHOTO .rows_three .numberButton_img {
  bottom: 5px !important;
  right: 0px;
}

#FRAME_PHOTO .rows_three .setlistButton_img {
  bottom: 35px !important;
  right: 0px;
}

#FRAME_PHOTO .rows_three .originalIcon1 {
  width: 40%;
}

#FRAME_PHOTO .rows_three .originalIcon2 {
  width: 40%;
}

#FRAME_PHOTO .rows_two .setlistButton_img, #FRAME_PHOTO .rows_two .numberButton_img {
  width: 30px !important;
  height: 30px !important;
}

#FRAME_PHOTO .rows_two .numberButton_img {
  bottom: 65px !important;
  right: 0px;
}

#FRAME_PHOTO .rows_two .setlistButton_img {
  bottom: 30px !important;
  right: 0px;
}

#FRAME_PHOTO .rows_two .originalIcon1 {
  width: 30%;
}

#FRAME_PHOTO .rows_two .originalIcon2 {
  width: 30%;
}

@media screen and (min-width: 768px) {
  #FRAME_PHOTO .rows_two .originalIcon1, #FRAME_PHOTO .rows_two .originalIcon2, #FRAME_PHOTO .rows_three .originalIcon1, #FRAME_PHOTO .rows_three .originalIcon2 {
    width: 15%;
  }
  #FRAME_PHOTO .rows_two .originalIcon1 img, #FRAME_PHOTO .rows_two .originalIcon2 img, #FRAME_PHOTO .rows_three .originalIcon1 img, #FRAME_PHOTO .rows_three .originalIcon2 img {
    height: auto;
  }
}

#FRAME_PHOTO .photolist {
  min-height: 300px;
  position: relative;
}

#FRAME_PHOTO .photolist.loaded {
  min-height: 0px;
}

#FRAME_PHOTO .photolist img.main {
  width: 100%;
}

#FRAME_PHOTO .photolist div.controlBtnContainer {
  padding: 15px 10px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

#FRAME_PHOTO .photolist div.controlBtnContainer .likeBtn {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  right: 3px;
  bottom: 5px;
  text-align: center;
  border: 3px solid #FFF;
  box-sizing: border-box;
  transform: translate3d(0%, 0%, 0);
  transition: opacity 500ms;
  cursor: pointer;
}

#FRAME_PHOTO .photolist div.controlBtnContainer .likeBtn img {
  width: 70%;
  margin-top: 15px;
}

#FRAME_PHOTO .photolist h2 {
  width: 30%;
  float: left;
  font-weight: normal;
  font-size: 120%;
  font-family: 'Righteous', sans-serif;
  color: #585858;
  position: relative;
}

#FRAME_PHOTO .photolist h2 p {
  position: absolute;
  right: 0px;
  top: 3px;
}

#FRAME_PHOTO .photolist .iconContainer {
  position: absolute;
  bottom: 0px;
  padding: 8px 8px;
  width: 80%;
  right: 0px;
}

#FRAME_PHOTO .photolist .img_container {
  position: relative;
}

#FRAME_PHOTO .photolist .img_container .selected_splash {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 200ms;
  text-align: center;
  font-size: 6vw;
  letter-spacing: 4px;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#FRAME_PHOTO .photolist .img_container .selected_splash p {
  transform: translate3d(0, 50%, 0);
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
  transition: 200ms;
}

#FRAME_PHOTO .photolist .img_container .selected_splash p img {
  width: 12%;
  margin-top: 60px;
  transform: translate3d(-10%, 0, 0);
  opacity: 0;
}

#FRAME_PHOTO .photolist .img_container .selected_splash.abs {
  text-align: left;
  background: none;
  pointer-events: none !important;
}

#FRAME_PHOTO .photolist .img_container .selected_splash.abs img {
  width: 25%;
  height: auto;
}

#FRAME_PHOTO .photolist .img_container .selected_splash.duplicate {
  letter-spacing: 1px;
}

#FRAME_PHOTO .photolist .img_container .selected_splash.duplicate p {
  position: absolute;
  top: 20%;
  font-size: 90%;
}

#FRAME_PHOTO .photolist .img_container .counter {
  position: absolute;
  top: 38%;
  width: 100%;
  text-align: center;
  font-size: 230%;
  letter-spacing: 1px;
}

#FRAME_PHOTO .photolist .img_container .dup_plus, #FRAME_PHOTO .photolist .img_container .dup_min {
  display: inline-block;
  position: absolute;
  top: 70%;
  width: 30px;
  height: 30px;
  border: #fff 2px solid;
  border-radius: 50%;
  transition: 0.3s;
  margin: 0 auto;
}

#FRAME_PHOTO .photolist .img_container .dup_plus span, #FRAME_PHOTO .photolist .img_container .dup_min span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#FRAME_PHOTO .photolist .img_container .dup_plus span:before, #FRAME_PHOTO .photolist .img_container .dup_plus span:after, #FRAME_PHOTO .photolist .img_container .dup_min span:before, #FRAME_PHOTO .photolist .img_container .dup_min span:after {
  content: '';
  display: block;
  transition: .3s;
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#FRAME_PHOTO .photolist .img_container .dup_plus:hover, #FRAME_PHOTO .photolist .img_container .dup_min:hover {
  background: #fff;
}

#FRAME_PHOTO .photolist .img_container .dup_plus:hover span:before, #FRAME_PHOTO .photolist .img_container .dup_plus:hover span:after, #FRAME_PHOTO .photolist .img_container .dup_min:hover span:before, #FRAME_PHOTO .photolist .img_container .dup_min:hover span:after {
  background: #000;
}

#FRAME_PHOTO .photolist .img_container .dup_min {
  transform: translate3d(-50%, 0, 0);
  left: calc(50% + 22px);
}

#FRAME_PHOTO .photolist .img_container .dup_min:before {
  content: none;
}

#FRAME_PHOTO .photolist .img_container .dup_min:after {
  height: 5px;
}

#FRAME_PHOTO .photolist .img_container .dup_plus {
  transform: translate3d(-50%, 0, 0);
  left: calc(50% - 22px);
}

#FRAME_PHOTO .photolist .img_container .dup_plus span:after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

#FRAME_PHOTO .photolist.marged_cover:before {
  content: '';
  position: absolute;
  width: 25%;
  height: 100%;
  background: url("../img/abs.png") no-repeat;
  background-size: 100% auto;
  z-index: 100;
  left: 0;
  top: 0;
}

#FRAME_PHOTO .photolist.on_cart .img_container .selected_splash {
  opacity: 1;
  transition: 500ms;
  transition: 200ms;
  pointer-events: all;
}

#FRAME_PHOTO .photolist.on_cart .img_container .selected_splash p {
  transform: translate3d(0, -20%, 0);
  opacity: 1;
  transition: 500ms ease-out 300ms;
}

#FRAME_PHOTO .photolist.on_cart .img_container .selected_splash p img {
  opacity: 1;
  transition: 300ms 1000ms;
}

#FRAME_PHOTO .photolist.on_cart div.controlBtnContainer {
  pointer-events: none;
}

#FRAME_PHOTO .photolist.on_cart div.controlBtnContainer .likeBtn {
  transform: translate3d(-300%, -300%, 0);
  transition: 500ms ease-out;
  opacity: 0 !important;
}

/*======photo_modal 写真モーダル=======*/
.photo_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #242424;
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: 500ms;
  z-index: 500;
}

.photo_modal.on {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.photo_modal .leftBtn {
  position: absolute;
  left: 1vw;
  top: 50%;
  width: 70px;
  height: 70px;
  transform: translate(0, -50%, 0);
  background: url("../img/arrow_01_return.png") center top 50% no-repeat;
  display: none;
}

.photo_modal .rightBtn {
  position: absolute;
  right: 1vw;
  top: 50%;
  width: 70px;
  height: 70px;
  background: url("../img/arrow_01.png") center top 50% no-repeat;
  transform: translate(0, -50%, 0);
  display: none;
}

.photo_modal .photoInner {
  text-align: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.photo_modal .photoInner .photoSlider {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo_modal .photoInner .photoSlider li {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.photo_modal .photoInner .photoSlider li img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -60%, 0);
  transition: none;
  pointer-events: none;
}

.photo_modal .photoInner .photoSlider li.loaded {
  opacity: 1;
  transition: 300ms;
}

.photo_modal .ui_container {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  width: 100%;
  height: 70px;
  text-align: right;
  padding: 10px 2%;
  box-sizing: border-box;
}

.photo_modal .ui_container h3 {
  color: #FFF;
  float: left;
  padding-top: 0.5em;
  font-size: 120%;
}

.photo_modal .ui_container img {
  height: 80%;
  width: auto;
  margin-left: 12px;
  position: relative;
  z-index: 50;
}

.photo_modal .ui_container .dup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.photo_modal .ui_container .dup a:nth-child(1), .photo_modal .ui_container .dup h4:nth-child(2), .photo_modal .ui_container .dup a:nth-child(3) {
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.photo_modal .ui_container .dup h4:nth-child(2) {
  left: 50%;
  font-size: 140%;
}

.photo_modal .ui_container .dup a {
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.photo_modal .ui_container .dup a span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.photo_modal .ui_container .dup a span:before, .photo_modal .ui_container .dup a span:after {
  content: '';
  display: block;
  transition: .3s;
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.photo_modal .ui_container .dup a:hover {
  background: #fff;
}

.photo_modal .ui_container .dup a:hover span:before, .photo_modal .ui_container .dup a:hover span:after {
  background: #000;
}

.photo_modal .ui_container .dup a:nth-child(1) {
  left: calc(50% - 50px);
}

.photo_modal .ui_container .dup a:nth-child(1) span:after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.photo_modal .ui_container .dup a:nth-child(3) {
  left: calc(50% + 50px);
}

.photo_modal .ui_container .dup a:nth-child(3) span:before {
  content: none;
}

.photo_modal .closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 104;
  width: 10%;
  cursor: pointer;
}

.photo_modal .closeBtn img {
  width: 100%;
}

.photo_modal #sns_buttons {
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: 30%;
  opacity: 0;
  pointer-events: none;
  transition: 300ms;
  transform: matrix3d(0, 100px, 0);
}

.photo_modal #sns_buttons div {
  float: left;
  width: 33%;
  text-align: center;
}

.photo_modal #sns_buttons div a img {
  width: 70%;
}

.photo_modal #sns_buttons.show {
  opacity: 1;
  pointer-events: all;
  transition: 300ms;
  transform: matrix3d(0, 0, 0);
}

/*======ラインナップ関連=======*/
#FRAME_LINEUP .more_category {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 18px 0;
  border-bottom: 1px solid #d1d1d1;
  display: none;
  background: #f4f4f4;
}

#FRAME_LINEUP .more_category a {
  font-size: 90%;
  text-decoration: none;
  color: #000;
}

#FRAME_LINEUP .more_category.show {
  display: block;
}

#FRAME_LINEUP #lists {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

#FRAME_LINEUP #lists dl {
  margin-bottom: 40px;
}

#FRAME_LINEUP #lists dl dt {
  min-height: 80px;
  background: #FFF;
  position: relative;
  background: #f6f6f6;
}

#FRAME_LINEUP #lists dl dt img {
  width: 100%;
}

#FRAME_LINEUP #lists dl dt h3 {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  padding: 0.5em 1em;
}

#FRAME_LINEUP #lists dl dd ul {
  background: #FFF;
  box-sizing: border-box;
}

#FRAME_LINEUP #lists dl dd ul li {
  border-bottom: 1px solid #d1d1d1;
  background: url(../img/arrow_r.png) right 15px center no-repeat;
  background-size: auto 20px;
  padding: 10px;
  overflow: hidden;
  display: flex;
}

#FRAME_LINEUP #lists dl dd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#FRAME_LINEUP #lists dl dd ul li a span {
  display: inline-block;
  vertical-align: middle;
}

#FRAME_LINEUP #lists dl dd ul li a span.txt {
  width: 75%;
  margin-left: 3%;
  line-height: 150%;
}

#FRAME_LINEUP #lists dl dd ul li a span.image {
  width: 10%;
}

#FRAME_LINEUP #lists dl dd ul li a span.image img {
  width: 100%;
}

/*======カート関連=======*/
#FRAME_CART #cartListWraper {
  display: none;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px 20px;
  color: #fff;
  background: #000;
  box-sizing: border-box;
}

#FRAME_CART #cartListWraper .setlist_info {
  display: none;
  text-align: center;
  color: #FFF;
  padding-bottom: 30px;
}

#FRAME_CART #cartListWraper .setlist_info.active {
  display: block;
}

#FRAME_CART #cartListWraper .setlist_info img {
  width: 20px;
  vertical-align: bottom;
  margin-right: 0.5em;
  margin-top: 1em;
}

#FRAME_CART #calender_preview, #FRAME_CART #calender_reselect {
  display: none;
  padding: 0 15px;
}

#FRAME_CART #calender_preview.active, #FRAME_CART #calender_reselect.active {
  display: block;
}

#FRAME_CART #cartList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#FRAME_CART #cartList li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  color: #999;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#FRAME_CART #cartList li:nth-child(3n) {
  margin-right: 0;
}

#FRAME_CART #cartList li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 31vw;
  background: #262626;
  border-radius: 10px;
}

#FRAME_CART #cartList li.edited::before {
  background: #999999;
}

#FRAME_CART #cartList li.off {
  opacity: 0.6;
}

#FRAME_CART #cartList li.active div:before,
#FRAME_CART #cartList li div:after {
  content: none;
}

#FRAME_CART #cartList li div.inner {
  position: relative;
  height: 31vw;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  opacity: 0.4;
}

#FRAME_CART #cartList li div.inner .inner_tama {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#FRAME_CART #cartList li div.inner .inner_setlist {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#FRAME_CART #cartList li div.inner.active {
  opacity: 1;
}

#FRAME_CART #cartList li div.inner img {
  width: 15%;
  max-width: 30px;
}

#FRAME_CART #cartList li div.inner img.sel_img {
  height: auto;
}

#FRAME_CART #cartList li div.inner img.set_img {
  height: auto;
  position: absolute;
  left: 10px;
  top: 10px;
}

#FRAME_CART #cartList li div.inner div.icon_container {
  width: 100%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-align: right;
}

#FRAME_CART #cartList li div.inner div.icon_container .set_img {
  margin-right: 8px;
}

#FRAME_CART #cartList li a {
  text-align: center;
  background: #fd01b0;
  color: #FFF;
  display: block;
  padding: 0.6em;
  border-radius: 4px;
  line-height: 1.4;
}

#FRAME_CART #cartList li a.selected {
  background: #FFF;
  color: #fd01b0;
}

#FRAME_CART #cartList li p {
  color: #FFF;
  text-align: center;
  padding-top: 5px;
  font-size: 95%;
  color: #c7c7c7;
}

#FRAME_CART #cartList li.noPhoto {
  opacity: 1 !important;
}

#FRAME_CART #cartList li.noPhoto::before {
  content: normal;
}

#FRAME_CART #cartList li.noPhoto div {
  position: relative;
  height: 31vw;
  margin-bottom: 10px;
  background: url(../img/nophoto.png) no-repeat center center #2c2c2c !important;
  background-size: 70% auto !important;
  border-radius: 10px;
}

@media screen and (min-width: 1060px) {
  #FRAME_CART #cartList li::before,
  #FRAME_CART #cartList li div.inner,
  #FRAME_CART #cartList li.noPhoto div {
    height: 310.4px;
  }
}

#FRAME_CART #submit_section a {
  cursor: pointer;
}

#FRAME_CART #submit_button {
  pointer-events: none;
  opacity: 0.3;
  max-width: 600px;
  margin: 0 auto;
}

#FRAME_CART #submit_button a {
  width: 100%;
  max-width: 100%;
}

#FRAME_CART #submit_button.enable {
  opacity: 1;
  pointer-events: auto;
}

.caleditor_layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 501;
}

.caleditor_layer .cartain {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.caleditor_layer .calEditor {
  position: absolute;
  width: 100%;
  height: 185px;
  left: 0;
  bottom: 0;
  animation: show 0.5s ease 0;
  background: #090909;
  color: #fff;
}

.caleditor_layer .calEditor .title {
  text-align: center;
  padding: 2em;
}

.caleditor_layer .calEditor .leftBtn, .caleditor_layer .calEditor .rightBtn {
  position: absolute;
  width: 5%;
  height: 120px;
  bottom: 0px;
  background: #2ce63c;
}

.caleditor_layer .calEditor .leftBtn {
  left: 0px;
  background: url(../img/arrow_01_return.png) no-repeat center center #fd01b0;
  background-size: 30% auto;
}

.caleditor_layer .calEditor .rightBtn {
  right: 0px;
  background: url(../img/arrow_01.png) no-repeat center center #fd01b0;
  background-size: 30% auto;
}

.caleditor_layer .calEditor .container {
  background: #404040;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  bottom: 0px;
  -webkit-overflow-scrolling: touch;
}

.caleditor_layer .calEditor .container .slider {
  transition: transform 500ms;
  padding-right: 5%;
  height: 100px;
  position: relative;
}

.caleditor_layer .calEditor .container .slider li {
  position: absolute;
  left: 0;
  top: 10px;
}

.caleditor_layer .calEditor .container .slider li a {
  text-align: center;
  background: #FFF;
  border-radius: 5px;
  display: block;
  padding: 1em 0;
  color: #d744a6;
  font-size: 80%;
  line-height: 1.4;
  box-sizing: border-box;
}

.caleditor_layer .calEditor .container .slider li a img {
  width: 100%;
}

.caleditor_layer .calEditor .container .slider li a.selected {
  opacity: 0.3;
}

.caleditor_layer .calEditor .container .slider li a.thisItem {
  border: 2px solid #FFF;
  box-sizing: border-box;
}

.caleditor_layer .calEditor .container .slider li a:hover {
  background: #d744a6;
  color: #FFF;
}

.caleditor_layer .calEditor.hide {
  animation: hide 0.2s ease-out 0 forwards;
}

@keyframes show {
  0% {
    transform: translate3d(0, 200px, 0);
  }
  100% {
    transform: translate3d(0, 0vh, 0);
  }
}

@keyframes hide {
  0% {
    transform: translate3d(0, 0vh, 0);
  }
  100% {
    transform: translate3d(0, 200px, 0);
  }
}

/*======ダイアログウィンドウ関連=======*/
.dialog {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}

.dialog .container {
  background: #FFF;
  width: 80%;
  padding: 18px;
  border-radius: 6px;
  max-width: 800px;
  border: 2px solid #ff00b1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.dialog .container h2 {
  text-align: center;
  padding-bottom: 1em;
  line-height: 140%;
}

.dialog .container .message_text {
  font-size: 90%;
  line-height: 140%;
  color: #949494;
}

.dialog .container .message_text img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.dialog .container .dialog_button_container {
  margin: 1em auto 0;
}

.dialog .container .dialog_button_container a,
.dialog .container .dialog_button_container input {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #465b6e url("../img/close_01.png") 15px 50% no-repeat;
  background-size: 12px auto;
  border: none;
  border-radius: 4px;
  transition: opacity 0.6s;
}

.dialog .container .dialog_button_container a:hover,
.dialog .container .dialog_button_container input:hover {
  opacity: 0.7;
}

.dialog .container .dialog_button_container a + a,
.dialog .container .dialog_button_container a + input,
.dialog .container .dialog_button_container input + a,
.dialog .container .dialog_button_container input + input {
  margin-top: 15px;
}

/*======#FRAME_HISTORY関連=======*/
#FRAME_HISTORY h2 {
  text-align: center;
  padding: 2em 0 1em;
  font-size: 180%;
  font-weight: bold;
  margin-top: 113px;
  margin-bottom: 20px;
}

#FRAME_HISTORY h2 span {
  color: #f700ae;
}

#FRAME_HISTORY .faq_toggle_area {
  width: 94%;
  margin: 0 auto 15px;
  max-width: 1000px;
  padding: 0 1.4em;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

#FRAME_HISTORY #faqAll {
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  background: #656565;
  color: #fff;
  font-size: 80%;
  transition: 0.3s;
}

#FRAME_HISTORY #faqAll.on {
  background: #f700ae;
}

#FRAME_HISTORY .faq_wrap {
  width: 94%;
  margin: 0 auto;
  max-width: 1000px;
}

#FRAME_HISTORY .faq_wrap .faq_block {
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 1.4em;
  line-height: 150%;
  margin-bottom: 3em;
  border-radius: 6px;
}

#FRAME_HISTORY .faq_wrap .faq_block ul li {
  border-top: dotted 1px #d7d7d7;
  padding-bottom: 1.2em;
}

#FRAME_HISTORY .faq_wrap .faq_block ul li ._Q {
  font-weight: bold;
  padding: 1.2em 0 0.2em 8%;
  font-size: 110%;
  cursor: pointer;
  position: relative;
}

#FRAME_HISTORY .faq_wrap .faq_block ul li ._Q:before {
  content: '';
  background: url(../img/toggle.gif) no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  left: 0px;
  position: absolute;
}

#FRAME_HISTORY .faq_wrap .faq_block ul li ._Q.on:before {
  background: url(../img/toggle_close.gif) no-repeat;
  background-size: 100% 100%;
}

#FRAME_HISTORY .faq_wrap .faq_block ul li ._A {
  padding-left: 0em;
  display: none;
  color: #fd01b0;
}

#FRAME_HISTORY .faq_wrap .faq_block ul li ._A.on {
  display: block;
}

#FRAME_HISTORY .faq_wrap .faq_block ul li h4 {
  padding: 1em 0 0.5em;
  color: #323232;
}

#FRAME_HISTORY .faq_wrap .faq_block h3 {
  font-size: 130%;
  padding-bottom: 0.5em;
  color: #fd01b0;
}

@media screen and (min-width: 768px) {
  #FRAME_HISTORY .faq_toggle_area {
    margin: 0 auto 0;
    padding: 0 4em;
  }
  #FRAME_HISTORY .faq_wrap .row_wrap {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 2em;
    line-height: 150%;
    margin-bottom: 3em;
  }
  #FRAME_HISTORY h2 {
    margin-top: 90px;
  }
}

#FRAME_HISTORY .history_discription {
  max-width: 1000px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
  padding-top: 2em;
  color: #333;
  line-height: 140%;
}

#FRAME_HISTORY .history_discription a {
  margin-top: 1em;
}

#FRAME_HISTORY .history_discription span.underline {
  display: block;
  text-decoration: underline;
}

#FRAME_HISTORY .history_discription span.atention {
  display: block;
  color: #f700ae;
  padding-top: 0.5em;
}

@media screen and (min-width: 1060px) {
  #FRAME_HISTORY .history_discription {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  #FRAME_HISTORY .history_discription h2 {
    font-size: 200%;
  }
}

#FRAME_HISTORY #history_container dl {
  margin: 0 auto 1px auto;
  max-width: 1000px;
  border-bottom: 1px solid #ccc;
}

#FRAME_HISTORY #history_container dl:first-child {
  border-top: 1px solid #ccc;
}

#FRAME_HISTORY #history_container dt {
  padding: 1.5em;
  position: relative;
  cursor: pointer;
}

#FRAME_HISTORY #history_container dt span {
  display: block;
  float: left;
  box-sizing: border-box;
}

#FRAME_HISTORY #history_container dt span.ordr_date {
  width: 60%;
  padding-left: 30px;
}

#FRAME_HISTORY #history_container dt span.ordr_quantity {
  width: 40%;
  text-align: right;
}

#FRAME_HISTORY #history_container dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 13px;
  height: 8px;
  margin-top: -4px;
  background: url("../img/arrow_02.png") no-repeat;
  background-size: 13px auto;
}

#FRAME_HISTORY #history_container dd {
  display: none;
  padding: 1.5em 2%;
  color: #999;
  text-align: center;
  background: #000;
}

#FRAME_HISTORY #history_container dd .emailContainer {
  padding: 1em;
  text-align: left;
}

#FRAME_HISTORY #history_container dd .emailContainer p {
  line-height: 100%;
}

#FRAME_HISTORY #history_container dd .emailContainer p img {
  width: 20px;
  vertical-align: bottom;
  margin-right: 0.5em;
  margin-top: 1em;
}

#FRAME_HISTORY #history_container dd .emailContainer a {
  color: #FFF;
}

#FRAME_HISTORY #history_container dd .btn_container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#FRAME_HISTORY #history_container dd .btn_container a {
  background: #fa06af;
  color: #FFF;
  padding: 1em 1em;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
}

#FRAME_HISTORY #history_container dd .btn_container a.remail {
  width: 100%;
  position: relative;
  padding: 1em;
  margin: 0 auto 1em auto;
  display: block;
}

#FRAME_HISTORY #history_container dd .btn_container a.remail:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/repeat_icon.png) no-repeat left 15px center;
  left: 0px;
  top: 0px;
  background-size: auto 50%;
}

#FRAME_HISTORY #history_container dd .btn_container a.get_status {
  width: 65%;
  margin-right: 5%;
  display: inline-block;
}

#FRAME_HISTORY #history_container dd .btn_container a.del {
  width: 30%;
  background: #5c5c5c;
  display: inline-block;
}

#FRAME_HISTORY #history_container dl.show dd {
  display: block;
}

#FRAME_HISTORY #history_container dl.show dt:before {
  transform: rotate(180deg);
}

#FRAME_HISTORY .history_photoList li {
  position: relative;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  color: #999;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#FRAME_HISTORY .history_photoList li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 31vw;
  background: #262626;
  border-radius: 10px;
}

#FRAME_HISTORY .history_photoList li .inner {
  height: 31vw;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#FRAME_HISTORY .history_photoList li .inner .icon_container {
  width: 100%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-align: right;
}

#FRAME_HISTORY .history_photoList li .inner .icon_container .set_img {
  margin-right: 8px;
}

#FRAME_HISTORY .history_photoList li .inner .icon_container img {
  width: 15%;
  max-width: 30px;
}

#FRAME_HISTORY .history_photoList li .inner.designImage {
  position: absolute;
  width: 100%;
  height: 31vw;
  background-position: center center;
  background-size: contain;
  z-index: 1;
}

#FRAME_HISTORY .history_photoList li li:nth-child(3n) {
  margin-right: 0px;
}

#FRAME_HISTORY .history_photoList li p {
  color: #FFF;
  text-align: center;
  padding-top: 5px;
  font-size: 95%;
  color: #c7c7c7;
}

#FRAME_HISTORY .history_photoList li:nth-child(3n) {
  /*スマホ*/
  margin-right: 0px;
}

@media screen and (min-width: 1060px) {
  #FRAME_HISTORY .history_photoList li::before {
    height: 307.2px;
  }
  #FRAME_HISTORY .history_photoList li div.inner, #FRAME_HISTORY .history_photoList li div.inner.designImage {
    height: 307.2px;
  }
}

#email_section {
  margin-bottom: 30px;
}

/*======セレクトインジケーター関連=======*/
#select_indicater {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

#select_indicater #select_indicater_noFrag, #select_indicater #select_indicater_success, #select_indicater #select_indicater_max {
  opacity: 0;
  transition: 1s;
  position: absolute;
  top: 200px;
  width: 100%;
  line-height: 150%;
}

#select_indicater #select_indicater_noFrag div, #select_indicater #select_indicater_success div, #select_indicater #select_indicater_max div {
  background: rgba(0, 0, 0, 0.7);
  width: 80%;
  text-align: center;
  color: #FFF;
  border-radius: 6px;
  border: 1px solid #FFF;
  margin: 0 auto;
  padding: 25px 0;
}

#select_indicater #select_indicater_noFrag div h2, #select_indicater #select_indicater_success div h2, #select_indicater #select_indicater_max div h2 {
  font-size: 140%;
  padding-bottom: 0.5em;
}

#select_indicater #select_indicater_noFrag div > span, #select_indicater #select_indicater_success div > span, #select_indicater #select_indicater_max div > span {
  color: #CCC;
}

#select_indicater #select_indicater_noFrag div .selected, #select_indicater #select_indicater_success div .selected, #select_indicater #select_indicater_max div .selected {
  color: #FFF;
  font-weight: bold;
}

#select_indicater #select_indicater_noFrag div .more_btn, #select_indicater #select_indicater_success div .more_btn, #select_indicater #select_indicater_max div .more_btn {
  font-size: 160%;
  margin-top: 1em;
  position: relative;
  pointer-events: none;
}

#select_indicater #select_indicater_noFrag div .more_btn:after, #select_indicater #select_indicater_success div .more_btn:after, #select_indicater #select_indicater_max div .more_btn:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/delta_r.svg) no-repeat center;
  background-size: 40% auto;
  position: absolute;
  top: 50%;
  transform: translate3d(15px, -50%, 0);
}

#select_indicater #select_indicater_noFrag div.oder_btn, #select_indicater #select_indicater_success div.oder_btn, #select_indicater #select_indicater_max div.oder_btn {
  pointer-events: none;
}

#select_indicater #select_indicater_success > div {
  margin-bottom: 10px;
}

#select_indicater #select_indicater_success > div.pink {
  background: rgba(250, 6, 175, 0.6);
}

#select_indicater #select_indicater_success > div .more_btn {
  margin-top: 0;
  margin-bottom: 0.4em;
}

#select_indicater.enable_noFrag #select_indicater_success {
  opacity: 1;
  transition: 1s;
}

#select_indicater.enable_noFrag #select_indicater_success div .more_btn {
  pointer-events: auto;
}

#select_indicater.enable_noFrag #select_indicater_success div.oder_btn {
  pointer-events: auto;
}

#select_indicater.enable_noFrag #select_indicater_success #select_indicater_noFrag {
  display: none;
}

#select_indicater.enable_noFrag #select_indicater_success #select_indicater_max {
  display: none;
}

#select_indicater.enable_success #select_indicater_noFrag {
  opacity: 1;
  transition: 1s;
}

#select_indicater.enable_success #select_indicater_noFrag div .more_btn {
  pointer-events: auto;
}

#select_indicater.enable_success #select_indicater_success {
  display: none;
}

#select_indicater.enable_success #select_indicater_max {
  display: none;
}

#select_indicater.enable_max #select_indicater_max {
  opacity: 1;
  transition: 1s;
  pointer-events: all;
}

#select_indicater.enable_max #select_indicater_max div .more_btn {
  pointer-events: auto;
}

#select_indicater.enable_max #select_indicater_noFrag {
  display: none;
}

#select_indicater.enable_max #select_indicater_success {
  display: none;
}

/*======アコーディオン関連=======*/
.toggle_container .toggle_contents {
  opacity: 0;
  height: 1px;
  transition: 500ms;
  overflow: hidden;
}

.toggle_container.show .toggle_contents {
  opacity: 1;
  height: auto;
  transition: 500ms;
}

/*======ローディング関連=======*/
#loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  opacity: 0;
  transition: 300ms;
}

#loading > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFF;
  text-align: center;
}

#loading > div img.icon {
  width: 100%;
  margin-bottom: 2em;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loading.show {
  opacity: 1;
  transition: 300ms;
}

/*======#tutorial関連=======*/
#tutorial {
  pointer-events: none;
  opacity: 0;
  transition: 300ms;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: white;
  left: 0px;
  top: 0px;
}

#tutorial p {
  text-align: center;
}

#tutorial #tutorial_inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  background: #eacaca;
  overflow: hidden;
}

#tutorial #tutorial_inner #tutorial_slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

#tutorial #tutorial_inner #tutorial_slider li {
  width: 100%;
  border: 1px solid #FFF;
  box-sizing: border-box;
  position: absolute;
}

#tutorial #tutorial_inner #tutorial_slider li img {
  width: 100%;
  pointer-events: none;
}

#tutorial #tutorial_round_btn {
  text-align: center;
  padding: 15px 0;
}

#tutorial #tutorial_round_btn li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #e5e5e5;
}

#tutorial #tutorial_round_btn li.active {
  background: #8f8f8f;
}

#tutorial .toggle_switch {
  display: inline-block;
  vertical-align: middle;
}

#tutorial .sw {
  text-align: center;
  padding: 20px 0;
}

#tutorial.active {
  z-index: 99999;
  opacity: 1;
  pointer-events: all;
}

/*======#toggle_switch関連=======*/
.toggle_switch {
  border: 1px solid #acacac;
  width: 60px;
  padding: 1px;
  background: #d7d7d7;
  height: 30px;
  border-radius: 15px;
}

.toggle_switch a {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #FFF;
  display: block;
  transform: translate3d(0px, 0, 0);
  transition: 300ms ease-in-out;
}

.toggle_switch.on {
  background: #00cf65;
  border: 1px solid #FFF;
}

.toggle_switch.on a {
  transform: translate3d(30px, 0, 0);
  transition: 300ms ease-in-out;
}

/*======email_フォーム=======*/
#serial_form_home, #serialTest_eid {
  width: calc(100% - 40px);
  position: relative;
  display: inline-block;
  background: #FFF;
  padding: 15px;
  border: 2px solid #eee;
  border-radius: 0;
  font-size: 18px;
  color: #333;
  box-sizing: border-box;
  outline: 0;
}

#serial_section {
  margin-bottom: 20px;
}

#serial_section > div {
  padding-bottom: 20px !important;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #serial_error_cart {
    text-align: left;
  }
}

.sirial_done_code label:after {
  content: url("../../../ec/assets/itemcheck_on.png") !important;
  width: 23px;
  right: 5px;
  transform: none;
  border-left: none;
  pointer-events: inherit;
}

.sirial_done_code label span {
  width: calc(100% - 40px);
  border: 2px solid #eee;
  padding: 15px;
  display: inline-block;
  font-size: 18px;
  color: #333;
  box-sizing: border-box;
  outline: 0;
}

.sirial_done {
  margin-bottom: 15px;
}

#serial_form_home_submit, #serial_form_submit {
  opacity: 0.3;
  pointer-events: none;
}

#serial_form_home_submit.check, #serial_form_submit.check {
  opacity: 1;
  pointer-events: all;
}

#serial_form_home_submit.disabled, #serial_form_submit.disabled {
  pointer-events: none !important;
  background: #525252 !important;
}

.email_checkout label, .setlist_checkout label, .serial_checkout label {
  position: relative;
  display: block;
  height: 100%;
}

.email_checkout label:after, .setlist_checkout label:after, .serial_checkout label:after {
  position: absolute;
  width: 61px;
  height: 100%;
  display: block;
  content: "▲";
  right: 0;
  line-height: 61px;
  top: 0;
  bottom: 0;
  font-size: 26px;
  text-align: center;
  transform: rotateX(180deg);
  border-left: 2px solid #eee;
  pointer-events: none;
}

.email_checkout label:after, .setlist_checkout label:after, .serial_checkout label:after {
  content: url("../../../ec/assets/itemcheck_off.png");
  width: 23px;
  right: 5px;
  transform: none;
  border-left: none;
  pointer-events: inherit;
}

.email_checkout label.check:after, .setlist_checkout label.check:after, .serial_checkout label.check:after {
  content: url("../../../ec/assets/itemcheck_on.png");
}

.email_checkout label input, .setlist_checkout label input, .serial_checkout label input {
  width: calc(100% - 40px);
  position: relative;
  display: inline-block;
  background: #FFF;
  padding: 15px;
  border: 2px solid #eee;
  border-radius: 0;
  font-size: 18px;
  color: #333;
  box-sizing: border-box;
  outline: 0;
}

.email_checkout label input:-moz-placeholder-shown, .setlist_checkout label input:-moz-placeholder-shown, .serial_checkout label input:-moz-placeholder-shown {
  color: #ccc;
}

.email_checkout label input:placeholder-shown, .setlist_checkout label input:placeholder-shown, .serial_checkout label input:placeholder-shown {
  color: #ccc;
}

.email_checkout label input::-webkit-input-placeholder, .setlist_checkout label input::-webkit-input-placeholder, .serial_checkout label input::-webkit-input-placeholder {
  color: #ccc;
}

.email_checkout label input:-moz-placeholder, .setlist_checkout label input:-moz-placeholder, .serial_checkout label input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.email_checkout label input::-moz-placeholder, .setlist_checkout label input::-moz-placeholder, .serial_checkout label input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.email_checkout label input:-ms-input-placeholder, .setlist_checkout label input:-ms-input-placeholder, .serial_checkout label input:-ms-input-placeholder {
  color: #ccc;
}

.footer_space {
  height: 100px;
}

footer {
  background: #000;
  color: #FFF;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: 0px;
  display: none;
  line-height: 150%;
}

footer.show {
  display: block;
}

#tagsBtn, #layoutBtn {
  color: #fff;
  position: fixed;
  left: 0px;
  bottom: 50px;
  z-index: 499;
  cursor: pointer;
  width: 50px;
}

#tagsBtn img, #layoutBtn img {
  width: 100%;
}

#layoutBtn {
  bottom: 180px;
}

.tagsPage {
  padding: 0 0 35px;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.tagsPage h3 {
  margin-top: 35px;
  color: #e4338c;
  font-size: 120%;
}

.tagsPage .protBorder {
  margin: 15px auto 25px;
  padding: 15px 0;
  border-radius: 8px;
}

.tagsPage .tagListArea > li {
  line-height: 1;
  padding: 20px 20px 0 20px;
}

.tagsPage .tagListArea > li:first-child {
  border-top: 1px solid #ccc;
}

.tagsPage .tagListArea > li .name, .tagsPage .tagListArea > li .selectTags {
  padding-top: 2px;
}

.tagsPage .tagListArea > li .name {
  margin: 5px 0 10px;
  font-size: 110%;
  color: #444;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 50%;
}

.tagsPage .tagListArea > li .selectTags {
  color: #111;
  border-radius: 5px;
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 0;
}

.tagsPage .tagListArea > li .selectTags span {
  color: #e4338c;
  margin: 5px 0 5px 10px;
  display: inline;
}

.tagsPage .tagListArea > li .selectTags li {
  background: #fff;
  padding: 8px 20px 7px;
  border-radius: 45px;
  margin-right: 5px;
  margin-bottom: 10px;
  line-height: 1;
  border: 2px solid #ededed;
  cursor: pointer;
}

.tagsPage .tagListArea > li .selectTags li.on {
  background: #e4338c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .tagsPage .tagListArea > li .selectTags span:nth-child(n + 4) {
    display: none;
  }
  .tagsPage .tagListArea > li .selectTags span.threeDot {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) {
  .tagsPage .tagListArea > li {
    transition: 0.3s;
    background: #fff;
  }
  .tagsPage .tagListArea > li .selectTags span.threeDot {
    display: none !important;
  }
}

.tagsPage .tagSelectUI {
  position: fixed;
  overflow: auto;
  box-sizing: border-box;
  padding-bottom: 20px;
  width: 100%;
  height: 92%;
  top: 8%;
  left: 100%;
  transition: left 0.6s;
  background: #fff;
}

.tagsPage .tagSelectUI .tagWrap {
  max-width: 980px;
  margin: 0 auto;
}

.tagsPage .tagSelectUI .tagName {
  margin-bottom: 20px;
}

.tagsPage .tagSelectUI.active {
  left: 0;
}

.tagsPage .tagSelectUI .tagName {
  position: relative;
  margin-bottom: 30px;
}

.tagsPage .tagSelectUI .tagName .close {
  position: absolute;
  left: 14px;
  top: -7px;
  width: 30px;
  height: 30px;
}

.tagsPage .tagSelectUI .tagName .close:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.tagsPage .tagSelectUI .tagName .close:after {
  content: '戻る';
  position: absolute;
  width: 60px;
  font-weight: normal;
  color: #6b6b6b;
  font-size: 85%;
  top: 10px;
}

.tagsPage .tagSelectUI .taglist li {
  font-size: 110%;
  text-align: left;
  line-height: 1;
  display: inline-block;
  padding: 0.3em 0.7em;
  cursor: pointer;
  position: relative;
}

.tagsPage .tagSelectUI .taglist li:first-child {
  border-top: 1px solid #ccc;
}

.tagsPage .tagSelectUI .taglist li.on {
  color: #e4338c;
}

.tagsPage .tagSelectUI .taglist li.on:after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../../ec/assets/itemcheck_on.png") no-repeat center;
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

@media screen and (min-width: 768px) {
  .tagsPage .tagSelectUI .taglist li {
    transition: 0.3s;
    background: #fff;
  }
  .tagsPage .tagSelectUI .taglist li:hover {
    background: #efefef;
  }
}

.tagsPage .tagProtArea {
  display: flex;
  flex-wrap: wrap;
}

.tagsPage .tagProtArea li {
  border-radius: 25px;
  color: #fa08af;
  background: #fff;
  box-sizing: border-box;
  border: #eeeeee solid 4px;
  margin: 7px 3px;
  padding: 5px 14px;
  cursor: pointer;
}

.tagsPage .tagProtArea li.active {
  background: #e4338c;
  color: #fff;
}

.tagsPage .layoutProtArea {
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tagsPage .layoutProtArea li {
  width: 85px;
  cursor: pointer;
}

.tagsPage .layoutProtArea li em {
  background: #eeeeee;
}

.tagsPage .layoutProtArea li p {
  margin-top: 14px;
  color: #eeeeee;
}

.tagsPage .layoutProtArea li.active em {
  background: #e4338c;
}

.tagsPage .layoutProtArea li.active p {
  color: #e4338c;
}

.tagsPage .layoutProtArea #lag > div, .tagsPage .layoutProtArea #mid > div, .tagsPage .layoutProtArea #sml > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tagsPage .layoutProtArea #lag em {
  width: 85px;
  height: 85px;
}

.tagsPage .layoutProtArea #mid em {
  width: 40px;
  height: 40px;
}

.tagsPage .layoutProtArea #mid em:first-child {
  margin-bottom: 5px;
}

.tagsPage .layoutProtArea #sml em {
  width: 25px;
  height: 25px;
}

.tagsPage .layoutProtArea #sml em:first-child, .tagsPage .layoutProtArea #sml em:nth-child(4) {
  margin-bottom: 5px;
}

.tagsPage #tagRelease, .tagsPage .listRelease, .tagsPage #tagsPageClose, .tagsPage .listPageClose {
  max-width: 320px;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  border: #eeeeee solid 4px;
  margin: 5px auto;
  padding: 8px 14px;
  cursor: pointer;
}

.tagsPage #tagRelease, .tagsPage .listRelease {
  margin: 10px auto 5px;
  background: #488bc7;
}

.tagsPage #tagsPageClose, .tagsPage #listPageClose {
  background: #e4338c;
}

/*===============================*/
/*======      PC          =======*/
/*===============================*/
@media screen and (min-width: 768px) {
  #layoutBtn {
    display: none !important;
  }
  .layout_setting {
    display: none;
  }
  #tagsBtn {
    width: 50px;
    bottom: 100px;
  }
  #layoutBtn {
    width: 50px;
    bottom: 230px;
  }
  .more_category {
    border-top: 1px solid #d1d1d1;
  }
  #kv_pc {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  #kv_sp {
    display: none;
  }
  #FRAME_SERVICE .top_margin {
    margin-top: 80px;
  }
  header {
    background: #FFF;
    padding-top: 6px;
    height: 70px;
    border-top: 3px solid #000;
    position: fixed;
    width: 100%;
    z-index: 101;
    transition: 200ms;
    transform: translate3d(0, 0, 0);
  }
  header.show {
    transform: translate3d(0, 0px, 0);
  }
  header h1 {
    position: absolute;
    left: 2%;
    width: auto;
    padding-left: 0px;
    top: 10px;
  }
  header h1 img {
    height: 40px;
    margin-top: 0px;
  }
  header #btn_config {
    position: absolute;
    right: 20px;
    top: 25px;
    height: 100%;
    width: 40px;
    cursor: pointer;
  }
  header #navi {
    border-top: none;
    width: 40%;
    background: #FFF;
    max-width: 600px;
    position: absolute;
    right: 68px;
    top: 15px;
    left: inherit;
    min-width: 400px;
  }
  header #navi ul {
    position: relative;
    max-width: 1000px;
    width: 96%;
  }
  header #navi ul li {
    cursor: pointer;
    border-left: 1px solid #ececec;
    box-sizing: border-box;
    font-size: 90%;
    float: left;
    width: 25%;
    text-align: center;
    padding: 18px 0 8px;
    height: 50px;
  }
  header #navi ul li.on {
    font-weight: bold;
  }
  header #navi ul li:last-child {
    border-right: 1px solid #ececec;
  }
  header #navi .swipBg_container {
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    background: #FFF;
    height: 2px;
    left: 0% !important;
  }
  header #navi .swipBg {
    background: linear-gradient(-90deg, rgba(250, 8, 175, 0) 3%, #FA08AF 3%, #FA08AF 97%, rgba(250, 8, 175, 0) 97%) !important;
    width: 25%;
    height: 1px;
    top: 0px;
    position: absolute;
    z-index: 49;
    transform: translate3d(0px, 0px, 0px);
    transition: 300ms;
  }
  header #navi.window_0 .swipBg {
    transform: translate3d(0px, 0px, 0px);
    transition: 300ms;
  }
  header #navi.window_0 #send_service a {
    font-weight: bold;
  }
  header #navi.window_1 .swipBg {
    transform: translate3d(0%, 0px, 0px);
    transition: 300ms;
  }
  header #navi.window_1 #send_lineup a {
    font-weight: bold;
  }
  header #navi.window_2 .swipBg {
    transform: translate3d(100%, 0px, 0px);
    transition: 300ms;
  }
  header #navi.window_2 #send_media a {
    font-weight: bold;
  }
  header #navi.window_3 .swipBg {
    transform: translate3d(200%, 0px, 0px);
    transition: 300ms;
  }
  header #navi.window_3 #send_favorite a {
    font-weight: bold;
  }
  header #navi.window_4 .swipBg {
    transform: translate3d(300%, 0px, 0px);
    transition: 300ms;
  }
  header #navi.window_4 #send_history a {
    font-weight: bold;
  }
  #tutorial #tutorial_inner {
    margin-top: 30px;
  }
  #photoList {
    max-width: none;
    margin: 80px auto;
    padding-top: 30px;
    width: 96%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #photoList:before, #photoList:after {
    order: 2;
    content: "";
    display: block;
    width: 32%;
  }
  #photoList li {
    width: 32%;
    float: left;
    margin: 0;
    background: none;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    min-height: none;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 2%;
    border-radius: 5px;
    overflow: hidden;
  }
  #photoList li .img_container {
    overflow: hidden;
    height: 20.09vw;
    background: #eaeaea;
    cursor: pointer;
  }
  #photoList li .img_container .selected_splash {
    font-size: 22px !important;
  }
  #photoList li .img_container .selected_splash img {
    width: 12%;
    margin-top: 10% !important;
  }
  #photoList li .img_container .selected_splash.abs img {
    width: 12%;
    margin-top: 0% !important;
  }
  #photoList li .img_container img.main {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #photoList .iconContainer {
    margin-top: 1px;
  }
  /*======photo_modal 写真モーダル(PC)=======*/
  .photo_modal .leftBtn:hover, .photo_modal .rightBtn:hover {
    cursor: pointer;
  }
  .photo_modal .leftBtn {
    display: block;
  }
  .photo_modal .rightBtn {
    display: block;
  }
  .photo_modal .photoInner {
    width: 55vw;
    height: 35vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -55%, 0);
  }
  .photo_modal .photoInner .photoSlider {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .photo_modal .photoInner .photoSlider li {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .photo_modal .photoInner .photoSlider li img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0%, 0);
    transition: none;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .photo_modal .ui_container {
    height: 80px;
  }
  .photo_modal .ui_container img {
    height: 60%;
    margin-top: 10px;
    cursor: pointer;
  }
  .photo_modal .closeBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 104;
    width: 30px;
  }
  .photo_modal .closeBtn img {
    width: 100%;
  }
  .photo_modal #sns_buttons {
    position: fixed;
    width: 100%;
    text-align: center;
    max-width: 250px;
    left: 50%;
    bottom: 120px;
    opacity: 0;
    pointer-events: none;
    transition: 300ms;
    transform: translate3d(-50%, 0, 0) !important;
  }
  .photo_modal #sns_buttons div {
    float: left;
    width: 33%;
    text-align: center;
  }
  .photo_modal #sns_buttons div a img {
    width: 70%;
  }
  .photo_modal #sns_buttons.show {
    opacity: 1;
    pointer-events: all;
  }
  /*======アコーディオン関連=======*/
  .toggle_container.pc_show .toggle_contents {
    opacity: 1;
    height: auto;
    transition: 500ms;
  }
  .faq .inner {
    padding: 30px 2% 60px;
  }
  .main2 {
    width: 100% !important;
    opacity: 0 !important;
    transition: 100ms !important;
  }
  #FRAME_LINEUP #lists {
    margin-left: auto;
    margin-right: auto;
  }
  #FRAME_LINEUP #lists span.image {
    width: 7% !important;
  }
  #FRAME_LINEUP #lists span.txt {
    margin-left: 2% !important;
  }
  #FRAME_LINEUP #lists dl {
    border: 1px solid #d1d1d1;
    margin-bottom: 30px;
  }
  #FRAME_LINEUP #lists dl dt {
    min-height: 80px;
    background: #FFF;
    position: relative;
  }
  #FRAME_LINEUP #lists dl dt:last-child {
    border-bottom: none;
  }
  #FRAME_LINEUP #lists dl dt div.pc {
    display: block;
  }
  #FRAME_LINEUP #lists dl dt div img {
    width: 100%;
  }
  #FRAME_LINEUP #lists dl dt div h3 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 60px 2%;
    background: #f9f9f9;
    display: block;
    transform: none;
    font-size: 130%;
  }
  #FRAME_LINEUP #lists dl dd ul li:last-child {
    border-bottom: none;
  }
}

#loadWindow_loader {
  height: 80vh;
  width: 96%;
  margin: 20px auto 0 auto;
  overflow: scroll;
  overflow-x: hidden;
  background: #FFF;
  border-radius: 8px;
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

#submit_button a.before, #submit_button a.after {
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
  padding: 14px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  background: #525252;
  opacity: 1;
}

/*----ADD----*/
/*----ADD----*/
@media screen and (min-width: 1400px) {
  #photoList {
    margin: 80px auto;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #photoList:before, #photoList:after {
    order: 2;
    content: "";
    display: block;
    width: 24%;
  }
  #photoList li {
    width: 24%;
    float: left;
    margin: 0;
    background: none;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding-bottom: 0px;
    margin-bottom: 2%;
    border-radius: 5px;
    overflow: hidden;
  }
  #photoList li .img_container {
    overflow: hidden;
    height: 15.12vw;
    background: #eaeaea;
  }
  #photoList li .img_container img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
  #photoList .iconContainer {
    margin-top: 1px;
  }
  .numberButton_img, .setlistButton_img {
    width: 25px !important;
    height: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  #photoList {
    padding: 20px 2% 0;
  }
  #photoList:not(.rows_two):not(.rows_three) .photolist.on_cart .img_container .selected_splash.duplicate {
    letter-spacing: 1px;
  }
  #photoList:not(.rows_two):not(.rows_three) .photolist.on_cart .img_container .selected_splash.duplicate p {
    top: 37vw;
    font-size: 10vw;
  }
  #photoList:not(.rows_two):not(.rows_three) .photolist .img_container .counter {
    top: 38%;
    font-size: 30vw;
  }
  #photoList:not(.rows_two):not(.rows_three) .photolist .img_container .dup_plus, #photoList:not(.rows_two):not(.rows_three) .photolist .img_container .dup_min {
    top: 91vw;
    width: 60px;
    height: 60px;
  }
  #photoList:not(.rows_two):not(.rows_three) .photolist .img_container .dup_plus {
    left: calc(50% - 45px);
  }
  #photoList:not(.rows_two):not(.rows_three) .photolist .img_container .dup_min {
    left: calc(50% + 45px);
  }
  #photoList.rows_two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #photoList.rows_two:before {
    content: "";
    order: 2;
    width: 48%;
    margin: 0 1%;
  }
  #photoList.rows_two:after {
    content: none;
  }
  #photoList.rows_two .photolist {
    width: 48%;
    margin: 0 1%;
    background: none;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    min-height: none;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 2%;
    border-radius: 5px;
    overflow: hidden;
  }
  #photoList.rows_two .photolist .img_container {
    overflow: hidden;
    height: 40vw;
    background: #eaeaea;
  }
  #photoList.rows_two .photolist .img_container .selected_splash {
    font-size: 16px;
  }
  #photoList.rows_two .photolist .img_container .selected_splash img {
    width: 12%;
    margin-top: 10% !important;
  }
  #photoList.rows_two .photolist .img_container .selected_splash.abs img {
    width: 45px;
    margin-top: 0% !important;
  }
  #photoList.rows_two .photolist .img_container img.main {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #photoList.rows_three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #photoList.rows_three:before {
    content: "";
    order: 2;
    width: 31%;
    margin: 0 1%;
  }
  #photoList.rows_three:after {
    content: none;
  }
  #photoList.rows_three .photolist {
    width: 31%;
    float: left;
    margin: 0 1%;
    background: none;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    min-height: none;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 2%;
    border-radius: 5px;
    overflow: hidden;
  }
  #photoList.rows_three .photolist h2 {
    font-size: 110%;
  }
  #photoList.rows_three .photolist h2 p {
    bottom: -12px;
    top: inherit;
    width: 100%;
    right: inherit;
    text-align: center !important;
  }
  #photoList.rows_three .photolist div.controlBtnContainer .likeBtn {
    width: 40px;
    height: 40px;
  }
  #photoList.rows_three .photolist div.controlBtnContainer .likeBtn img {
    margin-top: 8px;
  }
  #photoList.rows_three .photolist .img_container {
    overflow: hidden;
    height: 32vw;
    background: #eaeaea;
  }
  #photoList.rows_three .photolist .img_container .selected_splash {
    font-size: 14px;
  }
  #photoList.rows_three .photolist .img_container .selected_splash img {
    width: 12%;
    margin-top: 10% !important;
  }
  #photoList.rows_three .photolist .img_container .selected_splash.abs img {
    width: 45px;
    margin-top: 0% !important;
  }
  #photoList.rows_three .photolist .img_container .selected_splash.duplicate p {
    display: none;
  }
  #photoList.rows_three .photolist .img_container .counter {
    display: block;
    top: 20%;
    font-size: 280%;
  }
  #photoList.rows_three .photolist .img_container .dup_plus, #photoList.rows_three .photolist .img_container .dup_min {
    top: 60%;
  }
  #photoList.rows_three .photolist .img_container .dup_plus span:before, #photoList.rows_three .photolist .img_container .dup_plus span:after, #photoList.rows_three .photolist .img_container .dup_min span:before, #photoList.rows_three .photolist .img_container .dup_min span:after {
    width: 40%;
  }
  #photoList.rows_three .photolist .img_container img.main {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

#float_area {
  display: none;
  text-align: center;
  padding: 15px 0 10px 0;
  position: fixed;
  background: #FFF;
  bottom: 0px;
  width: 100%;
  z-index: 100000;
  border-top: #ebebeb 3px solid;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

#float_area .seg_count {
  margin: 0px auto 10px auto;
  font-size: 100%;
  color: #ff1a1a;
  text-align: center;
  line-height: 140%;
}

#float_area #tagRelease, #float_area .listRelease, #float_area #tagsPageClose, #float_area .listPageClose {
  max-width: 320px;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  border: #eeeeee solid 4px;
  margin: 5px auto;
  padding: 8px 14px;
  cursor: pointer;
}

#float_area #tagRelease, #float_area .listRelease {
  margin: 10px auto 5px;
  background: #488bc7;
}

#float_area #tagsPageClose, #float_area #listPageClose {
  background: #e4338c;
}

#float_area #segment {
  max-width: 500px;
  width: 96%;
  margin: 0 auto 0px auto;
  display: flex;
  justify-content: center;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}

#float_area #segment li {
  width: 50%;
  text-align: center;
  border: 2px solid #eee;
}

#float_area #segment li a {
  padding: 10px 10px 10px 20px;
  display: block;
  color: #666;
  background: #fff;
  font-size: 90%;
  position: relative;
}

#float_area #segment li a.on {
  background: #52aa69;
  color: #fff;
}

#float_area #segment li a.on:before {
  content: '';
  position: absolute;
  transform: rotate(-45deg);
  left: 15px;
  top: 7px;
  width: 15px;
  height: 8px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  color: #fff;
}

#float_area #segment li:first-child {
  border-right: none;
}

#float_area.on {
  display: block;
}

#photoLoadingWindow {
  text-align: center;
}

#photoLoadingWindow img {
  transform: scale(1.2);
}

#photoLoadingWindow h2 {
  margin: -50px auto 20px;
  font-size: 180%;
  color: #e4338c;
  text-align: center;
  letter-spacing: 2px;
}

#photoLoadingWindow #progressBar {
  background: #d7d7d7;
  border-radius: 8px;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
}

#photoLoadingWindow #loadedBar {
  background: #e4338c;
  transition: 200ms;
  width: 0;
  transform-origin: left top;
  height: 7px;
}

#photoLoadingWindow #progress {
  font-size: 150%;
  text-align: center;
  color: #e4338c;
  padding-top: 20px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#photoLoadingWindow #progress span {
  font-size: 70%;
}
