@charset "UTF-8";
/*
Theme Name: blanktheme
Author: clockhour
Version: 2020.03.06
*/
/* 変数(for Sass) */
/*===========
 Basic color
===========*/
/*===========
 boarder & background
 color settings
===========*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; } }
@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; } }

/* mixin(for Sass) */
/* ベースの要素スタイル */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  letter-spacing: 0.05em; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media screen and (min-width: 768px) {
    body {
      background-color: #F7F6F3;
      background-size: 125%;
      background-repeat: no-repeat;
      background-position: calc(10vw + 560px) 0;
      background-attachment: fixed; } }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  display: inline-block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  width: 100%;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    img {
      width: auto; } }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

body,
button,
input,
select,
textarea {
  color: #1D2A2B;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0; }

p {
  margin: 0; }

small {
  font-size: inherit; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #ccc #ccc #bbb;
  background: #000;
  color: #fff; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #1D2A2B;
  border: none;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  width: 100%;
  font-size: 16px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #1D2A2B; }

input:-internal-autofill-selected {
  background-color: #fff; }

select {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 8px 12px;
  background-color: #ffffff;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

textarea {
  width: 100%;
  height: 120px;
  resize: vertical; }
  @media screen and (min-width: 768px) {
    textarea {
      width: 100%;
      height: 140px; } }

a {
  color: #1D2A2B;
  text-decoration: none; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }
  a:hover {
    opacity: 0.8; }

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%; }

th {
  font-weight: normal; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  margin: 0;
  padding: 0; }

ol > li {
  counter-increment: number;
  position: relative; }
  ol > li:before {
    content: counter(number) ".";
    display: block;
    margin-left: -1em;
    position: absolute;
    top: 0;
    left: 0; }

dl {
  margin: 0; }
  dl dd {
    margin: 0; }

/* ライブラリ */
/*
 * jQuery fade animation
 *
 * このアニメーションはjQueryライブラリの
 * waypoint.jsとimagesloadedに依存します。
 * 「.js-fade」classをつけたものに対して
 * 表示エリアに入ってきたらフェードインで
 * コンテンツを表示します。
 *
 */
.js-fade {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px); }
  .js-fade.js-fade--active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25); }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/* 共通レイアウト(header, footer, etc.) */
/*=========================
common content
==========================*/
.l-content {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .l-content {
      max-width: 1200px;
      margin: auto; } }

/*=========================
common footer
==========================*/
.l-footer {
  width: 100%; }

/*=========================
common header
==========================*/
.l-header {
  width: 100%; }

/*=========================
common wrapper
==========================*/
.l-wrapper {
  overflow: hidden;
  margin: 0 auto; }

/* コンポーネント */
/* ==========================
  breadcrumb list
=========================== */
.c-breadcrumb {
  display: none; }
  @media screen and (min-width: 1000px) {
    .c-breadcrumb {
      display: block;
      padding: 20px 30px;
      font-size: 0; } }
  .c-breadcrumb > li {
    display: inline-block;
    font-size: 13px; }
    .c-breadcrumb > li:last-child::after {
      display: none; }
    .c-breadcrumb > li::after {
      content: ">";
      margin: 0 10px; }
    .c-breadcrumb > li a {
      text-decoration: none; }

.c-btn--normal {
  display: inline-block;
  position: relative;
  color: #ffffff;
  background: #1D2A2B;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 32px; }
  .c-btn--normal::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff; }

/* ==========================
  heading
=========================== */
.c-heading {
  text-align: center; }

.c-heading__txt {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500; }

.c-heading__sub-txt {
  font-size: 12px;
  margin-top: 8px; }

/*=========================
 pagination
==========================*/
.c-pagination {
  margin-top: 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .c-pagination {
      margin-top: 35px; } }
  .c-pagination ul {
    font-weight: bold; }
    .c-pagination ul > li {
      display: inline-block; }
    .c-pagination ul a {
      margin: 0 5px;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .c-pagination ul a {
          margin: 0 10px; } }
    .c-pagination ul span {
      margin: 0 5px; }
      @media screen and (min-width: 768px) {
        .c-pagination ul span {
          margin: 0 10px; } }

/* プロジェクト */
/* ==========================
  articles
=========================== */
.p-articles {
  letter-spacing: 0.125em; }

.p-articles__item + .p-articles__item {
  margin-top: 16px; }

.p-articles__item-link {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 64px;
  line-height: 1.25; }
  @media screen and (min-width: 768px) {
    .p-articles__item-link {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 28px;
      padding-right: 88px; } }
  .p-articles__item-link::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 8px;
    margin-right: 28px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(images/common/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: right .3s;
    transition: right .3s; }
    @media screen and (min-width: 768px) {
      .p-articles__item-link::after {
        width: 38px;
        height: 12px; } }
  .p-articles__item-link:hover {
    opacity: 1; }
    .p-articles__item-link:hover::after {
      right: -8px; }

.p-articles__head {
  font-size: 12px; }
  .p-articles__head::before {
    content: '-'; }
  .p-articles__head:not(:first-of-type) {
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .p-articles__head:not(:first-of-type) {
        margin-top: 8px; } }

.p-articles__post-date {
  font-size: 12px; }
  .p-articles__post-date:not(:first-of-type) {
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .p-articles__post-date:not(:first-of-type) {
        margin-top: 8px; } }

.p-articles__txt {
  font-size: 15px; }
  .p-articles__txt:not(:first-of-type) {
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .p-articles__txt:not(:first-of-type) {
        margin-top: 8px; } }

.p-articles__txt--sub {
  font-size: 12px; }
  .p-articles__txt--sub:not(:first-of-type) {
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .p-articles__txt--sub:not(:first-of-type) {
        margin-top: 8px; } }

.p-articles__more {
  margin-top: 16px;
  text-align: right; }

.p-articles--latest .p-articles__item + .p-articles__item {
  margin-top: 0; }

.p-articles--footer .p-articles__item-link {
  box-shadow: none;
  padding-left: 36px;
  padding-right: 72px; }
  .p-articles--footer .p-articles__item-link::after {
    margin-right: 32px; }
  @media screen and (min-width: 768px) {
    .p-articles--footer .p-articles__item-link {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 32px;
      padding-right: 32px; }
      .p-articles--footer .p-articles__item-link::after {
        display: none; } }

.p-articles--nav {
  padding-left: 28px;
  padding-right: 28px; }
  .p-articles--nav .p-articles__item--prev .p-articles__item-link {
    padding-right: 20px;
    padding-left: 64px; }
    .p-articles--nav .p-articles__item--prev .p-articles__item-link::after {
      -webkit-transform: translateY(-50%) scale(-1, 1);
              transform: translateY(-50%) scale(-1, 1);
      margin-right: 0;
      right: auto;
      left: 0;
      margin-left: 28px;
      -webkit-transition: left .3s;
      transition: left .3s; }
    .p-articles--nav .p-articles__item--prev .p-articles__item-link:hover::after {
      right: auto;
      left: -8px; }
    @media screen and (min-width: 768px) {
      .p-articles--nav .p-articles__item--prev .p-articles__item-link {
        padding-right: 28px;
        padding-left: 88px; } }
  @media screen and (min-width: 768px) {
    .p-articles--nav {
      padding-left: 0px;
      padding-right: 0px; }
      .p-articles--nav .p-articles__list {
        display: -webkit-box;
        display: flex; }
      .p-articles--nav .p-articles__item {
        width: 480px; }
        .p-articles--nav .p-articles__item + .p-articles__item {
          margin-top: 0; }
      .p-articles--nav .p-articles__item--prev {
        margin-right: auto; }
      .p-articles--nav .p-articles__item--next {
        margin-left: auto; } }

/* ==========================
  body-footer
=========================== */
.p-body-footer {
  background: #ffffff; }
  @media screen and (min-width: 768px) {
    .p-body-footer {
      padding-top: 80px;
      padding-bottom: 64px; } }

@media screen and (min-width: 768px) {
  .p-body-footer__body {
    max-width: 1200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; } }

.p-body-footer__content {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .p-body-footer__content {
      min-width: 0%;
      flex-basis: 360px;
      margin-right: 20px;
      margin-left: 20px; } }

@media screen and (min-width: 768px) {
  .p-body-footer__eyecatch {
    display: none; } }

@media screen and (max-width: 768px) {
  .p-body-footer__heading {
    margin-top: 48px; } }

.p-body-footer__list-wrap {
  margin-top: 32px; }
  @media screen and (min-width: 768px) {
    .p-body-footer__list-wrap {
      margin-top: 48px; } }

/* ==========================
  body
=========================== */
.p-body {
  background: #F7F6F3;
  padding-bottom: 64px; }
  @media screen and (min-width: 768px) {
    .p-body {
      padding-bottom: 132px; }
      .p-body::before {
        content: "";
        display: block;
        width: 100%;
        height: 100px;
        background-color: #ffffff; } }

@media screen and (max-width: 768px) {
  .p-body--media {
    padding-top: 32px; } }

.p-body__main {
  -webkit-animation: fadein .4s ease-out 0s 1 normal;
          animation: fadein .4s ease-out 0s 1 normal; }
  @media screen and (min-width: 768px) {
    .p-body__main {
      margin-top: -100px; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.p-body__heading {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .p-body__heading {
      padding-left: 0;
      padding-right: 0;
      margin-top: 64px; } }

.p-body__block {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .p-body__block {
      margin-top: 64px; } }

.p-body__block--archive {
  padding-left: 28px;
  padding-right: 28px; }
  @media screen and (min-width: 768px) {
    .p-body__block--archive {
      padding-left: 300px;
      padding-right: 300px; } }

.p-body__article-nav {
  margin-top: 64px; }
  @media screen and (min-width: 768px) {
    .p-body__article-nav {
      margin-top: 96px; } }

.p-body__sub-nav {
  margin-top: 48px; }
  @media screen and (min-width: 768px) {
    .p-body__sub-nav {
      margin-top: 64px; } }

/* ==========================
  entry
=========================== */
@media screen and (min-width: 768px) {
  .p-entry--live .p-entry__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; } }

.p-entry--live .p-entry__visual {
  flex-basis: 640px; }
  @media screen and (min-width: 768px) {
    .p-entry--live .p-entry__visual > a > img {
      max-height: 1000px;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .p-entry--live .p-entry__visual + .p-entry__content {
      margin-top: 136px; } }

@media screen and (min-width: 768px) {
  .p-entry--live .p-entry__content {
    flex-basis: 464px;
    -webkit-box-flex: 0;
            flex-grow: 0;
    margin-left: auto;
    padding-left: 32px;
    padding-right: 32px; } }

.p-entry__heading {
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .p-entry__heading {
      margin-bottom: 64px; } }
  .p-entry__heading .c-heading__txt {
    font-size: 22px; }
  .p-entry__heading .c-heading__txt--date {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 8px; }
    .p-entry__heading .c-heading__txt--date > span {
      font-size: 14px;
      margin-left: 8px; }
  .p-entry__heading .c-heading__sub-txt {
    font-size: 18px;
    margin-top: 8px; }

.p-entry__heading--live {
  text-align: left; }

.p-entry__visual > a {
  display: block;
  text-align: center; }
  .p-entry__visual > a > img {
    width: auto;
    max-height: 640px; }
  @media screen and (min-width: 768px) {
    .p-entry__visual > a > img {
      max-height: 800px; } }

.p-entry__visual .p-entry__movie-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .p-entry__visual .p-entry__movie-container iframe,
  .p-entry__visual .p-entry__movie-container object,
  .p-entry__visual .p-entry__movie-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.p-entry__content {
  padding-top: 40px;
  padding-left: 36px;
  padding-right: 36px; }
  @media screen and (min-width: 768px) {
    .p-entry__content {
      margin-top: 136px;
      padding-left: 120px;
      padding-right: 120px; }
      .p-entry__visual + .p-entry__content {
        margin-top: 80px; } }

.p-entry__live-info {
  margin-top: 48px; }
  .p-entry__live-info + .p-entry__free {
    margin-top: 48px; }

.p-entry__date {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px; }

.p-entry__place {
  display: inline-block;
  font-size: 16px; }
  .p-entry__place .p-entyr__map {
    margin-left: 8px; }

.p-entry__lineup-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-top: 48px; }
  .p-entry__lineup-list > li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    margin-right: 8px; }

.p-entry__time {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px; }
  .p-entry__time > li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    margin-right: 8px; }

.p-entry__fee {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px; }
  .p-entry__fee > li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    margin-right: 8px; }

.p-entry__ticket {
  margin-top: 20px;
  font-size: 12px; }
  .p-entry__ticket > p + ul {
    margin-top: 4px; }
  .p-entry__ticket > ul > li + li {
    margin-top: 4px; }
  .p-entry__ticket > ul > li a + span {
    margin-left: 4px; }

.p-entry__free {
  line-height: 2.2; }
  .p-entry__free > p + p {
    margin-top: 24px; }

.p-entry__form {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .p-entry__form {
      margin-top: 64px; } }

/* ==========================
  footer
=========================== */
.p-footer {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #1D2A2B; }

.p-footer__body {
  text-align: center; }

.p-footer__gnav-sns-list {
  margin-top: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  @media screen and (min-width: 768px) {
    .p-footer__gnav-sns-list {
      margin-top: 64px; } }

.p-footer__gnav-list {
  margin-top: 48px; }
  .p-footer__gnav-list > li {
    position: relative; }
    .p-footer__gnav-list > li::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      height: 1px;
      background: #1D2A2B; }
    .p-footer__gnav-list > li:not(.is-current)::after {
      width: 100%;
      left: -8px;
      -webkit-transform: scale(0.2, 1);
              transform: scale(0.2, 1);
      -webkit-transform-origin: left top;
              transform-origin: left top;
      -webkit-transition: opacity .3s, left .3s, -webkit-transform .3s;
      transition: opacity .3s, left .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s, left .3s;
      transition: transform .3s, opacity .3s, left .3s, -webkit-transform .3s;
      opacity: 0; }
    .p-footer__gnav-list > li:not(.is-current):hover::after {
      left: 0;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 1; }
    .p-footer__gnav-list > li.is-current::after {
      width: 100%; }
    .p-footer__gnav-list > li > a {
      display: block;
      color: #ffffff;
      line-height: 1;
      letter-spacing: 0.125em; }
      .p-footer__gnav-list > li > a:hover {
        opacity: 1; }
  @media screen and (max-width: 768px) {
    .p-footer__gnav-list > li {
      position: relative;
      text-align: center; }
      .p-footer__gnav-list > li > a {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 6vw; } }
  @media screen and (min-width: 768px) {
    .p-footer__gnav-list {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center; }
      .p-footer__gnav-list > li {
        flex-basis: 100px; }
        .p-footer__gnav-list > li:not(:last-of-type) {
          margin-right: 24px; }
        .p-footer__gnav-list > li > a {
          padding-left: 8px;
          padding-top: 16px;
          padding-bottom: 16px;
          font-size: 20px; } }

.p-footer__copyright {
  color: #ffffff;
  letter-spacing: 0.125em;
  font-size: 12px;
  margin-top: 48px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .p-footer__copyright {
      margin-top: 64px;
      margin-bottom: 28px; } }

/* ==========================
  form
=========================== */
.p-form__heading {
  margin-bottom: 16px; }

.p-form__item {
  margin-top: 12px; }

.p-form__item-head {
  margin-bottom: 4px;
  font-size: 12px; }

.p-form__part {
  font-size: 16px; }

.p-form__part--select {
  position: relative; }
  .p-form__part--select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #1D2A2B;
    border-right: 1px solid #1D2A2B; }
  .p-form__part--select > select {
    padding-right: 32px; }

.p-form__action {
  margin-top: 20px;
  text-align: right;
  margin-right: -20px; }

/* ==========================
  header
=========================== */
.p-header {
  background-color: #ffffff; }
  @media screen and (min-width: 1000px) {
    .p-header {
      padding-top: 80px;
      padding-bottom: 100px; } }

.p-header__content {
  position: relative;
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 1000px) {
    .p-header__content {
      height: 44px;
      -webkit-box-align: center;
              align-items: center;
      padding-left: 28px; } }
  @media screen and (min-width: 1000px) {
    .p-header__content {
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
              align-items: baseline; } }

.p-header__logo-link {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #1D2A2B; }

.p-header__logo-txt {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.25em; }
  @media screen and (min-width: 1000px) {
    .p-header__logo-txt {
      font-size: 32px; } }

.p-header__gnav-area {
  position: relative; }
  @media screen and (min-width: 1000px) {
    .p-header__gnav-area {
      -webkit-box-flex: 1;
              flex-grow: 1;
      margin-left: 20px;
      max-width: 868px; } }

@media screen and (max-width: 1000px) {
  .p-header__gnav {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 84vh;
    background: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s; } }

.p-header__gnav-list > li {
  position: relative; }
  .p-header__gnav-list > li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    background: #1D2A2B; }
    @media screen and (max-width: 1000px) {
      .p-header__gnav-list > li::after {
        display: none; } }
  .p-header__gnav-list > li:not(.is-current)::after {
    width: 100%;
    left: -8px;
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: opacity .3s, left .3s, -webkit-transform .3s;
    transition: opacity .3s, left .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, left .3s;
    transition: transform .3s, opacity .3s, left .3s, -webkit-transform .3s;
    opacity: 0; }
  .p-header__gnav-list > li:not(.is-current):hover::after {
    left: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; }
  .p-header__gnav-list > li.is-current::after {
    width: 100%; }
  .p-header__gnav-list > li > a {
    display: block;
    color: #1D2A2B;
    line-height: 1;
    letter-spacing: 0.125em; }
    .p-header__gnav-list > li > a:hover {
      opacity: 1; }

@media screen and (max-width: 1000px) {
  .p-header__gnav-list > li {
    position: relative;
    text-align: center; }
    .p-header__gnav-list > li > a {
      display: block;
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 6vw; } }

@media screen and (min-width: 1000px) {
  .p-header__gnav-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end; }
    .p-header__gnav-list > li {
      flex-basis: 100px; }
      .p-header__gnav-list > li:not(:last-of-type) {
        margin-right: 24px; }
      .p-header__gnav-list > li > a {
        padding-left: 8px;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 20px; } }

.p-header__gnav-sns-list {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .p-header__gnav-sns-list > li > a {
    color: #1D2A2B;
    font-size: 36px; }
  .p-header__gnav-sns-list > li + li {
    margin-left: 16px; }

@media screen and (max-width: 1000px) {
  .p-header__gnav-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 3; }
    .p-header__gnav-btn > span {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 18px;
      height: 1px;
      background-color: #6A5F98;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .p-header__gnav-btn > span:nth-child(1) {
        top: 17px; }
      .p-header__gnav-btn > span:nth-child(2) {
        bottom: 18px; } }

@media screen and (max-width: 1000px) {
  .p-header__gnav-mask {
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s; } }

.p-header__gnav-area.is-active .p-header__gnav {
  visibility: visible;
  opacity: 1; }

.p-header__gnav-area.is-active .p-header__gnav-btn {
  background: none; }
  .p-header__gnav-area.is-active .p-header__gnav-btn > span {
    background-color: #1D2A2B; }
    .p-header__gnav-area.is-active .p-header__gnav-btn > span:nth-child(1) {
      -webkit-transform: translateY(4px) rotate(-315deg);
              transform: translateY(4px) rotate(-315deg); }
    .p-header__gnav-area.is-active .p-header__gnav-btn > span:nth-child(2) {
      -webkit-transform: translateY(-4px) rotate(315deg);
              transform: translateY(-4px) rotate(315deg); }

.p-header__gnav-area.is-active .p-header__gnav-mask {
  visibility: visible;
  background: rgba(255, 255, 255, 0.8);
  opacity: .96;
  z-index: 1;
  cursor: pointer; }

/* ==========================
  hero
=========================== */
.p-hero__mv-frame {
  position: relative; }

@media screen and (max-width: 768px) {
  .p-hero__mv-img {
    max-width: none;
    margin-left: -32%;
    width: calc(100% + 32%); } }

.p-hero__mv-txt {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 20px;
  color: #ffffff;
  letter-spacing: 0.25em;
  text-align: right;
  font-size: 20px; }
  .p-hero__mv-txt > span {
    display: block;
    letter-spacing: normal;
    font-size: 12px; }
  @media screen and (min-width: 768px) {
    .p-hero__mv-txt {
      font-size: 34px;
      margin-right: 40px; }
      .p-hero__mv-txt > span {
        font-size: 20px; } }

@media screen and (max-width: 768px) {
  .p-hero__content {
    padding-right: 28px;
    padding-left: 28px; } }

@media screen and (min-width: 768px) {
  .p-hero__content {
    margin-top: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; } }

@media screen and (max-width: 768px) {
  .p-hero__pickup {
    margin-top: 32px; } }

@media screen and (min-width: 768px) {
  .p-hero__pickup {
    max-width: 480px;
    max-height: 220px; } }

.p-hero__pickup-link {
  display: block; }
  .p-hero__pickup-link::after {
    content: ""; }

@media screen and (max-width: 768px) {
  .p-hero__latest {
    margin-top: 20px; } }

@media screen and (min-width: 768px) {
  .p-hero__latest {
    min-width: 0%;
    width: 480px;
    margin-right: 40px;
    margin-top: -120px; } }

/* ==========================
  media-box
=========================== */
.p-media-box {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px; }

.p-media-box__visual {
  margin-bottom: 32px; }
  .p-media-box__visual > a {
    display: block;
    text-align: center; }
  .p-media-box__visual .p-media-box__movie-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .p-media-box__visual .p-media-box__movie-container iframe,
    .p-media-box__visual .p-media-box__movie-container object,
    .p-media-box__visual .p-media-box__movie-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.p-media-box--disc {
  padding: 0;
  margin-right: 28px;
  margin-left: 28px; }
  .p-media-box--disc .p-media-box__disc-info {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 40px; }
  .p-media-box--disc .p-media-box__visual {
    margin-bottom: 0; }
  .p-media-box--disc .p-media-box__free {
    margin-top: 8px; }
  .p-media-box--disc + .p-media-box {
    margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .p-media-box--disc {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      margin-right: 0;
      margin-left: 0; }
      .p-media-box--disc .p-media-box__visual {
        min-width: 0%;
        width: 480px;
        flex-shrink: 0;
        margin-bottom: 0; }
      .p-media-box--disc .p-media-box__disc-info {
        min-width: 0%;
        width: 600px;
        margin: auto;
        padding-top: 8px;
        padding-bottom: 8px; }
      .p-media-box--disc + .p-media-box {
        margin-top: 96px; } }

.p-media-box__disc-title {
  margin-bottom: 8px;
  line-height: 1.25;
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .p-media-box__disc-title {
      font-size: 20px; } }

.p-media-box__disc-detail {
  margin-bottom: 8px;
  line-height: 1.25;
  font-size: 18px; }

.p-media-box__disc-stores {
  margin-bottom: 8px; }

.p-media-box__disc-head {
  margin-top: 8px;
  font-size: 15px; }

.p-media-box__disc-tracks {
  font-size: 15px;
  padding-left: 2em; }
  .p-media-box__disc-tracks > li::before {
    margin-left: -2em; }

.p-media-box--video {
  padding: 0;
  margin-right: 28px;
  margin-left: 28px; }
  .p-media-box--video .p-media-box__movie-info {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 40px;
    text-align: center; }
  .p-media-box--video .p-media-box__visual {
    margin-bottom: 0; }
  .p-media-box--video .p-media-box__free {
    margin-top: 8px; }
  .p-media-box--video + .p-media-box {
    margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .p-media-box--video {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      margin-right: 0;
      margin-left: 0; }
      .p-media-box--video .p-media-box__visual {
        min-width: 0%;
        flex-basis: 800px;
        margin-bottom: 0; }
      .p-media-box--video .p-media-box__movie-info {
        min-width: 0%;
        -webkit-box-flex: 0;
                flex-grow: 0;
        margin: auto;
        padding-top: 24px;
        padding-bottom: 32px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center;
                justify-content: center; }
      .p-media-box--video + .p-media-box {
        margin-top: 96px; } }

.p-media-box__movie-title {
  font-size: 18px;
  margin-bottom: 8px; }

.p-media-box__free > p + p {
  margin-top: 16px; }

.p-media-box__form {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 32px; }
  @media screen and (min-width: 768px) {
    .p-media-box__form {
      margin-left: 44px; } }

/* ==========================
  page-nav
=========================== */
.p-page-nav {
  text-align: center; }

.p-page-nav__list {
  font-size: 14px; }
  .p-page-nav__list > li {
    position: relative; }
    .p-page-nav__list > li > a {
      position: relative;
      padding-right: 32px; }
      @media screen and (min-width: 768px) {
        .p-page-nav__list > li > a {
          padding-right: 48px; } }
      .p-page-nav__list > li > a::after {
        position: absolute;
        content: '';
        width: 24px;
        height: 8px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-image: url(images/common/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: right .3s;
        transition: right .3s; }
        @media screen and (min-width: 768px) {
          .p-page-nav__list > li > a::after {
            width: 38px;
            height: 12px; } }
      .p-page-nav__list > li > a:hover {
        opacity: 1; }
        .p-page-nav__list > li > a:hover::after {
          right: -8px; }

/* ==========================
  pickup
=========================== */
.p-pickup {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #1D2A2B; }

.p-pickup__link {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 12px;
  padding-left: 16px;
  padding-bottom: 12px;
  padding-right: 32px;
  color: #ffffff; }
  @media screen and (min-width: 768px) {
    .p-pickup__link {
      padding-left: 32px;
      padding-right: 48px; } }
  .p-pickup__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff; }
    @media screen and (min-width: 768px) {
      .p-pickup__link::after {
        right: 32px; } }

.p-pickup__img {
  width: 64px;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px; }

/* ==========================
  profile
=========================== */
.p-profile__heading {
  margin-top: 64px; }
  @media screen and (min-width: 768px) {
    .p-profile__heading {
      margin-top: 128px; } }

.p-profile__summary {
  padding-left: 28px;
  padding-right: 28px; }
  @media screen and (min-width: 768px) {
    .p-profile__summary {
      padding-left: 120px;
      padding-right: 120px; } }
  .p-profile__summary .p-profile__name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px; }
  .p-profile__summary > p {
    line-height: 1.75; }

/* ==========================
  slider
=========================== */
.p-slider__list-wrapper {
  margin-bottom: 0;
  box-shadow: none;
  border: none; }

/* ==========================
  sns
=========================== */
.p-sns {
  padding-left: 12px;
  padding-right: 12px; }

.p-sns__list {
  display: -webkit-box;
  display: flex; }
  .p-sns__list > li {
    line-height: 1; }
    .p-sns__list > li + li {
      margin-left: 12px; }
    .p-sns__list > li > a {
      font-size: 18px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      width: 30px;
      height: 30px;
      background-color: #ffffff;
      border-radius: 50%;
      color: #1D2A2B; }
      @media screen and (min-width: 768px) {
        .p-sns__list > li > a {
          font-size: 30px;
          width: 50px;
          height: 50px; } }

/* スコープ */
/* ==========================
  top
=========================== */
.s-top__news {
  margin-top: 20px; }

.s-top__live {
  margin-top: 16px; }

/* ユーティリティ(color, size, spacing, etc.) */
.u-ta-l {
  text-align: left !important; }

.u-ta-c {
  text-align: center !important; }

.u-ta-r {
  text-align: right !important; }

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important; }

.u-bc-white {
  background-color: #ffffff; }

.u-bdr-t {
  border-top: 1px solid !important; }

.u-bdr-b {
  border-bottom: 1px solid !important; }

.u-bdr-l {
  border-left: 1px solid !important; }

.u-bdr-r {
  border-right: 1px solid !important; }

.u-bdr-n {
  border: none !important; }

.u-c-black {
  color: #000 !important; }

.u-c-white {
  color: white !important; }

.u-cs-a {
  cursor: auto; }

.u-cs-p {
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .u-pc-hide {
    display: none !important; } }

.u-sp-hide {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .u-sp-hide {
      display: inline !important; } }

.u-sp-hide-b {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .u-sp-hide-b {
      display: block !important; } }

.u-d-i {
  display: inline !important; }

.u-d-ib {
  display: inline-block !important; }

.u-d-b {
  display: block !important; }

.u-fs-8 {
  font-size: 8px !important; }

.u-fs-9 {
  font-size: 9px !important; }

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

.u-fs-11 {
  font-size: 11px !important; }

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

.u-fs-13 {
  font-size: 13px !important; }

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

.u-fs-15 {
  font-size: 15px !important; }

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

.u-fs-17 {
  font-size: 17px !important; }

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

.u-fs-19 {
  font-size: 19px !important; }

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

.u-fs-21 {
  font-size: 21px !important; }

.u-fs-22 {
  font-size: 22px !important; }

.u-fs-23 {
  font-size: 23px !important; }

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

.u-fs-25 {
  font-size: 25px !important; }

.u-fs-26 {
  font-size: 26px !important; }

.u-fs-27 {
  font-size: 27px !important; }

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

.u-fs-29 {
  font-size: 29px !important; }

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

.u-fs-31 {
  font-size: 31px !important; }

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

.u-fs-33 {
  font-size: 33px !important; }

.u-fs-34 {
  font-size: 34px !important; }

.u-fs-35 {
  font-size: 35px !important; }

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

.u-fs-37 {
  font-size: 37px !important; }

.u-fs-38 {
  font-size: 38px !important; }

.u-fs-39 {
  font-size: 39px !important; }

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

.f-s-small {
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .f-s-small {
      font-size: 16px; } }

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

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

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

.u-mt-15 {
  margin-top: 15px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

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

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

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

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

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

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

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

.u-pt-15 {
  padding-top: 15px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

.u-pt-95 {
  padding-top: 95px !important; }

.u-pt-100 {
  padding-top: 100px !important; }

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

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

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

.u-pb-15 {
  padding-bottom: 15px !important; }

.u-pb-20 {
  padding-bottom: 20px !important; }

.u-pb-25 {
  padding-bottom: 25px !important; }

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

.u-pb-95 {
  padding-bottom: 95px !important; }

.u-pb-100 {
  padding-bottom: 100px !important; }

.u-fs-o {
  font-style: oblique !important; }

.u-td-u {
  text-decoration: underline !important; }

.u-fw-n {
  font-weight: normal !important; }

.u-fw-b {
  font-weight: bold !important; }
