div.videostg{display:block;margin:0 8px;}
div.videostg video{max-width:100%; height:auto;}
p.size_guide{padding:8px 20px;}
p.size_guide span{font-weight:bold;}
div.num_num_area{margin:5px 2px 0 0;}
ul.num_num {width:100%;border:1px solid #ddd;display:block;height:40px;}
ul.num_num li{float:left;text-align:-webkit-center;display:block;}
ul li.num_num_left {width:48%;padding:10px 0;}
ul li.num_num_right{width:20%;padding:10px 0;}
ul li.num_num_center{width:20%;padding:4px 0;}
.shares{margin:9px 2px 11px 9px; color:#999;}
.product_explain p.catch{padding:0 8px 22px !important; line-height:1.6;font-size:18px;}
.product_explain p.cont{padding:10px 8px 20px !important; line-height:1.8;}
.product-spec{margin-top:20px; padding:20px; font-size:12px;}
table.product-qa{font-size:12px;}
table.product-qa span.q{color:#007ebe !important;}
table.product-qa span.a{color:#bc5371 !important;}
table.product-detailed{width:100%;height:100%;margin:0 auto;padding:0;}
table.product-detailed th{width:20%;font-weight:normal;padding:8px 0;text-align:left;vertical-align:top;}
table.product-detailed td{padding:8px 0 8px 8px;text-align:left;vertical-align:top;}
/* fitting bar */
ul.fittin{max-width:100%;font-size:75%;padding:0 10px;}
ul.fittin li{display:inline-block;line-height:3.6;margin:0;padding:0;font-size:unset;}
ul.fittin li.name{width:15%;padding:5px 5px 5px 0;}
ul.fittin li.nam{width:14%;color:#777;}
ul.fittin li.pos1{margin-right:8px;}
ul.fittin li.pos2{margin-left:8px;text-align:right;}
ul.fitbar{margin:0;padding:0;}
ul.fitbar li{display:inline-block;}
ul.fitbar li.des{margin:-4px;}
ul.fitbar li.get{margin:0 -4px -7px -4px;border:3px solid #f4dead;background-color:#ed8c72;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.fitbar li.cir{width:10px;height:10px;border-radius:50% !important;}
@media (min-width: 769px) {
ul.fitbar li.lin{width:50px;height:2px;}
}
@media (max-width: 768px) {
ul.fitbar li.lin{width:25px;height:2px;}
}
/*modal*/
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 999999;
    position: fixed;
    width: 98%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 3px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;
    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -ms-overflow-style: none; 
  scrollbar-width: none;
    display: inline-block;
    width: 100%;
    height: 100%;
  font-size:75%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div::-webkit-scrollbar{
  display:none;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    top: 30px;
    right: 3px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}
.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

/*slider*/
.thumbnail-item{margin-right:10px;}
.slick-prev:before, .slick-next:before{content:"" !important;margin:0 10px;}
.slick-prev, .slick-next{top:11px !important;}
.slick-prev{left:-5px !important;}
.slick-next{right:-5px !important;}
.slick-prev:before{
     display: block;
     width: 15px;
     height: 15px;
     border-top: solid 1px #697b91;
     border-right: solid 1px #697b91;
     -webkit-transform: rotate(225deg);
  transform: rotate(225deg);}

.slick-next:before{
       display: block;
     width: 15px;
     height: 15px;
     border-top: solid 1px #697b91;
     border-right: solid 1px #697b91;
     -webkit-transform: rotate(45deg);
  transform: rotate(45deg);}
#thumbnail_slider_item{padding:0 28px !important;}
/* favorite*/
.product__fav-item {right:5px;}
.product__fav-item button {padding:0;cursor: pointer;transition: .2s;color: #999;border: 0;outline: none;  background: transparent;}
.product__fav-item .fav-items {color: #ff7373;}
.product__fav-item svg {width: 18px;height: 18px;vertical-align: -.35em;fill: currentColor;padding:6px;}
/* guide button*/

input[type="checkbox"].on-off{display:none}.acd_option ul{-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;margin:0;padding:0;list-style:none}.acd_option li{padding:5px}input[type="checkbox"].on-off + ul{height:0;overflow:hidden}input[type="checkbox"].on-off:checked + ul{height:100%}
/*select*/
select {margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select.minimal {
  height:40px;
  padding: 3px 0px 0px 8px;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 6px,
    6px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select.minimal:focus {
  background-image:
    linear-gradient(45deg, #bc5371 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #bc5371 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    6px 5px,
    6px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color:#bc5371;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select.minimal_num{border:none;}
select.minimal_num:focus {
  outline: 0;
}
/*color-variation*/
ul.color-variation{margin:20px 0;}
ul.color-variation li{display:inline-block;margin:0 8px;width:16px;height:16px;box-sizing: border-box}
/*color*/
li.S_bsv{background-color:#444}
li.S_wsv{border:1px solid #ddd}
li.S_06G{background-color:#f575a2;}
li.S_0A7{background-color:#c5c910;}
li.S_0A9{background-color:#de8380;}
li.S_0AB{background-color:#cdccd2;}
li.S_310{background-color:#c0c0c0;}
li.S_0B6{background-color:#834b58;}
li.S_06C{background-color:#4b375d;}
li.S_07L{background-color:#95d5bd;}
li.S_07M{background-color:#6760a3;}
li.S_07O{background-color:#45b6c9;}
li.S_04D{background-color:#39414c;}
li.S_08V{background-color:#397fd5;}
li.S_08Y{background-color:#db1723;}
li.S_0C9{background-color:#e77461;}
li.S_0BZ{background-color:#c7f2ed;}
li.S_LBL{background-color:#5f95ac;}
li.S_RED{background-color:#b92e38;}
li.S_PPL{background-color:#643F84;}
li.S_LAV{background-color:#cab8d9;}
li.S_NAV{background-color:#000080;}
li.R_beg{background-color:#e3c1a2}
li.R_BLW{background-color:#013565}
li.R_PLM{background-color:#3cb35f}
li.R_FLA{background-color:#ef4744}
li.R_BLO{background-color:#96bcbf}
li.R_mbw{background-color:#8B616A}
li.B_NGR{background-color:#c5df47}
li.B_GRY{background-color:#b0aba7}
li.S_REP{background-color:#3251a6}
li.S_PTP{background-color:#fc87ed}
li.S_TBR{background-color:#c60488}
li.S_WLN{background-color:#95771b}
li.S_gybk{background-color:#70706f}
li.S_bkbk{background-color:#040404}
li.S_EAC{background-color:#fcbebe}
li.S_FON{background-color:#0b741d}
li.S_TBP{background-color:#e22a3f}
li.S_ORP{background-color:#a506e7}
li.S_HCP{background-color:#f0ae59}
li.S_SAN{background-color:#234bc0}
li.S_CVS{background-color:#bfe4c9}
li.S_BKGY{background-color:#7c7c7c}

/*price tax*/
.taxing{color:#aaa;font-size:12px}
/*sizetable*/
table.sizetabled{width:100%;line-height:11pt;margin:20px 0;font-size:85%}table.sizetabled td{text-align:center;width:10%;margin:0;padding:4px 0;border-right:1px solid #fff;border-bottom:1px solid #fff;letter-spacing:-0.8px}table.sizetabled td.colored{background-color:#EC96A4;color:#FFF}table.sizetabled td.coloring{background-color:#fddcea}table.sizetabled td.non{background-color:#eee}table.sizetabled td.resize{padding:10px 0!important}table.sizetabled td span.name{padding:2px!important;font-weight:700;font-size:11px}
/*classic*/
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.product {
  margin:10px 0 40px;
}

.product_area {

}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0 10px;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #333;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #fff;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}

.product_name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom:6px;
  letter-spacing:-1px;
}
.product_model {
  letter-spacing:0.8px;
  color:#666;
  margin-bottom:40px;
  padding:0 2px;
  font-size:12px;
}

.product_img {
  margin-bottom: 60px;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.thumb_active {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 6px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0 2px;
  font-size: 16px;
  font-weight:700;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0 3px;
  font-size: 10px;
  color:#999;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: ;
  margin: 3px 0;
  padding: 30px 0 0;
  font-size: 12px;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  margin:10px 0 5px;
  font-size:10px;
}
.product_cart_select {
  border: 1px solid #ddd;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 0 0 15px;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  float: left;
    border: 1px solid #ddd;
    padding: 0 0 0 9px;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart {
  border: none;
  margin-top: 15px;
  padding: 18px 0;
  background-color: #bc5371;
  color: #fff;
  letter-spacing: 0.1em;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,{
  background-color: #bc5371;
  opacity:0.8;
  color: #fff;
}
.btn-consultation {
  border: none;
  margin-top: 20px;
  padding: 18px 0;
  background-color: #FFF;
  color: #bc5371;
  letter-spacing: 0.1em;
}
.btn-consultation:hover,
.btn-consultation:focus,
.btn-consultation:active,{
    border: 1px solid  #bc5371;
  background-color: #FFF;
  opacity:0.8;
  color: #bc5371;
}
.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  vertical-align: -40%;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 40px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 370px;
    float: right;
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0 10px;
  }
  .product_img {
    margin-bottom: 30px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 13px;
    padding: 0 10px 0;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 55% 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 18px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #bc5371;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #bc5371;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #fff;
  opacity:0.8;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}