@charset "UTF-8";
:root {
  --mainFont: "Source Han Code JP", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,"游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, Osaka, sans-serif;
  --rootFontSize: 16;
}

.wrapper_wrapper_ {
  padding-bottom: 315px;
}

div.wrapper_ {
  padding-top: 40px;
}

#pageTop {
  background-color: #000;
}

#header1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1456px;
  height: 130px;
  margin: 0 auto;
}

#header1 .logo a img {
  width: 276px;
  height: 30px;
  vertical-align: bottom;
}

.info-wrap {
  margin-left: auto;
}

#header1 ul.top-info {
  justify-content: flex-end;
  gap: unset;
  margin-bottom: 15px;
}

#header1 ul.top-info p {
  line-height: calc(25 / 14);
}

#header1 ul.top-info > li {
  padding: 0 30px;
  border-right: 1px solid #fff;
  height: 26px;
}

#header1 ul.top-info > li:last-child {
  padding-right: 0;
  border-right: none;
}

.head_free {
  padding: 0 12px;
  border: 1px solid #7DCBFF;
  color: #7DCBFF;
  line-height: 1;
}

.info_nav {
  display: flex;
}

#header1 ul.top-info li {
  line-height: 26px;
}

.info_nav li:not(:last-child) {
  margin-right: 30px;
}

.info_nav li a {
  position: relative;
  padding-left: 20px;
  color: #fff;
}

.info_nav li a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -2px;
  border-top: solid 2px #0099FF;
  border-right: solid 2px #0099FF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -6px;
  top: 50%;
}

#header1 ul.info {
  align-items: center;
}

#header1 ul.info li {
  border-right: none;
  width: auto;
}

#header1 ul.info li a {
  font-size: 14px;
}

.info-search {
  margin-right: 47px;
}

.info-search h2 {
  display: none;
}

.info-search .search_ {
  display: flex;
  align-items: center;
}

.info-search .search_ #keyword {
  border: 1px solid #7698AC;
  background-color: rgba(15,75,115,0.5);
  border-radius: 50vh;
  padding:0 40px 0 20px;
  width: 600px;
  height: 40px;
  font-size: 14px;
  color: #fff;
}

.info-search .search_ #keyword::placeholder {
  color: #7698AC;
}

.info-search dl.search1 {
  position: relative;
}

.info-search dl.search1 dd button {
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  background: none;
  border: none;
  transform: translateY(-50%);
}

.info-search dl.search1 dd button span {
  display: block;
  width: 21px;
  height: 20px;
  background: url(../../img/usr/common/ico_search_b.png) no-repeat scroll 0 0;
  background-size: contain;
}

.info-search .to_searchdetail {
  margin-left: 20px;
}

.info-search .to_searchdetail a {
  text-decoration: underline;
}

.globalnav {
  display: flex;
  align-items: center;
}

.globalnav li:not(:last-child) {
  margin-right: 20px;
}

.globalnav li a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 60px;
}

.globalnav li a::before {
  content: '';
}

.globalnav li#gnav_mypage a::before {
  width: 25px;
  height: 30px;
  background: url(../../img/usr/common/ico_mypage_b.png) no-repeat;
  background-size: contain;
}

.globalnav li#gnav_history a::before {
  margin-top: 2px;
  width: 30px;
  height: 26px;
  background: url(../../img/usr/common/ico_list_b.png) no-repeat;
  background-size: contain;
}

.globalnav li#gnav_favorite a::before {
  margin-top: 3px;
  width: 30px;
  height: 24px;
  background: url(../../img/usr/common/ico_bookmark_b.png) no-repeat;
  background-size: contain;
}

.globalnav li#gnav_cart a::before {
  width: 34px;
  height: 30px;
  background: url(../../img/usr/common/ico_cart_b.png) no-repeat;
  background-size: contain;
}

.globalnav li#gnav_cart .js-cart-count {
  position: absolute;
  right: 0;
  top: -8px;
  width: 22px;
  height: 22px;
  border-radius: 50vh;
  background-color: #D91C56;
  color: #fff;
  text-align: center;
  line-height: 22px;
}

.globalnav li a .text {
  margin-top: auto;
}

/* main */
div.container_ div.contents_ div.mainframe_,
div.container_ div.contents_ div.mainframe_ .event_ .goods_ {
  width: 1090px;
}

div.container_ div.contents_ {
  margin: 0 auto;
  width: 1456px;
}


/* left */
div.leftmenuframe_ {
  width: 321px;
}

div.sidebox_ {
  margin-bottom: 30px;
}

div.sidebox_ .side-title,
div.sidebox_ .cart_title_,
.event_title_rightmenu_ {
  padding: 10px;
  background-color: #062330;
  text-align: left;
  font-size: var(--rootFontSize);
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
}

.event_title_rightmenu_ a:link {
  color: #fff;
}

div.sidebox_ .cart_frame_top_ {
  padding: 0;
  background-color: transparent;
}

.category_tree_,
.genre_tree_ {
  margin: 0;
  border: none;
  border-bottom: 1px solid #DCDCDC;
}

.category_tree_ li,
.genre_tree_ li {
  margin: 0;
  border-top: 1px solid #DCDCDC;
  border-bottom: none;
}

.category_tree_ li:first-child,
.genre_tree_ li:first-child {
  border: none;
}

.category_tree_ li:not([class*="_tree1_"], [class*="_tree1_"] + [class*="_tree2_"]),
.genre_tree_ li:not([class*="_tree1_"], [class*="_tree1_"] + [class*="_tree2_"]) {
  border-top: 1px dashed #DCDCDC;
}

.category_tree_ li a,
.genre_tree_ li a {
  flex: 1;
  padding: 10px 0;
  box-sizing: border-box;
  min-height: 60px;
}

.category_tree_ li[class*="_tree2_"] a,
.genre_tree_ li[class*="_tree2_"] a {
  padding-left: 10px;
}

.category_tree_ li[class*="_tree3_"] a,
.category_tree_ li[class*="_tree4_"] a,
.genre_tree_ li[class*="_tree3_"] a,
.genre_tree_ li[class*="_tree4_"] a {
  padding-left: 10px;
  background-color: #F5F5F5;
}

div.sidebox_ .category_tree_ li a.arrow::after,
div.sidebox_ .genre_tree_ li a.arrow::after {
  margin-top: 0;
  left: unset;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: none;
  border-top: solid 1px #0099FF;
  border-right: solid 1px #0099FF;
}
.category_tree_ li a .img_,
.genre_tree_ li a .img_ {
  width: 150px;
}

.category_tree_ li a span,
.genre_tree_ li a span {
  margin-left: auto;
  padding: 0 0 0 10px;
  width: calc(100% - 150px);
  text-indent: unset;
  box-sizing: border-box;
}

.category_tree_ li a img + span,
.genre_tree_ li a img + span {
  margin-left: 0;
}

.category_tree_ li a.arrow span,
.genre_tree_ li a.arrow span {
  padding-right: 30px;
}

.category_tree_ li[class*="_tree3_"] .accordion_,
.category_tree_ li[class*="_tree4_"] .accordion_,
.genre_tree_ li[class*="_tree3_"] .accordion_,
.genre_tree_ li[class*="_tree4_"] .accordion_ {
  background-color: #F5F5F5;
}

div.sidebox_ span.accordion_ {
  width: 30px;
}

div.sidebox_ span.accordion_::before, span.accordion_::after {
  right: 10px;
  background-color: #BFBFBF;
}

div.sidebox_ .cart_add_dest_ {
  padding: 10px 15px;
  font-size: 14px;
}

div.sidebox_ .cart_frame_ {
  padding: 0 15px;
  max-height: 450px;
  overflow-y: auto;
}
div.sidebox_ .cart_box_ {
  position: static;
}
div#jscart_replace_ {
  height: initial !important;
}

div.sidebox_ .cart_dest_ {
  margin-bottom: 12px;
}

div.sidebox_ dl.cart_dest_ dd.cart_nickname_ .icon_cart_ {
  margin: 0;
}

div.sidebox_ dl.cart_dest_ dd.cart_nickname_ input + div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 2px solid #0F4B73;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  height: 40px;
}

div.sidebox_ dl.cart_dest_ dd.cart_nickname_ input:checked + div {
  border: 2px solid #0F4B73;
}

div.sidebox_ dl.cart_dest_ dd.cart_nickname_ input + div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  background: url(../../img/usr/common/ico_pen.png) no-repeat;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

div.sidebox_ dl.cart_dest_ dd.cart_nickname_ input + div a {
  color: #0F4B73;
}

div.sidebox_ dl.cart_detail_ {
  padding: 10px 0;
}

div.sidebox_ dl.cart_detail_ dd.cart_name_ {
  margin-bottom: 10px;
}

div.sidebox_ dl.cart_detail_ dd .delete_ {
  color: #3397DB;
  text-decoration: underline;
  font-size: 14px;
}

div.sidebox_ .cart_frame_bottom_ {
  padding: 0 15px 30px;
}

div.sidebox_ dl.cart_total_ dt {
  text-align: left;
}

div.sidebox_ .cart_to_order_ {
  margin-top: 20px;
}

div.sidebox_ .cart_to_order_ .btn-medium {
  margin: 0;
  width: 100%;
  height: 38px;
}

.leftmenuframe_ .StyleT_Frame_ {
  margin: 30px auto;
  width: 220px;
}

/* footer */
#footer {
  padding: 60px 0 40px;
  height: 315px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
}

#footernav {
  position: relative;
  left: unset;
  bottom: unset;
  justify-content: center;
  margin: 0 auto;
  width: auto;
}

#footernav li:not(:first-child) {
  margin-left: 30px;
}

#footernav li a {
  color: #fff;
}

#footernav li a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -1px;
  border: none;
  border-top: solid 2px #0099FF;
  border-right: solid 2px #0099FF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -6px;
  top: 50%;
  border-radius: 0;
}

#footernav li a::after {
  display: none;
}

.footernav-wrap p {
  margin: 40px auto 60px;
  font-size: 14px;
}

.copyright-wrap {
  padding-top: 40px;
  border-top: 1px solid #0F4B73;
}

#copyright {
  position: relative;
  bottom: unset;
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 1455px) {
  /* #header1 {
    margin: 0 calc((1455px - 1200px) / 2);
  } */
  body {
    zoom: 0.95;
    overflow-x:scroll;
  }
}

@media screen and (max-width: 1400px) {
  body {
    zoom: 0.9;
  }
}

@media screen and (max-width: 1329px) {
  body {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1180px) {
  body {
    zoom: 0.7;
  }
}

@media screen and (max-width: 1036px) {
  body {
    zoom: 0.6;
  }
}

.tree-image img {
  aspect-ratio: auto;
  object-fit: cover;
}