@charset "UTF-8";
/*@font-face {
    font-family: 'NotoSans';
    src: url(../font/NotoSans_regular.woff) format('woff');
	font-weight: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url(../font/NotoSans_bold.woff) format('woff');
	font-weight: bold;
}*/
/*初期設定
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Lato:wght@300;400;700&&display=swap");
@page {
  margin: 0;
}
/* リセット設定 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

/* line設定 */
/* color設定 */
/* fontcolor設定 */
/* 基本設定 */
body {
  min-width: 1200px;
  background-color: #333333;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.84);
  width: 100%;
  min-height: 100vh;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.form-ta::-moz-placeholder, input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.57);
}

.form-ta::placeholder,
input::placeholder {
  color: rgba(0, 0, 0, 0.57);
}

textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.57);
}

html {
  height: 100%;
}

input,
textarea {
  -webkit-appearance: none;
  letter-spacing: 0.06em;
}

input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

button {
  border: none;
  color: inherit;
  font-family: inherit;
  letter-spacing: 0.06em;
}

a {
  color: rgba(0, 0, 0, 0.84);
  text-decoration: none;
}
a:link {
  color: rgba(0, 0, 0, 0.84);
}
a:visited {
  color: rgba(0, 0, 0, 0.84);
}
a:hover {
  opacity: 0.7;
  transition-duration: 0.2s;
}

header {
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
}

.header__wrapper {
  background: #ffffff;
  height: 80px;
  min-width: 1120px;
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    height: 13.8666666667vw;
    min-width: inherit;
  }
}
.header__inner {
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  text-align: center;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    -moz-text-align-last: left;
         text-align-last: left;
    height: 13.8666666667vw;
  }
}
.header__logo {
  position: relative;
  text-align: left;
}
.header__logo a {
  line-height: 1;
}
.header__logo a > img {
  width: 270px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo a > img {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 13.8666666667vw;
    width: 100%;
    padding: 8px 4.2666666667vw;
  }
}

.menu__trigger {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu__trigger {
    right: 4.2666666667vw;
    display: block;
  }
}
.menu__trigger:hover {
  opacity: 0.7;
}
.menu__trigger > span {
  transition: all 0.4s;
  display: block;
  width: 16px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 8px;
  border-radius: 2px;
}
.menu__trigger span:first-child {
  top: 9px;
}
.menu__trigger span:nth-child(2) {
  top: 15px;
}
.menu__trigger span:nth-child(3) {
  top: 21px;
}
.menu__trigger.active span:first-child {
  transform: translateY(6px) rotate(-45deg);
}
.menu__trigger.active span:nth-child(2) {
  opacity: 0;
}
.menu__trigger.active span:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}
.menu__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .menu__wrapper {
    top: 13.8666666667vw;
    display: none;
    padding: 6.4vw;
    background: #F2F2F2;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1;
  }
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menu__list {
    width: 100%;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .menu__list li {
    flex-basis: 100%;
    padding-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.menu__list-item {
  padding-right: 24px;
  font-size: 14px;
  font-weight: 500;
}
.menu__list-item > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.menu__list-item > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.84);
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.menu__list-item > a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.menu__list-item > a:link, .menu__list-item > a:visited {
  color: rgba(0, 0, 0, 0.84);
  opacity: 1;
}

footer {
  background: #FFF;
}

.footer__wrapper {
  background: #FFF;
  padding: 128px 0;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    width: 100%;
    padding: 17.0666666667vw 6.4vw;
  }
}
.footer__logo > img {
  width: 80px;
  height: auto;
}

.copy {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .copy {
    font-size: 2.6666666667vw;
  }
}

.bread-crumb {
  width: 1120px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .bread-crumb {
    font-size: 2.9333333333vw;
    width: inherit;
    padding: 0 4.2666666667vw;
  }
}
.bread-crumb > span {
  position: relative;
  padding-right: 20px;
  display: block;
}
.bread-crumb > span::after {
  content: "";
  background: url(../img/common/arrow_bread.svg) no-repeat center center;
  width: 20px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .bread-crumb > span::after {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .bread-crumb > span {
    flex: 0 0 auto;
  }
}
.bread-crumb > span:last-child {
  position: relative;
  padding-right: inherit;
}
.bread-crumb > span:last-child::after {
  content: none;
}
.bread-crumb__wrapper {
  border-top: solid 1px rgba(172, 180, 188, 0.4);
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .bread-crumb__wrapper {
    padding-top: 2.1333333333vw;
    overflow-x: auto;
  }
}

main {
  margin-top: 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 13.8666666667vw;
  }
}

.main-contents__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1120px;
  margin: 48px auto 96px auto;
}
@media screen and (max-width: 768px) {
  .main-contents__wrapper {
    width: 100%;
    margin: 6.4vw auto;
    display: block;
  }
}

.left-contents__wrapper {
  flex-basis: 832px;
}

.right-contents__wrapper {
  flex-basis: 256px;
}
@media screen and (max-width: 768px) {
  .right-contents__wrapper {
    padding: 12.8vw 4.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .movie__title-wrapper {
    padding: 4.2666666667vw 4.2666666667vw 0 4.2666666667vw;
  }
}
.movie__main-wrapper .video {
  max-width: 100%;
  position: relative;
  margin: 0 auto 1em;
  padding-top: 56.25%;
  text-align: center;
}
.movie__main-wrapper .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(-50%);
}
.movie__item-detail {
  padding-top: 16px;
}
.movie__contents-wrapper {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
.movie__contents-wrapper h2 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  padding: 96px 0 24px 0;
}
@media screen and (max-width: 768px) {
  .movie__contents-wrapper {
    font-size: 4.2666666667vw;
    padding: 0 4.2666666667vw;
  }
  .movie__contents-wrapper h2 {
    font-size: 4.8vw;
    line-height: 1.6;
    font-weight: bold;
    padding: 12.8vw 0 6.4vw 0;
  }
}
.movie__performer-wrapper {
  margin-top: 96px;
  background: #F2F2F2;
  padding: 64px 48px;
}
@media screen and (max-width: 768px) {
  .movie__performer-wrapper {
    margin-top: 12.8vw;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.movie__performer-heading {
  font-weight: bold;
  font-size: 20px;
}
.movie__performer-heading > .sub-txt {
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .movie__performer-heading {
    font-size: 4.8vw;
  }
  .movie__performer-heading > .sub-txt {
    padding-left: 0;
    font-size: 3.2vw;
    display: block;
    padding-top: 2.1333333333vw;
  }
}
.movie__performer-inner {
  padding: 64px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid rgba(172, 180, 188, 0.4) 1px;
}
.movie__performer-inner:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .movie__performer-inner {
    padding: 8.5333333333vw 0;
    display: block;
  }
}
.movie__performer-img {
  border-radius: 50%;
  width: 128px;
  height: 128px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie__performer-img {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
    margin: 0 auto;
  }
  .movie__performer-img img {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
}
.movie__performer-disc {
  width: 560px;
}
.movie__performer-disc > p {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .movie__performer-disc {
    width: 100%;
    padding: 8.5333333333vw 0;
  }
  .movie__performer-disc > p {
    padding-top: 6.4vw;
  }
}

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

.pc {
  display: initial;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

input {
  background: #fff;
}

.input--error {
  background-color: #f8e4e4 !important;
}

.u-bloc__card input {
  background: #F2F2F2;
}

.icn--blank::after {
  content: "";
  background: url(../img/common/icn_blank.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.icn-cate--01 {
  background: linear-gradient(transparent 60%, #89DEFF 60%);
  margin-right: 16px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .icn-cate--01 {
    font-size: 3.2vw;
    margin-right: 4.2666666667vw;
  }
}
.icn-cate--01-sm {
  background: linear-gradient(transparent 60%, #89DEFF 60%);
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .icn-cate--01-sm {
    font-size: 2.6666666667vw;
  }
}
.icn-cate--01-list {
  background: linear-gradient(transparent 60%, #89DEFF 60%);
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .icn-cate--01-list {
    font-size: 2.6666666667vw;
  }
}
.icn-cate--02 {
  background: linear-gradient(transparent 60%, #FFD3E1 60%);
  margin-right: 16px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .icn-cate--02 {
    font-size: 3.2vw;
    margin-right: 4.2666666667vw;
  }
}
.icn-cate--02-sm {
  background: linear-gradient(transparent 60%, #FFD3E1 60%);
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .icn-cate--02-sm {
    font-size: 2.6666666667vw;
  }
}
.icn-cate--02-list {
  background: linear-gradient(transparent 60%, #FFD3E1 60%);
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .icn-cate--02-list {
    font-size: 2.6666666667vw;
  }
}
.icn-cate--03 {
  background: linear-gradient(transparent 60%, #E4FF00 60%);
  margin-right: 16px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .icn-cate--03 {
    font-size: 3.2vw;
    margin-right: 4.2666666667vw;
  }
}
.icn-cate--03-sm {
  background: linear-gradient(transparent 60%, #E4FF00 60%);
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .icn-cate--03-sm {
    font-size: 2.6666666667vw;
  }
}
.icn-cate--03-list {
  background: linear-gradient(transparent 60%, #E4FF00 60%);
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .icn-cate--03-list {
    font-size: 2.6666666667vw;
  }
}
.icn-cate--04 {
  background: linear-gradient(transparent 60%, #cbbde7 60%);
  margin-right: 16px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .icn-cate--04 {
    font-size: 3.2vw;
    margin-right: 4.2666666667vw;
  }
}
.icn-cate--04-sm {
  background: linear-gradient(transparent 60%, #cbbde7 60%);
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .icn-cate--04-sm {
    font-size: 2.6666666667vw;
  }
}
.icn-cate--04-list {
  background: linear-gradient(transparent 60%, #cbbde7 60%);
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .icn-cate--04-list {
    font-size: 2.6666666667vw;
  }
}
.icn-cate--05 {
  background: linear-gradient(transparent 60%, #89DEFF 60%);
  margin-right: 16px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .icn-cate--05 {
    font-size: 3.2vw;
    margin-right: 4.2666666667vw;
  }
}
.icn-cate--05-sm {
  background: linear-gradient(transparent 60%, #89DEFF 60%);
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .icn-cate--05-sm {
    font-size: 2.6666666667vw;
  }
}
.icn-cate--05-list {
  background: linear-gradient(transparent 60%, #89DEFF 60%);
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .icn-cate--05-list {
    font-size: 2.6666666667vw;
  }
}

.u-wrapper__img {
  overflow: hidden;
}
.u-wrapper__base {
  padding: 72px 0;
  background: #FFF;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 768px) {
  .u-wrapper__base {
    padding: 8.5333333333vw 0;
  }
}
.u-wrapper__base2 {
  padding: 72px 0;
  background: #F2F2F2;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 768px) {
  .u-wrapper__base2 {
    padding: 8.5333333333vw 0;
  }
}
.u-wrapper__btn {
  width: 712px;
  margin: 48px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .u-wrapper__btn {
    width: inherit;
    margin: 8.5333333333vw auto 0 auto;
  }
}
.u-wrapper__btn-inner {
  width: 100%;
  margin: 48px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .u-wrapper__btn-inner {
    width: inherit;
    margin: 8.5333333333vw auto 0 auto;
  }
}
.u-wrapper__btn-2 {
  width: 712px;
  margin: 48px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .u-wrapper__btn-2 {
    width: inherit;
    margin: 8.5333333333vw auto 0 auto;
  }
  .u-wrapper__btn-2 > a {
    width: 44vw;
  }
}
.u-wrapper__link {
  text-align: center;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .u-wrapper__link {
    padding-top: 8.5333333333vw;
  }
}
.u-wrapper__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-wrapper__heading {
    align-items: flex-start;
  }
}
.u-content__defo {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-content__defo {
    padding: 0 4.2666666667vw;
    width: inherit;
  }
}
.u-content__slide {
  width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-content__slide {
    padding: 0 4.2666666667vw;
    width: inherit;
  }
}
.u-contents__sm {
  width: 587px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-contents__sm {
    padding: 0 4.2666666667vw;
    width: inherit;
  }
}
.u-contents__defo-bt {
  width: 792px;
  margin: 0 auto;
  border-top: solid rgba(172, 180, 188, 0.4) 1px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .u-contents__defo-bt {
    margin-top: 8.5333333333vw;
    padding: 0 4.2666666667vw;
    width: inherit;
  }
}
.u-btn__ghost--sm {
  display: block;
  border: solid rgba(172, 180, 188, 0.4) 1px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding: 8px 16px;
  text-align: center;
  min-width: 140px;
  overflow: hidden;
  transition: 0.3s;
  background: transparent;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .u-btn__ghost--sm {
    width: 48.5333333333vw;
  }
}
.u-btn__ghost--sm::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #333;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease 0.3s;
}
.u-btn__ghost--sm:hover {
  color: #fff;
  opacity: 1;
}
.u-btn__ghost--sm:hover::before {
  transform: translateX(10%);
}
.u-heading--movie-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .u-heading--movie-ttl {
    font-size: 5.3333333333vw;
  }
}
.u-heading__right {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u-heading__right {
    font-size: 4.2666666667vw;
  }
}
.u-heading--defo {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
}
.u-heading--defo > .sub-txt {
  padding-left: 16px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .u-heading--defo {
    font-size: 4.2666666667vw;
  }
  .u-heading--defo > .sub-txt {
    display: block;
    padding-left: 0;
    padding-top: 0.5333333333vw;
    font-size: 3.2vw;
  }
}
.u-heading--sm {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.u-heading--sm > span {
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .u-heading--sm {
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
  }
  .u-heading--sm > span > img {
    height: 5.3333333333vw;
  }
}
.u-heading--sm-bl {
  font-size: 18px;
  font-weight: bold;
  color: #098CF2;
  line-height: 24px;
}
.u-heading--sm-bl > span {
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .u-heading--sm-bl {
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
  }
  .u-heading--sm-bl > span > img {
    height: 5.3333333333vw;
  }
}
.u-heading--sm-wh {
  font-size: 18px;
  font-weight: bold;
  color: #098CF2;
  line-height: 24px;
  color: #fff;
}
.u-heading--sm-wh > span {
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .u-heading--sm-wh {
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
  }
  .u-heading--sm-wh > span > img {
    height: 5.3333333333vw;
  }
}
.u-bloc__card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u-bloc__card::after {
  display: block;
  content: "";
  width: 352px;
}
.u-bloc__card > li {
  width: 352px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .u-bloc__card {
    display: block;
  }
  .u-bloc__card::after {
    content: none;
  }
  .u-bloc__card > li {
    width: 100%;
    padding: 4.2666666667vw 0;
    border-bottom: 1px solid rgba(172, 180, 188, 0.4);
  }
  .u-bloc__card > li:first-child {
    border-top: none;
  }
  .u-bloc__card > li:last-child {
    border-bottom: none;
  }
  .u-bloc__card > li > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.u-bloc__card-right {
  padding: 24px 0;
  border-bottom: 1px solid rgba(172, 180, 188, 0.4);
}
@media screen and (max-width: 768px) {
  .u-bloc__card-right {
    padding: 6.4vw 0;
  }
}
.u-bloc__card-lg {
  width: 792px;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .u-bloc__card-lg {
    width: 100%;
    padding: 6.4vw;
  }
}
.u-bloc__card-inner {
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .u-bloc__card-inner {
    width: 100%;
    padding: 4.2666666667vw;
  }
}
.u-bloc__card-np {
  width: 792px;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .u-bloc__card-np {
    width: 100%;
  }
}
.u-bloc__error {
  color: #d65656;
  font-size: 14px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .u-bloc__error {
    font-size: 3.2vw;
  }
}
.u-bloc--defo {
  padding-top: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bloc--defo {
    padding-top: 6.4vw;
  }
}
.u-bloc--lg {
  padding-top: 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bloc--lg {
    padding-top: 17.0666666667vw;
  }
}
.u-bloc--sm {
  padding-top: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bloc--sm {
    padding-top: 4.2666666667vw;
  }
}
.u-bloc--sm-bottom {
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bloc--sm-bottom {
    padding-bottom: 4.2666666667vw;
  }
}
.u-bloc--sm-both {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bloc--sm-both {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.u-bloc--xs {
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bloc--xs {
    padding-top: 2.1333333333vw;
  }
}
.u-bloc--xxs {
  padding-top: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bloc--xxs {
    padding-top: 2.1333333333vw;
  }
}
.u-bloc--bt {
  margin-top: 48px;
  border-top: solid 1px #ddd;
  padding-top: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bloc--bt {
    margin-top: 6.4vw;
    padding-top: 4.2666666667vw;
  }
}
.u-bloc__comp {
  padding: 48px 0 16px 0;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.u-bloc--list-btn {
  padding-top: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bloc--list-btn {
    padding: 6.4vw 4.2666666667vw;
  }
}
.u-list__conf > dt {
  padding-top: 24px;
  border-top: solid 1px rgba(172, 180, 188, 0.4);
  font-size: 14px;
  font-weight: bold;
}
.u-list__conf > dt:first-child {
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .u-list__conf > dt {
    font-size: 3.2vw;
    padding-top: 4.2666666667vw;
  }
}
.u-list__conf > dd {
  padding-top: 8px;
  padding-bottom: 24px;
}
.u-list__conf > dd:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-list__conf > dd {
    padding-bottom: 4.2666666667vw;
  }
}
.u-list__defo li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
  padding-top: 24px;
}
.u-list__defo li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .u-list__defo li {
    padding-top: 4.2666666667vw;
  }
}
.u-fs--b {
  font-weight: bold;
}
.u-fs--sub {
  color: rgba(0, 0, 0, 0.57);
}
.u-fs--sm {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .u-fs--sm {
    font-size: 3.2vw;
  }
}
.u-fs--smb {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .u-fs--smb {
    font-size: 3.2vw;
  }
}
.u-fs--xs {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .u-fs--xs {
    font-size: 2.6666666667vw;
  }
}
.u-fs--date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  .u-fs--date {
    font-size: 3.2vw;
  }
}
.u-fs--date-list {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  .u-fs--date-list {
    font-size: 2.9333333333vw;
    display: block;
  }
}
.u-fs--date-sm {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.57);
  display: block;
}
@media screen and (max-width: 768px) {
  .u-fs--date-sm {
    font-size: 2.9333333333vw;
  }
}
.u-fs--lgb {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .u-fs--lgb {
    font-size: 4.2666666667vw;
  }
}
.u-link__card-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u-link--submenu {
  font-size: 14px;
}
.u-link--submenu:link, .u-link--submenu:visited {
  color: #098CF2;
}
@media screen and (max-width: 768px) {
  .u-link--submenu {
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
  }
}
.u-link--url {
  font-size: 12px;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .u-link--url {
    font-size: 2.6666666667vw;
  }
}
.u-link--zoom {
  transition: 0.3s ease;
}
.u-link--zoom:hover {
  transform: scale(1.05);
}
.u-link--ul {
  border-bottom: solid rgba(172, 180, 188, 0.4) 1px;
  font-weight: bold;
  display: inline-block;
  color: #098CF2;
  padding: 0 0 16px;
  background: none;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 16px;
}
.u-link--ul:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .u-link--ul {
    font-size: 3.7333333333vw;
    padding: 0 0 4.2666666667vw;
  }
}
.u-link--ul-sm {
  border-bottom: solid #098CF2 1px;
  font-weight: bold;
  display: inline-block;
  color: #098CF2;
  padding: 0 0 8px;
  background: none;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 14px;
}
.u-link--ul-sm:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .u-link--ul-sm {
    font-size: 3.2vw;
    padding: 0 0 2.1333333333vw;
  }
}
.u-link--prev {
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  padding-right: 24px;
  font-size: 16px;
}
.u-link--prev::after {
  content: "";
  background: url(/assets/img/common/icon_arrow.svg) no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 9px;
  height: 16px;
}
.u-link--next {
  font-weight: bold;
  position: relative;
  padding-right: 16px;
  padding-left: 24px;
  font-size: 16px;
}
.u-link--next::after {
  content: "";
  background: url(/assets/img/common/icon_arrow.svg) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 9px;
  height: 16px;
}
.u-table__wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.u-table__wrapper thead tr th {
  border-bottom: 1px solid #098CF2;
  border-top: 1px solid rgba(172, 180, 188, 0.4);
  font-size: 14px;
  color: #098CF2;
  font-weight: bold;
  padding: 24px 24px 16px 24px;
}
@media screen and (max-width: 768px) {
  .u-table__wrapper thead tr th {
    font-size: 2.6666666667vw;
    padding: 4.2666666667vw 4.2666666667vw 2.1333333333vw 4.2666666667vw;
  }
}
.u-table__wrapper thead.nbd tr th {
  border-top: none;
}
.u-table__wrapper td {
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .u-table__wrapper td {
    padding: 0 4.2666666667vw;
  }
}
.u-table__wrapper tbody > tr:nth-child(even) {
  background: rgba(227, 244, 255, 0.5);
}
.u-form__list {
  position: relative;
  padding-top: 24px;
}
.u-form__list.inner {
  border-top: solid 1px rgba(172, 180, 188, 0.4);
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .u-form__list.inner {
    padding-bottom: 6.4vw;
  }
}
.u-form__list.top {
  border-top: solid 1px rgba(172, 180, 188, 0.4);
  margin-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .u-form__list.top {
    padding-bottom: 6.4vw;
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .u-form__list {
    padding-top: 6.4vw;
  }
}
.u-form__list dt {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u-form__list dt {
    font-size: 3.2vw;
  }
}
.u-form__list dd {
  position: relative;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .u-form__list dd {
    padding-top: 2.1333333333vw;
  }
}
.u-form__list-under {
  position: relative;
  padding-top: 24px;
}
.u-form__list-under.inner {
  border-top: solid 1px rgba(172, 180, 188, 0.4);
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .u-form__list-under.inner {
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .u-form__list-under {
    padding-top: 6.4vw;
  }
}
.u-form__list-under dt {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  .u-form__list-under dt {
    font-size: 3.2vw;
  }
}
.u-form__list-under dd {
  position: relative;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .u-form__list-under dd {
    padding-top: 2.1333333333vw;
  }
}
.u-form__pass, .u-form__txt, .u-form__select, .u-form__txtarea {
  display: block;
  width: 100%;
  border: solid 1px rgba(172, 180, 188, 0.4);
  border-radius: 8px;
  height: 48px;
  padding: 0 24px;
  line-height: 48px;
  font-size: 16px;
}
.u-form__txtarea {
  height: 200px;
  background: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .u-form__txtarea {
    height: 64vw;
  }
}
.u-form__select-wrapper {
  position: relative;
  display: inline-block;
}
.u-form__select-wrapper::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  background: url(/assets/img/common/icon_arrow_acc.svg) no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .u-form__select-wrapper::after {
    width: 16px;
    height: 9px;
    right: 16px;
  }
}
.u-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #F2F2F2;
  position: relative;
}
.u-form__select.sm {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .u-form__select.sm {
    width: 53.3333333333vw;
  }
}
.u-form__txt-zip {
  display: inline-block;
  width: 120px;
  border: solid 1px rgba(172, 180, 188, 0.4);
  border-radius: 8px;
  height: 48px;
  padding: 0 24px;
  line-height: 48px;
  font-size: 16px;
  margin-left: 8px;
}
.u-form__txt-zip:first-child {
  margin-right: 8px;
  margin-left: 0;
}
.u-form__txt-phone {
  display: inline-block;
  width: 120px;
  border: solid 1px rgba(172, 180, 188, 0.4);
  border-radius: 8px;
  height: 48px;
  padding: 0 24px;
  line-height: 48px;
  font-size: 16px;
  margin-left: 8px;
}
.u-form__txt-phone:first-child {
  margin-right: 8px;
  margin-left: 0;
}
.u-form__txt-phone:nth-child(2) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .u-form__txt-phone {
    width: 24vw;
    margin-left: 2.1333333333vw;
  }
  .u-form__txt-phone:first-child {
    margin-right: 2.1333333333vw;
    margin-left: 0;
  }
  .u-form__txt-phone:nth-child(2) {
    margin-right: 2.1333333333vw;
  }
}
.u-form__eye {
  position: absolute;
  display: block;
  background: url(/assets/img/common/icon_eye_hidden.svg) no-repeat;
  width: 24px;
  height: 24px;
  right: 24px;
  bottom: 12px;
  cursor: pointer;
}
.u-form__eye.on {
  background: url(/assets/img/common/icon_eye.svg) no-repeat;
}
.u-form__show-count {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .u-form__show-count {
    font-size: 2.6666666667vw;
  }
}
.u-form__count-wrapper {
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .u-form__count-wrapper {
    padding-top: 2.1333333333vw;
  }
}
.u-form__note {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.57);
  position: relative;
  padding-left: 16px;
}
.u-form__note::before {
  content: "※";
  left: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .u-form__note {
    padding-left: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
.u-form__required {
  background: #d65656;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .u-form__required {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    margin-left: 1.6vw;
  }
}
.u-form__change {
  background: #FFFF00;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .u-form__change {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    margin-left: 1.6vw;
  }
}
.u-form__check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 8px 32px;
  position: relative;
  width: auto;
}
.u-form__check::before {
  background: #fff;
  border: 1px solid rgba(172, 180, 188, 0.4);
  border-radius: 4px;
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.u-form__check::after {
  border-right: 3px solid #098CF2;
  border-bottom: 3px solid #098CF2;
  content: "";
  display: block;
  height: 12px;
  left: 12px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
  border-radius: 2px;
}
.u-form__radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 8px 32px 8px 40px;
  position: relative;
  width: auto;
}
.u-form__radio::before {
  background: #fff;
  border: 1px solid rgba(172, 180, 188, 0.4);
  border-radius: 12px;
  content: "";
  display: block;
  height: 24px;
  left: 5px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.u-form__radio::after {
  content: "";
  background: #098CF2;
  display: block;
  height: 20px;
  left: 8px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  border-radius: 10px;
}
.u-accordion__wrapper-tab {
  width: 792px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-accordion__wrapper-tab {
    width: 100%;
    margin: 0;
  }
}
.u-accordion__list {
  border-radius: 16px;
  background: #fff;
  transition: ease 0.2s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.u-accordion__list.parent.on {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .u-accordion__list.parent {
    margin: 0 4.2666666667vw;
  }
  .u-accordion__list.parent.on {
    margin: 0;
    background: rgba(255, 255, 255, 0.7);
  }
}
.u-accordion {
  display: block;
  padding: 24px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .u-accordion {
    padding: 4.2666666667vw;
  }
}
.u-accordion::after {
  content: "";
  background: url(/assets/img/common/icon_arrow_acc.svg) no-repeat;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  .u-accordion::after {
    right: 4.2666666667vw;
  }
}
.u-accordion.on::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.u-accordion__item {
  display: none;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .u-accordion__item {
    padding: 4.2666666667vw;
  }
}
.u-accordion__item > .u-accordion__list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .u-accordion__item > .u-accordion__list {
    margin-top: 4.2666666667vw;
  }
}
.u-accordion__item > .u-accordion__list:first-child {
  margin-top: 0;
}
.u-flex--defo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.u-tal {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-tal__sp {
    text-align: left;
  }
}
.u-tac {
  text-align: center;
}
.u-tar {
  text-align: right;
}

input[type=checkbox] {
  display: none;
}

input[type=radio] {
  display: none;
}

input[type=checkbox]:checked + .u-form__check::after {
  opacity: 1;
}

input[type=radio]:checked + .u-form__radio::after {
  opacity: 1;
}

#loading {
  width: 100%;
  height: 100vh;
  transition: all 1s;
  background-color: #ddd;
  position: fixed;
  z-index: 9999;
  top: 0;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: absolute;
  animation: sk-chase 2.5s infinite linear both;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.mv__wrapper {
  width: 100%;
}
.mv__item-detail {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .mv__item-detail {
    padding: 4.2666666667vw;
  }
}
.mv__item-detail:hover {
  opacity: 0.7;
}
.mv__item-ttl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mv__item-ttl {
    font-size: 4.2666666667vw;
  }
}
.mv__img {
  display: block;
  width: 46.666vw;
  min-width: 560px;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 100%;
    min-width: inherit;
  }
}

.card-right__img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .card-right__img {
    width: 34.1333333333vw;
  }
}
.card__wrapper {
  width: 100%;
}
.card__item-detail {
  padding: 24px 0;
}
.card__item-detail:hover {
  opacity: 0.7;
}
.card__item-detail-right {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .card__item-detail-right {
    flex: 1;
    padding-left: 4.2666666667vw;
  }
}
.card__item-ttl-right {
  font-size: 12px;
}
.card__item-ttl {
  font-size: 14px;
}
.card__list-item-detail {
  padding: 24px 0;
}
.card__list-item-detail:hover {
  opacity: 0.7;
}
.card__list-item-ttl {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .card__list-item-detail {
    flex: 1;
    padding: 0 0 0 4.2666666667vw;
  }
  .card__list-item-ttl {
    font-size: 14px;
  }
}
.card__img {
  display: block;
  width: 352px;
  min-width: 352px;
}
@media screen and (max-width: 768px) {
  .card__img {
    min-width: 300px;
    width: 300px;
  }
}
.card__list-img {
  display: block;
  width: 352px;
  min-width: 352px;
}
@media screen and (max-width: 768px) {
  .card__list-img {
    min-width: 34.1333333333vw;
    width: 34.1333333333vw;
  }
}

.ban {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ban-right {
  width: 100%;
  padding-bottom: 48px;
}
.ban-right > .ban__item {
  padding-bottom: 24px;
}
.ban-right > .ban__item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ban {
    width: 100%;
    padding: 0 4.2666666667vw;
    display: block;
    flex-wrap: nowrap;
  }
}
.ban__wrapper {
  margin-top: 24px;
  background: #333;
  padding: 48px 0;
}
.ban__item {
  flex-basis: 352px;
  display: block;
}
@media screen and (max-width: 768px) {
  .ban__wrapper {
    margin-top: 6.4vw;
    background: #333;
    padding: 4.2666666667vw 0;
  }
  .ban__item {
    padding-bottom: 4.2666666667vw;
    display: block;
  }
  .ban__item:last-child {
    padding-bottom: 0;
  }
}

.about__wrapper {
  background: #333;
  padding: 72px;
}
@media screen and (max-width: 768px) {
  .about__wrapper {
    padding: 4.2666666667vw;
  }
}
.about__content {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 72px 0;
  background: #FFF;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about__content {
    display: block;
    padding: 12.8vw 6.4vw;
  }
}
.about__logo {
  width: 452px;
  text-align: left;
  padding: 0 64px;
}
@media screen and (max-width: 768px) {
  .about__logo {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .about__logo > img {
    width: 240px;
  }
}
.about__disc {
  width: 636px;
  font-size: 16px;
  line-height: 2;
  padding: 0 64px 0 0;
}
@media screen and (max-width: 768px) {
  .about__disc {
    width: 100%;
    padding: 6.4vw 0;
    font-size: 3.7333333333vw;
  }
}

.swiper-container {
  width: 100%;
  position: relative;
  padding-bottom: 24px;
}

.swiper-container__card {
  width: 100%;
  position: relative;
}

.mv .swiper-slide {
  min-width: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .mv .swiper-slide {
    min-width: inherit;
    display: block;
    justify-content: center;
    align-items: center;
    transform: none;
  }
}

.add-pagination {
  bottom: 0px !important;
}

.swiper-container__card {
  padding: 48px 23px 24px 24px;
  overflow: hidden;
}
.swiper-container__card .swiper-pagination {
  bottom: 0px !important;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: auto;
}

.swiper-pagination-bullet {
  margin: 0 12px !important;
  background: #666;
}

.swiper-pagination-bullet-active {
  background-color: #098CF2;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 138px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
  align-items: inherit;
  justify-content: inherit;
  color: inherit;
  background-size: contain;
  width: 48px !important;
  height: 48px !important;
}

.swiper-button-prev {
  left: 0px !important;
  background: url(../../assets/img/common/slide_prev.svg) no-repeat;
  background-size: contain;
}
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  right: 4px !important;
  background: url(../../assets/img/common/slide_next.svg) no-repeat;
  background-size: contain;
}
.swiper-button-next::after {
  content: "";
}

@media screen and (max-width: 768px) {
  .card.swiper-wrapper {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .swiper-container__card {
    padding: 6.4vw 0 0 0;
  }
  .swiper-container__card .swiper-pagination, .swiper-container__card .swiper-button-prev, .swiper-container__card .swiper-button-next {
    display: none;
  }
  .swiper-container__card .card .swiper-slide {
    min-width: 300px;
    width: 300px;
    margin-right: 6.4vw;
  }
  .swiper-container__card .card .swiper-slide:last-child {
    margin-right: 0;
  }
}
.pager {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager li {
  padding: 16px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pager li {
    font-size: 4.2666666667vw;
  }
}
.pager li > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.pager li > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.84);
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.pager li > a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.pager li > a:link, .pager li > a:visited {
  color: rgba(0, 0, 0, 0.84);
  opacity: 1;
}
.pager .prev, .pager .next {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .pager .prev, .pager .next {
    font-size: 3.2vw;
  }
}
.pager .off {
  cursor: default;
  color: #999 !important;
  pointer-events: none;
}

.addtoany_shortcode {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .addtoany_shortcode {
    padding-top: 6.4vw;
  }
}

/*
*
*   WPプラグイン用のスタイル
*
*/
.wp-pagenavi { /* 全体 */
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.wp-pagenavi a { /* フォント色 */
  color: #4a4a4a;
}

.pages { /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page { /* ボタン */
  margin: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #eee;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
}

.wp-pagenavi .current { /* カレント数字 */
  border: none;
  background: #507dc4;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend { /* ... */
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink { /* 記号の削除 */
  display: none;
}