@charset "utf-8";
/* reset */
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

mark {
  color: #000;
  background-color: #ff0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto; /* Firefox 36+ */
}

[type='search'] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type='search'] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

img {
  vertical-align: bottom;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }

  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc; /* Required when declaring ::selection */
}

ul,
ol {
  list-style: none;
}
/* utility */
@media screen and (max-width: 750px) {
  .ut-pcOnly {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  .ut-spOnly {
    display: none;
  }
}

.ut-mt50 {
  margin-top: 50px !important;
}

.ut-mb50 {
  margin-bottom: 50px !important;
}

.ut-pt50 {
  padding-top: 50px !important;
}

.ut-pb50 {
  padding-bottom: 50px !important;
}

.ut-mt40 {
  margin-top: 40px !important;
}

.ut-mb40 {
  margin-bottom: 40px !important;
}

.ut-pt40 {
  padding-top: 40px !important;
}

.ut-pb40 {
  padding-bottom: 40px !important;
}

.ut-mt30 {
  margin-top: 30px !important;
}

.ut-mb30 {
  margin-bottom: 30px !important;
}

.ut-pt30 {
  padding-top: 30px !important;
}

.ut-pb30 {
  padding-bottom: 30px !important;
}

.ut-mt20 {
  margin-top: 20px !important;
}

.ut-mb20 {
  margin-bottom: 20px !important;
}

.ut-pt20 {
  padding-top: 20px !important;
}

.ut-pb20 {
  padding-bottom: 20px !important;
}

.ut-mt10 {
  margin-top: 10px !important;
}

.ut-mb10 {
  margin-bottom: 10px !important;
}

.ut-pt10 {
  padding-top: 10px !important;
}

.ut-pb10 {
  padding-bottom: 10px !important;
}

.ut-mt0 {
  margin-top: 0px !important;
}

.ut-mb0 {
  margin-bottom: 0px !important;
}

.ut-pt0 {
  padding-top: 0px !important;
}

.ut-pb0 {
  padding-bottom: 0px !important;
}

/* original */

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  color: #333;
}
@media print, screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.733333333333334vw;
  }
}

.bo-ovh-layer {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background: rgba(51, 51, 51, 0.7);
  opacity: 0;
  transition: 0.3s;
}

html.is-nav-open {
  overflow: hidden;
}

html.is-nav-open body {
  overflow: hidden;
}

html.is-nav-open body .bo-ovh-layer {
  pointer-events: auto;
  opacity: 1;
}

html.is-modal-open {
  overflow: hidden;
}

html.is-modal-open body {
  overflow: hidden;
}

.bo-camp-wrap {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-camp-wrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .bo-camp-wrap {
    margin-top: 10vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-pickup-list__wrap + .bo-camp-wrap {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .bo-pickup-list__wrap + .bo-camp-wrap {
    margin-top: 21.333333333333336vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-camp + .bo-camp {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .bo-camp + .bo-camp {
    margin-top: 8vw;
  }
}

.bo-camp-bnr-title {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .bo-camp-bnr-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .bo-camp-bnr-title {
    width: 49.6vw;
    margin-bottom: 2.666666666666667vw;
  }

  .bo-camp-bnr-title img {
    width: 100%;
  }
}

.bo-camp-bnr-text {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-camp-bnr-text {
    margin-bottom: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-camp-bnr-text {
    margin-bottom: 5.333333333333334vw;
    font-size: 3.2vw;
  }
}

.bo-camp-bnr-img {
  display: inline-block;
}

.bo-camp-bnr-img img {
  max-width: 100%;
}
@media print, screen and (min-width: 751px) {
  .bo-camp-bnr-img {
    width: 664px;
    transition: 0.3s opacity;
  }

  .bo-camp-bnr-img:hover {
    opacity: 0.7;
  }
}

.bo-breadcrumb {
  border-top: 1px solid #eee;
}
@media print, screen and (min-width: 751px) {
  .bo-breadcrumb__inner {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 750px) {
  .bo-breadcrumb__inner {
    padding: 4vw 4.8vw;
  }
}

.bo-breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
}

.bo-breadcrumb-list__item {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .bo-breadcrumb-list__item {
    padding-right: 16px;
    margin-right: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-breadcrumb-list__item {
    padding-right: 4.266666666666667vw;
    margin-right: 3.2vw;
    font-size: 3.2vw;
  }
}

.bo-breadcrumb-list__item::after {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-top: 1px solid #154799;
  border-right: 1px solid #154799;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 751px) {
  .bo-breadcrumb-list__item::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 750px) {
  .bo-breadcrumb-list__item::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.bo-breadcrumb-list__item:last-child {
  padding-right: 0;
}

.bo-breadcrumb-list__item:last-child::after {
  display: none;
}

.bo-breadcrumb-list__item-link {
  color: #154799;
  text-decoration: none;
}

.bo-breadcrumb-list__item-link::hover {
  text-decoration: underline;
}

.bo-footer {
  text-align: center;
  background: #eee;
}
@media print, screen and (min-width: 751px) {
  .bo-footer {
    padding: 36px 30px;
  }
}
@media screen and (max-width: 750px) {
  .bo-footer {
    padding: 7.466666666666668vw 2.666666666666667vw;
  }
}

.bo-footer_copyright {
  color: #22385a;
}
@media print, screen and (min-width: 751px) {
  .bo-footer_copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .bo-footer_copyright {
    font-size: 2.666666666666667vw;
  }
}

.bo-pagetop {
  position: fixed;
  z-index: 3;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  background: #22385a;
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s opacity;
}

.bo-pagetop.is-show {
  pointer-events: auto;
  opacity: 1;
}

.bo-pagetop.is-fit {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 751px) {
  .bo-pagetop {
    right: 15px;
    bottom: 15px;
    width: 65px;
    height: 65px;
    padding: 34px 14px 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-pagetop {
    right: 2.666666666666667vw;
    bottom: 2.666666666666667vw;
    width: 13.333333333333334vw;
    height: 13.333333333333334vw;
    padding: 6.933333333333333vw 3.2vw 3.2vw;
  }
}

.bo-pagetop::after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 751px) {
  .bo-pagetop::after {
    top: 17px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 750px) {
  .bo-pagetop::after {
    top: 3.466666666666666vw;
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }
}

.bo-pagetop__txt {
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .bo-pagetop__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-pagetop__txt {
    font-size: 2.933333333333333vw;
  }
}

.bo-header {
  overflow: hidden;
  background-color: #22385a;
  border-bottom: 1px solid #22385a;
}
@media print, screen and (min-width: 751px) {
  .bo-header {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 750px) {
  .bo-header {
    padding: 4vw 5.333333333333334vw;
  }
}

.bo-header_inner {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .bo-header_logo {
    width: 173px;
  }
}
@media screen and (max-width: 750px) {
  .bo-header_logo {
    width: 32.266666666666666vw;
  }
}

.bo-header_logo img {
  width: 100%;
}

.bo-nav-btn--open {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .bo-nav-btn--open {
    top: 4px;
    width: 28px;
    height: 22px;
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-btn--open {
    top: 0;
    width: 6.666666666666667vw;
    height: 5.333333333333334vw;
  }
}

.bo-nav-btn--open span {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 751px) {
  .bo-nav-btn--open span {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-btn--open span {
    height: 0.533333333333333vw;
  }
}

.bo-nav-btn--open span:nth-of-type(1) {
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .bo-nav-btn--open span:nth-of-type(2) {
    top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-btn--open span:nth-of-type(2) {
    top: 2.4vw;
  }
}

.bo-nav-btn--open span:nth-of-type(3) {
  bottom: 0;
}

.bo-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  transition: 0.3s;
}
@media print, screen and (min-width: 751px) {
  .bo-nav {
    width: 313px;
    transform: translateX(313px);
  }
}
@media screen and (max-width: 750px) {
  .bo-nav {
    width: 100%;
    transform: translateX(100%);
  }
}

.bo-nav.is-active {
  transform: translateX(0);
}

.bo-nav__head {
  position: relative;
  background: #22385a;
}
@media print, screen and (min-width: 751px) {
  .bo-nav__head {
    height: 75px;
    padding: 18px 25px;
  }
}
@media screen and (max-width: 750px) {
  .bo-nav__head {
    padding: 4vw 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-nav-logo {
    width: 138px;
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-logo {
    width: 32.266666666666666vw;
  }
}

.bo-nav-logo img {
  width: 100%;
}

.bo-nav-btn--close {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .bo-nav-btn--close {
    right: 25px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-btn--close {
    right: 5.333333333333334vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

.bo-nav-btn--close span {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 751px) {
  .bo-nav-btn--close span {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-btn--close span {
    height: 0.533333333333333vw;
  }
}

.bo-nav-btn--close span:nth-of-type(1) {
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .bo-nav-btn--close span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-btn--close span:nth-of-type(1) {
    transform: translateY(2.933333333333333vw) rotate(-45deg);
  }
}

.bo-nav-btn--close span:nth-of-type(2) {
  bottom: 0;
}
@media print, screen and (min-width: 751px) {
  .bo-nav-btn--close span:nth-of-type(2) {
    transform: translateY(-13px) rotate(45deg);
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-btn--close span:nth-of-type(2) {
    transform: translateY(-2.933333333333333vw) rotate(45deg);
  }
}

.bo-nav__body {
  overflow-y: auto;
}
@media print, screen and (min-width: 751px) {
  .bo-nav__body {
    max-height: calc(100vh - 75px) !important;
  }
}

.bo-nav-list__item {
  border-bottom: 1px solid #e8f1ff;
}

.bo-nav-list__item:last-child {
  border-bottom: none;
}

.bo-nav-list__item-link {
  position: relative;
  display: block;
  font-weight: bold;
  color: #22385a;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  .bo-nav-list__item-link {
    padding: 20px 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-list__item-link {
    padding: 5.333333333333334vw 6.666666666666667vw;
    font-size: 4.266666666666667vw;
  }
}

.bo-nav-list__item-link::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  content: '';
  border-top: 3px solid #154799;
  border-right: 3px solid #154799;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 751px) {
  .bo-nav-list__item-link::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .bo-nav-list__item-link::after {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
}

.bo-mv {
  background: #e8f1ff;
}
@media print, screen and (min-width: 751px) {
  .bo-mv {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .bo-mv {
    padding: 8.533vw 0 13.333333333333334vw;
  }
}

.bo-main-title {
  padding: 1vw 0 4vw;
  background: #e8f1ff;
}
@media print, screen and (min-width: 751px) {
  .bo-main-title {
    padding: 30px 0;
  }
}

.bo-main-title .bo-mv-heading {
  margin: 0;
}

.bo-inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .bo-inner {
    width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  .bo-inner {
    width: 90.66666666666666vw;
  }
}

.bo-mv-heading {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-mv-heading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .bo-mv-heading {
    width: 86.93333333333332vw;
    margin-bottom: 8vw;
  }

  .bo-mv-heading img {
    width: 100%;
  }
}

.bo-text-block {
  padding-top: 18.667vw;
}

.bo-text-block__title {
  font-size: 4.5vw;
  font-weight: bold;
  color: #22385a;
}

.bo-text-block__contents {
  padding-top: 1.333vw;
  font-size: 3.2vw;
}

.bo-text-block .bo-attention-list {
  text-align: left;
}
@media print, screen and (min-width: 751px) {
  .bo-text-block {
    display: flex;
    padding-top: 124px;
  }

  .bo-text-block__title {
    font-size: 24px;
  }

  .bo-text-block__contents {
    padding: 0.7em 0 0 18px;
    font-size: 14px;
  }
}

.bo-text-block--pickup {
  padding-top: 3vw;
}

.bo-text-block--pickup .bo-text-block__title {
  color: #e80b0b;
}
@media print, screen and (min-width: 751px) {
  .bo-text-block--pickup {
    padding-top: 35px;
  }
}

.bo-pickup-lists {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 751px) {
  .bo-pickup-lists {
    padding-top: 20px;
  }
}

.bo-pickup-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 33.3%;
  padding: 3vw 1.867vw;
  border-bottom: 1px solid #ccc;
}

.bo-pickup-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: calc(100% - 5vw);
  content: '';
  background-color: #ccc;
  transform: translateY(-50%);
}

.bo-pickup-item__title {
  display: flex;
  flex-direction: column;
}

.bo-pickup-item__price {
  padding-top: 2vw;
  margin-top: auto;
  font-size: 3.733vw;
  font-weight: bold;
  color: #e84e09;
}

.bo-pickup-item__price span.bo-pickup-item__note {
  font-size: clamp(calc(10 / 375 * 100vw), calc(18 / 750 * 100vw), 18px);
}

.bo-pickup-item__price span {
  display: block;
  font-size: smaller;
}

.bo-pickup-genre {
  font-size: 3.2vw;
  color: #154799;
  word-break: break-all;
}

.bo-pickup-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  margin-top: 1.5vw;
  overflow: hidden;
  text-align: center;
}

.bo-pickup-img img {
  flex-shrink: 0;
  max-width: 22.133vw;
  height: auto;
  max-height: 100%;
}

.bo-pickup-sub-title {
  margin-top: 0.8em;
  font-size: 3.2vw;
  color: #154799;
  word-break: break-all;
}

.bo-pickup-title {
  display: block;
  margin-top: 1em;
  font-size: 3.733vw;
  font-style: normal;
  font-weight: bold;
  color: #154799;
}

.bo-pickup-sub-title + .bo-pickup-title {
  margin-top: 0;
}

.bo-pickup-author {
  padding-top: 2.133vw;
  font-size: 2.933vw;
  color: #9b9b9b;
}
@media screen and (max-width: 750px) {
  .bo-pickup-title {
    width: 100%;
    height: 3em;
    overflow: hidden;
  }

  .bo-pickup-item:nth-of-type(3n)::after {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 750px) {
  .bo-pickup-title {
    height: 2.2em; /* for IE */
  }
}
@media print, screen and (min-width: 751px) {
  .bo-pickup-sub-title {
    font-size: 14px;
  }

  .bo-pickup-item {
    width: 25%;
    padding: 20px;
  }

  .bo-pickup-item::after {
    height: calc(100% - 30px);
  }

  .bo-pickup-item:nth-of-type(4n)::after {
    display: none;
  }

  .bo-pickup-item__price {
    padding-top: 5px;
    font-size: 18px;
  }

  .bo-pickup-item__price span.bo-pickup-item__note {
    display: block;
    font-size: 11px;
  }

  .bo-pickup-item__price span {
    display: inline-block;
    padding-right: 1em;
  }

  .bo-pickup-genre {
    font-size: 14px;
  }

  .bo-pickup-img {
    margin-top: 10px;
  }

  .bo-pickup-img img {
    max-width: 100%;
  }

  .bo-pickup-title {
    height: auto;
    font-size: 16px;
  }

  .bo-pickup-author {
    padding-top: 5px;
    font-size: 13px;
  }
}

.bo-genre-button {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-genre-button {
    width: 600px;
    margin: 74px auto 30px;
  }
}
@media screen and (max-width: 750px) {
  .bo-genre-button {
    width: 100%;
    margin: 10.666666666666668vw auto 4.8vw;
  }
}

.bo-genre-button > button {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #154799;
  text-decoration: none;
  border-radius: 5px;
}
@media print, screen and (min-width: 751px) {
  .bo-genre-button > button {
    padding: 20px;
    font-size: 28px;
    border: 5px solid #154799;
    transition: 0.3s background, color;
  }
}
@media screen and (max-width: 750px) {
  .bo-genre-button > button {
    padding: 4.8vw 5.333333333333334vw;
    font-size: 4.8vw;
    border: 0.8vw solid #154799;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-genre-button:hover > button {
    color: #fff;
    background: #154799;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-attention-list {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .bo-attention-list {
    text-align: left;
  }
}

.bo-attention-list__item {
  color: #333;
}
@media print, screen and (min-width: 751px) {
  .bo-attention-list__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-attention-list__item {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-purchase {
    margin: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase {
    margin: 12.266666666666666vw 0 10.666666666666668vw;
  }
}

.bo-purchase-genre {
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-genre {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-genre {
    margin-bottom: 4.266666666666667vw;
    font-size: 3.733333333333334vw;
  }
}

.bo-purchase-list__item {
  position: relative;
  background: #eff4fd;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-list__item {
    padding: 18px 20px;
    margin-bottom: 20px;
    border-left: 10px solid #154799;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-list__item {
    padding: 3.2vw 4vw;
    margin-bottom: 4vw;
    border-left: 1.6vw solid #154799;
  }
}

.bo-purchase-list__item:last-child {
  margin-bottom: 0;
}

.bo-purchase-list__genre {
  color: #333;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-list__genre {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-list__genre {
    margin-bottom: 1.066666666666667vw;
    font-size: 3.2vw;
  }
}

.bo-purchase-list__info01 {
  color: #333;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-list__info01 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-list__info01 {
    font-size: 3.2vw;
  }
}

.bo-purchase-list__title {
  font-weight: bold;
  color: #154799;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-list__title {
    margin: 12px 200px 12px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-list__title {
    margin: 2.666666666666667vw 0;
    font-size: 4.266666666666667vw;
  }
}

.bo-purchase-list__info02 {
  color: #9b9b9b;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-list__info02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-list__info02 {
    font-size: 3.2vw;
  }
}

.bo-purchase-list__code {
  color: #9b9b9b;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-list__code {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-list__code {
    font-size: 3.2vw;
  }
}

.bo-purchase-list__purchase-price {
  font-weight: bold;
  color: #e84e09;
}

.bo-purchase-list__purchase-price span.bo-purchase-list__note {
  display: block;
  font-size: clamp(calc(10 / 375 * 100vw), calc(20 / 750 * 100vw), 20px);
}

.bo-purchase-list__purchase-price span {
  padding-right: 1em;
  font-size: smaller;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-list__purchase-price {
    position: absolute;
    right: 20px;
    bottom: 42px;
    font-size: 20px;
  }

  .bo-purchase-list__purchase-price span.bo-purchase-list__note {
    display: block;
    font-size: 11px;
  }

  .bo-purchase-list__purchase-price span {
    display: inline-block;
    padding-right: 1em;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-list__purchase-price {
    width: fit-content;
    margin-top: 2.666666666666667vw;
    margin-left: auto;
    font-size: 4.266666666666667vw;
  }
}

.bo-purchase-list__number {
  text-align: right;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-list__number {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-list__number {
    margin-top: 5.333333333333334vw;
  }
}

.bo-purchase-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-number {
    margin: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-number {
    margin: 9.066666666666666vw 0 10.666666666666668vw;
  }
}

.bo-purchase-number__item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #154799;
  text-decoration: none;
  background: #eee;
  border-radius: 5px;
  transition: 0.3s;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-number__item {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-number__item {
    width: 8vw;
    height: 8vw;
    margin: 0 1.333333333333333vw;
    font-size: 3.733333333333334vw;
  }
}

.bo-purchase-number__item:hover {
  color: #fff;
  background: #154799;
}

.bo-purchase-number__item:hover span {
  border-color: #fff;
}

.bo-purchase-number__item.is-disable {
  pointer-events: none;
}

.bo-purchase-number__item.is-disable span {
  border-color: #9b9b9b;
}

.bo-purchase-number__latest span,
.bo-purchase-number__back span {
  display: inline-block;
  border-top: 2px solid #154799;
  border-right: 2px solid #154799;
  transform: rotate(-135deg);
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-number__latest span,
  .bo-purchase-number__back span {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-number__latest span,
  .bo-purchase-number__back span {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.bo-purchase-number__next span,
.bo-purchase-number__last span {
  display: inline-block;
  border-top: 2px solid #154799;
  border-right: 2px solid #154799;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 751px) {
  .bo-purchase-number__next span,
  .bo-purchase-number__last span {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 750px) {
  .bo-purchase-number__next span,
  .bo-purchase-number__last span {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.bo-purchase-number__item--active {
  color: #fff;
  pointer-events: none;
  background: #154799;
}

.bo-back-button {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-back-button {
    width: 270px;
  }
}
@media screen and (max-width: 750px) {
  .bo-back-button {
    width: 59.73333333333334vw;
  }
}

.bo-back-button a {
  position: relative;
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #154799;
  border: 3px solid #154799;
  border-radius: 48px;
}
@media print, screen and (min-width: 751px) {
  .bo-back-button a {
    padding: 16px 16px 16px 36px;
    font-size: 18px;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .bo-back-button a {
    padding: 3.733333333333334vw 3.733333333333334vw 3.733333333333334vw 8vw;
    font-size: 4.266666666666667vw;
  }
}

.bo-back-button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  transform: rotate(45deg);
}
@media print, screen and (min-width: 751px) {
  .bo-back-button a::after {
    left: 34px;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .bo-back-button a::after {
    left: 8vw;
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-back-button:hover a {
    color: #154799;
    background: #fff;
  }

  .bo-back-button:hover a::after {
    border-color: #154799;
  }
}

.bo-narrow-genre-modal__wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
  background: rgba(51, 51, 51, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.bo-narrow-genre-modal__wrap.is-show {
  pointer-events: auto;
  opacity: 1;
}

.bo-narrow-genre-modal__wrap.is-show .bo-narrow-genre-modal {
  transform: translateY(0);
}

.bo-narrow-genre-modal {
  transition: transform 0.3s;
  transform: translateY(50px);
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-modal {
    width: 510px;
    max-height: 688px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-modal {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}

.bo-narrow-genre-modal__head {
  position: relative;
  text-align: center;
  background: #22385a;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-modal__head {
    height: 64px;
    padding: 18px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-modal__head {
    height: 16vw;
    padding: 4.8vw;
  }
}

.bo-narrow-genre-title {
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-title {
    font-size: 4.8vw;
  }
}

.bo-narrow-genre-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-modal__close {
    right: 25px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-modal__close {
    right: 5.333333333333334vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

.bo-narrow-genre-modal__close span {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-modal__close span {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-modal__close span {
    height: 0.533333333333333vw;
  }
}

.bo-narrow-genre-modal__close span:nth-of-type(1) {
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-modal__close span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-modal__close span:nth-of-type(1) {
    transform: translateY(2.933333333333333vw) rotate(-45deg);
  }
}

.bo-narrow-genre-modal__close span:nth-of-type(2) {
  bottom: 0;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-modal__close span:nth-of-type(2) {
    transform: translateY(-13px) rotate(45deg);
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-modal__close span:nth-of-type(2) {
    transform: translateY(-2.933333333333333vw) rotate(45deg);
  }
}

.bo-narrow-genre-modal__body {
  overflow-y: auto;
  background: #fff;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-modal__body {
    height: 53.5vh;
    max-height: 550px !important;
  }
}

.bo-narrow-genre-list__item {
  position: relative;
  border-bottom: 1px solid #e8f1ff;
}

.bo-narrow-genre-radio-label {
  position: relative;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-radio-label {
    padding: 20px 20px 20px 55px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-radio-label {
    padding: 5.333333333333334vw 5.333333333333334vw 5.333333333333334vw 14.666666666666666vw;
    font-size: 3.733333333333334vw;
  }
}

.bo-narrow-genre-radio-label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: '';
  border: 2px solid #22385a;
  border-radius: 50%;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-radio-label::before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-radio-label::before {
    left: 5.333333333333334vw;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}

.bo-narrow-genre-radio-btn {
  display: none;
}

.bo-narrow-genre-radio-btn:checked + .bo-narrow-genre-radio-label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: '';
  background: #22385a;
  border-radius: 50%;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-radio-btn:checked + .bo-narrow-genre-radio-label::after {
    left: 25px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-radio-btn:checked + .bo-narrow-genre-radio-label::after {
    left: 6.666666666666667vw;
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }
}

.bo-narrow-genre-accordion-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-accordion-btn {
    width: 56px;
    height: 61px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-accordion-btn {
    width: 14.933333333333335vw;
    height: 16.266666666666666vw;
  }
}

.bo-narrow-genre-accordion-btn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #22385a;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-accordion-btn span {
    width: 14px;
    height: 3px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-accordion-btn span {
    width: 3.733333333333334vw;
    height: 0.8vw;
  }
}

.bo-narrow-genre-accordion-btn span:nth-of-type(2) {
  transform: rotate(90deg);
}

.bo-narrow-genre-accordion-btn.is-active span:nth-of-type(2) {
  transform: rotate(0deg);
}

.bo-narrow-genre-list__lower-list {
  display: none;
  background: #f4f7fd;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-list__lower-list {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-list__lower-list {
    padding-top: 2.666666666666667vw;
    padding-bottom: 2.666666666666667vw;
    padding-left: 9.333333333333334vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-list__lower-list__item .bo-narrow-genre-radio-label {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-list__lower-list__item .bo-narrow-genre-radio-label {
    padding-top: 2.666666666666667vw;
    padding-bottom: 2.666666666666667vw;
  }
}

.bo-narrow-genre-modal__footer {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background: #22385a;
  -ms-flex-pack: justify;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-modal__footer {
    height: 73px;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-modal__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 19.466666666666665vw;
    padding: 5.333333333333334vw;
  }
}

.bo-narrow-genre-btn {
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border-radius: 17px;
}
@media print, screen and (min-width: 751px) {
  .bo-narrow-genre-btn {
    width: 225px;
    padding: 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .bo-narrow-genre-btn {
    width: 42.66666666666667vw;
    padding: 2.133333333333333vw;
    font-size: 3.466666666666666vw;
  }
}

.bo-mv-top {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-mv-top {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .bo-mv-top {
    width: 50vw;
    margin-bottom: 2.6vw;
  }

  .bo-mv-top img {
    width: 100%;
  }
}

.bo-intro {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-intro {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-intro {
    margin-bottom: 7.466666666666668vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-menu-list__wrap {
    margin-bottom: 45px;
  }

  .bo-menu-list__wrap + .bo-camp-wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .bo-menu-list__wrap {
    margin-bottom: 10.666666666666668vw;
  }
}

.bo-menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bo-menu-list__item {
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .bo-menu-list__item {
    margin: 0 13px 16px 0;
  }

  .bo-menu-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .bo-menu-list__item {
    margin: 0 3.2vw 3.2vw 0;
  }

  .bo-menu-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

.bo-menu-list-link {
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width: 751px) {
  .bo-menu-list-link {
    display: flex;
    align-items: center;
    width: 238px;
    /* height: 214px; */
    padding: 10px 20px;
    border: 5px solid #fff;
    border-radius: 25px;
    transition: 0.3s border;
  }

  .bo-menu-list-link:hover {
    border: 5px solid #f9b517;
  }
}
@media screen and (max-width: 750px) {
  .bo-menu-list-link {
    width: 28.000000000000004vw;
    padding: 3.733vw 0;
  }
}

.bo-menu-list-icon {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 751px) {
  .bo-menu-list-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 750px) {
  .bo-menu-list-icon {
    width: 14.667vw;
    height: 14.667vw;
    background-position: center center;
  }
}

.bo-menu-list-txt {
  font-weight: bold;
  color: #154799;
}
@media print, screen and (min-width: 751px) {
  .bo-menu-list-txt {
    flex-grow: 1;
    padding-left: 20px;
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .bo-menu-list-txt {
    display: inline-block;
    margin-top: 2.667vw;
    font-size: 3.733333333333334vw;
  }
}

.bo-menu-list-icon--business {
  background-image: url('/selllist/images/icon-book_business.png');
}

.bo-menu-list-icon--novel {
  background-image: url('/selllist/images/icon-book_novel.png');
}

.bo-menu-list-icon--kids {
  background-image: url('/selllist/images/icon-book_kids.png');
}

.bo-menu-list-icon--photos {
  background-image: url('/selllist/images/icon-book_photos.png');
}

.bo-menu-list-icon--comic {
  background-image: url('/selllist/images/icon-comic.png');
}

.bo-menu-list-icon--game {
  background-image: url('/selllist/images/icon-game.png');
}

.bo-menu-list-icon--cd {
  background-image: url('/selllist/images/icon-cd.png');
}

.bo-menu-list-icon--dvd {
  background-image: url('/selllist/images/icon-dvd.png');
}

.bo-menu-list-icon--hobby {
  background-image: url('/selllist/images/icon-hobby.png');
}

.bo-menu-list-icon--tcg {
  background-image: url('/selllist/images/icon-tcg.png');
}

.bo-menu-list-icon--tablet {
  background-image: url('/selllist/images/icon-tablet.png');
}

.bo-menu-list-icon--kaden {
  background-image: url('/selllist/images/icon-kaden.png');
}

.bo-menu-list-icon--retrogame {
  background-image: url('/selllist/images/icon-retrogame.png');
}
@media print, screen and (min-width: 751px) {
  .bo-search {
    margin-bottom: 20px;
  }
}

.bo-search-title {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-search-title {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .bo-search-title {
    width: 65.60000000000001vw;
    margin-top: 10.666666666666668vw;
    margin-bottom: 7.466666666666668vw;
  }

  .bo-search-title img {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .search-shop-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .place {
    margin-bottom: 5.333333333333334vw;
  }
}

.search-form-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (min-width: 751px) {
  .search-form-input {
    width: 488px;
  }
}

.section-unit-form {
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}
@media print, screen and (min-width: 751px) {
  .section-unit-form {
    width: 428px;
  }
}
@media screen and (max-width: 750px) {
  .section-unit-form {
    width: 100%;
    margin-right: 1.333333333333333vw;
  }
}

.section-unit-form > select {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .section-unit-form > select {
    min-height: 54px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 750px) {
  .section-unit-form > select {
    min-height: 14.399999999999999vw;
    padding: 4vw 5.333333333333334vw;
  }
}

.section-unit-form.select {
  position: relative;
}

.section-unit-form.select::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  pointer-events: none;
  content: '';
  border-color: #154799 transparent transparent transparent;
  border-style: solid;
}
@media print, screen and (min-width: 751px) {
  .section-unit-form.select::after {
    right: 20px;
    border-width: 8.7px 5px 0 5px;
  }
}
@media screen and (max-width: 750px) {
  .section-unit-form.select::after {
    right: 5.333333333333334vw;
    border-width: 2.32vw 1.333333333333333vw 0 1.333333333333333vw;
  }
}

.seach-box {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .seach-box {
    min-height: 54px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 750px) {
  .seach-box {
    min-height: 14.399999999999999vw;
    padding: 4vw 5.333333333333334vw;
  }
}

.seach-box::placeholder {
  color: #989898;
}

.search02 {
  position: relative;
  display: block;
  overflow: hidden;
  background: #154799;
  border-radius: 5px;
}
@media print, screen and (min-width: 751px) {
  .search02 {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 750px) {
  .search02 {
    width: 14.399999999999999vw;
    height: 14.399999999999999vw;
  }
}

.search02::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background-image: url('/selllist/images/icon-search.png');
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 751px) {
  .search02::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .search02::after {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}

.bo-buy {
  background-image: linear-gradient(90deg, #154799 50%, #1c4d9c 50%, #1c4d9c 100%, #154799 100%);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 245px 100%;
}
@media print, screen and (min-width: 751px) {
  .bo-buy {
    padding: 100px 0 66px;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy {
    padding: 13.333333333333334vw 0 8vw;
  }
}

.bo-buy-title {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .bo-buy-title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-title {
    width: 48vw;
    margin-bottom: 10.666666666666668vw;
  }

  .bo-buy-title img {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bo-buy-list__item {
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list__item {
    width: 483px;
    padding: 40px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list__item {
    width: 100%;
    padding: 6.933333333333333vw 5.333333333333334vw 5.333333333333334vw;
    margin-bottom: 5.333333333333334vw;
  }
}

.bo-buy-list-title {
  font-weight: bold;
  color: #154799;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list-title {
    margin-bottom: 6.933333333333333vw;
    font-size: 4.8vw;
  }
}

.bo-buy-list-box {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background: #eff2f8;
  border-radius: 10px;
  -ms-flex-pack: justify;
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list-box {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list-box {
    align-items: center;
    padding: 5.333333333333334vw;
    -ms-flex-align: center;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list__item:nth-child(1) .bo-buy-list-box {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.bo-buy-list-column {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list-column--txt {
    width: 240px;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list-column--txt {
    width: 50.66666666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list-column--img {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list-column--img {
    width: 17.599999999999998vw;
  }
}

.bo-buy-list-column--img img {
  width: 100%;
}

.bo-buy-list-speech {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #154799;
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list-speech {
    padding: 0 24px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list-speech {
    padding: 0 3.2vw;
    margin-bottom: 3.733333333333334vw;
    font-size: 3.733333333333334vw;
  }
}

.bo-buy-list-speech::before,
.bo-buy-list-speech::after {
  position: absolute;
  margin: auto;
  content: '';
  background: #154799;
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list-speech::before,
  .bo-buy-list-speech::after {
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list-speech::before,
  .bo-buy-list-speech::after {
    width: 3.733333333333334vw;
    height: 0.533333333333333vw;
  }
}

.bo-buy-list-speech::before {
  top: 0;
  bottom: 0;
  transform: rotate(65deg);
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list-speech::before {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list-speech::before {
    left: -1.333333333333333vw;
  }
}

.bo-buy-list-speech::after {
  top: 0;
  bottom: 0;
  transform: rotate(-65deg);
}
@media print, screen and (min-width: 751px) {
  .bo-buy-list-speech::after {
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .bo-buy-list-speech::after {
    right: -1.333333333333333vw;
  }
}

.bo-buy-list-txt {
  text-align: left;
}

.bo-flow {
  background: #fffcaf;
}
@media print, screen and (min-width: 751px) {
  .bo-flow {
    padding: 100px 0;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow {
    padding: 13.333333333333334vw 0;
  }
}

.bo-flow-title {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-title {
    width: 54.93333333333334vw;
    margin-bottom: 9.6vw;
  }

  .bo-flow-title img {
    width: 100%;
  }
}

.bo-flow-sub-title {
  font-weight: bold;
  color: #e16411;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-sub-title {
    margin-bottom: 30px;
    font-size: 33px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-sub-title {
    margin-bottom: 4.8vw;
    font-size: 5.866666666666666vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-flow__check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow__check {
    margin-bottom: 8vw;
  }
}

.bo-flow__check > .bo-flow-box {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-flow__check > .bo-flow-box {
    width: 483px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow__check > .bo-flow-box {
    margin-bottom: 5.333333333333334vw;
  }
}

.bo-flow-box {
  background: #fff;
  border-radius: 20px;
}

.bo-flow-box__head {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f9b517;
  border-radius: 20px 20px 0 0;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-box__head--check {
    padding: 16px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-box__head--check {
    padding: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-flow-box__head--check img {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-box__head--check img {
    width: 21.333333333333336vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-flow-box__body {
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-box__body {
    padding: 8vw 5.333333333333334vw 5.333333333333334vw;
  }
}
@media screen and (max-width: 750px) {
  .bo-img-card {
    width: 38.13333333333333vw;
  }
}

.bo-flow-box__body--check {
  position: relative;
}
@media screen and (max-width: 750px) {
  .bo-flow-box__body--check {
    padding-top: 8vw;
  }
}

.bo-flow-box__body--check::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-color: #f9b517 transparent transparent transparent;
  border-style: solid;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-box__body--check::after {
    border-width: 12px 10.5px 0 10.5px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-box__body--check::after {
    border-width: 2.666666666666667vw 2.533333333333333vw 0 2.533333333333333vw;
  }
}

.bo-flow-box__body--check > img {
  max-width: 100%;
}

.bo-flow-box-heading {
  font-weight: bold;
  color: #f9b517;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-box-heading {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-box-heading {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-flow-box-btm-txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-box-btm-txt {
    margin-top: 2.666666666666667vw;
  }
}

.bo-flow-att {
  color: #333;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-att {
    margin-bottom: 100px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-att {
    margin-bottom: 13.333333333333334vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-flow__step {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow__step {
    margin-bottom: 8vw;
  }
}

.bo-flow__step > .bo-flow-box {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .bo-flow__step > .bo-flow-box {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow__step > .bo-flow-box {
    margin-bottom: 10.666666666666668vw;
  }
}

.bo-flow__step > .bo-flow-box::after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  content: '';
  transform: rotate(135deg);
}
@media print, screen and (min-width: 751px) {
  .bo-flow__step > .bo-flow-box::after {
    bottom: -40px;
    width: 35px;
    height: 35px;
    border-top: 10px solid #e16411;
    border-right: 10px solid #e16411;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow__step > .bo-flow-box::after {
    bottom: -6.666666666666667vw;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    border-top: 5px solid #e16411;
    border-right: 5px solid #e16411;
  }
}

.bo-flow__step > .bo-flow-box:last-of-type::after {
  display: none;
}

.bo-flow-step-ttl {
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-step-ttl {
    align-items: flex-end;
    padding: 20px;
    font-size: 33px;
    -ms-flex-align: end;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-step-ttl {
    align-items: center;
    padding: 4.266666666666667vw;
    font-size: 5.866666666666666vw;
    -ms-flex-align: center;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-flow-step-ttl img {
    width: 34px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-step-ttl img {
    width: 8vw;
    margin-right: 3.2vw;
  }
}

.bo-flow-box__body--step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .bo-flow-box__body--step {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 6.933333333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-flow-box__body--step > .bo-flow-box__column {
    width: 440px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-box__body--step > .bo-flow-box__column:nth-child(2) {
    margin-bottom: 5.333333333333334vw;
  }
}

.bo-flow-box__body--step img {
  max-width: 100%;
}

.bo-flow-step-txt {
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-step-txt {
    font-size: 18px;
    line-height: 1.8;
  }
}

.bo-flow-step-balloon {
  position: relative;
  border-radius: 30px;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-step-balloon {
    padding: 34px 40px 38px;
    margin-top: 40px;
    border: 4px solid #f9b517;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-step-balloon {
    padding: 4.8vw 5.333333333333334vw;
    margin-top: 8vw;
    border: 2px solid #f9b517;
  }
}

.bo-flow-step-balloon::after {
  position: absolute;
  content: '';
  background-image: url('/selllist/images/icon-balloon.png');
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-step-balloon::after {
    top: -30px;
    right: 49px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-step-balloon::after {
    top: -4vw;
    right: 9.066666666666666vw;
    width: 4vw;
    height: 4vw;
  }
}

.bo-flow-step-balloon__ttl {
  font-weight: bold;
  color: #f9b517;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-step-balloon__ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-step-balloon__ttl {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}

.bo-flow-step-balloon__txt > span {
  font-weight: bold;
  color: #f9b517;
}

.bo-flow-after-ttl {
  font-weight: bold;
  color: #154799;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-after-ttl {
    margin-bottom: 30px;
    font-size: 33px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-after-ttl {
    margin-bottom: 5.333333333333334vw;
    font-size: 5.866666666666666vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-flow__after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bo-flow__after > .bo-flow-box {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-flow__after > .bo-flow-box {
    width: 483px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow__after > .bo-flow-box {
    margin-bottom: 13.333333333333334vw;
  }

  .bo-flow__after > .bo-flow-box:last-child {
    margin-bottom: 0;
  }
}

.bo-flow__after > .bo-flow-box img {
  max-width: 100%;
}

.bo-flow__after > .bo-flow-box:first-child::after {
  position: absolute;
  z-index: 10;
  margin: auto;
  content: '';
  background-image: url('/selllist/images/icon-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 751px) {
  .bo-flow__after > .bo-flow-box:first-child::after {
    top: 40px;
    right: -52px;
    bottom: 0;
    width: 71px;
    height: 38px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow__after > .bo-flow-box:first-child::after {
    right: 0;
    bottom: -9.333333333333334vw;
    left: 0;
    width: 10.133333333333333vw;
    height: 5.866666666666666vw;
    transform: rotate(90deg);
  }
}
@media print, screen and (min-width: 751px) {
  .bo-flow-box__head--before,
  .bo-flow-box__head--after {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-box__head--before,
  .bo-flow-box__head--after {
    padding: 4.266666666666667vw;
  }
}

.bo-flow-box__head--before {
  background: #9b9b9b;
}

.bo-flow-box__head--after {
  background: #154799;
}

.bo-flow-box__txt {
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  .bo-flow-box__txt {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .bo-flow-box__txt {
    margin-bottom: 5.866666666666666vw;
    font-size: 3.733333333333334vw;
  }
}

.bo-service {
  background-image: linear-gradient(90deg, #154799 50%, #1c4d9c 50%, #1c4d9c 100%, #154799 100%);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 245px 100%;
}
@media print, screen and (min-width: 751px) {
  .bo-service {
    padding: 100px 0;
  }
}
@media screen and (max-width: 750px) {
  .bo-service {
    padding: 13.333333333333334vw 0;
  }
}

.bo-service-title {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-service-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .bo-service-title {
    width: 100%;
    margin-bottom: 8vw;
  }

  .bo-service-title img {
    width: 100%;
  }
}

.bo-service-txt {
  line-height: 2;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .bo-service-txt {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .bo-service-txt {
    margin-bottom: 13.333333333333334vw;
  }
}

.bo-area-button {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-area-button {
    width: 370px;
  }
}
@media screen and (max-width: 750px) {
  .bo-area-button {
    width: 100%;
  }
}

.bo-area-button a {
  position: relative;
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #154799;
  border: 3px solid #fff;
  border-radius: 48px;
}
@media print, screen and (min-width: 751px) {
  .bo-area-button a {
    padding: 24px;
    font-size: 25px;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .bo-area-button a {
    padding: 6.4vw;
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .bo-area-button:hover a {
    color: #154799;
    background: #fff;
  }

  .bo-area-button:hover a::after {
    border-color: #154799;
  }
}

.bo-basis-link {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .bo-basis-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .bo-basis-link {
    margin-top: 5.333333333333334vw;
  }
}

.bo-basis-link a {
  position: relative;
  padding-left: 26px;
  font-weight: bold;
  color: #fff700;
  text-align: center;
  text-decoration: none;
}

.bo-basis-link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  transform: rotate(45deg);
}
@media print, screen and (min-width: 751px) {
  .bo-basis-link a::after {
    left: 0;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff700;
    border-right: 3px solid #fff700;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .bo-basis-link a::after {
    left: 0;
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    font-size: 4.266666666666667vw;
    border-top: 2px solid #fff700;
    border-right: 2px solid #fff700;
  }
}

.inner {
  width: 100px;
  padding-top: 100px;
  margin-bottom: 100px;
}
