@charset "UTF-8";
/* 読み込み
===================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* common
===================================================== */
html,
body {
  background-color: #FFE200;
  color: #000;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 13px;
  }
}
html li,
body li {
  list-style: none;
}

.wrapper {
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
}

/* parts
===================================================== */
.btn {
  background-color: #000;
  color: #fff;
  text-align: center;
}
.btn span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .btn span {
    font-size: 16px;
  }
}
.btn .btn_link {
  display: block;
}
.btn span {
  display: block;
}

.jp {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

/* .center
===================================================== */
.center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .center {
    width: 730px;
  }
}
@media screen and (max-width: 767px) {
  .center {
    width: 90%;
    margin: 20px auto;
  }
}

/* .top
===================================================== */
@media screen and (min-width: 768px) {
  .top {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top .topItem_link {
  display: block;
}
.top .topImg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .topImg {
    margin-bottom: 28px;
  }
}
.top .topImg .topImg_logo {
  position: absolute;
  left: 49.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .top .topImg .topImg_logo {
    width: 280px;
    top: -4px;
  }
}
@media screen and (max-width: 767px) {
  .top .topImg .topImg_logo {
    width: 44.5333333333vw;
    top: -0.8vw;
  }
}
.top .topItem .topItem_name {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .top .topItem .topItem_name {
    line-height: 1.4347826087;
    font-size: 23px;
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  .top .topItem .topItem_name {
    line-height: 1.5714285714;
    font-size: 4vw;
    margin-bottom: 1.6vw;
  }
}
.top .topItem .topItem_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top .topItem .topItem_price {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .topItem .topItem_price {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top .topItem .topItem_price {
    font-size: 3.4666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.top .topItem .topItem_data {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .topItem .topItem_data {
    font-size: 20px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 767px) {
  .top .topItem .topItem_data {
    line-height: 1.3333333333;
    font-size: 3.4666666667vw;
  }
}
.top .topItem .topItem_right {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .top .topItem .topItem_right {
    width: 104px;
    line-height: 29px;
    font-size: 20px;
    margin-right: 37px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .top .topItem .topItem_right {
    width: 16.2666666667vw;
    line-height: 4.5333333333vw;
    font-size: 3.4666666667vw;
    margin-right: 5.8666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .top .topItem .topItem_right span {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (max-width: 767px) {
  .top .topItem .topItem_right span {
    -webkit-transform: translateY(0.5333333333vw);
            transform: translateY(0.5333333333vw);
  }
}

/* .lead
===================================================== */
.lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 11.7333333333vw;
  }
}
.lead .leadTitle .logo_20th {
  width: 45px;
  margin: 10px auto 20px;
}
@media screen and (min-width: 768px) {
  .lead .leadTitle .logo_20th {
    margin-bottom: 30px;
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .lead .leadTitle {
    margin-bottom: 5.3333333333vw;
  }
}
.lead .leadTitle .leadTitle_sub,
.lead .leadTitle .leadTitle_main {
  display: block;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .lead .leadTitle .leadTitle_sub {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .lead .leadTitle .leadTitle_sub {
    font-size: 3.2vw;
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .lead .leadTitle .leadTitle_sub span {
    margin-left: -3px;
    margin-right: -1px;
  }
}
@media screen and (max-width: 767px) {
  .lead .leadTitle .leadTitle_sub span {
    margin-left: -0.8vw;
    margin-right: -0.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .lead .leadTitle .leadTitle_main {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .lead .leadTitle .leadTitle_main {
    line-height: 1.0555555556;
    font-size: 4.8vw;
  }
}
.lead .leadText {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .lead .leadText {
    line-height: 1.9444444444;
    font-size: 18px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .lead .leadText {
    line-height: 1.7142857143;
    font-size: 3.7333333333vw;
  }
}

/* .derails
===================================================== */
.derails {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .derails {
    border: 1px solid #000;
    margin-bottom: 137px;
    padding-bottom: 40px;
    width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .derails {
    border: 0.2666666667vw solid #000;
    margin-bottom: 11.7333333333vw;
    padding-bottom: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .derails .derailsTitle {
    font-size: 21px;
    padding-left: 10px;
    height: 29px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .derails .derailsTitle {
    font-size: 3.4666666667vw;
    padding-left: 1.8666666667vw;
    height: 4.5333333333vw;
    line-height: 4.5333333333vw;
  }
}
.derails .derailsTitle span {
  display: block;
}
.derails .derailList {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .derails .derailList .derailList_item {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .derails .derailList .derailList_item {
    border-top: 0.2666666667vw solid #000;
  }
}
.derails .derailList .derailList_img {
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .derails .derailList .derailList_img {
    width: 550px;
  }
}
.derails .derailList .derailList_text {
  font-size: 10px;
  width: 80%;
  margin: auto;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .derails .derailList .derailList_text {
    font-size: 12px;
    padding: 0 24px;
  }
}
.derails .derailList .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .derails .derailList .arrow {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .derails .derailList .arrow {
    width: 2.4vw;
  }
}
.derails .derailList .arrow::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 200%;
}
.derails .derailList .arrow__prev {
  background-image: url(../images/prev.svg);
}
@media screen and (min-width: 768px) {
  .derails .derailList .arrow__prev {
    left: 3px;
    left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .derails .derailList .arrow__prev {
    left: 0.8vw;
    left: 4%;
  }
}
.derails .derailList .arrow__next {
  background-image: url(../images/next.svg);
}
@media screen and (min-width: 768px) {
  .derails .derailList .arrow__next {
    right: 3px;
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .derails .derailList .arrow__next {
    right: 0.8vw;
    right: 4%;
  }
}

.derailList_text {
  font-size: 10px;
  width: 80%;
  margin: 15px auto 0;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .derailList_text {
    font-size: 14px;
    margin: 30px auto 0;
  }
}

/* .item
===================================================== */
.item .itemTitle {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .item .itemTitle {
    font-size: 28px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .item .itemTitle {
    font-size: 4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.item .itemList .itemList_item .top_img {
  width: 100%;
}
.item .itemList .itemList_link {
  display: block;
  width: 100%;
  position: relative;
}
.item .itemList .itemList_link .item_wrap {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .item .itemList .itemList_link .item_wrap {
    margin-bottom: 100px;
  }
}
.item .itemList .itemList_name {
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .item .itemList .itemList_name {
    top: 24px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .item .itemList .itemList_name {
    top: 2.4vw;
    font-size: 2.9333333333vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .item .itemList .itemList_data {
    font-size: 16px;
    left: 25px;
    bottom: 55px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .item .itemList .itemList_data {
    font-size: 12px;
    left: 2.9333333333vw;
    bottom: 6.1333333333vw;
    line-height: 2;
  }
}
.item .itemList .itemList_data span {
  display: block;
}
.item .itemList .itemList_buy {
  position: absolute;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .item .itemList .itemList_buy {
    bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .item .itemList .itemList_buy {
    bottom: 1.8666666667vw;
  }
}
.item .itemList .itemList_buy,
.item .itemList .itemList_linkbtn {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .item .itemList .itemList_buy,
  .item .itemList .itemList_linkbtn {
    width: 87px;
    line-height: 24px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .item .itemList .itemList_buy,
  .item .itemList .itemList_linkbtn {
    width: 10.6666666667vw;
    width: 13.3333333333vw;
    line-height: 4vw;
    font-size: 2.4vw;
  }
}
.itemList_item__10 {
  background-color: #fff;
}
.itemList_item__10 .itemList_link {
  height: 100%;
}
.itemList_item__10 .itemList_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.itemList_item__10 .itemList_site {
  text-align: center;
  line-height: 1.3333333333;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .itemList_item__10 .itemList_site {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .itemList_item__10 .itemList_site {
    margin-bottom: 2.4vw;
  }
}
.itemList_item__10 .itemList_site span {
  display: block;
}
@media screen and (min-width: 768px) {
  .itemList_item__10 .itemList_site span {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .itemList_item__10 .itemList_site span {
    font-size: 3.2vw;
  }
}
.itemList_item__10 .itemList_linkbtn {
  margin-left: auto;
  margin-right: auto;
}

/* .bottom
===================================================== */
@media screen and (min-width: 768px) {
  .bottom {
    width: 730px;
    margin: auto;
  }
}
.bottom .box > img {
  margin-bottom: 50px;
}
.bottom a {
  display: block;
}
.bottom .center {
  max-width: 650px;
}
.bottom .itemList_name {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .bottom .itemList_name {
    font-size: 16px;
  }
}
.bottom .itemList_buy {
  font-size: 11px;
  position: absolute;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .bottom .itemList_buy {
    bottom: 17px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bottom .itemList_buy {
    bottom: 1.8666666667vw;
  }
}
.bottom .itemList_buy,
.bottom .itemList_linkbtn {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .bottom .itemList_buy,
  .bottom .itemList_linkbtn {
    width: 87px;
    line-height: 24px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bottom .itemList_buy,
  .bottom .itemList_linkbtn {
    width: 13.3333333333vw;
    line-height: 4vw;
    font-size: 2.4vw;
  }
}
.bottom .itemList_link {
  display: block;
  width: 100%;
}
.bottom .item_wrap {
  position: relative;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .bottom .item_wrap {
    font-size: 16px;
  }
}
.bottom .text {
  width: 82%;
  margin: -20px auto 50px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .bottom .text {
    font-size: 14px;
    margin: -20px auto 100px;
  }
}

.about img {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .about img {
    margin-bottom: 150px;
  }
}

/* .footer
===================================================== */
.footer {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #707070;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 2.9333333333vw;
    padding-bottom: 20px;
  }
}
.footer .totop {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer .totop {
    width: 38px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .footer .totop {
    width: 4.8vw;
    margin-bottom: 8vw;
  }
}
.footer .footerLogo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer .footerLogo {
    width: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footerLogo {
    width: 26.6666666667vw;
    margin-bottom: 6.9333333333vw;
  }
}
.footer .footerLogo .footerLogo_link {
  display: block;
}
.footer .footerCopy {
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-weight: 100;
}
.footer .footerCopy small {
  display: block;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footerCopy small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footerCopy small {
    font-size: 2.9333333333vw;
  }
}

/* anime
===================================================== *//*# sourceMappingURL=style.css.map */