@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,500;1,500&display=swap");*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media print, (min-width: 768px) {
  .trans {
    transition: .26s ease;
  }
  .trans:hover {
    opacity: .8;
  }

  .sm-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .md-only {
    display: none !important;
  }
}
.widget-common {
  border-radius: 8px;
  background: #fff;
}

.title-primary {
  color: #0023c3;
  line-height: 1.5;
  font-weight: 500;
}

.list-possession > li {
  border-bottom: 2px solid #f0f0f0;
}

.possession-heading {
  display: flex;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
}

.possession-item {
  display: flex;
  line-height: 1.2;
}
.possession-item .possession-group {
  font-weight: bold;
}
.possession-item .possession-name {
  color: #0023c3;
}
.possession-item .possession-text {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #3b4043;
}
.possession-item .possession-number {
  letter-spacing: .02em;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.is-kv-under:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 0;
}
.is-kv-under:before {
  z-index: 1;
}
.is-kv-under .kv-under-txt {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .kv-under.type-mb-70 {
    margin-bottom: 70px;
  }

  .is-kv-under {
    background-image: url(../img/common/img_keyvisual_pc.jpg);
  }
  /*.is-kv-under:before {*/
  /*  background-image: url(../img/common/bg_keyvisual_pc.png);*/
  /*}*/

  .wrapper-common {
    width: 89.0625%;
    margin: 0 auto;
    max-width: 1140px;
  }

  .title-primary {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .possession-heading {
    padding-left: 422px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  .possession-heading .possession-column {
    width: 205px;
  }
  .possession-heading .possession-column + .possession-column {
    margin-left: 44px;
  }

  .possession-item {
    padding: 21px 0 22px 30px;
  }
  .possession-item .possession-group {
    display: flex;
    align-items: center;
    width: 394px;
  }
  .possession-item .possession-name {
    font-size: 18px;
    font-size: 1.8rem;
    width: 213px;
    padding-right: 15px;
  }
  .possession-item .possession-text {
    font-size: 20px;
    font-size: 2rem;
    flex: 1;
  }
  .possession-item .possession-number {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: "Roboto Condensed", sans-serif;
    width: 197px;
  }
  .possession-item .possession-number + .possession-number {
    margin-left: 50px;
  }
}
@media print, (min-width: 768px) and (max-width: 1040px) {
  .possession-heading {
    margin-left: 15px;
    padding-left: 46%;
  }

  .possession-item .possession-group {
    width: 46%;
  }

  .possession-item .possession-number {
    width: 23%;
  }
  .possession-item .possession-number + .possession-number {
    margin-left: 5.9%;
  }

  .possession-item .possession-name {
    width: 55%;
  }
}
@media only screen and (max-width: 767.98px) {
  .kv-under.type-mb-70 {
    margin-bottom: 6.66667vw;
  }

  .is-kv-under {
    background-image: url(../img/common/img_keyvisual_sp.jpg);
  }
  /*.is-kv-under:before {*/
  /*  background-image: url(../img/common/bg_keyvisual_sp.png);*/
  /*}*/
  .is-kv-under .kv-under-txt {
    line-height: 1.56;
  }

  .wrapper-common {
    padding: 0 4vw;
  }

  .title-primary {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }

  .possession-heading {
    padding-left: 24.48%;
    font-size: 8px;
    font-size: 0.8rem;
    margin: 0 15px -10px;
  }
  .possession-heading .possession-column {
    width: 42.2%;
  }
  .possession-heading .possession-column + .possession-column {
    margin-left: 17.142%;
    width: 36.5%;
  }

  .possession-item {
    align-items: flex-start;
    padding: 19px 15px 11px;
  }
  .possession-item .possession-group {
    width: 24.48%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .possession-item .possession-name {
    margin-bottom: 14px;
  }
  .possession-item .possession-number {
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: .02em;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    width: 35.2%;
    padding-top: 17px;
  }
  .possession-item .possession-number + .possession-number {
    margin-left: 7.142%;
    width: 33.5%;
  }

  .list-possession > li:first-child {
    padding-top: 0;
  }
}
.list-shop .shop-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-shop .shop-head {
  display: flex;
  color: #191919;
}
.list-shop .time {
  font-weight: 500;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}
.list-shop .balance {
  font-weight: 500;
}
.list-shop .shop-item-right {
  color: #0023c3;
}
.list-shop .point,
.list-shop .number,
.list-shop .unit {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

@media print, (min-width: 768px) {
  .list-shop {
    margin-bottom: 44px;
  }
  .list-shop .shop-item-left {
    width: 60%;
  }
  .list-shop .shop-head {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .list-shop .shop-name {
    font-size: 36px;
    font-size: 3.6rem;
    color: #004bb1;
  }
  .list-shop .number,
  .list-shop .unit {
    font-style: italic;
  }
  .list-shop .number {
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: .03em;
    position: relative;
    top: 2px;
  }
  .list-shop .balance,
  .list-shop .unit {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .list-shop .shop-item {
    border: solid 2px #0023c3;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 43px 34px 38px 42px;
  }
  .list-shop .time {
    margin-right: 27px;
  }
  .list-shop .point {
    font-size: 40px;
    font-size: 4rem;
    margin-right: 11px;
  }
  .list-shop .balance {
    margin-right: 32px;
  }
  .list-shop .person {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .list-shop .level {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1040px) {
  .list-shop .shop-item {
    padding-left: 3.28125vw;
    padding-right: 2.65625vw;
  }

  .list-shop .shop-name {
    font-size: 30px;
    font-size: 3rem;
  }

  .list-shop .balance, .list-shop .unit {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .list-shop .number {
    font-size: 56px;
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-shop {
    margin-bottom: 7px;
  }
  .list-shop .shop-item-left {
    width: 42vw;
  }
  .list-shop .shop-item-right {
    width: 120px;
    text-align: right;
  }
  .list-shop .shop-item {
    border: solid 1px #0023c3;
    border-radius: 3px;
    padding: 19px 7px 18px 9px;
  }
  .list-shop .shop-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .list-shop .is-padding {
    padding: 11px 17px 10px 11px;
  }
  .list-shop .is-padding .time {
    margin-right: 19px;
  }
  .list-shop .is-padding .shop-item-left {
    width: 84vw;
  }
  .list-shop .shop-head {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .list-shop .number {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.01em;
  }
  .list-shop .time {
    margin-right: 29px;
  }
  .list-shop .shop-name {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
    color: #0023c3;
  }
  .list-shop .is-small {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .list-shop .balance,
  .list-shop .unit {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-shop .balance {
    margin-right: 10px;
  }
  .list-shop .level {
    display: block;
  }
  .list-shop .person {
    font-size: 14.5px;
    font-size: 1.45rem;
  }
  .list-shop .level {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
    padding-right: 4px;
  }
  .list-shop .is-big {
    font-size: 44px;
    font-size: 4.4rem;
    font-style: italic;
    margin-right: 4px;
  }
  .list-shop .point {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 2px;
  }
}
@media only screen and (max-width: 374px) {
  .list-shop .is-small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 35, 195, 0.4);
  z-index: 1000;
}
.lightbox .lightbox-window {
  margin: auto;
}
.lightbox .lightbox-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.lightbox .lightbox-inner {
  background: #fff;
  position: relative;
}
.lightbox .lightbox-close {
  position: absolute;
  cursor: pointer;
  background: url(../img/common/btn_close.svg) no-repeat center center/100% auto;
}

.is-has-lightbox .content-wrap {
  position: static;
}

@media print, (min-width: 768px) {
  .lightbox .lightbox-window {
    width: 946px;
    padding: 50px 0;
  }
  .lightbox .lightbox-inner {
    padding: 50px;
    font-size: 12px;
  }
  .lightbox .lightbox-close {
    right: 34px;
    top: 36px;
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lightbox .lightbox-window {
    padding: 50px 4vw;
  }
  .lightbox .lightbox-inner {
    padding: 21.6vw 7.6vw 11.46667vw;
    font-size: 12.5px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .lightbox .lightbox-close {
    right: 5.06667vw;
    top: 5.06667vw;
    width: 4.26667vw;
    height: 4.26667vw;
  }

  .lightbox-code .lightbox-photo {
    border: 1px solid #707070;
    margin-bottom: 44px;
  }
  .lightbox-code .lightbox-photo img {
    display: block;
    width: 100%;
  }
  .lightbox-code .code-text {
    text-align: center;
  }
}
.item-tournament {
  border-bottom: 1px solid #d2d2d2;
  letter-spacing: .04em;
  color: #191919;
}
.item-tournament .tournament-group {
  letter-spacing: .04em;
  line-height: 1.75;
  font-weight: 500;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  position: relative;
}
.item-tournament .tournament-time {
  line-height: 1.2;
  font-weight: bold;
  color: #f6432c;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
}
.item-tournament .tournament-name {
  line-height: 1.2;
}
.item-tournament .tournament-name a {
  color: #191919;
}
.item-tournament .tournament-store {
  color: #0023c3;
}

.tag-common {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  letter-spacing: .04em;
  line-height: 1.2;
}
.tag-common .tag-text {
  display: block;
}
.tag-common.tag-blue {
  border: 1px solid #0623c3;
  color: #0623c3;
}
.tag-common.tag-orange {
  background: #f6432c;
  color: #fff;
}
.tag-common.tag-green {
  border: 1px solid #00a87d;
  color: #00a87d;
}

.pager-custom .pager-item-arr img {
  background-color: #000;
}

@media print, (min-width: 768px) {
  .item-tournament {
    display: flex;
    align-items: center;
    padding: 25px 0 26px 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .item-tournament .tournament-group {
    width: 233px;
    font-size: 14px;
    font-size: 1.4rem;
    top: 3px;
  }
  .item-tournament .tournament-time {
    font-size: 20px;
    font-size: 2rem;
  }
  .item-tournament .tournament-name {
    flex: 1;
    font-size: 20px;
    font-size: 2rem;
    padding-left: 33px;
    padding-right: 20px;
  }
  .item-tournament .tournament-store {
    width: 114px;
    order: 5;
  }

  .tag-common {
    width: 108px;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 2px;
  }
  .tag-common .tag-text {
    font-size: 7px;
    margin-bottom: 2px;
    margin-top: 1px;
  }
  .tag-common.tag-gray {
    background: #8b8b8b;
    color: #fff;
  }

  .pager-custom .form-select i,
  .pager-custom-second .form-select i {
    width: 13px;
    height: 28px;
    right: 25px;
    margin-top: -12px;
  }
}
@media print, (min-width: 768px) and (max-width: 1040px) {
  .item-tournament .tournament-name {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .item-tournament .tournament-name {
    padding-left: 2.57813vw;
  }

  .item-tournament .tournament-group {
    width: 21.09375vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .item-tournament {
    padding: 18px 0 16px;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
  }
  .item-tournament .tournament-group {
    font-size: 8.5px;
    font-size: 0.85rem;
    line-height: 1.98;
    margin-bottom: 13px;
  }
  .item-tournament .tournament-time {
    font-size: 11.5px;
    font-size: 1.15rem;
  }
  .item-tournament .tournament-name {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.769;
  }
  .item-tournament .tournament-store {
    margin-bottom: 10px;
  }
  .item-tournament .tag-common {
    position: absolute;
    right: 0;
    top: 19px;
  }

  .tag-common {
    width: 90px;
    height: 30px;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 5px 1px;
  }
  .tag-common .tag-text {
    font-size: 6px;
    font-size: 0.6rem;
  }
  .tag-common.tag-gray {
    background: #acacac;
    color: #fff;
  }

  .pager-custom .form-select .form-select-label,
  .pager-custom-second .form-select .form-select-label {
    background: #fff;
  }
}
.list-tabs {
  display: flex;
  justify-content: center;
  letter-spacing: .04em;
  text-align: center;
}
.list-tabs > li {
  width: 50%;
}
.list-tabs > li:first-child .tab-item:after {
  border-radius: 10px 0 0 10px;
}
.list-tabs > li:last-child .tab-item:after {
  border-radius: 0 10px 10px 0;
}
.list-tabs .tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  color: rgba(25, 25, 25, 0.5);
  cursor: pointer;
}
.list-tabs .tab-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.list-tabs .tab-item.is-active {
  color: #191919;
}
.list-tabs .tab-item.is-active:after {
  background: #0023c3;
}

@media print, (min-width: 768px) {
  .list-tabs {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .list-tabs .tab-item {
    height: 76px;
    padding-bottom: 18px;
  }
  .list-tabs .tab-item:after {
    height: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-tabs {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.54;
  }
  .list-tabs .tab-item {
    height: 76px;
    padding-bottom: 18px;
    align-items: flex-end;
  }
  .list-tabs .tab-item:after {
    height: 4px;
  }
}
.input-common::-webkit-input-placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.textarea-common::-webkit-input-placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.input-common::-moz-placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.textarea-common::-moz-placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.input-common:-ms-input-placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.textarea-common:-ms-input-placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.input-common:-moz-placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.textarea-common:-moz-placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.input-common::placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.textarea-common::placeholder {
  opacity: 1;
  color: #a0a0a0;
}

.input-common,
.textarea-common,
.select-common {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0 !important;
  line-height: inherit !important;
  border: 2px solid #0023c3 !important;
  width: 100% !important;
}

.is-input-error {
  border-color: #f6432c !important;
}

.is-text-error {
  color: #f6432c;
  letter-spacing: .04em;
}

.select-common {
  background: #fff url(../img/common/icon_arrow_drop_01.svg) no-repeat right 17px center/14px auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #a0a0a0;
}
.select-common.is-select-color {
  color: #191919;
}

.select-common::-ms-expand {
  display: none;
}

.input-common,
.textarea-common {
  color: #191919;
}

.textarea-common {
  resize: none;
  overflow-y: auto;
}

.checkbox-common {
  display: inline-block;
  line-height: 1.72;
}
.checkbox-common input {
  display: none;
}
.checkbox-common input:checked + .checkbox-text:before {
  background: #fff url(../img/common/icon_checkbox.svg) no-repeat center center/16px auto;
}
.checkbox-common .checkbox-text {
  display: block;
  position: relative;
}
.checkbox-common .checkbox-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #0023c3;
  background: #fff;
}
.checkbox-common.is-checkbox-checked .checkbox-text:before {
  background: #fff url(../img/common/icon_checkbox_01.svg) no-repeat center center/16px auto;
}

label.checkbox-common .checkbox-text {
  cursor: pointer;
}

.form-common {
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .input-common::-webkit-input-placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .is-mac .input-common::-webkit-input-placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common::-webkit-input-placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .input-common::-moz-placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .is-mac .input-common::-moz-placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common::-moz-placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .input-common:-ms-input-placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .is-mac .input-common:-ms-input-placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common:-ms-input-placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .input-common:-moz-placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .is-mac .input-common:-moz-placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common:-moz-placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .input-common::placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .is-mac .input-common::placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common::placeholder {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .is-mac .input-common {
    font-family: Meiryo, 'メイリオ', sans-serif;
  }

  .is-mac .input-common {
    padding-bottom: 0 !important;
    padding-top: 1px !important;
  }

  .input-common,
  .textarea-common,
  .select-common {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .is-text-error {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .select-common {
    padding: 0 40px 2px 20px;
  }

  .input-common {
    padding: 0 18px 2px !important;
  }

  .textarea-common {
    height: 110px;
  }

  .textarea-common:focus {
    border-width: 2px !important;
  }

  .input-common,
  .select-common {
    height: 50px !important;
  }

  .checkbox-common {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 19px 14px 0;
  }
  .checkbox-common .checkbox-text {
    padding-left: 44px;
    min-height: 33px;
  }
  .checkbox-common .checkbox-text:before {
    width: 33px;
    height: 31px;
  }

  .is-mac .checkbox-common .checkbox-text {
    padding-top: 1px;
  }

  .form-common {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-common .form-head {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 7px;
  }
  .form-common .form-row {
    margin-bottom: 15px;
  }
  .form-common .input-common:focus {
    border-width: 2px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common::-webkit-input-placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .is-safari .input-common::-webkit-input-placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common::-webkit-input-placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .input-common::-moz-placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .is-safari .input-common::-moz-placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common::-moz-placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .input-common:-ms-input-placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .is-safari .input-common:-ms-input-placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common:-ms-input-placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .input-common:-moz-placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .is-safari .input-common:-moz-placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common:-moz-placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .input-common::placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .is-safari .input-common::placeholder {
    line-height: 1.25 !important;
  }

  .textarea-common::placeholder {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
  }

  .input-common,
  .textarea-common,
  .select-common {
    font-size: 11.5px !important;
    font-size: 1.15rem !important;
    border-width: 1px !important;
  }

  .textarea-common {
    height: 108px;
    padding: 6px 12px;
  }

  .is-text-error {
    font-size: 9px;
    font-size: 0.9rem;
    margin-top: 8px;
    padding-bottom: 4px;
  }

  .select-common {
    padding: 0 20px 1px 12px;
    background-size: 8px auto;
    background-position: right 8px center;
  }

  .input-common {
    padding: 0 12px 1px !important;
  }

  .input-common,
  .select-common {
    height: 36px !important;
  }

  .checkbox-common {
    font-size: 11.5px;
    font-size: 1.15rem;
    margin: 0 19px 15px 0;
  }
  .checkbox-common .checkbox-text {
    padding-left: 30px;
    min-height: 22px;
  }
  .checkbox-common .checkbox-text:before {
    width: 24px;
    height: 22px;
    border-width: 1px;
  }
  .checkbox-common input:checked + .checkbox-text:before {
    background-size: 15px auto;
  }
  .checkbox-common.is-checkbox-checked .checkbox-text:before {
    background-size: 15px auto;
  }

  .form-common {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-common .form-head {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
  .form-common .form-row {
    margin-bottom: 10px;
  }
}
.button-default {
  color: #fff;
  line-height: 1.5;
  letter-spacing: .04em;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  box-shadow: none;
  font-family: inherit;
}
.button-default.is-blue {
  background: #0023c3;
}
.button-default.is-border-blue {
  border: 2px solid #0023c3;
  color: #0023c3;
}
.button-default.is-black {
  background: #191919;
}
.button-default.is-arrow-white {
  background: #fff;
  color: #0023c3;
  position: relative;
}
.button-default.is-arrow-white:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: #0023c3 url(../img/common/icon-arr-w-r.svg) no-repeat center center/100% auto;
  z-index: 1;
  border-radius: 100%;
}
.button-default.is-white {
  background: #fff;
  color: #0023c3;
}

button.button-default {
  display: block;
}

@media print, (min-width: 768px) {
  .button-default {
    border-radius: 23px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 160px;
    height: 46px;
    padding: 0 10px 2px;
    transition: .26s ease;
  }
  .button-default:hover {
    opacity: .8;
  }
  .button-default.is-arrow-white {
    height: 55px;
    width: 230px;
    border-radius: 40px;
    font-size: 20px;
    font-size: 2rem;
    padding-left: 50px;
    padding-right: 40px;
  }
  .button-default.is-arrow-white:before {
    width: 22px;
    height: 22px;
    left: 24px;
    margin-top: -11px;
    background-size: 110% auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-default {
    border-radius: 20px;
    height: 36px;
    font-size: 12px;
    font-size: 1.2rem;
    width: 184px;
    padding: 1px 9px 3px;
  }
  .button-default.is-border-blue {
    border-width: 1px;
  }
  .button-default.is-arrow-white {
    height: 28px;
    width: 115px;
    font-size: 10px;
    font-size: 1rem;
    padding-left: 25px;
    padding-right: 20px;
  }
  .button-default.is-arrow-white:before {
    width: 12px;
    height: 12px;
    left: 12px;
    margin-top: -6px;
  }
}
/****************************************************
My page
****************************************************/
.section-my-page {
  font-size: 14px;
  font-size: 1.4rem;
  background: #0023c3;
}

.my-page-block {
  color: #191919;
  letter-spacing: 0;
}

.block-user {
  display: flex;
  color: #fff;
  line-height: 1.5;
}
.block-user .user-avatar img {
  display: block;
  width: 100%;
}
.block-user .user-info {
  flex: 1;
  position: relative;
}
.block-user .user-name {
  line-height: 1.5;
  color: #fff;
}
.block-user .user-link {
  position: absolute;
  color: #fff;
  text-decoration: underline;
}

.block-code {
  display: flex;
  align-items: flex-start;
  background: #fff;
  line-height: 1.5;
}
.block-code .code-photo img {
  display: block;
  width: 100%;
}
.block-code .code-name {
  color: #0023c3;
}
.block-code .code-info {
  flex: 1;
}
.block-code .code-number {
  font-style: italic;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
.block-code .code-link {
  position: relative;
  letter-spacing: .04em;
}
.block-code .code-link:before {
  content: '';
  position: absolute;
  left: 0;
  background: #0023c3 url("../img/common/icon-arr-w-r.svg") no-repeat center center/24px auto;
  border-radius: 100%;
}

.block-information {
  background: #fff;
  line-height: 1.5;
  position: relative;
}
.block-information .information-title {
  font-weight: 500;
}
.block-information .information-link {
  text-decoration: underline;
}
.block-information .information-head {
  display: flex;
  font-weight: bold;
  text-align: center;
}
.block-information .list-information > li {
  border-bottom: 2px solid #f0f0f0;
  display: flex;
}
.block-information .information-name {
  color: #0023c3;
}
.block-information .information-tag {
  background: #0023c3;
  color: #fff;
  letter-spacing: .04em;
  text-align: center;
}
.block-information .information-number {
  letter-spacing: .02em;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
.block-information .button-more {
  position: absolute;
}

.button-more {
  line-height: 1.2;
  letter-spacing: .04em;
  position: relative;
  color: #191919;
  display: inline-block;
}
.button-more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: no-repeat center center/100% auto;
}

.load-more-content {
  display: none;
}

@media print, (min-width: 768px) {
  .section-my-page {
    padding: 50px 0 110px;
  }
  .section-my-page .wrapper {
    width: 92.96875%;
    margin: 0 auto;
    max-width: 1190px;
  }
  .section-my-page .my-page-block {
    padding: 0 44px;
  }

  .block-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 55px;
  }

  .block-user {
    width: 35.9%;
    padding-right: 25px;
    margin-top: 26px;
  }
  .block-user .user-avatar {
    width: 40.9%;
    max-width: 150px;
  }
  .block-user .user-avatar img {
    border-radius: 6px;
  }
  .block-user .user-info {
    padding: 8px 0 25px 22px;
  }
  .block-user .user-name {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .block-user .user-link {
    left: 22px;
    bottom: -2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .block-user .user-link:hover {
    text-decoration: none;
  }

  .block-code {
    border-radius: 6px;
    padding: 26px 8px 16px 24px;
    width: 64.1%;
  }
  .block-code .code-photo {
    width: 23.5%;
    max-width: 150px;
    border: 1px solid #707070;
  }
  .block-code .code-name {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 26px;
  }
  .block-code .code-info {
    flex: 1;
    font-size: 20px;
    font-size: 2rem;
    padding-left: 22px;
  }
  .block-code .code-number {
    margin-left: 16px;
    font-size: 30px;
    font-size: 3rem;
  }
  .block-code .code-point {
    margin-bottom: 14px;
  }
  .block-code .code-group {
    margin-left: -5px;
    display: flex;
    align-items: flex-start;
  }
  .block-code .code-time {
    margin-right: 25px;
  }
  .block-code .code-link {
    padding-left: 33px;
  }
  .block-code .code-link:before {
    top: 2px;
    width: 25px;
    height: 27px;
    transition: transform .2s ease-out;
  }
  .block-code .code-link:hover:before {
    transform: translateX(3px);
  }

  .block-information {
    border-radius: 6px;
    padding: 34px 35px 45px 196px;
    margin-bottom: 77px;
  }
  .block-information .information-heading {
    position: absolute;
    left: 35px;
    top: 25px;
  }
  .block-information .information-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .block-information .information-link {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .block-information .information-link:hover {
    text-decoration: none;
  }
  .block-information .information-head {
    justify-content: flex-end;
    padding: 0 13px 0 27px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 11px;
  }
  .block-information .list-information > li {
    padding: 5px 13px 6px 27px;
    align-items: center;
  }
  .block-information .list-information > li:first-child {
    padding-bottom: 8px;
  }
  .block-information .information-group {
    font-size: 18px;
    font-size: 1.8rem;
    width: 22.2%;
    padding-right: 10px;
    margin-bottom: 2px;
  }
  .block-information .information-tag {
    border-radius: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 23.37%;
    padding: 4px 5px 5px;
  }
  .block-information .information-number {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: "Roboto Condensed", sans-serif;
  }
  .block-information .information-first {
    width: 21.3%;
    margin-left: 2.89%;
  }
  .block-information .information-second {
    width: 21.9%;
    margin-left: 8.19%;
  }
  .block-information .button-more {
    right: 28px;
    bottom: 15px;
  }

  .button-more {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 30px;
  }
  .button-more::before {
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    background-image: url(../img/common/icon_expand_pc.svg);
  }
}
@media print, (min-width: 768px) and (max-width: 1294px) {
  .section-my-page .my-page-block {
    padding: 0 3.4375vw;
  }

  .block-user {
    padding-right: 1.95313vw;
    margin-top: 2.03125vw;
  }
  .block-user .user-info {
    padding: 0.78125vw 0 1.95313vw 1.71875vw;
  }
  .block-user .user-name {
    font-size: 1.875vw;
  }
  .block-user .user-link {
    left: 1.71875vw;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .block-code {
    padding: 2.03125vw 0.625vw 1.25vw 1.875vw;
  }
  .block-code .code-name {
    font-size: 2.34375vw;
    margin-bottom: 2.03125vw;
  }
  .block-code .code-info {
    font-size: 1.5625vw;
    padding-left: 1.71875vw;
  }
  .block-code .code-number {
    margin-left: 1.09375vw;
    font-size: 2.34375vw;
  }
  .block-code .code-point {
    margin-bottom: 1.09375vw;
  }
  .block-code .code-time {
    margin-right: 0.78125vw;
  }
  .block-code .code-link {
    padding-left: 2.57813vw;
  }
  .block-code .code-link:before {
    top: 0.15625vw;
    width: 1.95313vw;
    height: 2.10938vw;
    background-size: 1.875vw auto;
  }

  .block-information {
    padding: 2.65625vw 2.73438vw 3.51563vw 15.3125vw;
  }
  .block-information .information-heading {
    left: 2.73438vw;
    top: 1.95313vw;
  }
  .block-information .information-title {
    font-size: 2.34375vw;
  }
  .block-information .information-head {
    padding: 0 1.01563vw 0 2.10938vw;
    font-size: 1.25vw;
    margin-bottom: 0.85938vw;
  }
  .block-information .list-information > li {
    padding-left: 2.10938vw;
    padding-right: 1.01563vw;
  }
  .block-information .information-group {
    font-size: 1.40625vw;
  }
  .block-information .information-tag {
    font-size: 1.09375vw;
  }
  .block-information .information-number {
    font-size: 2.5vw;
  }
  .block-information .button-more {
    right: 2.1875vw;
    bottom: 1.17188vw;
  }

  .button-more {
    font-size: 1.40625vw;
    padding-left: 2.5vw;
  }
  .button-more::before {
    margin-top: -0.89844vw;
    width: 1.95313vw;
    height: 1.95313vw;
  }
}
@media print, (min-width: 768px) and (max-width: 1160px) {
  .section-my-page .my-page-block {
    padding: 0 1.5625vw;
  }
}
@media print, (min-width: 768px) and (max-width: 966px) {
  .block-information {
    padding-left: 13.75vw;
    padding-bottom: 35px;
  }
  .block-information .information-head {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 5.46875vw;
    padding-right: 0;
    margin-right: -10px;
    white-space: nowrap;
  }
  .block-information .information-head .information-first {
    width: 23%;
  }
  .block-information .information-head .information-second {
    width: 25%;
    margin-left: 0;
  }
  .block-information .information-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .block-information .information-number {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .block-information .information-group {
    font-size: 13px;
    font-size: 1.3rem;
    width: 30%;
  }
  .block-information .information-tag {
    font-size: 11px;
    font-size: 1.1rem;
    width: 154px;
  }
  .block-information .information-first {
    margin-left: 3%;
  }
  .block-information .information-second {
    margin-left: 4%;
  }

  .button-more {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 22px;
  }
  .button-more:before {
    margin-top: -8px;
    width: 19px;
    height: 19px;
    background-size: 12px auto;
  }
}
@media print, (min-width: 768px) and (max-width: 1040px) {
  .block-user .user-link {
    font-size: 10px;
    font-size: 1rem;
    bottom: 0;
  }

  .block-user .user-avatar {
    width: 35%;
  }

  .block-code .code-photo {
    width: 20%;
  }
  .block-code .code-time {
    padding-right: 1.17188vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-my-page {
    padding: 4vw 0 10.66667vw;
  }
  .section-my-page .wrapper {
    padding: 0 4vw;
  }

  .block-group {
    margin-bottom: 4vw;
  }

  .block-user {
    margin: 0 2.66667vw 4.26667vw;
  }
  .block-user .user-avatar {
    width: 85px;
    border: 1px solid #707070;
  }
  .block-user .user-info {
    padding: 1px 0 25px 5.33333vw;
  }
  .block-user .user-name {
    font-size: 20px;
    font-size: 2rem;
  }
  .block-user .user-link {
    left: 5.33333vw;
    bottom: -2px;
    font-size: 10px;
    font-size: 1rem;
  }

  .block-code {
    border-radius: 0.8vw;
    padding: 4.53333vw 2.4vw 2.8vw 2.66667vw;
  }
  .block-code .code-photo {
    width: 102px;
    padding: 0 5px;
  }
  .block-code .code-photo img {
    border: 1px solid #707070;
    margin-bottom: 5px;
  }
  .block-code .code-link-qr {
    background: #0023c3;
    color: #fff;
    display: block;
    border-radius: 8px;
    font-size: 7px;
    font-size: 0.7rem;
    letter-spacing: .04em;
    display: block;
    text-align: center;
    padding: 2px 3px 3px;
    margin: 0 -5px;
  }
  .block-code .code-name {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
  .block-code .code-info {
    flex: 1;
    font-size: 10px;
    font-size: 1rem;
    padding-left: 2.13333vw;
    text-align: right;
  }
  .block-code .code-number {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
  }
  .block-code .code-number span {
    font-size: 19px;
    font-size: 1.9rem;
    padding-left: 2px;
  }
  .block-code .code-point-text {
    position: relative;
    top: -11px;
  }
  .block-code .code-point {
    margin-top: -9px;
  }
  .block-code .code-time {
    display: block;
    padding-right: 8px;
    margin: -1px 0 5px;
  }
  .block-code .code-time .date {
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 5px;
  }
  .block-code .code-link {
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .block-code .code-link:before {
    top: 3px;
    width: 13px;
    height: 13px;
    background-size: 14px auto;
  }

  .block-information {
    border-radius: 0.8vw;
    padding: 3.2vw 2.66667vw 51px;
    margin-bottom: 4vw;
  }
  .block-information .information-heading {
    margin-bottom: 12px;
    padding-left: 7px;
  }
  .block-information .information-title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: -4px;
  }
  .block-information .information-link {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .block-information .information-head {
    justify-content: flex-end;
    padding-left: 12px;
    font-size: 8px;
    font-size: 0.8rem;
    margin-bottom: -16px;
  }
  .block-information .information-head .information-first {
    width: 31%;
  }
  .block-information .information-head .information-second {
    width: 37%;
    margin-left: 1%;
  }
  .block-information .list-information > li {
    align-items: flex-start;
    padding: 5px 0 33px 12px;
    position: relative;
  }
  .block-information .information-group {
    font-size: 12px;
    font-size: 1.2rem;
    width: 33%;
    padding: 0 2px;
  }
  .block-information .information-text {
    color: #3B4043;
    font-weight: 600;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  }
  .block-information .information-name {
    margin-bottom: 2px;
  }
  .block-information .information-tag {
    border-radius: 7px;
    font-size: 7px;
    font-size: 0.7rem;
    min-width: 97px;
    position: absolute;
    left: 12px;
    bottom: 17px;
    padding: 2px 8px 3px;
    white-space: nowrap;
  }
  .block-information .information-number {
    font-size: 21px;
    font-size: 2.1rem;
    white-space: nowrap;
    padding: 15px 0.66667vw 0 0;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  }
  .block-information .information-first {
    width: 28.07%;
  }
  .block-information .information-second {
    width: 33.8%;
    margin-left: 3.38%;
  }
  .block-information .button-more {
    right: 2.4vw;
    bottom: 25px;
  }

  .button-more {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .button-more::before {
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background-image: url(../img/common/icon_expand.svg);
  }
}
@media only screen and (max-width: 374px) {
  .block-information .information-first,
  .block-information .information-second {
    width: 78px;
  }
  .block-information .information-number {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .block-information .information-tag {
    width: 90px;
  }
}
.box-widget {
  background: #fff;
}

.graph-row {
  line-height: 1.2;
}
.graph-row .graph-left {
  text-align: center;
  color: #3b4043;
}
.graph-row .graph-title {
  color: #0023c3;
}
.graph-row .graph-name {
  font-weight: 900;
}

.favorite-article-row .btn-txt-arrow {
  width: 100%;
  display: flex;
  justify-content: center;
}
.favorite-article-row .btn-txt-arrow a {
  color: #191919;
}
.favorite-article-row .topics-items {
  width: auto;
  display: block;
}
.favorite-article-row .topics-items .topics-item {
  position: relative;
  outline: none;
}
.favorite-article-row .topics-items:not(.slick-initialized) .topics-item:not(:first-child) {
  display: none;
}
.favorite-article-row .topics-item-cat {
  font-weight: 400;
}
.favorite-article-row .topics-item-txt {
  letter-spacing: 0;
}
.favorite-article-row .button-favorite {
  position: absolute;
}
.favorite-article-row .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  text-indent: -99999px;
  border-radius: 100%;
  z-index: 5;
}
.favorite-article-row .slick-arrow:before, .favorite-article-row .slick-arrow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.favorite-article-row .slick-arrow:after {
  background: #191919;
  transition: .26s ease;
}
.favorite-article-row .slick-arrow:before {
  background: url(../img/common/icon_arrow_left.svg) no-repeat center center/7px auto;
  z-index: 5;
}
.favorite-article-row .slick-prev:before {
  transform: rotate(180deg);
}

.button-favorite {
  color: #494948;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.button-favorite:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/common/icon_heart.png) no-repeat 0 bottom/100% auto;
}
.button-favorite.is-active {
  color: #0023c3;
}
.button-favorite.is-active:before {
  background-position: 0 0;
}

.sec-ttl-en-ja.is-sec-ttl {
  width: 100%;
  max-width: 100%;
}
.sec-ttl-en-ja.is-sec-ttl * {
  letter-spacing: .04em;
}

.btn-txt-arrow.is-flex-end {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.btn-txt-arrow.is-flex-end a {
  color: #191919;
}

.tournament-prize-row .btn-txt-arrow a {
  letter-spacing: .03em;
}

.list-store > li {
  border-bottom: 2px solid #f0f0f0;
}
.list-store > li.store-win {
  border-bottom: none;
}

.store-item {
  line-height: 1.5;
  color: #191919;
  position: relative;
  word-break: break-word;
}
.store-item:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url(../img/common/icon_arrow_drop.svg) no-repeat 0 0/100% auto;
}
.store-item .store-name {
  color: #0023c3;
}
.store-item .store-time {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #3b4043;
}
.store-item .store-group {
  color: #0023c3;
}
.store-item .store-number {
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.store-item .store-rank,
.store-item .store-count {
  position: relative;
}
.store-item .store-count {
  display: block;
}
.store-item .store-count:before {
  content: '';
  position: absolute;
  background: no-repeat 0 0/auto 100%;
}

.store-win {
  display: flex;
  align-items: center;
  background: #0023c3;
  color: #fff;
}
.store-win .text {
  letter-spacing: .03em;
  position: relative;
}
.store-win .text:before {
  content: '';
  position: absolute;
  top: 50%;
  background: url(../img/common/icon_arrow_w_r.svg) no-repeat 0 0/auto 100%;
}

.list-guild > li {
  border-bottom: 2px solid #f0f0f0;
}

.guild-item {
  word-break: break-word;
  letter-spacing: 0;
}
.guild-item .guild-time {
  font-weight: 500;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}
.guild-item .guild-name {
  color: #0023c3;
}

@media print, (min-width: 768px) {
  .box-widget {
    border-radius: 6px;
    padding: 40px 44px 111px;
  }

  .graph-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 102px;
  }
  .graph-row .graph-left {
    font-size: 20px;
    font-size: 2rem;
    flex: 1;
    padding-right: 22px;
  }
  .graph-row .graph-title {
    font-size: 30px;
    font-size: 3rem;
    padding-right: 33px;
    margin-bottom: 87px;
  }
  .graph-row .graph-name {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .graph-row .graph-photo {
    width: 706px;
  }

  .favorite-article-row {
    margin-bottom: 68px;
  }
  .favorite-article-row .sec-ttl-en-ja {
    margin-bottom: 21px;
  }
  .favorite-article-row .btn-txt-arrow {
    padding-left: 33px;
  }
  .favorite-article-row .topics-items {
    margin: 0 -16px 30px;
  }
  .favorite-article-row .topics-items .topics-item {
    width: 343px;
    margin: 0 16px;
    padding: 30px 0 40px;
  }
  .favorite-article-row .topics-item-img {
    padding-bottom: 62.2%;
    margin-bottom: 8px;
  }
  .favorite-article-row .topics-item-img:after,
  .favorite-article-row .topics-item-img img {
    border-radius: 0 0 8px 8px;
  }
  .favorite-article-row .topics-item-ttl {
    margin-bottom: 27px;
  }
  .favorite-article-row .topics-item-cat {
    width: 108px;
    height: 28px;
    margin-left: -2px;
    border-radius: 20px;
    padding: 2px 2px 3px;
  }
  .favorite-article-row .topics-item-txt {
    margin-top: 11px;
  }
  .favorite-article-row .button-favorite {
    right: 16px;
    bottom: 5px;
  }
  .favorite-article-row .slick-arrow {
    width: 38px;
    height: 38px;
    margin-top: -4px;
  }
  .favorite-article-row .slick-arrow:hover:after {
    transform: scale(1.15);
  }
  .favorite-article-row .slick-prev {
    left: -41px;
  }
  .favorite-article-row .slick-next {
    right: -41px;
  }

  .button-favorite {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 29px;
  }
  .button-favorite:before {
    width: 20px;
    height: 17px;
  }

  .sec-ttl-en-ja.is-sec-ttl .sec-ttl-en {
    margin-bottom: 9px;
  }

  .tournament-prize-row {
    margin-bottom: 68px;
  }
  .tournament-prize-row .sec-ttl-en-ja {
    margin-bottom: 44px;
  }
  .tournament-prize-row .btn-txt-arrow a {
    letter-spacing: .03em;
  }
  .tournament-prize-row .store-win-row {
    margin-bottom: 35px;
  }

  .store-item {
    display: flex;
    align-items: center;
    padding: 9px 87px 9px 30px;
  }
  .store-item:after {
    right: 28px;
    margin-top: -9px;
    width: 24px;
    height: 24px;
  }
  .store-item .store-name {
    font-size: 18px;
    font-size: 1.8rem;
    width: 95px;
  }
  .store-item .store-time {
    width: 130px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 2px;
  }
  .store-item .store-group {
    font-size: 16px;
    font-size: 1.6rem;
    width: 202px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .store-item .store-number {
    font-size: 58px;
    font-size: 5.8rem;
  }
  .store-item .store-rank {
    font-size: 21px;
    font-size: 2.1rem;
    top: 7px;
    padding-left: 5px;
  }
  .store-item .store-text {
    flex: 1;
    font-size: 20px;
    font-size: 2rem;
  }
  .store-item .store-count {
    top: 7px;
    padding-left: 25px;
  }
  .store-item .store-count:before {
    left: 8px;
    top: 1px;
    width: 12px;
    height: 25px;
    background-image: url(../img/common/bg_line.svg);
  }

  .store-win {
    font-size: 20px;
    font-size: 2rem;
    padding: 22px 45px 25px;
  }
  .store-win .text {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 102px;
  }
  .store-win .text:before {
    left: -56px;
    margin-top: -7px;
    width: 8px;
    height: 15px;
  }

  .guild-item {
    display: flex;
    align-items: center;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 0 15px 32px;
  }
  .guild-item .guild-time {
    font-size: 16px;
    font-size: 1.6rem;
    width: 153px;
    padding-right: 10px;
    padding-top: 2px;
  }
  .guild-item .guild-name {
    font-size: 18px;
    font-size: 1.8rem;
    width: 103px;
    padding-right: 10px;
  }
  .guild-item .guild-text {
    flex: 1;
  }

  .guild-row .sec-ttl-en-ja {
    margin-bottom: 33px;
  }
  .guild-row .list-guild {
    margin-bottom: 37px;
  }
}
@media print, (min-width: 768px) and (max-width: 1294px) {
  .box-widget {
    padding: 3.125vw 3.4375vw 8.67188vw 3.4375vw;
  }

  .graph-row .graph-left {
    font-size: 1.5625vw;
  }

  .graph-row .graph-title,
  .graph-row .graph-name {
    font-size: 2.34375vw;
  }

  .graph-row .graph-title {
    padding-right: 0;
    margin-bottom: 6.79687vw;
  }

  .graph-row .graph-photo {
    width: 55.15625vw;
  }
}
@media print, (min-width: 768px) and (max-width: 1040px) {
  .guild-item,
  .store-item .store-group {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .store-item {
    padding-right: 60px;
    padding-left: 20px;
  }

  .store-item:after {
    right: 18px;
  }

  .store-item .store-group {
    width: 160px;
  }

  .store-item .store-time {
    width: 120px;
  }

  .store-item .store-text {
    font-size: 1.5625vw;
  }

  .store-item .store-number {
    font-size: 45px;
    font-size: 4.5rem;
  }

  .store-item .store-rank {
    font-size: 17px;
    font-size: 1.7rem;
    top: 6px;
  }

  .store-item .store-count {
    top: 9px;
  }

  .store-item .store-count:before {
    top: -2px;
  }

  .favorite-article-row .slick-next {
    right: -3.20312vw;
  }
  .favorite-article-row .slick-prev {
    left: -3.20312vw;
  }

  .store-win {
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .store-win .text {
    font-size: 21px;
    font-size: 2.1rem;
  }

  .guild-item {
    padding-left: 20px;
  }

  .guild-item .guild-time {
    width: 135px;
  }
}
@media print, (min-width: 768px) and (max-width: 968px) {
  .store-item .store-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .box-widget {
    border-radius: 0.8vw;
    padding: 3.46667vw 0 11.2vw;
  }

  .graph-row {
    padding: 4vw 5.33333vw;
    margin-bottom: 34px;
  }
  .graph-row .graph-left {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 39px;
  }
  .graph-row .graph-title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 29px;
  }
  .graph-row .graph-name {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 4px;
  }

  .sec-ttl-en-ja.is-sec-ttl .sec-ttl-ja {
    line-height: 1.19;
  }

  .favorite-article-row {
    margin-bottom: 56px;
  }
  .favorite-article-row .sec-ttl-en-ja {
    margin-bottom: 27px;
    text-align: center;
    padding: 0 10px;
  }
  .favorite-article-row .btn-txt-arrow a {
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .favorite-article-row .btn-txt-arrow i {
    width: 13px;
    height: 14px;
    margin-top: -6px;
  }
  .favorite-article-row .topics-items {
    margin-bottom: 14px;
  }
  .favorite-article-row .topics-items .topics-item {
    width: 42vw;
    margin: 0 8.66667vw;
    padding-bottom: 26px;
  }
  .favorite-article-row .topics-item-img {
    margin-bottom: 1px;
    padding-bottom: 63.17%;
  }
  .favorite-article-row .topics-item-ttl {
    margin-bottom: 15px;
  }
  .favorite-article-row .topics-item-cat {
    width: 69px;
    height: 18px;
    font-size: 11px;
    font-size: 1.1rem;
    padding-bottom: 1px;
  }
  .favorite-article-row .topics-item-time {
    position: relative;
    top: -2px;
  }
  .favorite-article-row .topics-item-txt {
    margin-top: 8px;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    height: 4.52em;
    overflow: hidden;
  }
  .favorite-article-row .button-favorite {
    right: 0;
    bottom: 5px;
  }
  .favorite-article-row .slick-arrow {
    width: 17.5px;
    height: 19px;
    margin-top: -18px;
  }
  .favorite-article-row .slick-arrow:before {
    background-size: 5px auto;
  }
  .favorite-article-row .slick-prev {
    left: 14.13333vw;
  }
  .favorite-article-row .slick-next {
    right: 14.13333vw;
  }

  .button-favorite {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 15px;
  }
  .button-favorite:before {
    width: 13px;
    height: 13px;
    top: -2px;
    background-image: url(../img/common/icon_heart_sp.png);
  }

  .sec-ttl-en-ja.is-sec-ttl .sec-ttl-en {
    margin-bottom: 9px;
  }

  .tournament-prize-row {
    margin-bottom: 36px;
    padding: 0 2.66667vw;
  }
  .tournament-prize-row .sec-ttl-en-ja {
    margin-bottom: 28px;
    padding: 0 10px;
    text-align: center;
  }
  .tournament-prize-row .list-store {
    margin-bottom: 10px;
  }
  .tournament-prize-row .list-store > li {
    border-bottom: none;
  }
  .tournament-prize-row .list-store > li:not(:first-child) {
    display: none;
  }
  .tournament-prize-row .store-item .store-group {
    margin-top: 26px;
    padding-left: 38px;
  }
  .tournament-prize-row .store-item .store-group:after {
    display: none;
  }
  .tournament-prize-row .btn-txt-arrow a {
    letter-spacing: .03em;
  }
  .tournament-prize-row .store-name,
  .tournament-prize-row .store-time {
    display: inline-block;
    margin-bottom: 0;
  }

  .store-item {
    padding: 7px 0 18px;
    display: block;
  }
  .store-item:after {
    display: none;
  }
  .store-item .store-name {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 6px;
  }
  .store-item .store-time {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 7px;
  }
  .store-item .store-group {
    font-size: 13px;
    font-size: 1.3rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 16px;
    padding-left: 16px;
    position: relative;
  }
  .store-item .store-group:after {
    right: -5px;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
    content: '';
    position: absolute;
    top: 50%;
    background: url(../img/common/icon_arrow_drop.svg) no-repeat 0 0/100% auto;
  }
  .store-item .store-number {
    font-size: 44px;
    font-size: 4.4rem;
  }
  .store-item .store-rank {
    font-size: 14.5px;
    font-size: 1.45rem;
    top: 18px;
    padding-left: 3px;
  }
  .store-item .store-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.34;
  }
  .store-item .store-count {
    top: 7px;
    left: -14px;
    padding-left: 29px;
    padding-top: 40px;
  }
  .store-item .store-count:before {
    left: -1px;
    top: 9px;
    width: 49px;
    height: 49px;
    background-image: url(../img/common/bg_line_sp.svg);
  }

  .store-win {
    font-size: 10px;
    font-size: 1rem;
    padding: 12px 22px 13px;
  }
  .store-win .text {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 31px;
  }
  .store-win .text:before {
    left: -14px;
    margin-top: -3px;
    width: 4px;
    height: 7.5px;
  }

  .btn-txt-arrow.is-flex-end a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .btn-txt-arrow.is-flex-end i {
    width: 13px;
    height: 14px;
    margin-top: -6px;
  }

  .guild-item {
    line-height: 1.79;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 0 14px;
    display: block;
  }
  .guild-item .guild-name,
  .guild-item .guild-time {
    display: inline-block;
  }
  .guild-item .guild-name {
    margin-right: 10px;
  }
  .guild-item .guild-text {
    font-size: 9.5px;
    font-size: 0.95rem;
    line-height: 1.79;
    margin-top: 3px;
  }

  .guild-row {
    padding: 0 2.66667vw;
  }
  .guild-row .sec-ttl-en-ja {
    margin-bottom: 15px;
  }
  .guild-row .list-guild {
    margin-bottom: 8px;
  }
  .guild-row .list-guild li:last-child {
    border-bottom: none;
  }
}
.possession-row .btn-txt-arrow a {
  letter-spacing: .04em;
}

@media print, (min-width: 768px) {
  .page-mypage .main-content {
    padding-bottom: 64px;
  }

  .section-possession-information {
    padding-top: 97px;
  }
  .section-possession-information .wrapper {
    width: 85.9375%;
    margin: 0 auto;
    max-width: 1100px;
  }
  .section-possession-information .sec-ttl-en-ja {
    margin-bottom: 60px;
  }
  .section-possession-information .information-row {
    margin-bottom: 64px;
  }
  .section-possession-information .information-row .title-primary {
    margin-bottom: 29px;
  }

  .possession-row .title-primary {
    margin-bottom: 13px;
  }
  .possession-row .list-possession {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-mypage .main-content {
    padding-bottom: 74px;
  }

  .section-possession-information .wrapper {
    padding: 7.46667vw 6.66667vw 0;
  }
  .section-possession-information .sec-ttl-en-ja {
    text-align: center;
    margin-bottom: 43px;
  }
  .section-possession-information .information-row {
    margin-bottom: 62px;
  }
  .section-possession-information .information-row .title-primary {
    margin-bottom: 10px;
  }

  .possession-row .title-primary {
    margin-bottom: 27px;
  }
  .possession-row .list-possession {
    margin-bottom: 12px;
  }
  .possession-row .btn-txt-arrow i {
    width: 20px !important;
    height: 20px !important;
    margin-top: -9px;
    left: 3px;
  }
  .possession-row .btn-txt-arrow i::before {
    display: none;
  }
  .possession-row .btn-txt-arrow i::after {
    background-image: url(../img/common/icon-arr-b.svg);
  }
}
.widget-refine-search {
  background: #0623c3;
  position: relative;
}
.widget-refine-search .title-default {
  color: #fff;
  font-weight: normal;
}
.widget-refine-search .icon-expand {
  position: absolute;
  cursor: pointer;
}
.widget-refine-search .icon-expand:before {
  content: '';
  background: url(../img/common/icon_expand_02.png) no-repeat 0 0/100% auto;
  display: block;
  width: 100%;
  height: 100%;
}
.widget-refine-search .icon-expand.is-active:before {
  background-position: 0 bottom;
}
.widget-refine-search .form-head {
  color: #fff;
}
.widget-refine-search .refine-time-flex {
  display: flex;
  flex-wrap: wrap;
}
.widget-refine-search .column-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.sorting-wrap {
  display: flex;
  align-items: center;
}
.sorting-wrap .sorting-text {
  line-height: 1.75;
  color: #0023c3;
  background: url(../img/common/icon_menu_list.svg) no-repeat 0 center;
}
.sorting-wrap .select-common {
  color: #3b4043;
}
.sorting-wrap .select-common.is-select-color {
  color: #191919;
}

.shop-row-block .shop-info {
  font-weight: 500;
  position: relative;
}

@media print, (min-width: 768px) {
  .widget-refine-search {
    padding: 40px 54px 0;
    margin-bottom: 84px;
  }
  .widget-refine-search .title-default {
    padding: 0 100px 40px;
  }
  .widget-refine-search .icon-expand {
    width: 42px;
    height: 42px;
    right: 29px;
    top: 28px;
  }
  .widget-refine-search .input-common, .widget-refine-search .select-common {
    border: 1px solid #cdd6dd !important;
  }
  .widget-refine-search .refine-search-inner {
    padding-bottom: 40px;
  }
  .widget-refine-search .refine-search-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 33px;
  }
  .widget-refine-search .refine-search-flex .column-refine {
    width: 46.32%;
    margin: 0 0 9px 7.36%;
  }
  .widget-refine-search .refine-search-flex .column-refine:nth-child(2n+1) {
    margin-left: 0;
  }
  .widget-refine-search .column-time {
    width: 40.58%;
  }
  .widget-refine-search .column-text {
    width: 18.84%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .widget-refine-search .select-common {
    color: #cdd6dd;
    background-image: url(../img/common/icon_select_01.svg);
    background-size: 10px auto;
    background-position: right 20px center;
  }
  .widget-refine-search .select-common.is-select-color {
    color: #191919;
  }
  .widget-refine-search .form-head {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 9px;
  }

  .sorting-wrap .sorting-text {
    font-size: 18px;
    font-size: 1.8rem;
    width: 130px;
    padding: 0 10px 3px 32px;
  }
  .sorting-wrap .sorting-column {
    width: 341px;
  }

  .section-possession {
    padding: 58px 0 28px;
  }
  .section-possession .sorting-wrap {
    margin-bottom: 34px;
  }
  .section-possession .title-primary {
    margin-bottom: 13px;
  }
  .section-possession .list-possession {
    margin-bottom: 90px;
  }

  .section-tournament-history {
    padding: 58px 0 26px;
  }

  .amount-row-block,
  .shop-row-block {
    max-width: 1100px;
    margin: 0 auto;
  }

  .shop-row-block .list-shop {
    margin: 29px 0 97px;
  }
  .shop-row-block .shop-info {
    top: -2px;
  }

  .history-row-block {
    padding-top: 5px;
  }
  .history-row-block .store-item {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .history-row-block .store-item .store-time {
    width: 153px;
  }
  .history-row-block .store-win {
    padding: 28px 31px 32px;
  }
  .history-row-block .store-win .text {
    margin-left: 75px;
  }
  .history-row-block .store-win .text:before {
    left: -30px;
  }
  .history-row-block .list-store {
    margin-bottom: 114px;
  }

  .list-point .shop-name {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .list-point .shop-head {
    margin-bottom: 15px;
  }
}
@media print, (min-width: 768px) and (max-width: 1040px) {
  .widget-refine-search {
    padding-left: 4.21875vw;
    padding-right: 4.21875vw;
  }

  .history-row-block .store-item .store-time {
    width: 120px;
  }

  .is-kv-under-txt {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .widget-refine-search {
    padding: 12px 24px 15px;
    margin-bottom: 40px;
  }
  .widget-refine-search .title-default {
    padding-right: 25px;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .widget-refine-search .icon-expand {
    width: 20px;
    height: 20px;
    right: 23px;
    top: 16px;
  }
  .widget-refine-search .icon-expand:before {
    background-image: url(../img/common/icon_expand_02_sp.png);
  }
  .widget-refine-search .select-common {
    border: none !important;
    height: 25px !important;
    font-size: 8px !important;
  }
  .widget-refine-search .refine-search-inner {
    padding-top: 15px;
  }
  .widget-refine-search .refine-search-flex .column-refine {
    margin-bottom: 15px;
  }
  .widget-refine-search .column-time {
    width: 45.23%;
  }
  .widget-refine-search .column-text {
    width: 9.54%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .widget-refine-search .form-head {
    font-size: 10px;
    font-size: 1rem;
  }

  .sorting-wrap {
    padding-left: 10px;
  }
  .sorting-wrap .sorting-text {
    font-size: 10px;
    font-size: 1rem;
    width: 69px;
    padding: 0 2px 0 18px;
    background-size: 10px auto;
  }
  .sorting-wrap .sorting-column {
    width: 142px;
  }
  .sorting-wrap .select-common {
    height: 26px !important;
    font-size: 8px !important;
    padding-left: 10px !important;
  }

  .section-possession {
    padding: 42px 0 0;
    margin-bottom: -15px;
  }
  .section-possession .sorting-wrap {
    margin-bottom: 42px;
  }
  .section-possession .title-primary {
    margin-bottom: 24px;
  }
  .section-possession .list-possession {
    margin-bottom: 63px;
  }
  .section-possession .shop-row-block .title-primary {
    margin-bottom: 22px;
  }

  .amount-row-block,
  .history-row-block,
  .shop-row-block {
    padding: 0 10px;
  }

  .shop-row-block {
    padding-top: 9px;
  }
  .shop-row-block .list-shop {
    margin-bottom: 62px;
  }
  .shop-row-block .list-shop .time {
    margin-right: 12px;
  }
  .shop-row-block .shop-info {
    top: -1px;
  }

  .section-tournament-history {
    padding-bottom: 16px;
  }
  .section-tournament-history .sorting-wrap {
    margin-bottom: 31px;
  }

  .history-row-block .store-item .store-name {
    margin-bottom: 9px;
  }
  .history-row-block .store-item .store-time {
    display: block;
    margin-bottom: 9px;
  }
  .history-row-block .store-win-row {
    border-bottom: none !important;
  }
  .history-row-block .store-win {
    margin: 0 -10px;
  }
  .history-row-block .list-store {
    margin-bottom: 57px;
  }
}
@media only screen and (max-width: 374px) {
  .widget-refine-search .icon-expand {
    top: 15px;
  }
}
.section-favorite-topic .topics-cat-items {
  width: 100%;
  max-width: none;
}
.section-favorite-topic .topics-item-txt {
  line-height: 1.5;
}
.section-favorite-topic .topics-items {
  width: 100%;
}
.section-favorite-topic .topics-item {
  position: relative;
}
.section-favorite-topic .topics-item .button-favorite {
  position: absolute;
}

.list-favorite-topic .topics-item-cat {
  font-weight: normal;
}

@media print, (min-width: 768px) {
  .section-favorite-topic {
    padding-bottom: 25px;
  }
  .section-favorite-topic .topics-cat-items li a span,
  .section-favorite-topic .topics-cat-items li a::after {
    height: 45px;
  }
  .section-favorite-topic .topics-cat-filter {
    padding-top: 67px;
    margin-bottom: 105px;
  }
  .section-favorite-topic .topics-item-img {
    margin-bottom: 8px;
  }
  .section-favorite-topic .topics-item-ttl {
    margin-bottom: 27px;
  }
  .section-favorite-topic .topics-items {
    margin-bottom: 2px;
  }
  .section-favorite-topic .topics-item {
    position: relative;
    padding-bottom: 40px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .section-favorite-topic .topics-item .button-favorite {
    right: 16px;
    bottom: 6px;
  }

  .list-favorite-topic .topics-item-cat {
    height: 28px;
    width: 108px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .list-favorite-topic .topics-item {
    width: 30.26%;
    margin-right: 4.61%;
  }
  .list-favorite-topic .topics-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-favorite-topic .topics-cat-filter {
    margin-bottom: 25px;
  }
  .section-favorite-topic .topics-item-img {
    margin-bottom: 0;
    padding-bottom: 62.17%;
  }
  .section-favorite-topic .topics-item-img img {
    border-radius: 4px;
  }
  .section-favorite-topic .topics-item-ttl {
    margin-bottom: 15px;
  }
  .section-favorite-topic .topics-items {
    padding-top: 30px;
    margin-bottom: 36px;
  }
  .section-favorite-topic .topics-item {
    position: relative;
    padding-bottom: 27px;
    width: 42.2vw;
    margin: 0 0 15px 3.2vw;
  }
  .section-favorite-topic .topics-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .section-favorite-topic .topics-item .button-favorite {
    right: 0;
    bottom: 6px;
  }
  .section-favorite-topic .topics-item-cat {
    width: 69px;
    height: 18px;
    font-size: 11px;
    font-size: 1.1rem;
    border-radius: 20px;
    padding-bottom: 1px;
  }
  .section-favorite-topic .topics-item-time span {
    top: 0;
  }
  .section-favorite-topic .topics-item-txt {
    display: block;
    margin-top: 8px;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    height: 4.52em;
    overflow: hidden;
  }
}
/****************************************************
Tournament
****************************************************/
.page-tournament .main-content {
  padding-bottom: 0;
}

.section-tournament {
  background: #0023c3 no-repeat center 0/100% auto;
}

.widget-form {
  background: #f0f0f0;
}
.widget-form .form-event-group {
  display: flex;
  align-items: flex-start;
}
.widget-form .form-column {
  width: 50%;
  position: relative;
}
.widget-form .form-column:nth-child(2n):after {
  content: '〜';
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0023c3;
}
.widget-form .list-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.tournament-schedule .title-tournament {
  text-align: center;
  color: #fff;
}

.slider-schedule .slider-schedule-item {
  outline: none;
}
.slider-schedule .item-schedule {
  color: #fff;
  text-align: center;
}
.slider-schedule .item-schedule a {
  display: block;
}
.slider-schedule:not(.slick-initialized) .slider-schedule-item:not(:first-child) {
  display: none;
}
.slider-schedule .slick-arrow {
  position: absolute;
  outline: none;
  padding: 0;
  overflow: hidden;
  text-indent: -1000px;
  transition: .26s ease;
  background: #191919 no-repeat center center/100% auto;
  border-radius: 100%;
  z-index: 10;
}
.slider-schedule .slick-prev {
  background-image: url(../img/common/icon-arr-w-l.svg);
}
.slider-schedule .slick-next {
  background-image: url(../img/common/icon-arr-w-r.svg);
}

@media print, (min-width: 768px) {
  .section-tournament {
    padding: 37px 0 95px;
    position: relative;
  }
  .section-tournament:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 550px;
    top: 0;
    left: 0;
    background: url(../img/playspot/bg_playspot.jpg) no-repeat center bottom/cover;
  }
  .section-tournament .wrapper-common {
    position: relative;
    z-index: 5;
  }

  .widget-form {
    border-radius: 8px;
    padding: 22px 25px 40px;
    margin-bottom: 40px;
  }
  .widget-form .widget-form-inner {
    max-width: 830px;
    width: 76.15%;
    margin: 0 auto;
  }
  .widget-form .list-tabs {
    margin-bottom: 30px;
  }
  .widget-form .form-group {
    display: flex;
    align-items: flex-start;
  }
  .widget-form .form-group {
    margin: 0 -15px 15px;
  }
  .widget-form .form-store,
  .widget-form .form-event {
    padding: 0 15px;
  }
  .widget-form .form-store {
    width: 45.18%;
  }
  .widget-form .form-event {
    width: 54.82%;
  }
  .widget-form .form-column {
    padding-right: 15px;
    position: relative;
  }
  .widget-form .form-column:nth-child(2n) {
    padding: 0 0 0 15px;
  }
  .widget-form .form-column:nth-child(2n):after {
    font-size: 18px;
    font-size: 1.8rem;
    left: -9px;
    height: 50px;
  }

  .widget-tournament {
    padding: 30px 20px 50px;
    margin-bottom: 70px;
  }

  .tournament-schedule .title-tournament {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 41px;
  }
  .tournament-schedule .item-tournament:first-child {
    padding-bottom: 27px;
  }

  .slider-schedule .item-schedule {
    font-size: 28px;
    font-size: 2.8rem;
    width: 260px;
    margin: 0 auto 48px;
  }
  .slider-schedule .slick-arrow {
    text-indent: -1000px;
    width: 30px;
    height: 30px;
    transition: .26s ease;
    top: 2px;
  }
  .slider-schedule .slick-arrow:hover {
    opacity: .8;
  }
  .slider-schedule .slick-prev {
    left: 50%;
    margin-left: -166px;
  }
  .slider-schedule .slick-next {
    right: 50%;
    margin-right: -166px;
  }
}
@media print, (min-width: 768px) and (max-width: 1157px) {
  .widget-form .widget-form-inner {
    width: 80%;
  }
}
@media print, (min-width: 768px) and (max-width: 1040px) {
  .widget-form .widget-form-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-tournament {
    background-image: url(../img/playspot/bg_playspot_sp.jpg);
    padding: 15px 0 47px;
  }

  .widget-form {
    border-radius: 4px;
    padding: 12px 10px 25px;
    margin-bottom: 25px;
  }
  .widget-form .list-tabs {
    margin-bottom: 39px;
  }
  .widget-form .form-store,
  .widget-form .form-event {
    margin-bottom: 10px;
  }
  .widget-form .form-column {
    padding-right: 15px;
    position: relative;
  }
  .widget-form .form-column:nth-child(2n) {
    padding: 0 0 0 15px;
  }
  .widget-form .form-column:nth-child(2n):after {
    font-size: 13px;
    font-size: 1.3rem;
    left: -6px;
    height: 36px;
  }
  .widget-form .list-checkbox > li {
    width: 46%;
  }
  .widget-form .button-default {
    margin-top: 25px;
  }

  .widget-tournament {
    padding: 5px 10px 23px;
    margin-bottom: 26px;
  }

  .tournament-schedule .title-tournament {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .tournament-schedule .item-tournament:first-child {
    padding-bottom: 27px;
  }

  .slider-schedule .item-schedule {
    font-size: 18px;
    font-size: 1.8rem;
    width: 155px;
    margin: 0 auto 32px;
  }
  .slider-schedule .slick-arrow {
    text-indent: -1000px;
    width: 20px;
    height: 20px;
    top: 1px;
  }
  .slider-schedule .slick-prev {
    left: 50%;
    margin-left: -112px;
  }
  .slider-schedule .slick-next {
    right: 50%;
    margin-right: -112px;
  }
}
.section-tournament-post {
  line-height: 1.5;
  background-color: #0023c3;
}
.section-tournament-post .font-roboto {
  font-family: Roboto, sans-serif;
}
.section-tournament-post .content-offset {
  position: relative;
  z-index: 1;
  background-color: #fff;
  letter-spacing: .04em;
  color: #191919;
}
.section-tournament-post .tournament-post-heading {
  letter-spacing: 0;
}
.section-tournament-post .tournament-post-table tr {
  border-bottom: 1px solid #d2d2d2;
}

@media print, (min-width: 768px) {
  .section-tournament-post {
    padding-bottom: 22px;
  }
  .section-tournament-post .content-offset {
    top: -57px;
    padding: 70px 25px 100px;
    border-radius: 8px;
    font-size: 16px;
  }
  .section-tournament-post .tournament-heading-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .section-tournament-post .tournament-post-heading, .section-tournament-post .tournament-post-content {
    max-width: 870px;
    margin: 0 auto;
  }
  .section-tournament-post .tournament-post-heading {
    margin-bottom: 30px;
  }
  .section-tournament-post .tag-common, .section-tournament-post .tournament-post-title {
    margin-bottom: 8px;
  }
  .section-tournament-post .tag-common {
    order: 2;
    height: 42px;
    flex-shrink: 0;
    margin-top: 6px;
  }
  .section-tournament-post .tournament-post-title {
    order: 1;
    margin-right: 10px;
    font-size: 36px;
  }
  .section-tournament-post .tournament-post-content {
    margin-bottom: 70px;
  }
  .section-tournament-post .tournament-post-content a:hover {
    text-decoration: underline;
  }
  .section-tournament-post .tournament-post-image img {
    border-radius: 6px;
    margin-bottom: 38px;
  }
  .section-tournament-post .tournament-post-table {
    width: calc(100% + 20px);
    margin-bottom: 30px;
    margin-left: -10px;
  }
  .section-tournament-post .tournament-post-table th, .section-tournament-post .tournament-post-table td {
    padding-top: 9px;
    padding-bottom: 11px;
  }
  .section-tournament-post .tournament-post-table th {
    padding-left: 36px;
    padding-right: 10px;
    width: 180px;
  }
}
@media print, (min-width: 768px) and (max-width: 1157px) {
  .section-tournament-post .tournament-post-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-tournament-post {
    padding-bottom: 15px;
  }
  .section-tournament-post .content-offset {
    top: -26px;
    padding: 15px 10px 40px;
    border-radius: 4px;
    font-size: 1rem;
  }
  .section-tournament-post .tournament-post-heading {
    margin-bottom: 7px;
  }
  .section-tournament-post .tag-common {
    margin-bottom: 20px;
  }
  .section-tournament-post .tournament-post-title {
    font-size: 2.1rem;
  }
  .section-tournament-post .tournament-post-content {
    margin-bottom: 40px;
  }
  .section-tournament-post .tournament-post-image img {
    border-radius: 4px;
    margin-bottom: 31px;
  }
  .section-tournament-post .tournament-post-table {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-tournament-post .tournament-post-table th, .section-tournament-post .tournament-post-table td {
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .section-tournament-post .tournament-post-table th {
    padding-left: 7px;
    padding-right: 10px;
    width: 92px;
  }
}
/****************************************************
Register
****************************************************/
.page-register .main-content {
  padding-bottom: 0;
}

.page-top.is-fixed {
  position: fixed !important;
}

.form-register {
  color: #191919;
}
.form-register .register-note {
  text-align: right;
}
.form-register .form-upload {
  display: flex;
  align-items: center;
}
.form-register .upload-info {
  flex: 1;
}
.form-register .note-text {
  letter-spacing: .04em;
  color: #a0a0a0;
}

.form-upload .avatar {
  border-radius: 100%;
  border: 2px solid #0023c3;
  overflow: hidden;
}
.form-upload .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-upload .input-file {
  border: 1px solid #0623c3;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .04em;
  text-align: center;
  color: #0623c3;
  cursor: pointer;
}
.form-upload .input-file input {
  display: none;
}
.form-upload .text-note {
  font-size: 14px;
  font-size: 1.4rem;
  color: #a0a0a0;
  letter-spacing: .04em;
  font-weight: 500;
}

.choose-shop-item {
  position: relative;
  pointer-events: none;
}
.choose-shop-item .button-delete,
.choose-shop-item .button-drag {
  position: absolute;
}
.choose-shop-item .button-delete,
.choose-shop-item .button-drag,
.choose-shop-item .select-common {
  pointer-events: visible;
}

.button-delete,
.button-drag {
  background: no-repeat center center/100% auto;
  cursor: pointer;
}

.button-drag {
  background-image: url(../img/common/icon_list.svg);
}

.link-underline {
  text-decoration: underline;
}

.confirm-text {
  border: 2px solid #0023c3;
  line-height: 1.75;
  color: #0023c3;
}

.form-register-confirm .checkbox-common .checkbox-text:before {
  background: #fff url(../img/common/icon_checkbox.svg) no-repeat center center/16px auto;
}

.button-row-two {
  display: flex;
}

.caption-description {
  color: #191919;
  text-align: center;
}

@media print, (min-width: 768px) {
  .list-steps {
    display: flex;
    justify-content: space-between;
  }
  .list-steps > li {
    width: 40.069%;
    max-width: 230px;
    margin-left: 1%;
  }
  .list-steps > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .list-steps .item-step {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 68px;
    border: 1px solid #004bb1;
    font-size: 19px;
    font-size: 1.9rem;
    color: #004bb1;
    padding: 5px 5px 9px;
  }
  .list-steps .item-step.is-current {
    background: #cdd6dd;
    border-color: #cdd6dd;
  }

  .section-register {
    padding: 85px 0 120px;
  }
  .section-register .wrapper-common {
    max-width: 754px;
  }
  .section-register .list-steps {
    margin-bottom: 95px;
  }

  .section-register-complete {
    padding: 85px 0 168px;
  }
  .section-register-complete .wrapper-common {
    max-width: 754px;
  }
  .section-register-complete .list-steps {
    margin-bottom: 135px;
  }
  .section-register-complete .caption-description {
    margin-bottom: 131px;
  }

  .form-register {
    max-width: 727px;
    margin: 0 auto;
  }
  .form-register .register-note {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: -9px;
  }
  .form-register .avatar {
    width: 120px;
    height: 120px;
  }
  .form-register .upload-info {
    padding: 17px 0 0 25px;
  }
  .form-register .form-row {
    margin-bottom: 22px;
  }
  .form-register .is-prefecture {
    margin-bottom: 27px;
  }
  .form-register .is-choose-shop {
    margin-bottom: 33px;
  }
  .form-register .is-password {
    position: relative;
  }
  .form-register .is-password .input-common,
  .form-register .is-password .confirm-text {
    padding-right: 80px !important;
  }
  .form-register .is-password .text-count {
    position: absolute;
    right: 20px;
    top: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #b1b2b2;
    padding-bottom: 2px;
  }
  .form-register .note-text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 6px;
  }
  .form-register .select-common {
    width: 300px !important;
  }
  .form-register .list-choose-shop {
    padding-top: 2px;
  }
  .form-register .button-default {
    margin-top: 76px;
    margin-bottom: 17px;
  }
  .form-register .is-agree .checkbox-common {
    margin: 0;
  }
  .form-register .button-row-two {
    margin-top: 104px;
  }
  .form-register .button-row-two .button-default {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-register-confirm .is-choose-shop {
    margin-bottom: 58px;
  }

  .form-upload .input-file {
    width: 253px;
    height: 45px;
    border-radius: 23px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 2px;
  }
  .form-upload .text-note {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 9px;
  }

  .list-choose-shop > li {
    margin-bottom: 11px;
  }

  .choose-shop-item {
    width: 425px;
    padding-right: 122px;
  }
  .choose-shop-item .button-delete,
  .choose-shop-item .button-drag {
    top: 8px;
  }
  .choose-shop-item .button-delete {
    right: 62px;
  }
  .choose-shop-item .button-drag {
    right: 12px;
  }

  .button-delete,
  .button-drag {
    width: 35px;
    height: 35px;
  }

  .button-delete {
    background-image: url(../img/common/icon_close.svg);
  }

  .confirm-text {
    padding: 8px 18px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .confirm-text.is-width {
    width: 300px;
  }

  .button-row-two {
    justify-content: center;
  }
  .button-row-two .button-default {
    margin: 0 24px;
  }

  .caption-description {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-steps {
    text-align: center;
  }
  .list-steps > li:not(:last-child) {
    margin-bottom: 23px;
  }
  .list-steps .item-step {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: .04em;
    color: #a0a0a0;
  }
  .list-steps .item-step.is-current {
    color: #0023c3;
  }

  .section-register {
    padding: 36px 0 50px;
  }
  .section-register .list-steps {
    margin-bottom: 23px;
  }

  .section-register-complete {
    padding: 35px 0 50px;
  }
  .section-register-complete .list-steps {
    margin-bottom: 57px;
  }
  .section-register-complete .caption-description {
    margin-bottom: 49px;
  }

  .caption-description {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.62;
  }

  .form-register {
    padding: 0 2.66667vw;
  }
  .form-register .register-note {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: -11px;
  }
  .form-register .avatar {
    width: 59px;
    height: 59px;
  }
  .form-register .upload-info {
    padding: 10px 0 0 13px;
  }
  .form-register .form-row {
    margin-bottom: 14px;
  }
  .form-register .is-upload-file {
    margin-bottom: 12px;
  }
  .form-register .is-upload-file .form-head {
    margin-bottom: 2px;
  }
  .form-register .is-prefecture {
    margin-bottom: 12px;
  }
  .form-register .is-agree {
    margin-bottom: 22px;
  }
  .form-register .is-choose-shop {
    margin-bottom: 30px;
  }
  .form-register .note-text {
    font-size: 9px;
    font-size: 0.9rem;
    margin: 8px 0 -2px;
  }
  .form-register .note-text:before {
    content: "※";
  }
  .form-register .select-common {
    width: 150px !important;
  }
  .form-register .list-choose-shop {
    padding-top: 2px;
  }
  .form-register .link-underline {
    font-size: 11.5px;
    font-size: 1.15rem;
  }

  .is-agree .form-head {
    margin-bottom: 7px;
  }
  .is-agree .checkbox-common {
    line-height: 1.6;
    margin: 0;
  }
  .is-agree .checkbox-common a {
    text-decoration: none;
  }
  .is-agree .checkbox-common .checkbox-text:before {
    top: 50%;
    margin-top: -11px;
  }

  .form-upload .avatar {
    border-width: 1px;
  }
  .form-upload .input-file {
    width: 123px;
    height: 24px;
    border-radius: 23px;
    font-size: 8px;
    font-size: 0.8rem;
  }
  .form-upload .text-note {
    font-size: 8px;
    font-size: 0.8rem;
    margin-top: 6px;
  }

  .list-choose-shop > li:not(:last-child) {
    margin-bottom: 11px;
  }

  .choose-shop-item {
    width: 230px;
    padding-right: 80px;
  }
  .choose-shop-item .button-delete {
    right: 42px;
    top: 5px;
  }
  .choose-shop-item .button-drag {
    right: 12px;
    top: 8px;
  }

  .button-delete,
  .button-drag {
    width: 25px;
    height: 25px;
  }

  .button-drag {
    width: 20px;
    height: 20px;
  }

  .button-delete {
    background-image: url(../img/common/icon_close_sp.svg);
  }

  .confirm-text {
    padding: 7px 12px 8px;
    font-size: 11.5px;
    font-size: 1.15rem;
    border-width: 1px;
  }
  .confirm-text.is-width {
    width: 150px;
  }

  .button-row-two {
    justify-content: space-between;
    margin-top: 22px;
  }
  .button-row-two .button-default {
    margin: 0 0 0 4.62%;
    width: 47.69%;
  }
  .button-row-two .button-default:nth-child(2n+1) {
    margin-left: 0;
  }

  .is-button-row-two {
    justify-content: center;
  }

  .form-register-confirm {
    margin-bottom: 41px;
  }
  .form-register-confirm .is-text-error {
    padding-bottom: 8px;
  }
  .form-register-confirm .is-upload-file .form-head {
    margin-bottom: 3px;
  }
  .form-register-confirm .form-row {
    margin-bottom: 11px;
  }
  .form-register-confirm .is-choose-shop {
    margin-bottom: 26px;
  }
  .form-register-confirm .checkbox-common .checkbox-text:before {
    background-size: 15px auto;
  }
}
/****************************************************
Member
****************************************************/
.page-member .main-content {
  padding-bottom: 0;
}

.link-blue {
  color: #0023c3;
  text-decoration: underline;
}

.title-basic {
  line-height: 1.5;
  color: #191919;
}

.section-member {
  color: #191919;
}
.section-member .avatar {
  margin: 0 auto;
}
.section-member .is-text-center {
  text-align: center;
}

.table-common {
  letter-spacing: .04em;
  color: #191919;
  width: 100%;
}
.table-common tr {
  border-bottom: 1px solid #d2d2d2;
}
.table-common tr:first-child {
  border-top: 1px solid #d2d2d2;
}
.table-common th {
  letter-spacing: .04em;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .title-basic {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
  }

  .section-member {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.36;
    letter-spacing: .04em;
    padding: 70px 0 90px;
  }
  .section-member .title-basic {
    margin-bottom: 31px;
  }
  .section-member .is-title-basic {
    margin-bottom: 28px;
  }
  .section-member .wrapper-common {
    max-width: 874px;
  }
  .section-member .form-upload {
    margin-bottom: 46px;
  }
  .section-member .is-form-upload {
    margin-bottom: 36px;
  }
  .section-member .upload-info {
    width: 253px;
    margin: 0 auto;
  }
  .section-member .avatar {
    width: 180px;
    height: 180px;
    border-width: 3px;
    margin-bottom: 21px;
  }
  .section-member .table-common {
    margin-bottom: 80px;
  }

  .table-common {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.36;
  }
  .table-common th {
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 16px;
    width: 235px;
  }
  .table-common td {
    position: relative;
  }
  .table-common .text-note {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 2px;
  }
  .table-common .button-default {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -23px;
  }
  .table-common .input-common:focus {
    border-width: 2px !important;
  }

  .table-member td {
    padding: 36px 226px 39px 0;
  }

  .table-edit td {
    padding: 25px 190px 25px 0;
  }
  .table-edit .input-common {
    width: 91.76% !important;
  }
  .table-edit .prefectures-select {
    max-width: 425px;
    padding-right: 123px;
  }
  .table-edit .button-default {
    border-width: 1px;
    height: 45px;
  }
  .table-edit .shop-row .button-default {
    margin-top: -39px;
  }
  .table-edit .shop-row td {
    padding-bottom: 30px;
    padding-right: 0;
    position: static;
  }
  .table-edit .link-underline {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table-edit .shop-row-inner {
    display: flex;
  }
  .table-edit .shop-row-inner .shop-left {
    flex: 1;
  }
  .table-edit .shop-row-inner .shop-right {
    width: 190px;
    position: relative;
  }
  .table-edit .shop-row-inner .choose-shop-item {
    width: auto;
    max-width: 425px;
  }
}
@media print, (min-width: 768px) and (max-width: 960px) {
  .table-common th {
    width: 200px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-basic {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }

  .section-member {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.36;
    padding: 27px 0 40px;
  }
  .section-member .title-basic {
    margin-bottom: 20px;
  }
  .section-member .wrapper-common {
    padding: 0 5.33333vw;
  }
  .section-member .form-upload {
    margin-bottom: 20px;
  }
  .section-member .form-upload .link-blue {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .section-member .form-upload .input-file {
    margin: 0 auto;
  }
  .section-member .form-upload .upload-info {
    margin-top: 11px;
  }
  .section-member .is-form-upload {
    margin-bottom: 10px;
  }
  .section-member .avatar {
    width: 90px;
    height: 90px;
    border-width: 2px;
    margin-bottom: 7px;
  }
  .section-member .table-common {
    margin-bottom: 30px;
  }
  .section-member .button-default {
    width: 80px;
    height: 22px;
    font-size: 8px;
    font-size: 0.8rem;
  }

  .is-safari .section-member .button-default {
    padding-bottom: 1px;
  }

  .table-common {
    font-size: 11.5px;
    font-size: 1.15rem;
  }
  .table-common tbody,
  .table-common tr,
  .table-common th,
  .table-common td {
    display: block;
  }
  .table-common th {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .table-common .text-note {
    font-size: 8px;
    font-size: 0.8rem;
    margin-top: 2px;
  }

  .table-member {
    line-height: 1.2;
  }
  .table-member tr {
    position: relative;
    padding: 19px 92px 21px 9px;
  }
  .table-member th {
    margin-bottom: 11px;
  }
  .table-member .button-default {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
  }

  .table-edit tr {
    padding: 17px 9px 20px;
  }
  .table-edit th {
    margin-bottom: 11px;
  }
  .table-edit .button-default {
    margin-top: 10px;
  }
  .table-edit .list-choose-shop {
    margin-bottom: 9px;
  }
  .table-edit .choose-shop-item {
    width: 100%;
    padding-right: 68px;
  }
  .table-edit .choose-shop-item:not(:last-child) {
    margin-bottom: 13px;
  }
  .table-edit .button-drag {
    right: 0;
  }
  .table-edit .button-delete {
    right: 30px;
  }
  .table-edit .link-underline {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .table-edit .shop-right .button-default {
    margin-top: 0;
  }
}
.title-default {
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}

.section-complete {
  color: #191919;
}
.section-complete .complete-summary {
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .title-default {
    font-size: 30px;
    font-size: 3rem;
  }

  .section-complete {
    padding: 55px 0 110px;
  }
  .section-complete .title-default {
    margin-bottom: 53px;
  }
  .section-complete .complete-summary {
    margin-bottom: 60px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-default {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .section-complete {
    padding: 35px 0 65px;
  }
  .section-complete .wrapper-common {
    padding: 0 6.66667vw;
  }
  .section-complete .title-default {
    margin-bottom: 27px;
  }
  .section-complete .complete-summary {
    margin-bottom: 44px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.section-password-change .form-common {
  color: #191919;
}
.section-password-change .text-note {
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .section-password-change {
    padding: 65px 0 100px;
  }
  .section-password-change .wrapper-common {
    max-width: 727px;
  }
  .section-password-change .text-note {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 7px;
  }
  .section-password-change .text-count {
    position: absolute;
    height: 50px;
    top: 0;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #b1b2b2;
  }
  .section-password-change .input-common {
    padding-right: 100px !important;
  }
  .section-password-change .form-content {
    position: relative;
  }
  .section-password-change .form-row {
    margin-bottom: 38px;
  }
  .section-password-change .button-default {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-password-change {
    padding: 41px 0 65px;
  }
  .section-password-change .wrapper-common {
    padding: 0 6.66667vw;
  }
  .section-password-change .text-note {
    font-size: 9px;
    font-size: 0.9rem;
    margin-top: 7px;
  }
  .section-password-change .form-row {
    margin-bottom: 20px;
  }
  .section-password-change .button-default {
    margin-top: 40px;
  }
}
.title-block {
  color: #191919;
  text-align: center;
  line-height: 1.6;
}

.form-withdrawal {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.361;
  color: #191919;
}
.form-withdrawal .checkbox-common {
  margin: 0;
}
.form-withdrawal .checkbox-text {
  min-height: 0;
}
.form-withdrawal .form-row {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.form-withdrawal .form-row .checkbox-common {
  line-height: 1.5;
  letter-spacing: .04em;
}
.form-withdrawal .form-row .checkbox-text:before {
  top: 50%;
}
.form-withdrawal .is-form-row {
  display: block;
  border-bottom: none;
}
.form-withdrawal .is-form-row .checkbox-common {
  width: auto;
}
.form-withdrawal .form-info {
  flex: 1;
}
.form-withdrawal .list-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.form-withdrawal .text-note {
  letter-spacing: .04em;
  color: #a0a0a0;
}

@media print, (min-width: 768px) {
  .title-block {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .section-withdrawal {
    padding: 60px 0 120px;
  }
  .section-withdrawal .form-common {
    max-width: 874px;
    margin: 0 auto;
  }
  .section-withdrawal .caption-description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.333;
    margin-bottom: 58px;
  }
  .section-withdrawal .title-block {
    margin-bottom: 28px;
  }
  .section-withdrawal .button-row-two {
    padding-left: 14px;
  }

  .form-withdrawal {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.361;
  }
  .form-withdrawal .form-row {
    padding: 37px 23px 25px;
    min-height: 115px;
  }
  .form-withdrawal .form-row .checkbox-common {
    width: 267px;
    font-size: 20px;
    font-size: 2rem;
  }
  .form-withdrawal .form-row .checkbox-text {
    padding-left: 56px;
  }
  .form-withdrawal .form-row .checkbox-text:before {
    margin-top: -14px;
  }
  .form-withdrawal .is-form-row {
    padding-top: 30px;
    margin-bottom: 62px;
  }
  .form-withdrawal .form-info {
    padding-left: 20px;
  }
  .form-withdrawal .form-group {
    padding-left: 82px;
    margin-bottom: 115px;
  }
  .form-withdrawal .form-text {
    margin-bottom: 24px;
  }
  .form-withdrawal .list-checkbox {
    margin-bottom: 5px;
  }
  .form-withdrawal .list-checkbox > li {
    margin: 0 20px 20px 0;
  }
  .form-withdrawal .list-checkbox .checkbox-text {
    padding-top: 2px;
  }
  .form-withdrawal .text-note {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 7px;
  }
  .form-withdrawal .textarea-common {
    width: 91.793% !important;
    padding: 8px 16px;
  }

  .section-withdrawal-confirm {
    padding-bottom: 125px;
  }
  .section-withdrawal-confirm .list-checkbox {
    margin-bottom: 9px;
  }
  .section-withdrawal-confirm .list-checkbox > li {
    margin-bottom: 18px;
  }
  .section-withdrawal-confirm .form-withdrawal .form-group {
    margin-bottom: 110px;
  }
  .section-withdrawal-confirm .form-withdrawal .textarea-common {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #a0a0a0;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-block {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .section-withdrawal {
    padding: 23px 0 77px;
  }
  .section-withdrawal .wrapper-common {
    padding: 0 6.66667vw;
  }
  .section-withdrawal .caption-description {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.35;
    margin-bottom: 30px;
  }
  .section-withdrawal .title-block {
    margin-bottom: 19px;
  }

  .form-withdrawal {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.361;
  }
  .form-withdrawal .form-row {
    padding: 20px 0 22px 7px;
  }
  .form-withdrawal .form-row .checkbox-common {
    width: 140px;
    font-size: 10px;
    font-size: 1rem;
  }
  .form-withdrawal .form-row .checkbox-text {
    padding-left: 30px;
  }
  .form-withdrawal .form-row .checkbox-text:before {
    margin-top: -10px;
  }
  .form-withdrawal .is-form-row {
    padding-top: 25px;
    margin-bottom: 36px;
  }
  .form-withdrawal .form-info {
    padding-left: 8px;
    letter-spacing: .1em;
  }
  .form-withdrawal .form-group {
    margin-bottom: 35px;
  }
  .form-withdrawal .form-text {
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  .form-withdrawal .list-checkbox {
    margin-bottom: 5px;
    margin-right: -5%;
  }
  .form-withdrawal .list-checkbox > li {
    margin: 10px 0 9px;
  }
  .form-withdrawal .list-checkbox > li:nth-child(2n+1) {
    width: 54.3%;
    padding-right: 10px;
  }
  .form-withdrawal .list-checkbox > li:nth-child(2n) {
    width: 45.7%;
  }
  .form-withdrawal .list-checkbox > li:nth-child(1), .form-withdrawal .list-checkbox > li:nth-child(2) {
    width: 100%;
  }
  .form-withdrawal .text-note {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.555;
    margin-bottom: 7px;
  }
  .form-withdrawal .textarea-common {
    padding: 8px 15px;
  }

  .section-withdrawal-confirm {
    padding-top: 20px;
  }
  .section-withdrawal-confirm .title-block {
    margin-bottom: 23px;
  }
  .section-withdrawal-confirm .caption-description {
    margin-bottom: 35px;
  }
  .section-withdrawal-confirm .form-withdrawal .textarea-common {
    color: #a0a0a0;
  }
}
@media print, (min-width: 768px) {
  .section-withdrawal-complete {
    padding: 60px 0 168px;
  }
  .section-withdrawal-complete .is-title-block {
    margin-bottom: 121px;
  }
  .section-withdrawal-complete .row-complete {
    margin-bottom: 130px;
  }
  .section-withdrawal-complete .row-complete .title-block {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-withdrawal-complete {
    padding: 20px 0 50px;
  }
  .section-withdrawal-complete .is-title-block {
    margin-bottom: 43px;
  }
  .section-withdrawal-complete .row-complete {
    margin-bottom: 48px;
  }
  .section-withdrawal-complete .row-complete .title-block {
    margin-bottom: 31px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/****************************************************
Reset password
****************************************************/
.section-password-reset {
  color: #141414;
}
.section-password-reset .summary-text {
  text-align: center;
}
.section-password-reset .form-head {
  color: #191919;
}
.section-password-reset .reset-note:before {
  content: '';
  display: inline-block;
  background: no-repeat 0 0;
}

@media print, (min-width: 768px) {
  .section-password-reset {
    padding: 65px 0 142px;
  }
  .section-password-reset .wrapper-common {
    max-width: 820px;
  }
  .section-password-reset .summary-text {
    line-height: 2.1;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 53px;
  }
  .section-password-reset .form-common {
    padding: 0 46px;
    margin-bottom: 44px;
  }
  .section-password-reset .form-row {
    margin-bottom: 50px;
  }
  .section-password-reset .reset-note {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-right: -50px;
  }
}
@media print, (min-width: 768px) and (max-width: 1040px) {
  .section-password-reset .reset-note {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-password-reset {
    padding: 31px 0 67px;
  }
  .section-password-reset .wrapper-common {
    padding: 0 6.66667vw;
  }
  .section-password-reset .summary-text {
    line-height: 1.7;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 39px;
  }
  .section-password-reset .form-common {
    margin-bottom: 26px;
  }
  .section-password-reset .form-row {
    margin-bottom: 45px;
  }
  .section-password-reset .reset-note {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
/****************************************************
Site help list
****************************************************/
.page-support .main-content {
  padding-bottom: 0;
}

.title-site-help {
  letter-spacing: .04em;
  text-align: center;
}

.widget-search {
  background-color: #fff;
}

.site-help-content .title-category,
.site-help-content .title-questions {
  color: #0023c3;
}

.list-category .tab-item {
  position: relative;
  display: block;
  color: #191919;
}
.list-category .tab-item:before {
  position: absolute;
  content: "";
  background: url(../img/common/icon_arrow_blue_left.svg) no-repeat center center/100% auto;
}

.site-left {
  flex-shrink: 0;
}

.site-right {
  flex-shrink: 1;
}

.text-questions,
.text-answer {
  position: relative;
  letter-spacing: -.002em;
  line-height: 1.33;
}
.text-questions:before,
.text-answer:before {
  position: absolute;
  left: 2px;
}

.text-questions {
  color: #0023c3;
  font-weight: bold;
}
.text-questions:before {
  content: "Q";
  color: #0023c3;
}

.text-answer:before {
  content: "A";
}

@media print, (min-width: 768px) {
  .section-site-help {
    padding: 83px 0 110px;
  }

  .title-site-help {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 24px;
  }

  .site-help-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .widget-search {
    border: solid 2px #0023c3;
    margin-bottom: 78px;
    padding: 35px 20px 35px;
    border-radius: 8px;
  }
  .widget-search .form-common {
    max-width: 830px;
    margin: 0 auto;
  }
  .widget-search .form-group {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
  .widget-search .form-row {
    margin-bottom: 55px;
  }
  .widget-search .form-store {
    width: 47.95%;
  }

  .list-category .tab-item {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 11px;
    padding-left: 20px;
  }
  .list-category .tab-item:before {
    left: 0;
    width: 10px;
    height: 14px;
    top: 6px;
  }

  .list-questions {
    margin-bottom: 106px;
  }
  .list-questions > li:not(:last-child) {
    margin-bottom: 56px;
  }

  .site-left {
    width: 200px;
  }

  .text-questions,
  .text-answer {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
  }

  .text-questions {
    margin-bottom: 16px;
  }

  .text-answer {
    font-weight: 500;
  }

  .title-category {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 29px;
  }

  .title-questions {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 46px;
  }

  .is-long {
    width: 241px;
    height: 49px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-site-help {
    padding: 28px 0 42px;
  }

  .title-site-help {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 17px;
  }

  .title-questions,
  .title-category {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .title-category {
    text-align: center;
    margin-bottom: 26px;
  }

  .title-questions {
    margin-bottom: 22px;
  }

  .widget-search {
    border: solid 1px #0023c3;
    margin-bottom: 31px;
    padding: 18px 9px 24px;
  }
  .widget-search .form-group {
    margin-bottom: 35px;
  }
  .widget-search .form-store {
    margin-bottom: 11px;
  }
  .widget-search .form-row {
    margin-bottom: 25px;
  }

  .site-help-content {
    margin-bottom: 44px;
  }

  .list-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 23.4%;
  }
  .list-category > li {
    width: 42.69%;
    padding-right: 10px;
    margin-bottom: 37px;
  }
  .list-category .tab-item {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 17px;
  }
  .list-category .tab-item:before {
    left: 3px;
    width: 7px;
    height: 12px;
    top: 1px;
  }

  .list-questions > li {
    margin-bottom: 17px;
    padding-bottom: 22px;
    border-bottom: solid 1px #d2d2d2;
  }

  .text-questions,
  .text-answer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: 3.9vw;
    letter-spacing: .04em;
  }

  .text-questions {
    margin-bottom: 11px;
  }
  .text-questions:before {
    left: -14px;
  }

  .text-answer:before {
    left: -12px;
  }

  .site-right {
    padding: 0 2.6vw;
  }

  .is-long {
    font-size: 8px;
    font-size: 0.8rem;
    width: 121px;
    height: 25px;
  }
}
/****************************************************
Login
****************************************************/
.page-login .main-content {
  padding-bottom: 0;
}

.list-links {
  line-height: 1.75;
  letter-spacing: .04em;
  text-align: center;
}

@media print, (min-width: 768px) {
  .page-login .main-content {
    padding-bottom: 0;
  }

  .section-login {
    padding: 64px 0 115px;
  }
  .section-login .wrapper-common {
    max-width: 727px;
  }
  .section-login .form-row {
    margin-bottom: 25px;
  }
  .section-login .button-default {
    margin-top: 71px;
  }
  .section-login .list-links {
    margin-top: 37px;
  }

  .list-links {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-links > li:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-login .main-content {
    padding-bottom: 0;
  }

  .section-login {
    padding: 42px 0 76px;
  }
  .section-login .wrapper-common {
    padding: 0 6.66667vw;
  }
  .section-login .form-row {
    margin-bottom: 10px;
  }
  .section-login .button-default {
    margin-top: 36px;
  }
  .section-login .list-links {
    margin-top: 19px;
  }

  .list-links {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .list-links > li:not(:last-child) {
    margin-bottom: 16px;
  }
}
/****************************************************
Support
****************************************************/
.list-time-common {
  display: flex;
  flex-wrap: wrap;
}
.list-time-common > li.column-text {
  display: flex;
  align-items: center;
}

.is-confirm-select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff url(../img/common/icon_arrow_drop_01.svg) no-repeat right 20px center/14px auto;
}

.section-support-inquiry {
  color: #191919;
}
.section-support-inquiry .is-text-textarea {
  color: #0023c3;
}

@media print, (min-width: 768px) {
  .section-support-inquiry {
    padding: 86px 0 148px;
  }
  .section-support-inquiry .wrapper-common {
    max-width: 754px;
  }
  .section-support-inquiry .form-common {
    max-width: 727px;
    margin: 0 auto;
  }
  .section-support-inquiry .form-row {
    margin-bottom: 23px;
  }
  .section-support-inquiry .list-steps {
    margin-bottom: 112px;
  }
  .section-support-inquiry .select-common {
    background-position: right 20px center;
  }
  .section-support-inquiry .textarea-common {
    height: 324px;
    padding: 8px 18px;
  }
  .section-support-inquiry .button-row-two {
    margin-top: 85px;
  }
  .section-support-inquiry .inquiry-complete {
    padding: 24px 0 20px;
  }
  .section-support-inquiry .caption-description {
    margin-bottom: 131px;
  }

  .list-time-common > li {
    width: 25.58%;
  }
  .list-time-common > li.column-text {
    padding: 0 0 3px 16px;
    width: 7.75%;
  }
  .list-time-common > li:last-child {
    width: 9%;
    margin-right: -20px;
  }

  .is-confirm-select {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-support-inquiry {
    padding: 36px 0 50px;
  }
  .section-support-inquiry .wrapper-common {
    padding: 0 6.66667vw;
  }
  .section-support-inquiry .form-row {
    margin-bottom: 10px;
  }
  .section-support-inquiry .list-steps {
    margin-bottom: 28px;
  }
  .section-support-inquiry .list-steps .item-step {
    letter-spacing: .085em;
  }
  .section-support-inquiry .button-row-two {
    margin-top: 28px;
  }
  .section-support-inquiry .list-time-common {
    margin-bottom: -15px;
  }
  .section-support-inquiry .form-inquiry-confirm .button-row-two {
    margin: 50px 0 13px;
  }
  .section-support-inquiry .inquiry-complete {
    margin-top: 60px;
  }
  .section-support-inquiry .caption-description {
    margin-bottom: 46px;
  }

  .list-time-common > li {
    width: 39%;
    margin-bottom: 15px;
  }
  .list-time-common > li.column-text {
    width: 10.76%;
    padding: 0 0 2px 8px;
    color: #0023c3;
  }
  .list-time-common > li:last-child {
    width: 20%;
  }

  .is-confirm-select {
    padding-right: 20px;
    background-size: 8px auto;
    background-position: right 8px center;
  }
}
.section-support-about .about-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.section-support-about .title-primary {
  text-align: center;
}

.item-about .about-photo {
  display: block;
}
.item-about .about-photo img,
.item-about .about-photo iframe {
  width: 100%;
  display: block;
}
.item-about .about-photo img {
  height: auto;
}
.item-about .about-info {
  line-height: 1.5;
}
.item-about .about-title {
  line-height: 1.5;
}

.list-about-buttons {
  margin: 0 auto;
}
.list-about-buttons .button-default {
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-support-about {
    padding: 112px 0 52px;
  }
  .section-support-about .wrapper-common {
    max-width: 1100px;
  }
  .section-support-about .about-avatar {
    width: 166px;
    margin: 0 auto 34px;
  }
  .section-support-about .about-avatar img {
    height: auto;
  }
  .section-support-about .title-primary {
    margin-bottom: 178px;
  }

  .list-about {
    margin-bottom: 72px;
  }

  .item-about {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .item-about:not(:last-child) {
    margin-bottom: 100px;
  }
  .item-about .about-photo {
    width: 44.55%;
  }
  .item-about .about-photo img,
  .item-about .about-photo iframe {
    border-radius: 8px;
  }
  .item-about .about-photo iframe {
    height: 253px;
  }
  .item-about .about-info {
    width: 50%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #171a1b;
    letter-spacing: .04em;
  }
  .item-about .about-title {
    font-size: 20px;
    font-size: 2rem;
    margin: -5px 0 21px;
    color: #191919;
    letter-spacing: 0;
  }
  .item-about:nth-child(even) .about-photo {
    order: 2;
  }
  .item-about:nth-child(even) .about-info {
    order: 1;
  }

  .list-about-buttons {
    width: 241px;
  }
  .list-about-buttons > li:not(:last-child) {
    margin-bottom: 17px;
  }
  .list-about-buttons .button-default {
    height: 49px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-support-about {
    padding: 40px 0 48px;
  }
  .section-support-about .about-avatar {
    width: 67px;
    margin: 0 auto 14px;
  }
  .section-support-about .title-primary {
    margin-bottom: 23px;
    font-size: 9px;
    font-size: 0.9rem;
  }

  .list-about {
    margin-bottom: 56px;
  }

  .item-about:not(:last-child) {
    margin-bottom: 40px;
  }
  .item-about .about-photo {
    margin-bottom: 19px;
  }
  .item-about .about-photo img,
  .item-about .about-photo iframe {
    border-radius: 1.06667vw;
  }
  .item-about .about-photo iframe {
    height: 45.33333vw;
  }
  .item-about .about-info {
    font-size: 12px;
    font-size: 1.2rem;
    color: #191919;
  }
  .item-about .about-title {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 9px;
  }

  .list-about-buttons {
    width: 120px;
  }
  .list-about-buttons > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .list-about-buttons .button-default {
    height: 25px;
    font-size: 8px;
    font-size: 0.8rem;
  }
}
.list-support-menu {
  display: flex;
  flex-wrap: wrap;
}
.list-support-menu .item-menu {
  display: block;
  color: #0023c3;
  line-height: 1.5;
  text-align: center;
}
.list-support-menu .item-menu img {
  display: block;
}

.section-support-qa {
  background: #f0f0f0;
}
.section-support-qa .qa-title {
  line-height: 1.5;
  letter-spacing: .04em;
  color: #0023c3;
  position: relative;
}
.section-support-qa .qa-title:before {
  content: '';
  top: 0;
  background: url(../img/common/footer_qa_txt.svg) no-repeat 0 0/100% auto;
}

.section-support-contact .contact-title {
  letter-spacing: .04em;
  position: relative;
}
.section-support-contact .contact-title:before {
  content: '';
  background: url(../img/common/footer_contact_txt.svg) no-repeat 0 0/100% auto;
}
.section-support-contact .contact-photo img {
  display: block;
  margin: 0 auto;
}

.footer-menu {
  line-height: 1.5;
}
.footer-menu .footer-menu-title {
  color: #0023c3;
}

@media print, (min-width: 768px) {
  .section-support-menu {
    padding: 60px 0 65px;
  }
  .section-support-menu .wrapper-common {
    max-width: 1100px;
  }
  .section-support-menu .title-block {
    margin-bottom: 76px;
  }

  .list-support-menu {
    padding-left: 33px;
  }
  .list-support-menu > li {
    width: 25%;
    margin-bottom: 25px;
  }
  .list-support-menu > li:nth-child(4n) {
    padding-right: 33px;
  }
  .list-support-menu .item-menu {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .list-support-menu .item-menu img {
    width: 135px;
    margin: 0 auto 9px;
  }

  .section-support-qa {
    padding: 80px 0 70px;
  }
  .section-support-qa .wrapper-common {
    max-width: 870px;
  }
  .section-support-qa .qa-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-support-qa .qa-photo {
    width: 313px;
    padding-bottom: 6px;
  }
  .section-support-qa .qa-info {
    flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 121px;
    padding-right: 10px;
    line-height: 1.86;
  }
  .section-support-qa .qa-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 7px 0 0 144px;
    margin-bottom: 54px;
  }
  .section-support-qa .qa-title:before {
    top: 0;
    position: absolute;
    left: 4px;
    width: 102px;
    height: 47px;
  }
  .section-support-qa .button-default {
    margin: 45px 0 0;
  }

  .section-support-contact {
    background: #0023c3 url(../img/support/bg_contact.jpg) no-repeat center 0;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.86;
    padding: 87px 0 60px;
  }
  .section-support-contact .wrapper-common {
    max-width: 870px;
  }
  .section-support-contact .contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-support-contact .contact-title {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .04em;
    padding: 6px 0 0 234px;
    margin-bottom: 55px;
  }
  .section-support-contact .contact-title:before {
    top: 0;
    position: absolute;
    left: 7px;
    width: 190px;
    height: 43px;
  }
  .section-support-contact .contact-info {
    width: 49.43%;
    order: 1;
    padding-right: 10px;
  }
  .section-support-contact .contact-photo {
    width: 32.9%;
    order: 2;
    padding-bottom: 29px;
  }
  .section-support-contact .contact-photo img {
    width: 200px;
  }
  .section-support-contact .button-default {
    margin: 40px 0 0;
  }
}
@media print, (min-width: 768px) and (max-width: 1200px) {
  .list-support-menu {
    padding-left: 0;
  }

  .list-support-menu > li:nth-child(4n) {
    padding-right: 0;
  }
}
@media print, (min-width: 768px) and (max-width: 1040px) {
  .section-support-qa .qa-info {
    padding-left: 9.45313vw;
  }
}
@media print, (min-width: 768px) and (max-width: 940px) {
  .section-support-qa .qa-info {
    padding-left: 7.03125vw;
  }

  .section-support-contact .contact-info {
    width: 60%;
  }

  .list-support-menu .item-menu img {
    width: 110px;
  }

  .list-support-menu .item-menu {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, (min-width: 768px) and (max-width: 800px) {
  .list-support-menu .item-menu {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-support-menu {
    padding: 21px 0 6px;
  }
  .section-support-menu .title-block {
    margin-bottom: 14px;
  }

  .list-support-menu {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.33;
    justify-content: center;
    max-width: 248px;
    margin: 0 auto;
  }
  .list-support-menu > li {
    width: 105px;
    margin: 0 0 17px 38px;
  }
  .list-support-menu > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .list-support-menu .item-menu img {
    width: 100%;
    margin: 0 auto 2px;
  }

  .section-support-qa {
    padding: 15px 0;
    color: #191919;
  }
  .section-support-qa .qa-item {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    letter-spacing: 0;
  }
  .section-support-qa .qa-photo {
    margin-bottom: 26px;
  }
  .section-support-qa .qa-photo img {
    width: 100%;
    display: block;
    border-radius: 2px;
  }
  .section-support-qa .qa-info {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .section-support-qa .qa-title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .section-support-qa .qa-title:before {
    width: 59px;
    height: 28px;
    display: block;
    margin: 0 0 5px 2px;
  }
  .section-support-qa .button-default {
    margin-top: 30px;
  }

  .section-support-contact {
    background: #f0f0f0;
    color: #191919;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .section-support-contact .contact-item {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
  }
  .section-support-contact .contact-title {
    font-size: 13px;
    font-size: 1.3rem;
    color: #0023c3;
    margin-bottom: 8px;
  }
  .section-support-contact .contact-title:before {
    display: block;
    width: 110px;
    height: 26px;
    background-image: url(../img/support/txt_contact.svg);
    margin-bottom: 7px;
  }
  .section-support-contact .contact-photo {
    margin-bottom: 28px;
  }
  .section-support-contact .contact-photo img {
    width: 100%;
    border-radius: 4px;
  }
  .section-support-contact .button-default {
    margin-top: 28px;
    background: #0023c3;
    color: #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer-custom {
    padding-bottom: 114px;
  }
  .footer-custom .footer-logo {
    position: relative;
    top: 20px;
  }
  .footer-custom .footer-sns {
    margin-top: 50px;
  }
  .footer-custom .accordion-inner {
    height: auto !important;
    opacity: 1 !important;
    display: block !important;
  }

  .footer-group {
    width: 66.667%;
    margin: -18px -1% 0 0;
  }

  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-menu > li {
    width: 27.3%;
    margin-left: 9.05%;
  }
  .footer-menu > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .footer-menu .footer-menu-title {
    margin-bottom: 18px;
  }

  .list-sub > li:not(:last-child) {
    margin-bottom: 11px;
  }
  .list-sub a {
    color: #171a1b;
    display: inline-block;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-custom {
    padding-top: 9.33333vw;
    padding-bottom: 5.86667vw;
  }
  .footer-custom .footer-group {
    margin-bottom: 17px;
  }

  .footer-menu {
    font-size: 12px;
    font-size: 1.2rem;
    border-top: 1px solid #d2d2d2;
  }
  .footer-menu .footer-menu-title {
    border-bottom: 1px solid #d2d2d2;
    padding: 18px 25px 18px 0;
    position: relative;
  }
  .footer-menu .footer-menu-title.is-active:after {
    background-position: 0 bottom;
  }
  .footer-menu .footer-menu-title:after {
    content: '';
    top: 50%;
    right: 0;
    position: absolute;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/common/icon_expand_03.png) no-repeat 0 0/100% auto;
  }
  .footer-menu .accordion-inner {
    display: none;
  }

  .list-sub {
    border-bottom: 1px solid #d2d2d2;
    padding: 18px 0;
  }
  .list-sub > li:not(:last-child) {
    margin-bottom: 11px;
  }
  .list-sub a {
    color: #191919;
    display: block;
  }
}
/****************************************************
Site search
****************************************************/
.page-site-search .main-content {
  padding-bottom: 0;
}

.section-site-search .form-common {
  position: relative;
}
.section-site-search .form-common .input-common {
  font-size: inherit !important;
}
.section-site-search .form-common .button-search {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  background: url(../img/common/icon_search_01.svg) no-repeat center center/22px auto;
}
.section-site-search .search-heading {
  display: flex;
  justify-content: space-between;
}
.section-site-search .search-heading .search-left {
  color: #0023c3;
  font-weight: 500;
  position: relative;
}
.section-site-search .search-heading .search-number {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.section-site-search .search-heading .search-right {
  display: flex;
  align-items: center;
}
.section-site-search .search-heading .select-common {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #3b4043;
}
.section-site-search .search-heading .search-text {
  color: #0023c3;
  white-space: nowrap;
}

.search-item {
  display: block;
  letter-spacing: 0;
  color: #191919;
}
.search-item .search-name {
  line-height: 1.5;
}
.search-item .search-link {
  color: #0023c3;
  display: block;
}

@media print, (min-width: 768px) {
  .section-site-search {
    padding: 67px 0 107px;
  }
  .section-site-search .form-common {
    max-width: 670px;
    margin: 0 auto 56px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .section-site-search .form-common .input-common {
    height: 69px !important;
    padding-right: 80px !important;
    padding-left: 28px !important;
  }
  .section-site-search .form-common .button-search {
    width: 80px;
  }
  .section-site-search .input-common::-webkit-input-placeholder {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .section-site-search .input-common::-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .section-site-search .input-common:-ms-input-placeholder {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .section-site-search .input-common:-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .section-site-search .input-common::placeholder {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .section-site-search .search-heading {
    margin-bottom: 33px;
  }
  .section-site-search .search-heading .search-left {
    font-size: 20px;
    font-size: 2rem;
    top: -3px;
  }
  .section-site-search .search-heading .search-number {
    font-size: 48px;
    font-size: 4.8rem;
    padding: 0 5px;
    top: 1px;
  }
  .section-site-search .search-heading .select-common {
    width: 195px !important;
    padding-top: 1px !important;
    padding-bottom: 0 !important;
  }
  .section-site-search .search-heading .search-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 20px;
  }

  .list-search {
    margin-bottom: 74px;
  }
  .list-search > li:not(:last-child) {
    margin-bottom: 31px;
  }

  .search-item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .search-item .search-name {
    font-size: 24px;
    font-size: 2.4rem;
    text-decoration: underline;
    color: #3b4043;
    margin-bottom: 10px;
  }
  .search-item .search-link {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-site-search {
    padding: 30px 0 88px;
  }
  .section-site-search .wrapper-common {
    padding: 0 6.66667vw;
  }
  .section-site-search .form-common {
    margin-bottom: 38px;
    font-size: 10px;
    font-size: 1rem;
  }
  .section-site-search .form-common .input-common {
    height: 38px !important;
    padding-right: 40px !important;
    padding-left: 14px !important;
  }
  .section-site-search .form-common .button-search {
    width: 40px;
    background-size: 11px auto;
  }
  .section-site-search .input-common::-webkit-input-placeholder {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .section-site-search .input-common::-moz-placeholder {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .section-site-search .input-common:-ms-input-placeholder {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .section-site-search .input-common:-moz-placeholder {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .section-site-search .input-common::placeholder {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .section-site-search .search-heading {
    margin-bottom: 20px;
  }
  .section-site-search .search-heading .search-left {
    font-size: 12px;
    font-size: 1.2rem;
    top: -1px;
  }
  .section-site-search .search-heading .search-number {
    font-size: 27px;
    font-size: 2.7rem;
    padding: 0 3px;
    top: 1px;
  }
  .section-site-search .search-heading .select-common {
    height: 29px !important;
    width: 117px !important;
    font-size: 10px !important;
    font-size: 1rem !important;
    padding: 1px 20px 0 10px !important;
    letter-spacing: 0;
  }
  .section-site-search .search-heading .search-text {
    font-size: 10px;
    font-size: 1rem;
    margin-right: 10px;
  }

  .list-search {
    margin-bottom: 60px;
  }
  .list-search > li:not(:last-child) {
    margin-bottom: 21px;
  }

  .search-item {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .search-item .search-name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
  .search-item .search-link {
    margin-bottom: -2px;
  }
}

/*# sourceMappingURL=other.css.map */
