@charset "UTF-8";

#catalog #catalog_title h1 {
  color: #263a58;
  font-weight: 600;
  font-size: 642.9%;
  line-height: 1;
  margin-bottom: 15px;
}

#catalog #catalog_title h1 span {
  display: block;
  text-transform: lowercase;
}

#catalog #catalog_title h1 span:first-letter {
  text-transform: uppercase;
}

#catalog #catalog_title h1 span+span {
  margin-top: -10px;
}

@media only screen and (max-width: 900px) {
  #catalog #catalog_title h1 {
    font-size: 400%;
  }
}

@media only screen and (max-width: 400px) {
  #catalog #catalog_title h1 {
    font-size: 350%;
  }
}

#catalog #catalog_title p {
  font-weight: 500;
}

#catalog .search_menu {
  margin-top: 16px;
}

@media only screen and (max-width: 900px) {
  #catalog .search_menu {
    margin-top: 30px;
  }
}

#catalog .search_menu dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 900px) {
  #catalog .search_menu dl {
    margin: 0 -8px;
  }
}

#catalog .search_menu dl .menu_set {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 901px) {
  #catalog .search_menu dl .menu_set+.menu_set {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 900px) {
  #catalog .search_menu dl .menu_set {
    display: block;
    width: 50%;
    padding: 0 8px;
  }

  #catalog .search_menu dl .menu_set:last-child dd ul {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#catalog .search_menu dl .menu_set dt,
#catalog .search_menu dl .menu_set dd {
  font-weight: 600;
}

@media only screen and (max-width: 900px) {
  #catalog .search_menu dl .menu_set dt {
    margin-bottom: 6px;
  }
}

#catalog .search_menu dl .menu_set dd {
  position: relative;
  margin-left: 6px;
}

@media only screen and (max-width: 900px) {
  #catalog .search_menu dl .menu_set dd {
    margin-left: 0;
  }
}

#catalog .search_menu dl .menu_set dd p {
  display: block;
  position: relative;
}

#catalog .search_menu dl .menu_set dd p:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  font-size: 150%;
  font-weight: normal;
}

#catalog .search_menu dl .menu_set dd.open label:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#catalog .search_menu dl .menu_set dd p {
  border: 1px solid #cccccc;
  border-radius: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 92.9%;
  font-weight: 500;
  min-width: 160px;
  padding: 10px 14px;
}

#catalog .search_menu dl .menu_set dd p span {
  text-transform: lowercase;
  display: block;
}

#catalog .search_menu dl .menu_set dd p span:first-letter {
  text-transform: uppercase;
}

#catalog .search_menu dl .menu_set dd p span+span {
  margin-left: 5px;
}

#catalog .search_menu dl .menu_set dd ul {
  background-color: #fff;
  display: none;
  width: 100%;
  position: absolute;
  padding: 15px 20px;
  top: 100%;
  left: 0;
  z-index: 100;
  margin-top: 6px;
}

@media only screen and (min-width: 901px) {
  #catalog .search_menu dl .menu_set dd ul {
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  }
}

@media only screen and (max-width: 900px) {
  #catalog .search_menu dl .menu_set dd ul {
    background-color: #f5f5f5;
    position: static;
    width: calc(200% + 46px);
    padding: 16px 10px;
    margin-top: 10px;
    margin-left: -16px;
  }
}

#catalog .search_menu dl .menu_set dd ul li {
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  padding: 5px 0;
  text-transform: lowercase;
}

#catalog .search_menu dl .menu_set dd ul li:first-letter {
  text-transform: uppercase;
}

#catalog .search_menu dl .menu_set dd ul li span {
  display: block;
}

#catalog .search_menu dl .menu_set dd ul li span:first-letter {
  text-transform: uppercase;
}

#catalog .search_menu dl .menu_set dd ul li span+span {
  margin-left: 5px;
}

@media only screen and (max-width: 900px) {
  #catalog .search_menu dl .menu_set dd ul li {
    padding: 12px 10px;
  }
}

@media only screen and (min-width: 1025px) {
  #catalog .search_menu dl .menu_set dd ul li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #catalog .search_menu dl .menu_set dd ul li:hover {
    opacity: 0.5;
  }
}

#main_area {
  padding-top: 95px;
}

@media only screen and (max-width: 1024px) {
  #main_area {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  #bread {
    position: absolute;
    top: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  #bread {
    border-top: 1px #e0e0e0 solid;
    padding: 15px 0;
    overflow-x: auto;
  }
}

#bread .bread_width {
  padding: 0 40px 0;
}

@media only screen and (max-width: 1100px) {
  #bread .bread_width {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 900px) {
  #bread .bread_width {
    padding: 0 20px;
  }
}

#bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bread ol li {
  font-size: 78.6%;
  white-space: nowrap;
}

#bread ol li+li:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #707070;
  margin: 0 10px;
}

.search_menu+.catalog_list {
  margin-top: 48px;
}

@media only screen and (max-width: 900px) {
  .search_menu+.catalog_list {
    margin-top: 40px;
  }
}

.catalog_list .catalog_set+.catalog_set {
  margin-top: 48px;
}

.catalog_list .catalog_set .title {
  color: #263a58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 242.9%;
  font-weight: 600;
  margin-bottom: 24px;
}

.catalog_list .catalog_set .title span {
  text-transform: lowercase;
}

.catalog_list .catalog_set .title span:first-letter {
  text-transform: uppercase;
}

.catalog_list .catalog_set .title span+span {
  margin-left: 6px;
}

@media only screen and (max-width: 900px) {
  .catalog_list .catalog_set .title {
    font-size: 185.7%;
    padding-left: 8px;
    margin-bottom: 20px;
  }
}

.catalog_list .catalog_set ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
}

@media only screen and (max-width: 900px) {
  .catalog_list .catalog_set ul {
    margin: 0 -4px -8px;
  }
}

@media only screen and (max-width: 640px) {
  .catalog_list .catalog_set ul {
    margin: 0 -16px;
  }
}

.catalog_list .catalog_set ul li {
  width: 25%;
  padding: 0 8px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 900px) {
  .catalog_list .catalog_set ul li {
    padding: 0 4px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .catalog_list .catalog_set ul li {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }

  .catalog_list .catalog_set ul li img {
    width: 100%;
  }
}

.catalog_list .catalog_set ul li a {
  display: block;
}

.modal {
  background-color: rgba(240, 240, 240, 0.9);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
}

.modal .modal_wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: calc(100% - 111px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 111px;
  z-index: 1100;
}

@media only screen and (max-width: 1100px) {
  .modal .modal_wrap {
    width: calc(100% - 50px);
    left: 50px;
  }
}

@media only screen and (max-width: 900px) {
  .modal .modal_wrap {
    width: calc(100% - 40px);
    overflow-y: auto;
    left: 40px;
  }
}

.modal .modal_wrap .modal_content .modal_area .modal_close {
  width: 100px;
  height: 100px;
  text-align: right;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 1000;
}

.modal .modal_wrap .modal_content .modal_area .modal_close img {
  display: block;
  width: 100%;
}

.modal #catalog_modal {
  height: 100%;
  overflow-y: auto;
  position: relative;
}

.modal #catalog_modal .modal_close {
  width: 100px;
  height: 100px;
  text-align: right;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 1000;
}

.modal #catalog_modal .modal_close img {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .modal #catalog_modal .modal_close {
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 900px) {
  .modal #catalog_modal .modal_close {
    top: 40px;
  }
}

.modal #catalog_modal #catalog_modal_wrap {
  position: relative;
}

.modal #catalog_modal #add_html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 900px) {
  .modal #catalog_modal #add_html {
    display: block;
    height: auto;
  }
}

.modal #catalog_modal #add_html>.img {
  width: 35%;
}

.modal #catalog_modal #add_html>.img img {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .modal #catalog_modal #add_html>.img {
    width: 45%;
  }
}

@media only screen and (max-width: 900px) {
  .modal #catalog_modal #add_html>.img {
    width: 100%;
  }
}

@media only screen and (min-width: 901px) {
  .modal #catalog_modal #add_html>.img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100vh;
  }

  .modal #catalog_modal #add_html>.img img {
    display: block;
    height: 100vh;
    width: auto;
    max-width: none;
    max-height: 100%;
    position: fixed;
  }
}

@media only screen and (max-width: 900px) {
  .modal #catalog_modal #add_html>.img {
    padding-right: 40px;
  }

  .modal #catalog_modal #add_html>.img img {
    width: 100%;
  }
}

.modal #catalog_modal #add_html .info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 78px 80px 80px;
}

@media only screen and (min-height: 700px) and (min-width: 900px) {
  .modal #catalog_modal #add_html>.img {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .modal #catalog_modal #add_html .info {
    padding: 10% 50px 17%;
  }
}

@media only screen and (max-width: 900px) {
  .modal #catalog_modal #add_html .info {
    padding: 40px 120px 0 20px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 400px) {
  .modal #catalog_modal #add_html .info {
    padding: 40px 100px 0 20px;
  }
}

@media only screen and (max-width: 350px) {
  .modal #catalog_modal #add_html .info {
    padding: 40px 90px 0 20px;
  }
}

.modal #catalog_modal #add_html .info .info_wrap {
  width: 100%;
  max-width: 408px;
}

.modal #catalog_modal #add_html .info .title_wrap {
  margin-bottom: 46px;
}

.modal #catalog_modal #add_html .info .title_wrap h3 {
  font-size: 142.9%;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .modal #catalog_modal #add_html .info .title_wrap h3 {
    font-size: 114.3%;
  }
}

.modal #catalog_modal #add_html .info .title_wrap p {
  font-size: 85.7%;
  margin-top: 10px;
}

.modal #catalog_modal #add_html .info .img_wrap {
  margin-bottom: 48px;
}

.modal #catalog_modal #add_html .info .img_wrap img {
  display: block;
}

.modal #catalog_modal #add_html .info .img_wrap img+img {
  margin-top: 3px;
}

.modal #catalog_modal #add_html .info .item_list {
  padding-bottom: 80px;
}

.modal #catalog_modal #add_html .info .item_list h4 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal #catalog_modal #add_html .info .item_list .list_set {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.modal #catalog_modal #add_html .info .item_list .list_set+.list_set {
  margin-top: 30px;
}

.modal #catalog_modal #add_html .info .item_list .list_set .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
}

.modal #catalog_modal #add_html .info .item_list .list_set .img img {
  width: 100%;
}

.modal #catalog_modal #add_html .info .item_list .list_set .txt {
  color: #888;
  max-width: 220px;
  padding-left: 15px;
}

.modal #catalog_modal #add_html .info .item_list .list_set .txt h5 {
  font-size: 85.7%;
}

@media only screen and (max-width: 640px) {
  .modal #catalog_modal #add_html .info .item_list .list_set .txt h5 {
    font-size: 78.6%;
  }
}

.modal #catalog_modal #add_html .info .item_list .list_set .txt .price {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 114.3%;
  margin-top: 5px;
}

@media only screen and (max-width: 640px) {
  .modal #catalog_modal #add_html .info .item_list .list_set .txt .price {
    font-size: 85.7%;
  }
}

.modal #catalog_modal #add_html .info .item_list .list_set .txt .price span {
  display: block;
  font-size: 75%;
}

.modal #catalog_modal #add_html .info .item_list .list_set .txt .sale_date {
  border: 1px #ccc solid;
  color: #000;
  font-size: 71.4%;
  font-weight: 600;
  display: table;
  text-align: center;
  min-width: 105px;
  padding: 4px 10px 2px;
  margin-top: 3px;
}

.modal #catalog_modal #add_html .info .item_list .list_set .txt .btn {
  border-radius: 50px;
  background-color: #263a58;
  color: #fff;
  display: table;
  font-size: 71.4%;
  font-weight: 600;
  width: auto;
  padding: 5px 14px;
  margin: 4px 0 0;
}

.modal #catalog_modal #add_html .info .item_list a.list_set .txt {
  color: #000;
}

.modal #catalog_modal .modal_paging {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1200;
}

@media only screen and (max-width: 900px) {
  .modal #catalog_modal .modal_paging {
    position: fixed;
    right: 20px;
    bottom: 30px;
  }
}

.modal #catalog_modal .modal_paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal #catalog_modal .modal_paging ul li+li {
  margin-left: 10px;
}

.modal #catalog_modal .modal_paging ul li a {
  display: block;
}

#modal_html {
  display: none;
}

.main_title {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1024px) {
  .main_title {
    margin-bottom: 48px;
  }
}

.main_title h1 {
  color: #263a58;
  font-size: 642.9%;
  font-weight: 200;
}

@media only screen and (max-width: 1024px) {
  .main_title h1 {
    font-size: 500%;
  }
}

@media only screen and (max-width: 900px) {
  .main_title h1 {
    font-size: 350%;
  }
}

.main_title h1 span {
  font-weight: 600;
}

.main_title p {
  font-size: 228.6%;
  font-weight: 200;
}

.pagenation {
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .pagenation {
    margin-top: 38px;
  }
}

.pagenation ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -7px;
}

@media only screen and (max-width: 640px) {
  .pagenation ol {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
}

.pagenation ol li {
  padding: 0 7px;
}

@media only screen and (max-width: 640px) {
  .pagenation ol li {
    padding: 0;
  }
}

.pagenation ol li span {
  background-color: #f5f5f5;
}

.pagenation ol li a,
.pagenation ol li span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 114.3%;
  font-weight: 200;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 1025px) {
  .pagenation ol li a {
    @incude animate;
  }

  .pagenation ol li a:hover {
    background-color: #f5f5f5;
  }
}

.pagenation ol li.prev a:before,
.pagenation ol li.next a:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 11px;
  height: 9px;
}

.pagenation ol li.prev a:before {
  background-image: url(../images/common/arrow_prev.svg);
}

.pagenation ol li.next a:before {
  background-image: url(../images/common/arrow_next.svg);
}

.col2 {
  overflow: hidden;
}

@media only screen and (min-width: 901px) {
  .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
  }

  #player .col2 {
    margin-top: 0;
  }
}

.col2 .left {
  border-top: 2px #263a58 solid;
  float: left;
  width: 182px;
}

@media only screen and (min-width: 901px) {
  .col2 .right {
    float: right;
    width: calc(100% - 182px);
    padding-top: 0;
    padding-left: 78px;
  }
}

@media only screen and (min-width: 901px) {
  .col2 .side {
    border-top: 2px #263a58 solid;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 182px;
  }

  #player .col2 .side {
    border-top: none;
    width: 320px;
  }

  #player.detail .col2 .side {
    width: 260px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  #player.detail .col2 .side {
    width: 200px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 900px) {
  #player.detail .col2 .side {
    display: none;
  }
}

.col2 .side .players ul li+li {
  margin-top: 25px;
}

.col2 .side .players ul li.active a:before {
  background-color: #263a58;
  border-radius: 6px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.col2 .side .players ul li a {
  display: block;
  position: relative;
  padding-left: 14px;
}

.col2 .side .players ul li span {
  display: block;
}

.col2 .side .players ul li span.name {
  color: #2f2f2f;
}

.col2 .side .players ul li span.furi {
  font-size: 78.6%;
  font-weight: 200;
}

.col2 .side .date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
}

@media only screen and (max-width: 900px) {
  .col2 .side .date {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 40px 0 10px;
  }
}

.col2 .side .date span {
  display: block;
  line-height: 1;
}

.col2 .side .date .date_wrap {
  margin-right: 12px;
}

@media only screen and (max-width: 900px) {
  .col2 .side .date .date_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
}

.col2 .side .date .date_wrap .year {
  font-weight: 300;
}

@media only screen and (max-width: 900px) {
  .col2 .side .date .date_wrap .year {
    color: #263a58;
    font-size: 78.6%;
    font-weight: 600;
  }
}

.col2 .side .date .date_wrap .month {
  font-size: 114.3%;
  font-weight: 300;
  margin-top: 2px;
  text-align: center;
}

.col2 .side .date .date_wrap .month .sp {
  display: none;
}

@media only screen and (max-width: 900px) {
  .col2 .side .date .date_wrap .month {
    color: #263a58;
    font-size: 78.6%;
    font-weight: 600;
    margin: 0;
  }

  .col2 .side .date .date_wrap .month .pc {
    display: none;
  }

  .col2 .side .date .date_wrap .month .sp {
    display: block;
  }
}

.col2 .side .date .day {
  color: #263a58;
  font-size: 314.3%;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .col2 .side .date .day {
    font-size: 78.6%;
    width: auto;
    text-align: left;
  }
}

@media only screen and (min-width: 901px) {
  .col2 .main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    position: relative;
    padding-top: 92px;
    margin-left: 78px;
  }
}

@media only screen and (min-width: 901px) {
  #player .col2 .main {
    padding-top: 0;
    margin-left: 108px;
  }
}

@media only screen and (max-width: 1024px) {
  #player .col2 .main {
    margin-left: 54px;
  }
}

@media only screen and (max-width: 900px) {
  #player .col2 .main {
    margin: 0;
  }
}

#player.detail .col2 .main {
  margin-left: 0;
}

#post_detail #post_title {
  border-bottom: 1px #e0e0e0 solid;
  padding-bottom: 23px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 900px) {
  #post_detail #post_title {
    padding-bottom: 13px;
    margin-bottom: 24px;
  }
}

#post_detail #post_title h1 {
  font-size: 185.7%;
}

@media only screen and (max-width: 900px) {
  #post_detail #post_title h1 {
    font-size: 142.9%;
  }
}

.return {
  clear: both;
  margin-top: 60px;
}

.return .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -6px;
}

@media only screen and (min-width: 901px) {
  .return .sns {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .return .sns {
    margin-bottom: 38px;
  }
}

.return .sns li {
  padding: 0 6px;
}

.return .sns li a {
  color: #000;
  display: block;
}

.return .sns li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 228.6%;
}

@media only screen and (min-width: 1025px) {
  .return .sns li a:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .return .sns li a:hover:before {
    color: #263a58;
  }
}

.return .sns li.tw a:before {
  content: "\e909";
}

.return .sns li.fb a:before {
  content: "\e905";
}

.return .sns li.line a:before {
  content: "\e907";
}

.return .sns li.mail a:before {
  content: "\e908";
}

.return .btn {
  display: block;
  border: 1px #263a58 solid;
  border-radius: 50px;
  color: #263a58;
  font-size: 128.6%;
  font-weight: 500;
  text-align: center;
  max-width: 378px;
  position: relative;
  padding: 19px 0;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .return .btn {
    font-size: 114.3%;
    max-width: 100%;
  }
}

.return .btn:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  display: block;
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1025px) {
  .return .btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .return .btn:hover {
    background-color: #263a58;
    color: #fff;
  }
}

@media only screen and (max-width: 640px) {
  .player_list {
    padding: 0 20px;
  }
}

.player_list .player_set+.player_set {
  margin-top: 40px;
}

@media only screen and (min-width: 641px) {
  .player_list .player_set .set_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 641px) {
  .player_list .player_set .set_wrap .img {
    overflow: hidden;
    position: relative;
    width: 52.288%;
    padding-top: 66.34%;
  }

  .player_list .player_set .set_wrap .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (max-width: 640px) {
  .player_list .player_set .set_wrap .img {
    margin-bottom: 20px;
  }

  .player_list .player_set .set_wrap .img img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.player_list .player_set .set_wrap .info {
  width: 47.712%;
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .player_list .player_set .set_wrap .info {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .player_list .player_set .set_wrap .info {
    width: auto;
    padding-left: 0;
  }
}

.player_list .player_set .set_wrap .info h2 {
  font-size: 228.6%;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .player_list .player_set .set_wrap .info h2 {
    font-size: 200%;
  }
}

.player_list .player_set .set_wrap .info p {
  font-size: 128.6%;
  font-weight: 200;
  line-height: 1.1;
}

@media only screen and (max-width: 640px) {
  .player_list .player_set .set_wrap .info p {
    font-size: 114.3%;
  }
}

#player_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  #player_info {
    display: block;
  }
}

#player_info .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 320px;
}

@media only screen and (max-width: 900px) {
  #player_info .img {
    width: 260px;
  }
}

@media only screen and (max-width: 640px) {
  #player_info .img {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  #player_info .img img {
    width: 100%;
  }
}

#player_info .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-left: 64px;
}

@media only screen and (max-width: 1024px) {
  #player_info .info {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #player_info .info {
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  #player_info .info .title_wrap {
    padding: 0 20px;
  }
}

#player_info .info .title_wrap h1 {
  font-size: 285.7%;
  font-weight: normal;
}

@media only screen and (max-width: 900px) {
  #player_info .info .title_wrap h1 {
    font-size: 257.1%;
  }
}

@media only screen and (max-width: 640px) {
  #player_info .info .title_wrap h1 {
    font-size: 200%;
  }
}

#player_info .info .title_wrap .furi {
  font-size: 114.3%;
  font-weight: 200;
  line-height: 1.1;
}

#player_info .info .info_set {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  #player_info .info .info_set {
    margin-top: 28px;
  }
}

#player_info .info .info_set .dl_set {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 85.7%;
}

#player_info .info .info_set .dl_set+.dl_set {
  margin-top: 10px;
}

#player_info .info .info_set .dl_set dt {
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4em;
}

#player_info .info .info_set .dl_set dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-left: 34px;
}

#player_info .info .record {
  border-top: 1px #e0e0e0 solid;
  padding-top: 18px;
  margin-top: 16px;
}

#player_info .info .record dl {
  font-size: 85.7%;
}

#player_info .info .record dt {
  margin-bottom: 8px;
}

#player_info .info .link {
  margin-top: 26px;
}

@media only screen and (min-width: 641px) {
  #player_info .info .link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  #player_info .info .link ul li+li {
    margin-top: 10px;
  }
}

#player_info .info .link ul li a {
  border: 1px #263a58 solid;
  border-radius: 50px;
  display: block;
  height: 48px;
  font-size: 85.7%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #player_info .info .link ul li a {
    font-size: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 641px) {
  #player_info .info .link ul li a.btn {
    width: 248px;
    padding: 15px 22px;
  }
}

#player_info .info .link ul li a.btn:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #263a58;
  content: "\e90c";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 641px) {
  #player_info .info .link ul li a.insta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: 10px;
  }
}

#player_info .info .link ul li a.insta:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  #player_info .info .link ul li a.insta:before {
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 641px) {
  #player_info .info .link ul li a.insta span {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  #player_info .info .link ul li a:hover {
    background-color: #263a58;
    color: #fff;
  }
}

#player_post {
  max-width: 780px;
  margin-top: 48px;
}

@media only screen and (max-width: 640px) {
  #player_post {
    margin-top: 38px;
  }
}

#player_post .post_set+.post_set {
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  #player_post .post_set+.post_set {
    margin-top: 56px;
  }
}

#player_post .post_set .title_wrap {
  position: relative;
  margin-bottom: 26px;
}

@media only screen and (max-width: 640px) {
  #player_post .post_set .title_wrap {
    margin-bottom: 20px;
  }
}

#player_post .post_set .title_wrap:before {
  background-color: #263a58;
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #player_post .post_set .title_wrap:before {
    margin-bottom: 16px;
  }
}

#player_post .post_set .title_wrap .date {
  font-weight: 300;
  margin-bottom: 6px;
}

@media only screen and (max-width: 640px) {
  #player_post .post_set .title_wrap .date {
    font-size: 85.7%;
  }
}

#player_post .post_set .title_wrap h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 142.9%;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #player_post .post_set .title_wrap h2 {
    font-size: 114.3%;
  }
}

@media only screen and (max-width: 640px) {
  #player_post .post_set .img {
    margin: 0 -20px;
  }
}

#player_post .post_set .product_list {
  margin: 0 -12px -60px;
}

@media only screen and (max-width: 640px) {
  #player_post .post_set .product_list {
    display: block;
    margin: 30px 0 0;
  }
}

#player_post .post_set .product_list .product_set {
  width: 33.3333333%;
  padding: 30px 12px 0;
}

@media only screen and (max-width: 640px) {
  #player_post .post_set .product_list .product_set {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #player_post .post_set .product_list .product_set+.product_set {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #player_post .post_set .product_list .product_set .set_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #player_post .post_set .product_list .product_set .set_wrap .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    margin: 0;
    padding: 0;
  }

  #player_post .post_set .product_list .product_set .set_wrap .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  #player_post .post_set .product_list .product_set .set_wrap .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 0 0 0 15px;
  }

  #player_post .post_set .product_list .product_set .set_wrap .info .badge {
    display: none;
  }

  #player_post .post_set .product_list .product_set .set_wrap .info .name {
    font-size: 85.7%;
  }
}

.contract_wear {
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .contract_wear {
    margin: 50px -20px 0;
  }
}

.contract_wear p,
.contract_wear a {
  display: block;
  font-size: 114.3%;
  text-align: center;
  padding: 25px 0;
}

#stores #main_area {
  padding-bottom: 0;
}

#stores .main_title {
  margin-bottom: 56px;
}

@media only screen and (max-width: 1024px) {
  #stores .main_title {
    margin-bottom: 40px;
  }
}

#stores .store_title {
  margin-bottom: 28px;
}

#stores .store_title h2 {
  color: #263a58;
  font-size: 285.7%;
  font-weight: 600;
  line-height: 1.1;
}

#stores #store_info {
  margin-bottom: 80px;
}

#stores #store_info .info_set {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 900px) {
  #stores #store_info .info_set {
    display: block;
  }
}

#stores #store_info .img {
  width: 50%;
}

@media only screen and (max-width: 900px) {
  #stores #store_info .img {
    width: 100%;
    margin-bottom: 26px;
  }

  #stores #store_info .img img {
    width: 100%;
  }
}

#stores #store_info .info {
  width: 50%;
  padding-left: 88px;
}

@media only screen and (max-width: 1024px) {
  #stores #store_info .info {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 900px) {
  #stores #store_info .info {
    width: 100%;
    padding-left: 0;
  }
}

#stores #store_info .title_wrap .sub_title {
  font-size: 142.9%;
  font-weight: 600;
  margin-bottom: 16px;
}

@media only screen and (max-width: 640px) {
  #stores #store_info .title_wrap .sub_title {
    font-size: 114.3%;
    margin-bottom: 12px;
  }
}

#stores #store_info .title_wrap h2 {
  font-size: 342.9%;
  font-weight: 200;
  line-height: 1.1;
}

@media only screen and (max-width: 640px) {
  #stores #store_info .title_wrap h2 {
    font-size: 285.7%;
  }
}

@media only screen and (max-width: 350px) {
  #stores #store_info .title_wrap h2 {
    font-size: 257.1%;
  }
}

#stores #store_info dl {
  border-top: 1px #e0e0e0 solid;
  padding-top: 48px;
  margin-top: 48px;
}

@media only screen and (max-width: 640px) {
  #stores #store_info dl {
    padding-top: 32px;
    margin-top: 24px;
  }
}

#stores #store_info dl .dl_set {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#stores #store_info dl .dl_set+.dl_set {
  margin-top: 30px;
}

#stores #store_info dl .dl_set:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#stores #store_info dl .dl_set dt {
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
  width: 4em;
}

@media only screen and (max-width: 640px) {
  #stores #store_info dl .dl_set dt {
    width: 3.8em;
  }
}

#stores #store_info dl .dl_set dd {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 85.7%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-left: 45px;
}

@media only screen and (max-width: 640px) {
  #stores #store_info dl .dl_set dd {
    margin-left: 36px;
  }
}

#stores #store_info dl .dl_set dd a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  #stores #store_info dl .dl_set dd a:hover {
    text-decoration: none;
  }
}

#stores #store_info dl .dl_set dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#stores #store_info dl .dl_set dd ul li+li {
  margin-left: 29px;
}

#stores #store_info dl .dl_set dd ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

#stores #store_info dl .dl_set dd ul li a span {
  text-decoration: underline;
}

#stores #store_info dl .dl_set dd ul li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #263a58;
  font-size: 32px;
  margin-right: 9px;
}

@media only screen and (max-width: 350px) {
  #stores #store_info dl .dl_set dd ul li a:before {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  #stores #store_info dl .dl_set dd ul li a:hover:before {
    opacity: 0.8;
  }

  #stores #store_info dl .dl_set dd ul li a:hover span {
    text-decoration: none;
  }
}

#stores #store_info dl .dl_set dd ul li.fb a:before {
  content: "\e905";
}

#stores #store_info dl .dl_set dd ul li.in a:before {
  content: "\e902";
}

#stores .shop_list {
  padding-bottom: 80px;
}

#stores .shop_list .aco_cont {
  display: none;
}

#stores .shop_list .list_wrap {
  border-bottom: 1px #e0e0e0 solid;
}

#stores .shop_list .list_wrap .list_set * {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

#stores .shop_list .list_wrap .list_set>p {
  border-top: 1px #e0e0e0 solid;
  cursor: pointer;
  font-size: 114.3%;
  position: relative;
  padding: 40px 0;
}

@media only screen and (max-width: 900px) {
  #stores .shop_list .list_wrap .list_set>p {
    padding: 16px 0;
  }
}

#stores .shop_list .list_wrap .list_set>p:before,
#stores .shop_list .list_wrap .list_set>p:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #222;
  content: "";
  width: 18px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}

#stores .shop_list .list_wrap .list_set>p:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#stores .shop_list .list_wrap .list_set>p.open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#stores .shop_list .list_wrap .list_set .aco_set {
  padding: 0 0 20px 0;
  margin-left: 70px;
}

@media only screen and (max-width: 900px) {
  #stores .shop_list .list_wrap .list_set .aco_set {
    margin-left: 0;
  }
}

#stores .shop_list .list_wrap .list_set .aco_set+.aco_set {
  border-top: 1px #e0e0e0 solid;
  padding-top: 20px;
}

#stores .shop_list .list_wrap .list_set .aco_set>p {
  cursor: pointer;
  font-size: 114.3%;
  position: relative;
  padding-left: 36px;
}

#stores .shop_list .list_wrap .list_set .aco_set>p:before,
#stores .shop_list .list_wrap .list_set .aco_set>p:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #222;
  content: "";
  width: 18px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

#stores .shop_list .list_wrap .list_set .aco_set>p:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#stores .shop_list .list_wrap .list_set .aco_set>p.open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#stores .shop_list .list_wrap .list_set .aco_set .aco_inner {
  padding-left: 130px;
}

@media only screen and (max-width: 900px) {
  #stores .shop_list .list_wrap .list_set .aco_set .aco_inner {
    padding: 0 20px;
  }
}

#stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0 30px;
}

@media only screen and (max-width: 900px) {
  #stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info {
    display: block;
    padding: 24px 0;
  }
}

#stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info+.shop_info {
  border-top: 1px #e0e0e0 solid;
}

#stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 320px;
}

@media only screen and (max-width: 1024px) {
  #stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .name {
    width: 280px;
  }
}

#stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .name .type {
  border: 1px #263a58 solid;
  display: table;
  font-size: 71.4%;
  text-align: center;
  line-height: 1;
  padding: 4px 14px 3px;
  margin-bottom: 6px;
}

#stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .name h3 {
  font-weight: normal;
}

@media only screen and (max-width: 900px) {
  #stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .name h3 {
    margin-bottom: 10px;
  }
}

#stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .address {
  padding-right: 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media only screen and (max-width: 900px) {
  #stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .address {
    padding: 0;
    margin-bottom: 10px;
  }
}

#stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .address a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  #stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .address a:hover {
    text-decoration: none;
  }
}

#stores .shop_list .list_wrap .list_set .aco_set .aco_inner .shop_info .tel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 114px;
}

#stores .online_shop {
  background-color: #f5f5f5;
  padding: 110px 0 120px;
}

@media only screen and (max-width: 900px) {
  #stores .online_shop {
    padding: 60px 0;
  }
}

#stores .online_shop .online_shop_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

@media only screen and (max-width: 900px) {
  #stores .online_shop .online_shop_list ul {
    margin: 0 -5px -10px;
  }
}

@media only screen and (max-width: 640px) {
  #stores .online_shop .online_shop_list ul {
    display: block;
    margin: 0;
  }
}

#stores .online_shop .online_shop_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  #stores .online_shop .online_shop_list ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #stores .online_shop .online_shop_list ul li {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #stores .online_shop .online_shop_list ul li+li {
    margin-top: 8px;
  }
}

#stores .online_shop .online_shop_list ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px #e0e0e0 solid;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  width: 100%;
  position: relative;
  padding: 38px 40px;
}

@media only screen and (max-width: 900px) {
  #stores .online_shop .online_shop_list ul li a {
    padding: 28px 40px;
  }
}

#stores .online_shop .online_shop_list ul li a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  color: #263a58;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1025px) {
  #stores .online_shop .online_shop_list ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #stores .online_shop .online_shop_list ul li a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #stores .online_shop .online_shop_list ul li a:hover {
    background-color: #263a58;
    color: #fff;
  }

  #stores .online_shop .online_shop_list ul li a:hover:after {
    color: #fff;
  }
}

.item_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding: 0 40px;
}

@media only screen and (max-width: 1100px) {
  .item_width {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 900px) {
  .item_width {
    padding: 0 20px;
  }
}

.item_title {
  margin-bottom: 35px;
}

@media only screen and (max-width: 640px) {
  .item_title {
    margin-bottom: 44px;
  }
}

.item_title .en_title {
  color: #263a58;
  font-size: 457.1%;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

@media only screen and (max-width: 900px) {
  .item_title .en_title {
    font-size: 350%;
  }
}

@media only screen and (max-width: 640px) {
  .item_title .en_title {
    font-size: 228.6%;
  }
}

@media only screen and (max-width: 640px) {
  .item_title h1 {
    font-size: 85.7%;
  }
}

.item_control {
  margin-bottom: 48px;
}

@media only screen and (max-width: 900px) {
  .item_control {
    margin-bottom: 32px;
  }
}

.item_control .control_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  .item_control .control_wrap {
    display: block;
  }
}

.item_control .control_wrap input {
  display: none;
}

.item_control .sex_select {
  margin-top: 24px;
}

@media only screen and (max-width: 900px) {
  .item_control .sex_select {
    margin: 0 0 18px;
  }
}

.item_control .sex_select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_control .sex_select ul li {
  color: #ccc;
  font-size: 142.9%;
  font-weight: 400;
  line-height: 1;
}

.item_control .sex_select ul li+li {
  border-left: 1px #ccc solid;
  padding-left: 20px;
  margin-left: 20px;
}

.item_control .sex_select ul li input:checked+label {
  color: #263a58;
}

.item_control .sex_select ul li label {
  display: block;
}

@media only screen and (max-width: 900px) {
  .item_control .conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }
}

.item_control .conditions .sp_conditionsBtn {
  padding: 0 8px;
  width: 50%;
}

@media only screen and (min-width: 901px) {
  .item_control .conditions .sp_conditionsBtn {
    display: none;
  }
}

.item_control .conditions .sp_conditionsBtn p {
  border: 1px #e0e0e0 solid;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  font-size: 92.9%;
  font-weight: 500;
  position: relative;
  padding: 10px 42px 9px 14px;
}

.item_control .conditions .sp_conditionsBtn p:before,
.item_control .conditions .sp_conditionsBtn p:after {
  background-color: #263a58;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item_control .conditions .sp_conditionsBtn p:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.item_control .conditions dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

@media only screen and (max-width: 900px) {
  .item_control .conditions dl {
    margin: 0;
    width: 50%;
    padding: 0 8px;
  }
}

.item_control .conditions dl .dl_set {
  padding: 0 8px;
}

@media only screen and (max-width: 900px) {

  .item_control .conditions dl .dl_set#brand_select,
  .item_control .conditions dl .dl_set#category_select {
    display: none;
  }

  .item_control .conditions dl .dl_set#sort_select {
    font-size: 92.9%;
    width: 100%;
    padding: 0;
  }

  .item_control .conditions dl .dl_set#sort_select dt {
    display: none;
  }

  .item_control .conditions dl .dl_set#sort_select label {
    padding: 10px 42px 9px 14px;
  }
}

.item_control .conditions dl .dl_set dt {
  color: #263a58;
  font-weight: 600;
  margin-bottom: 6px;
}

.item_control .conditions dl .dl_set dd {
  position: relative;
}

.item_control .conditions dl .dl_set dd label {
  border: 1px #e0e0e0 solid;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  font-weight: 500;
  min-width: 124px;
  position: relative;
  padding: 13px 42px 13px 14px;
}

.item_control .conditions dl .dl_set dd label:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  color: #263a58;
  font-size: 140%;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item_control .conditions dl .dl_set dd .select_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 6px;
  z-index: 100;
}

.item_control .conditions dl .dl_set dd .select_menu>ul {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
  padding: 18px 0;
}

.item_control .conditions dl .dl_set dd .select_menu>ul li {
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
  padding: 5px 22px;
}

.item_control .conditions dl .dl_set dd .select_menu>ul>ul {
  text-indent: 1em;
}

.item_control .conditions dl .dl_set dd .select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.item_control .conditions dl .dl_set dd .select_wrap select option {
  border: 2px #000 solid;
}

.keyword_list {
  background-color: #f5f5f5;
  margin-bottom: 32px;
}

@media only screen and (max-width: 900px) {
  .keyword_list {
    margin: 0 -20px;
  }
}

.keyword_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 24px;
}

@media only screen and (max-width: 900px) {
  .keyword_list dl {
    display: block;
    padding: 20px;
  }
}

.keyword_list dl dt {
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
}

@media only screen and (max-width: 900px) {
  .keyword_list dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}

.keyword_list dl dd {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-top: 2px;
  margin-left: 25px;
}

@media only screen and (max-width: 900px) {
  .keyword_list dl dd {
    padding: 0;
    margin: 0;
  }
}

.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -5px;
}

.tag_list li {
  font-size: 85.7%;
  padding: 0 10px;
  margin-bottom: 5px;
}

.tag_list li a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .tag_list li a:hover {
    text-decoration: none;
  }
}

.sp_conditions {
  background-color: rgba(240, 240, 240, 0.9);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
}

@media only screen and (min-width: 901px) {
  .sp_conditions {
    display: none !important;
  }
}

.sp_conditions .wrap {
  background-color: #f0f0f0;
  padding: 0 10px;
}

.sp_conditions form {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 85px);
}

.sp_conditions dl input {
  display: none;
}

.sp_conditions dl .dl_set dt {
  border-bottom: 1px #e0e0e0 solid;
  font-weight: 600;
  position: relative;
  padding: 24px 0;
}

.sp_conditions dl .dl_set dt:before,
.sp_conditions dl .dl_set dt:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #222;
  content: "";
  width: 18px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.sp_conditions dl .dl_set dt:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp_conditions dl .dl_set dt.open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.sp_conditions dl .dl_set dd {
  display: none;
}

.sp_conditions dl .dl_set dd ul li input:checked+label:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-size: 120%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp_conditions dl .dl_set dd ul li label {
  background-color: #fff;
  border-bottom: 1px #e0e0e0 solid;
  display: block;
  font-size: 85.7%;
  position: relative;
  padding: 10px 30px 9px 10px;
}

.sp_conditions .title_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
  margin-bottom: 15px;
}

.sp_conditions .title_wrap p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
  width: 100%;
  padding-left: 60px;
}

.sp_conditions .title_wrap .close {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.sp_conditions .btn_wrap {
  background-color: #fff;
  padding: 20px 40px;
  margin: 16px -10px 100px;
}

.sp_conditions .btn_wrap button {
  background-color: #222;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 13px 0;
  margin: 0 auto;
}

.slides {
  overflow: hidden;
}

#items.detail #main_area {
  padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
  #items.detail #main_area {
    padding: 0;
  }
}

#item_detail {
  overflow: hidden;
  padding-bottom: 100px;
}

@media only screen and (max-width: 900px) {
  #item_detail {
    overflow: visible;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 640px) {
  #item_detail {
    padding-bottom: 60px;
  }
}

#item_detail .left {
  float: left;
  width: calc(50% + 40px);
}

@media only screen and (max-width: 900px) {
  #item_detail .left {
    float: none;
    width: auto;
  }
}

#item_detail .right {
  float: right;
  padding-left: 78px;
  width: calc(50% - 40px);
}

@media only screen and (max-width: 1024px) {
  #item_detail .right {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 900px) {
  #item_detail .right {
    float: none;
    width: auto;
    padding-left: 0;
  }
}

@media only screen and (max-width: 900px) {
  #item_detail .img_slide {
    margin-bottom: 45px;
  }
}

#item_detail .img_slide img {
  width: 100%;
}

#item_detail .img_slide #main_slider {
  overflow: hidden;
  margin-bottom: 25px;
}

@media only screen and (max-width: 900px) {
  #item_detail .img_slide #main_slider {
    margin: 0 -20px 10px;
  }
}

#item_detail .img_slide #main_slider .slide_wrap {
  position: relative;
  z-index: 1;
}

#item_detail .img_slide #main_slider .slide_wrap .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1100;
}

#item_detail .img_slide #main_slider .slide_wrap .slick-arrow.slick-prev {
  left: 16px;
}

#item_detail .img_slide #main_slider .slide_wrap .slick-arrow.slick-next {
  right: 16px;
}

@media only screen and (min-width: 901px) {
  #item_detail .img_slide #thumb_slider {
    overflow: hidden;
  }
}

@media only screen and (max-width: 900px) {
  #item_detail .img_slide #thumb_slider {
    position: relative;
    padding-right: 20px;
  }

  #item_detail .img_slide #thumb_slider:before {
    background-color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 20;
  }
}

#item_detail .img_slide #thumb_slider .slide_wrap {
  margin: 0 -2px -4px;
}

#item_detail .img_slide #thumb_slider .item {
  position: relative;
  padding: 0 2px;
}

#item_detail .img_slide #thumb_slider .item:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  opacity: 0;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 2px;
}

#item_detail .img_slide #thumb_slider .item.slick-current:after {
  border: 2px #263a58 solid;
  opacity: 1;
}

@media only screen and (min-width: 901px) {
  #item_detail .img_slide #thumb_slider .slick-track {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important;
  }

  #item_detail .img_slide #thumb_slider .item {
    width: 16.6666667% !important;
    margin-bottom: 4px;
  }

  #item_detail .img_slide #thumb_slider .item.slick-cloned {
    display: none !important;
  }
}

#item_detail .item_info .title_wrap {
  margin-bottom: 45px;
}

#item_detail .item_info .title_wrap .category ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#item_detail .item_info .title_wrap .category ul li.cat span {
  border: none;
}

#item_detail .item_info .title_wrap h1 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 157.1%;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 18px;
}

@media only screen and (max-width: 640px) {
  #item_detail .item_info .title_wrap h1 {
    font-size: 128.6%;
    margin-bottom: 15px;
  }
}

#item_detail .item_info .title_wrap .price {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 157.1%;
}

@media only screen and (max-width: 640px) {
  #item_detail .item_info .title_wrap .price {
    font-size: 128.6%;
  }
}

#item_detail .item_info .title_wrap .price span {
  font-size: 10px;
  margin-left: 10px;
}

#item_detail .item_info .option_select dl .dl_set+.dl_set {
  margin-top: 24px;
}

#item_detail .item_info .option_select dl .dl_set dt {
  font-weight: 600;
  margin-bottom: 12px;
}

#item_detail .item_info .option_select dl .dl_set dt span {
  color: #7c7c7c;
  font-weight: 500;
}

#item_detail .item_info .option_select dl .dl_set dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px -4px;
}

#item_detail .item_info .option_select dl .dl_set dd ul li {
  width: 20%;
  padding: 0 2px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 900px) {
  #item_detail .item_info .option_select dl .dl_set dd ul li {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  #item_detail .item_info .option_select dl .dl_set dd ul li {
    width: 20%;
  }

  #item_detail .item_info .option_select dl .dl_set dd ul li img {
    width: 100%;
  }
}

#item_detail .item_info .option_select dl .dl_set dd ul li input {
  display: none;
}

#item_detail .item_info .option_select dl .dl_set dd ul li label {
  cursor: pointer;
  display: block;
  position: relative;
}

#item_detail .item_info .option_select dl .dl_set.color dd ul li input:checked+label:after {
  border: 2px #263a58 solid;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0;
  left: 0;
}

#item_detail .item_info .option_select dl .dl_set.color dd ul li label {
  display: block;
  padding: 0;
  margin: 0;
}

#item_detail .item_info .option_select dl .dl_set.color dd ul li label img {
  display: block;
}

#item_detail .item_info .option_select dl .dl_set.size dt span.notes {
  color: #eb0000;
  display: block;
  font-size: 71.4%;
  margin-top: 3px;
}

#item_detail .item_info .option_select dl .dl_set.size dd ul+a {
  color: #263a58;
  display: inline-block;
  font-size: 85.7%;
  margin-top: 12px;
}

#item_detail .item_info .option_select dl .dl_set.size dd ul li input:checked+label:after {
  border: 2px #263a58 solid;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0;
  left: 0;
}

#item_detail .item_info .option_select dl .dl_set.size dd ul li label {
  border: 1px #e0e0e0 solid;
  text-align: center;
  padding: 12px 30px;
}

#item_detail .item_info .option_select p.stock {
  margin-top: 10px;
}

#item_detail .item_info .option_select a.icon_blank {
  display: table;
  text-decoration: underline;
}

#item_detail .item_info .btn_wrap button {
  background-color: #263a58;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: 600;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 22px 0;
  margin-top: 24px;
}

#item_detail .item_info .btn_wrap button:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #fff;
  font-size: 150%;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1025px) {
  #item_detail .item_info .btn_wrap button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #item_detail .item_info .btn_wrap button:hover {
    opacity: 0.8;
  }
}

#item_detail .item_info .btn_wrap button:disabled {
  opacity: 0.5;
  cursor: default;
}

#item_detail .item_info .information {
  background-color: #f5f5f5;
  padding: 20px 24px;
  margin-top: 20px;
}

#item_detail .item_info .information dl .dl_set+.dl_set {
  margin-top: 16px;
}

#item_detail .item_info .information dl .dl_set dt {
  font-size: 71.4%;
  margin-bottom: 5px;
}

#item_detail .item_info .information dl .dl_set dd p {
  font-size: 85.7%;
}

#item_detail .item_info .information dl .dl_set dd a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  #item_detail .item_info .information dl .dl_set dd a:hover {
    text-decoration: none;
  }
}

#item_detail .item_info .information dl .dl_set dd strong {
  color: #eb0000;
  display: inline-block;
}

#item_detail .item_info .information dl .dl_set dd ul {
  color: #eb0000;
  margin-top: 5px;
}

#item_detail .item_info .information dl .dl_set dd ul li {
  font-size: 71.4%;
}

#item_detail .item_info .information dl .dl_set.send dd a {
  display: inline-block;
  margin-left: 3em;
}

#item_detail .item_info .information dl .dl_set.stock dd p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

#item_detail .item_info .information dl .dl_set.stock dd p a {
  display: block;
}

#item_detail .item_info .information dl .dl_set.stock dd p:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  margin-left: 6px;
}

#item_detail .item_info .item_desc {
  font-size: 85.7%;
  margin-top: 48px;
}

#item_detail .item_info .item_spec {
  border-top: 1px #e0e0e0 solid;
  padding-top: 30px;
  margin-top: 100px;
}

@media only screen and (max-width: 640px) {
  #item_detail .item_info .item_spec {
    margin-top: 80px;
  }
}

#item_detail .item_info .item_spec dl {
  font-size: 85.7%;
}

#item_detail .item_info .item_spec dl .dl_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#item_detail .item_info .item_spec dl .dl_set+.dl_set {
  margin-top: 16px;
}

#item_detail .item_info .item_spec dl .dl_set dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
}

#item_detail .item_info .item_spec dl .dl_set dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

#item_detail .item_info .item_spec dl .dl_set dd a {
  display: inline-block;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  #item_detail .item_info .item_spec dl .dl_set dd a:hover {
    text-decoration: none;
  }
}

#item_detail .item_info .link_navi {
  margin-top: 42px;
}

#item_detail .item_info .link_navi ul {
  border-top: 1px #e0e0e0 solid;
}

#item_detail .item_info .link_navi ul li {
  font-size: 85.7%;
}

#item_detail .item_info .link_navi ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px #e0e0e0 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
}

#item_detail .item_info .link_navi ul li a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  margin-left: 6px;
}

#item_detail .item_info .sns ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 24px -6px 0;
}

#item_detail .item_info .sns ul li {
  padding: 0 6px;
}

#item_detail .item_info .sns ul li a {
  display: block;
  font-size: 228.6%;
}

#item_detail .item_info .sns ul li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #263a58;
}

#item_detail .item_info .sns ul li.tw a:before {
  content: "\e909";
}

#item_detail .item_info .sns ul li.fb a:before {
  content: "\e905";
}

#item_detail .item_info .sns ul li.line a:before {
  content: "\e907";
}

#item_detail .item_info .sns ul li.mail a:before {
  content: "\e908";
}

#item_detail .styling {
  margin-top: 80px;
}

#item_detail .styling .title_wrap {
  margin-bottom: 20px;
}

#item_detail .styling .title_wrap h2 {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 85.7%;
}

#item_detail .styling .title_wrap h2 .en {
  color: #263a58;
  font-size: 266.7%;
  font-weight: 600;
  margin-right: 8px;
}

#item_detail .styling .styling_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px -30px;
}

#item_detail .styling .styling_list .styling_set {
  width: 33.3333333%;
  padding: 0 3px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  #item_detail .styling .styling_list .styling_set {
    width: 50%;
  }
}

#item_detail .styling .styling_list .styling_set .set_wrap {
  display: block;
}

#item_detail .styling .styling_list .styling_set .set_wrap .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 128.0219%;
  margin-bottom: 16px;
}

#item_detail .styling .styling_list .styling_set .set_wrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#item_detail .styling .styling_list .styling_set .set_wrap p {
  font-size: 85.7%;
}

#saw_recently {
  background-color: #f5f5f5;
  padding: 115px 0 120px;
}

@media only screen and (max-width: 640px) {
  #saw_recently {
    padding: 52px 0 60px;
  }

  #saw_recently .product_list {
    margin-left: 0;
    margin-right: 0;
  }

  #saw_recently .product_list .product_set {
    width: 50%;
  }
}

#saw_recently h2 {
  color: #263a58;
  font-size: 171.4%;
  margin-bottom: 28px;
}

@media only screen and (max-width: 640px) {
  #saw_recently h2 {
    font-size: 142.9%;
    margin-bottom: 25px;
  }
}

.penguinmag_title {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}

.penguinmag_title p {
  color: #263a58;
  font-size: 228.6%;
}

.penguinmag_title p span {
  font-weight: 600;
}

.penguinmag_title h1 {
  color: #263a58;
  font-size: 90px;
}

.penguinmag_title h1 span {
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .penguinmag_title h1 {
    font-size: 56px;
    line-height: 1;
  }

  .penguinmag_title h1 span {
    display: block;
  }
}

#penguinmag:before {
  background-color: #f5f5f5;
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

#penguinmag #wrapper {
  position: relative;
  z-index: 1;
}

#penguinmag.detail #main_area {
  padding-bottom: 0;
}

#penguinmag.detail .main_width {
  overflow: hidden;
}

#penguinmag.detail .date_cat {
  margin-top: 48px;
  margin-bottom: 32px;
}

#penguinmag.detail .date_cat .date {
  font-weight: 300;
  margin-bottom: 8px;
}

#penguinmag.detail .date_cat .category {
  border: 1px #263a58 solid;
  font-size: 71.4%;
  padding: 6px 10px;
}

#penguinmag.detail .date_cat .category+.category {
  margin-top: 2px;
}

@media only screen and (max-width: 900px) {
  #penguinmag.detail .col2 .left {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #penguinmag .item_control {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

#penguinmag .conditions {
  display: block;
  position: relative;
  z-index: 100;
  margin: 0 0 0 auto;
}

#penguinmag .conditions dl {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

#penguinmag .conditions #category_select {
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 640px) {
  #penguinmag .conditions #category_select {
    display: block;
    margin-left: auto;
  }

  #penguinmag .conditions #category_select dt,
  #penguinmag .conditions #category_select label {
    max-width: 50%;
    margin-left: auto;
  }
}

#penguinmag .conditions #category_select dt {
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 6px;
}

@media only screen and (max-width: 640px) {
  #penguinmag .conditions #category_select dt {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

#penguinmag .conditions #category_select dd label {
  background-color: #fff;
  min-width: 160px;
  padding: 9px 42px 8px 14px;
}

@media only screen and (max-width: 640px) {
  #penguinmag .conditions #category_select .select_menu {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 16px;
    margin: 0 -10px;
  }

  #penguinmag .conditions #category_select .select_menu ul {
    background-color: #fff;
    border-radius: 0;
    border-top: 1px #e0e0e0 solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  #penguinmag .conditions #category_select .select_menu ul li {
    border-bottom: 1px #e0e0e0 solid;
    padding: 10px 10px;
  }
}

#penguinmag .penguinmag_list {
  position: relative;
}

#penguinmag .penguinmag_list:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 2000%;
  height: 500%;
  position: absolute;
  left: -500%;
  top: 12%;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  #penguinmag .penguinmag_list {
    padding: 20px 15px;
    margin: 0 -20px;
  }

  #penguinmag .penguinmag_list:before {
    top: 100px;
  }
}

#penguinmag .penguinmag_list .penguinmag_set {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

#penguinmag.detail .col2 {
  display: block;
}

#penguinmag.detail .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -6px;
}

@media only screen and (max-width: 900px) {
  #penguinmag.detail .sns {
    margin-bottom: 38px;
  }
}

#penguinmag.detail .sns li {
  padding: 0 6px;
}

#penguinmag.detail .sns li a {
  color: #000;
  display: block;
}

#penguinmag.detail .sns li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 228.6%;
}

@media only screen and (min-width: 1025px) {
  #penguinmag.detail .sns li a:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #penguinmag.detail .sns li a:hover:before {
    color: #263a58;
  }
}

#penguinmag.detail .sns li.tw a:before {
  content: "\e909";
}

#penguinmag.detail .sns li.fb a:before {
  content: "\e905";
}

#penguinmag.detail .sns li.line a:before {
  content: "\e907";
}

#penguinmag.detail .sns li.mail a:before {
  content: "\e908";
}

#penguinmag.detail #post_title {
  margin-bottom: 44px;
}

#penguinmag.detail #post_title h1 {
  font-size: 257.1%;
}

#latest_article {
  background-color: #f5f5f5;
  padding: 110px 0 120px;
  margin-top: 120px;
}

#latest_article .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

#latest_article .title_wrap h2 {
  color: #263a58;
  font-size: 285.7%;
  font-weight: 600;
}

#latest_article .title_wrap a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #263a58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 114.3%;
}

@media only screen and (max-width: 640px) {
  #latest_article .title_wrap a {
    position: absolute;
    bottom: 60px;
    left: 40px;
  }
}

#latest_article .title_wrap a:after {
  background: url(../images/common/arrow_r.svg) no-repeat 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

@media only screen and (min-width: 1025px) {
  #latest_article .title_wrap a:hover {
    opacity: 0.8;
  }
}

#catalog_navi {
  background-color: #f5f5f5;
  padding: 120px 0;
}

@media only screen and (max-width: 640px) {
  #catalog_navi {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 901px) {
  #catalog_navi .navi_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -8px;
  }
}

#catalog_navi .navi_wrap .navi_set {
  overflow: hidden;
}

@media only screen and (min-width: 901px) {
  #catalog_navi .navi_wrap .navi_set {
    max-width: 420px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 900px) {
  #catalog_navi .navi_wrap .navi_set+.navi_set {
    margin-top: 48px;
  }
}

#catalog_navi .navi_wrap .navi_set .img {
  width: 180px;
  float: left;
}

@media only screen and (max-width: 640px) {
  #catalog_navi .navi_wrap .navi_set .img {
    width: 130px;
  }
}

@media only screen and (max-width: 400px) {
  #catalog_navi .navi_wrap .navi_set .img {
    width: 100px;
  }
}

#catalog_navi .navi_wrap .navi_set .title_wrap {
  float: left;
  padding-left: 40px;
}

@media only screen and (max-width: 900px) {
  #catalog_navi .navi_wrap .navi_set .title_wrap {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #catalog_navi .navi_wrap .navi_set .title_wrap {
    padding-top: 25px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 400px) {
  #catalog_navi .navi_wrap .navi_set .title_wrap {
    padding-top: 10px;
  }
}

#catalog_navi .navi_wrap .navi_set .title_wrap h3 {
  color: #263a58;
  font-size: 285.7%;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
}

@media only screen and (max-width: 640px) {
  #catalog_navi .navi_wrap .navi_set .title_wrap h3 {
    font-size: 214.3%;
  }
}

#catalog_navi .navi_wrap .navi_set .title_wrap p {
  font-size: 85.7%;
}

#catalog_navi .navi_wrap .navi_set ul {
  float: left;
  padding-left: 40px;
  margin-top: 28px;
}

@media only screen and (max-width: 900px) {
  #catalog_navi .navi_wrap .navi_set ul {
    clear: both;
    float: none;
    padding-left: 0;
  }
}

#catalog_navi .navi_wrap .navi_set ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 114.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#catalog_navi .navi_wrap .navi_set ul li:after {
  background: url(../images/common/arrow_r.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin-left: 8px;
}

#catalog_navi .navi_wrap .navi_set ul li+li {
  margin-top: 5px;
}

@media only screen and (max-width: 900px) {
  #catalog_navi .navi_wrap .navi_set ul li {
    border-bottom: 1px #707070 solid;
    display: block;
    position: relative;
  }

  #catalog_navi .navi_wrap .navi_set ul li+li {
    margin-top: 0;
  }

  #catalog_navi .navi_wrap .navi_set ul li:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #catalog_navi .navi_wrap .navi_set ul li a {
    display: block;
    padding: 12px 30px 12px 0;
  }
}

#catalog_navi .navi_wrap .navi_set ul li a {
  color: #263a58;
}

@media only screen and (min-width: 1025px) {
  #catalog_navi .navi_wrap .navi_set ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #catalog_navi .navi_wrap .navi_set ul li a:hover {
    opacity: 0.8;
  }
}