@charset "utf-8";

/*
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

hr {
  overflow: visible;
  height: 0
}

details,
main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

pre {
  font-size: 1em
}

b,
strong {
  font-weight: bolder
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

input {
  border-radius: 0
}

[disabled] {
  cursor: default
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  /*-webkit-border-radius: 0;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

optgroup {
  font-weight: bold
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 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
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not([fill]) {
  fill: currentColor
}

@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
}

html {
  font-size: 62.5%;
  line-height: normal;
}

/*
*
* Original CSS
*
*/

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #2C2724;
  line-height: normal;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem
}

h1 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 2rem
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 5rem
}

h2.sec__title {
  margin-bottom: 4rem
}

@media screen and (max-width: 820px) {
  h2 {
    font-size: 22px;
    font-size: 2.2rem
  }
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1.5rem
}

@media screen and (max-width: 820px) {
  h3 {
    font-size: 20px;
    font-size: 2rem
  }
}

h4,
h5,
h6 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 3rem
}

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

  h4,
  h5,
  h6 {
    font-size: 20px;
    font-size: 2rem;
  }
}

p {
  margin-bottom: 2rem;
  line-height: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

p.none-mb {
  margin-bottom: 0
}

p.big-mb {
  margin-bottom: 4rem
}

p,
ul,
ol,
dl,
table {
  font-size: 14px;
  font-size: 1.4rem
}

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

  p,
  ul,
  ol,
  dl,
  table {
    font-size: 14px;
    font-size: 1.4rem
  }
}

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

a,
a img {
  color: #0057AA;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover {
  /*color: #4c89c3;*/
  opacity: 0.75;
  text-decoration: none;
}

a:hover img {
  opacity: 0.75;
}

a.underline {
  text-decoration: none
}

a.back {
  color: #2C2724;
  font-size: 14px;
  font-size: 1.4rem
}

@media screen and (max-width: 820px) {
  a.back {
    font-size: 14px;
    font-size: 1.4rem
  }
}

ul li {
  list-style: none
}

th {
  font-weight: normal
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

hr {
  display: block;
  width: 110px;
  height: 1px;
  background-color: #2C2724;
  border: 0;
  margin-bottom: 8rem
}

.t_center,
.t_center_left {
  text-align: center
}

.center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.circle_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem
}

.circle_icon.center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center
}

.circle_icon li {
  list-style: none;
  margin: 0 1rem 0 0
}

@media screen and (max-width: 580px) {
  .circle_icon li a img {
    width: 40px;
    height: 40px
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between
}

.row.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.row.center {
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center
}

.row.flex-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end
}

@media screen and (max-width: 820px) {
  .row.flex-end {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
  }
}

@media screen and (max-width: 820px) {
  .row.vertical {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

@media screen and (max-width: 820px) {
  .row.vertical {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.row .col-6 {
  width: 100%
}

@media screen and (max-width: 820px) {
  .row .col-6 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.contents {
  z-index: 1;
  position: relative;
  width: 50%;
}

@media screen and (max-width: 820px) {
  .contents {
    width: 100%
  }
}

main#main {
  max-width: 1280px;
  margin: 0 auto;
}

main#main>section {
  padding: 2em 0 6rem;
}

main#main>section.sec__nav {
  padding: 2em 0;
  min-height: auto;
  height: auto;
  position: relative;
}

main#main.top>section.sec__nav {
  padding: 2em 0;
  min-height: 800px;
  height: 100vh;
  position: relative;
}

.nav-sp {
  display: none;
}

main#main.singlePage>section.sec__nav {
  padding: 5rem 0 3.5em;
}

@media screen and (max-width: 820px) {
  main#main>section.sec__nav {
    display: none;
  }

  main#main.singlePage>section.sec__nav {
    display: block;
    padding: 3rem 0 0;
  }

  main#main.singlePage>section.sec__nav h2 {
    display: none;
  }

  .nav-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
    background-color: #ffffff;
    height: 100vh;
  }

  .nav-sp .btn-close {
    text-align: center;
    cursor: pointer;
    position: static;
    margin-top: 20px;
    width: 100%;
    height: 25px;
  }

  .dli-close {
    display: inline-block;
    vertical-align: middle;
    color: #0057AA;
    line-height: 1;
    width: 2.5em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .dli-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  body.noscroll {
    overflow: hidden;
  }

}


main#main>section.sec__release {
  position: relative;
  overflow: hidden;
}

main#main>section.sec__release .container__txt {
  width: auto;
  margin: 0 -1rem;
}

main#main>section.sec__release .inner {
  width: 100%;
}

@media screen and (max-width: 820px) {
  main#main>section.sec__release .inner {
    width: 100%;
  }

  main#main>section.sec__release .container.fadein {
    opacity: 1;
  }
}

main#main>section.sec__release .inner .release-jacket_img {
  margin-bottom: 8px;
  display: block;
}

main#main>section.sec__release .inner .release-date {
  display: block;
  color: #5D5D5D !important;
  font-size: 1.3rem !important;
}

main#main>section.sec__release .inner .release-title {
  margin-bottom: 0;
  display: block;
}

main#main>section.none-padding-top {
  padding: 15px 0 6rem
}

@media screen and (max-width: 820px) {
  main#main>section {
    padding: 3.5rem 0
  }

  main#main>section.none-padding-top {
    padding: 15px 0 3.5rem
  }

  main#main>section.sec__nav {
    padding: 5rem 0 3.5em;
    height: auto;
    min-height: auto;
  }

  main#main>section.sec__release .container__txt {
    width: 105%;
  }
}

main#main>section>.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px
}

main#main>section>.container.fullwidth {
  padding: 0
}

.container__txt {
  position: relative;
  width: 100%
}

.container__txt .inner.center {
  text-align: center
}

.container__txt ul {
  margin-bottom: 3rem
}

.midashi__title p,
.midashi__title h2,
.midashi__title h3,
.midashi__title h4 {
  display: block;
  text-align: center;
}

.midashi__title .title,
.midashi__title .title span {
  position: relative;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
}

#main.naka .inner h3,
#main.naka .inner h3 span,
#main.naka .inner h4,
#main.naka .inner h4 span,
#main.naka .inner h5,
#main.naka .inner h5 span,
#main.naka .inner h6,
#main.naka .inner h6 span,
#main.singlePage .inner h3,
#main.singlePage .inner h3 span,
#main.singlePage .inner h4,
#main.singlePage .inner h4 span,
#main.singlePage .inner h5,
#main.singlePage .inner h5 span,
#main.singlePage .inner h6,
#main.singlePage .inner h6 span {
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

#main.naka .inner h3,
#main.naka .inner h3 span,
#main.naka .inner h4,
#main.naka .inner h4 span,
#main.naka .inner h5,
#main.naka .inner h5 span,
#main.naka .inner h6,
#main.naka .inner h6 span,
#main.singlePage .inner h3,
#main.singlePage .inner h3 span,
#main.singlePage .inner h4,
#main.singlePage .inner h4 span,
#main.singlePage .inner h5,
#main.singlePage .inner h5 span,
#main.singlePage .inner h6,
#main.singlePage .inner h6 span {
  margin-bottom: 3rem;
}

#main.live.singlePage .inner h3,
#main.live.singlePage .inner h3 span,
#main.live.singlePage .inner h4,
#main.live.singlePage .inner h4 span,
#main.live.singlePage .inner h5,
#main.live.singlePage .inner h5 span,
#main.live.singlePage .inner h6,
#main.live.singlePage .inner h6 span {
  text-align: center;
}

.midashi__title .title.singlePage,
.midashi__title .title.singlePage span {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 400;
  text-align: left;
}

.goods.singlePage .midashi__title .title,
.goods.singlePage .midashi__title .title.singlePage span {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}

.midashi__title .update,
.midashi__title .update span {
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 3rem;
}


.menu_title {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 6rem;
  /*letter-spacing: 0.5rem*/
}

.menu_title::before {
  content: "";
  position: absolute;
  top: -9rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  height: 2px;
  background-color: #2C2724
}

.btn-scroll,
.btn-scroll a {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.btn-scroll a {
  display: block;
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #2C2724;
}

.dli-chevron-down {
  display: block;
  margin: 0 auto;
  color: #2C2724;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.09em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
  transform: translateY(-25%) rotate(135deg);
}

.btn-more {
  margin: 0 0 5rem;
  text-align: center;
  width: 100%;
}

.btn-more a {
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  /*letter-spacing: -0.5px;*/
  color: #0057AA;
  text-align: center;
  width: 100%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dli-chevron-right {
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  color: #0057AA;
  line-height: 1;
  width: 0.35em;
  height: 0.35em;
  border: 0.5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
}

@media screen and (max-width: 820px) {
  .menu_title {
    font-size: 24px;
    font-size: 2.4rem
  }

  .menu_title::before {
    width: 130px
  }

  .btn-scroll {
    display: none;
  }
}

main#main>section.sec__nav h2 {
  margin-bottom: 0;
}

main#main>section.sec__nav img.logo {
  display: block;
  margin: 0 auto 20px;
  width: 200px
}

main#main.top>section.sec__nav img.logo {
  display: block;
  margin: 0 auto 40px;
  width: 260px
}

.nav-sp .nav_menu img.logo {
  display: block;
  margin: 0 auto 30px;
  width: 150px
}

@media screen and (max-width: 374px) {
  .nav-sp .nav_menu img.logo {
    display: block;
    margin: 0 auto 20px;
    width: 130px
  }
}

main#main.top>section.sec__nav .nav_menu {
  margin-bottom: 3rem;
}

.nav_menu ul {
  text-align: center;
}

main#main.top>section.sec__nav .nav_menu ul {
  display: block;
}

main#main.top>section.sec__nav .nav_menu ul li,
main#main>section.sec__navtop .nav_menu ul li a {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  /*letter-spacing: -0.5px;*/
  color: #0057AA;
}

.nav_menu ul li,
.nav_menu ul li a {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  /*letter-spacing: -0.5px;*/
  text-align: center;
  display: inline-block;
}

.nav_menu ul li a {
  padding: 7px;
}

.naka .nav_menu ul li:first-child a {
  padding-left: 0;
}

.naka .nav_menu ul li:last-child a {
  padding-right: 0;
}

main#main.top>section.sec__nav .nav_menu ul li,
main#main.top>section.sec__nav .nav_menu ul li a,
.nav-sp .nav_menu ul li,
.nav-sp .nav_menu ul li a {
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
}

.nav_menu ul li img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle;
}


.nav_menu ul li a:hover {
  /*color: #4c89c3 !important;*/
  opacity: 0.75;
}

.hd-sp {
  display: none;
}

@media screen and (max-width: 820px) {
  .nav_menu ul li {
    font-size: 12px;
    font-size: 1.2rem
  }

  #wrapper {
    margin-top: 100px;
  }

  .hd-sp {
    width: 100%;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 12;
    height: 100px;
    padding: 15px 30px;
  }

  .hd-sp h1,
  .hd-sp h2 {
    margin: 0;
  }

  .hd-sp .logo {
    width: auto;
    height: 70px;
  }

  .hd-sp .humbugger-btn {
    width: 33px;
    height: 30px;
    cursor: pointer;
    position: relative;
  }

  .hd-sp .humbugger-btn div {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #0057AA;
  }

  .hd-sp .humbugger-btn div:nth-child(1) {
    top: 0;
  }

  .hd-sp .humbugger-btn div:nth-child(2) {
    top: 9px;
  }

  .hd-sp .humbugger-btn div:nth-child(3) {
    top: 18px;
  }

  .hd-sp .humbugger-btn div:nth-child(4) {
    bottom: 0;
  }
}

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

  main#main.top>section.sec__nav .nav_menu ul li,
  main#main.top>section.sec__nav .nav_menu ul li a {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .nav-sp .nav_menu ul li,
  .nav-sp .nav_menu ul li a {
    font-size: 22px;
    font-size: 2.2rem;
  }

}

.sec__list .container__txt {
  max-width: 400px;
  margin: 0 auto;
}

.sec__list .container__txt .inner dl {
  margin: 1rem 0;
  width: 100%;
}

.sec__list .container__txt .inner dl dt {
  display: block;
  padding: 2rem 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

.release-date,
.act-date {
  display: block;
}

.sec__list .container__txt .inner dl dt a {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  display: inline-block;
  line-height: normal !important;
}

.sec__list .container__txt .inner dl dd {
  display: block;
  padding: 1rem 0;
  margin: 0;
  text-align: right;
  border-top: solid 1px #707070;
  width: 100%;

  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #5D5D5D;
}

.sec__list h2,
.sec__list h3,
.sec__list h4 {
  margin-bottom: 2rem
}

.sec__list p {
  margin-bottom: 2.5rem
}

@media screen and (max-width: 820px) {
  .sec__list p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec__list img {
  margin: 0 0 2rem 0
}

.sec__list .responsive-iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
}
.sec__list .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.sec__list .btn_wrapper {
  text-align: left;
  margin-bottom: 4rem;
}

.release .sec__list .btn_wrapper .btn {
  width: calc(50% - 6px) !important;
  line-height: 40px !important;
  padding: 0.25rem !important;
  margin: 0;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 6px !important;
  display: inline-block;
}

.sec__list .btn_wrapper .btn:nth-child(odd) {
  margin-right: 3px;
}

.sec__list .btn_wrapper .btn:nth-child(even) {
  margin-left: 3px;
}

.release .sec__list .btn_wrapper .btn.wide {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sec__list .btn_wrapper_wide {
  display: block !important;
  position: relative;
  width: 100% !important;
  padding-top: 1rem !important;
  margin-bottom: 3rem !important;
}

.sec__list .btn_wrapper_wide .btn {
  width: 100% !important;
  margin: 0;
}

.sec__list .comingsoon {
  font-size: 24px !important;
  font-size: 2.4rem !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  width: 100% !important;
  margin-bottom: 6rem !important;
  background-color: #2C2724;
  color: #ffffff;
  line-height: 50px;
  overflow: hidden !important;
  border: none !important;
  text-align: center;
}

.release .sec__list .btn_wrapper_wide .btn {
  width: 100% !important;
  margin: 0;
  line-height: 40px !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 6px !important;
}

@media screen and (max-width: 1090px) {
  .sec__list .btn {
    width: 100%
  }

  .sec__list .btn_wrapper {
    display: block
  }

  .sec__list .inner {
    width: 100%
  }

  .sec__list .fullwidth {
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    clear: both;
    margin-top: 20rem
  }

  .sec__list .inner-remix {
    width: calc(290 / 375 * 100%);
    float: right
  }
}

.wp-pagenavi .page.smaller,
.wp-pagenavi .page.smaller a,
.wp-pagenavi .page.larger,
.wp-pagenavi .page.larger a,
.wp-pagenavi .current,
.wp-pagenavi .current a,
.pagination__item a,
.pagination__item--current,
.wp-pagenavi .previouspostslink,
.pagination__btn--prev,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last,
.pagination__btn--next,
.pagination__btn--first,
.pagination__btn--last {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #5D5D5D;
  text-decoration: none;
  text-align: center;
  background: #ffffff;

  min-width: 2em;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: calc(.5em - 1px) 0.5em;
}

.wp-pagenavi .page.smaller:hover,
.wp-pagenavi .page.smaller a:hover,
.wp-pagenavi .page.larger:hover,
.wp-pagenavi .page.larger a:hover,
.wp-pagenavi .current:hover,
.wp-pagenavi .current a:hover,
.pagination__item a:hover,
.pagination__item--current:hover,
.wp-pagenavi .previouspostslink:hover,
.pagination__btn--prev:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .last:hover,
.pagination__btn--next:hover,
.pagination__btn--first:hover,
.pagination__btn--last:hover {
  color: #ffffff;
  background-color: #0057AA;
  opacity: 0.75;
  border: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  font-size: x-large;
  padding: 0;
  min-width: 1em;
  line-height: 0.85;
}


.wp-pagenavi .current,
.wp-pagenavi .current a,
.pagination__item--current,
.pagination__item--current a {
  background: #0057AA;
  color: #ffffff !important;
  font-weight: bold;
  border: none;
  margin: 0 .2em;
}

@media (min-width: 520px) {

  .wp-pagenavi .page.smaller,
  .wp-pagenavi .page.smaller a,
  .wp-pagenavi .page.larger,
  .wp-pagenavi .page.larger a,
  .pagination__item a,
  .pagination__item--current,
  .wp-pagenavi .previouspostslink,
  .pagination__btn--prev,
  .wp-pagenavi .nextpostslink,
  .pagination__btn--next,
  .pagination__btn--first,
  .pagination__btn--last {
    margin: 0 .2em;
  }
}

.wp-pagenavi,
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: relative; /* .pages要素を絶対位置で配置するため */


  color: #A4A4A4;
  font-family: 'Lato', sans-serif;

  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 2.5em 0;
}

.pagination__list {
  display: none;
}

.wp-pagenavi .pages,
.pagination__pos {
  /*-webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 1em;*/
  padding: .5em;
  background-color: #A4A4A4;
  color: #ffffff;
  font-weight: 400;

  position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; /* 必要に応じて他の要素より前面に表示 */
}
.wp-pagenavi .extend {
  margin: 0 0.18em;
  padding: calc(0.18em - 1px) 0.5em
}

.wp-pagenavi .pages:before {
  content: 'Pages　';
  display: inline-block;
}



@media (min-width: 520px) {
  .pagination__list {
    /*-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .wp-pagenavi .page.smaller,
  .wp-pagenavi .page.larger,
  .pagination__item {
    margin: 0;
  }

  .wp-pagenavi .pages,
  .pagination__pos {
    display: none;
  }

}

@media (min-width: 960px) {
  .pagination__list {
    /*-webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;*/
    margin-bottom: 0 !important;
  }

}


.icon-backArrow {
  position: relative;
  display: inline-block;
}

.icon-backArrow::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url('../img/common/icon-backArrow.svg');
  background-size: contain;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}

.release-title {
  font-size: 38px !important;
  font-size: 3.8rem !important;
  margin-bottom: 1rem !important;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif !important;
  font-weight: 400 !important;
}

main#main>section.sec__release .inner .swiper-slide .release-title {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.release-sub_title {
  font-size: 20px !important;
  font-size: 2rem;
  margin-bottom: 3rem !important;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif !important;
  font-weight: 300 !important;
}


main#main.goods .inner div.inner {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

main#main.goods .inner div.inner a .btn {
  margin: 0 auto;
  max-width: 250px;
  display: block !important;
}

main#main.goods .inner .goods-jacket_img {
  display: block;
  margin: 0 auto 2rem;
  display: block;
  text-align: center;
}

main#main.goods .goods-jacket_img {
  display: block;
  margin: 0 auto;
  display: block;
  text-align: center;
}

main#main.goods .goods-jacket_img.archive {
  display: none;
}

main#main.goods .goods-jacket_img.archive:first-of-type {
  display: block;
}

main#main.goods .inner .goods-jacket_img img,
main#main.goods .goods-jacket_img img {
  margin: 0 auto;
}

.goods_price {
  margin: 0rem auto 2.5rem;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #000000;
}

.goods_price::before {
  content: '￥';
  display: inline-block;
  margin-left: 0.5rem;
}

.goods_price::after {
  content: '（税込）';
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

main#main.goods.singlePage .goods_price {
  margin: 4.5rem auto 2.5rem;
  font-size: 26px;
  font-size: 2.6rem;
}

.goods_btn {
  margin: 0rem auto 2.5rem;
  text-align: center;
}

main#main.goods .inner div.inner .goods-title {
  font-size: 3px !important;
  font-size: 3rem !important;
  margin-bottom: 2rem !important;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif !important;
  font-weight: 400 !important;

  text-align: center;
  color: #000000;
}


#main.naka.contact input,
#main.naka.contact textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px;
  border: solid 1px #0057AA;
  border-radius: 0;
  width: 100%;
  margin-top: 1rem;
}


.btn,
.wpcf7-submit {
  display: inline-block !important;
  padding: 0.5rem 5rem !important;
  width: auto !important;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  outline: none;
  margin: 2rem 0;
  font-size: 20px !important;
  font-size: 2rem !important;
  font-family: 'Lato', "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 400;
}


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

  .btn,
  .wpcf7-submit {
    display: block
  }

  .sec__list .btn_wrapper .btn {
    display: inline-block;
  }
}

.btn.wide {
  width: calc(322 / 676 * 100%)
}

@media screen and (max-width: 1090px) {
  .btn.wide {
    width: 100%
  }
}

.btn::before,
.btn::after,
.wpcf7-submit::before,
.wpcf7-submit::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ""
}

.btn,
.btn::before,
.btn::after,
.wpcf7-submit,
.wpcf7-submit::before,
.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.btn,
.wpcf7-submit {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: #0057AA;
  line-height: 50px;
  overflow: hidden !important;
  border: solid 2px #0057AA !important;
}

a:hover .btn,
.btn:hover,
.wpcf7-submit:hover {
  background-color: #0057AA;
  color: #ffffff;
}

.soldout {
  border: solid 1px #707070 !important;
  color: #707070 !important;
  display: block !important;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.soldout:hover {
  background-color: #ffffff;
  color: #707070;
}

.contact .wpcf7-form p {
  margin-bottom: 4rem;
}

#main.naka.contact .require {
  color: #dc3232;
  display: inline-block;
  margin-bottom: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  color: #dc3232;
  font-size: 14px;
  font-size: 1.4rem;
}

.wpcf7-response-output {
  margin: 2rem 0 3rem !important;
  padding: 8px !important;
}

.grecaptcha-text {
  font-size: 11px;
  font-size: 1.1rem;
}

.grecaptcha-text::before {
  font-family: "FontAwesome";
  content: '\f023';
  font-size: 11px;
  font-weight: 400;
  margin-right: 4px;
  color: #000000;
}

.grecaptcha-badge {
  width: 256px;
  height: 60px;
  display: none;
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  position: fixed;
  bottom: 14px;
  left: 14px;
  -webkit-box-shadow: grey 0px 0px 5px;
  box-shadow: grey 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
}

ul.notice_list {
  margin: 2rem auto 0;
  padding: 1.5rem 0 0;
  border-top: 1px dotted #707070;
}

.notice_list li {
  border-bottom: 1px dotted #707070;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #707070;
}

footer {
  margin-bottom: 15px;
  padding: 0 30px;
  margin: 4rem auto;
}

@media screen and (max-width: 820px) {
  footer {
    padding: 0;
    width: 90%;
    margin: 3rem auto 0
  }
}

footer .footer-main {
  text-align: center
}

.loader {
  z-index: 300;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  width: 100vw;
  height: 100vh;
}

.loader__frame {
  position: relative;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #0057AA;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0057AA transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mainvisual {
  z-index: 10;
  position: fixed;
  overflow: hidden;
  width: 50%;
  right: 0;
  padding: 0;
  height: 100vh;
  min-height: 800px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center
}

.mainvisual .mv-for--sp {
  display: block;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 820px) {
  .mainvisual {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0
  }

  .mainvisual .mv-for--sp {
    display: block;
    width: 100%;
    height: auto;
  }

  .mainvisual.menupage {
    display: none
  }
}

@media screen and (max-width: 414px) {
  .mainvisual {
    height: 349px;
    min-height: 349px;
  }
}

.mainvisual::before {
  content: "";
  z-index: 101;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mainvisual .mainvisual__contents {
  position: absolute;
  z-index: 101
}

.mainvisual .mainvisual__contents img.logo {
  display: none
}
.topbana {
  background: rgba(0, 0, 0, .9);
  position: absolute;
  bottom: 0;
  z-index: 10000;
}

@media screen and (min-width: 820px) {
  .topbana_sp {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual__contents img.logo {
    display: block;
    width: 110px;
    margin: 0 auto
  }
	.topbana {
    display: none;
  }
  .topbana_sp {
    display: block;
    background: rgba(0, 0, 0, 1.0);
    padding: 0 !important;
    margin-bottom: 3.5rem;
  }
}

.swiper-container.main {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

.swiper-container.main::before {
  content: ""
}

.swiper-container.main .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (max-width: 820px) {
  .swiper-container.main {
    position: relative;
    width: 100%;
    margin: 0 !important
  }

  .swiper-container.main .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0
  }
}

.swiper-container.main .swiper-slide {
  background-position: center center;
  background-size: cover;
}

.swiper-container.main {
  background-position: center center;
  background-size: cover
}

.swiper-container.main .photo {
  background-image: url(../img/top/slide/01_pc@2x.jpg)
}
.swiper-container.main .photo2 {
  background-image: url(https://s3.ap-northeast-1.amazonaws.com/yuki-takahara.beinggiza.com/wp-content/uploads/2022/11/17131755/e53bbd4090c977516abbcf7b7a139afd.jpg);
}


#main.top .swiper-container.item {
  margin-bottom: 3rem
}

#main.singlePage .swiper-container.item {
  margin-bottom: 0;
  position: relative;
}

.swiper-container.item .swiper-slide {
  padding: 0 1rem;
}

.swiper-container.item.goods .swiper-slide {
  padding: 0 1rem;
  text-align: center;
}

.swiper-slide span {
  display: block;
}


.swiper-container>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-bullet,
.swiper-pagination-fraction .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: .5;
  cursor: pointer;
}

.swiper-container>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-custom .swiper-pagination-bullet-active,
.swiper-pagination-fraction .swiper-pagination-bullet-active {
  background: #ffffff !important;
  opacity: 1;
  cursor: pointer;
}

.swiper-container.item>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -15px !important
}

.swiper-container.main>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 6px !important;
  line-height: 0 !important;
  bottom: 10px !important;
  left: inherit !important;
  right: 13px !important
}

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

  .swiper-container.main>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 48px !important
  }
}

.swiper-container.main>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-bullet,
.swiper-pagination-fraction .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  margin: 0 0 8px !important;
  cursor: pointer;
}

.swiper-button-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99;
  padding: 1em;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.swiper-button-inner svg:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5
}

.swiper-button-next,
.swiper-button-prev {
  color: #cccccc !important;
  top: calc(51.5% - 44px) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main#main.goods .swiper-button-next,
main#main.goods .swiper-button-prev {
  top: calc(50% - 22px) !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 44px !important;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 15px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 15px !important;
}


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

  .swiper-button-next,
  .swiper-button-prev {
    top: calc(45% - 30px) !important;
    width: 18px !important;
    height: 30px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 34px !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 20px !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 20px !important;
  }
}

/* SNS欄の設定 */

.sns_twitter .container__txt iframe {
  border: 1px solid rgba(15, 70, 100, .12) !important;
}

.sns_instagram .container__txt {
  position: relative;
}

.sns_instagram .snapwidget-widget {
  border: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 470px) {
  .sns_instagram .container__txt {
    padding-top: 67.5%;
  }
}

@media screen and (min-width: 471px) and (max-width: 820px) {
  .sns_instagram .container__txt {
    padding-top: 37.5%;
    min-height: 280px;
  }
}

@media screen and (min-width: 821px) {
  .sns_instagram .container__txt {
    padding-top: 67.5%;
    min-height: 245px;
  }
}

@media screen and (min-width: 920px) {
  .sns_instagram .container__txt {
    padding-top: 270px;
    min-height: 270px;
  }
}



/* オプション */
blockquote {
  background: #efefef;
  padding: 20px;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}


.xlarge {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

@media screen and (max-width: 820px) {
  .xlarge {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
}

.large {
  font-size: 30px !important;
  font-size: 3rem !important;
}

@media screen and (max-width: 820px) {
  .large {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
}

.m-large {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.medium {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.m-small {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.small {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

@media screen and (max-width: 820px) {
  .small {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

.xsmall {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.xxsmall {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.bold {
  font-weight: bold !important
}

.normal {
  font-weight: normal !important
}

.t-center {
  display: block;
  text-align: center !important
}

.t-center-left {
  text-align: center !important
}

@media screen and (max-width: 820px) {
  .t-center-left {
    text-align: left !important
  }
}

.t-left {
  text-align: left !important
}

.t-right {
  text-align: right !important
}

br.block {
  display: none
}

br.none {
  display: block
}

@media screen and (max-width: 820px) {
  br.none {
    display: none
  }

  br.block {
    display: block
  }
}

.ff-lato,
.ff-lato span {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
}

.ff-default,
.ff-default span {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif !important;
  font-weight: 400;
}

.fs-10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs-12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs-14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs-16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs-18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs-20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs-24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs-28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.fs-30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.fs-32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.fs-36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.fs-40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1rem {
  margin-top: 1rem !important;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.mt-3rem {
  margin-top: 3rem !important;
}

.mt-4rem {
  margin-top: 4rem !important;
}

.mt-5rem {
  margin-top: 5rem !important;
}

.mt-6em {
  margin-top: 6rem !important;
}

.mt-7rem {
  margin-top: 7rem !important;
}

.mt-8rem {
  margin-top: 8rem !important;
}

.mt-9rem {
  margin-top: 9rem !important;
}

.mt-10rem {
  margin-top: 10rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.mb-2rem {
  margin-bottom: 2rem !important;
}

.mb-3rem {
  margin-bottom: 3rem !important;
}

.mb-4rem {
  margin-bottom: 4rem !important;
}

.mb-5rem {
  margin-bottom: 5rem !important;
}

.mb-6rem {
  margin-bottom: 6rem !important;
}

.mb-7rem {
  margin-bottom: 7rem !important;
}

.mb-8rem {
  margin-bottom: 8rem !important;
}

.mb-9rem {
  margin-bottom: 9rem !important;
}

.mb-10rem {
  margin-bottom: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1rem {
  padding-top: 1rem !important;
}

.pt-2rem {
  padding-top: 2rem !important;
}

.pt-3rem {
  padding-top: 3rem !important;
}

.pt-4rem {
  padding-top: 4rem !important;
}

.pt-5rem {
  padding-top: 5rem !important;
}

.pt-6rem {
  padding-top: 6rem !important;
}

.pt-7rem {
  padding-top: 7rem !important;
}

.pt-8rem {
  padding-top: 8rem !important;
}

.pt-9rem {
  padding-top: 9rem !important;
}

.pt-10rem {
  padding-top: 10rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1rem {
  padding-bottom: 1rem !important;
}

.pb-2rem {
  padding-bottom: 2rem !important;
}

.pb-3rem {
  padding-bottom: 3rem !important;
}

.pb-4rem {
  padding-bottom: 4rem !important;
}

.pb-5rem {
  padding-bottom: 5rem !important;
}

.pb-6rem {
  padding-bottom: 6rem !important;
}

.pb-7rem {
  padding-bottom: 7rem !important;
}

.pb-8rem {
  padding-bottom: 8rem !important;
}

.pb-9rem {
  padding-bottom: 9rem !important;
}

.pb-10rem {
  padding-bottom: 10rem !important;
}

.aligncenter {
  display: block !important;
  margin: 0 auto !important;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px !important;
}

.alignleft {
  float: left;
}

.noDisplay {
  display: none !important;
}

/* EOF */