@charset "UTF-8";

/**
* setting
* ========================== */
/*===============================

setting/size.scss

================================*/
/*
コンテンツ幅
================================*/
/*
ブレイクポイント
================================*/
/*
ヘッダー高
================================*/
/*
レスポンシブ余白
================================*/
/*
z-index管理
================================*/
/*===============================

setting/color.scss

================================*/
/*
ベースカラー
================================*/
/*
背景カラー
================================*/
/*
テキストカラー
================================*/
/*
メインカラー・キーカラー
================================*/
/*
透過度
================================*/
/*===============================

setting/form.scss

================================*/
/*
チェックボックスカラー
================================*/
/*
チェックボックスサイズと余白
================================*/
/*
ラジオボタンサイズと余白
================================*/
/*===============================

setting/function.scss

================================*/
/*
line-heightを自動計算(行送り / フォントサイズ)
================================*/
/*===============================

setting/size.scss

================================*/
/*
コンテンツ幅
================================*/
/*
ブレイクポイント
================================*/
/*
ヘッダー高
================================*/
/*
レスポンシブ余白
================================*/
/*
z-index管理
================================*/
/*===============================

setting/typography.scss

================================*/
/*
ベーステキスト
================================*/
/*
フォントファミリー
================================*/
/**
* mixin
* ========================== */
/*
メディアクエリ
================================*/
/*
メディアクエリ
================================*/
/**
* base
* ========================== */
/*! =================================================
※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

a {
  color: inherit;
  display: inline-block;
  outline: none;
  text-decoration: none;
}

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

video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../img/body_bg.jpg) repeat;
  color: #212121;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  min-width: 1200px;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

table {
  border: 1px solid inharit;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid inharit;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

/*
ここからフォーム
================================*/
form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  background-color: #212121;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.9;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  background-color: #212121;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.9;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

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

input[type="radio"]+span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
}

input[type="radio"]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

input[type="radio"]+span::after {
  -webkit-transition: opacity 0.3s ease 0s;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type="radio"]:checked+span::after {
  -webkit-transform: translateY(-50%);
  background: #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

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

input[type="checkbox"]+span {
  -webkit-transition: all 1s ease 0s;
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  transition: all 1s ease 0s;
}

input[type="checkbox"]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

input[type="checkbox"]+span::after {
  -webkit-transition: opacity 0.3s ease 0s;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked+span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #212121;
  border-left: 4px solid #212121;
  content: "";
  display: block;
  height: 15.6px;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 26px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.4em 2.4em 0.4em 0.8em;
}

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

select:focus {
  -webkit-box-shadow: none;
  border-color: #ccc;
  box-shadow: none;
  outline: none;
}

/**
* module
* ========================== */
.cta-bnr {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta-bnr {
    margin: 40px auto 0 auto;
    width: 90%;
  }
}

.cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.cta-pic {
  -ms-flex-preferred-size: 41.666%;
  flex-basis: 41.666%;
}

@media screen and (max-width: 767px) {
  .cta-pic {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .cta-pic img {
    -o-object-fit: cover;
    -o-object-position: 50% 20%;
    object-fit: cover;
    object-position: 50% 20%;
  }
}

.cta-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-preferred-size: 58.333%;
  background: transparent url(../img/cta_bg.jpg) no-repeat 50% 50%/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 58.333%;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .cta-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 50px 16px;
  }
}

.cta-txt {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta-txt {
    font-size: 1.4rem;
  }
}

.cta-txt span {
  color: #c7000a;
}

.cta-link {
  -webkit-box-shadow: 2px 2px 25px 20px rgba(78, 78, 78, 0.3);
  -webkit-transition: .3s all;
  box-shadow: 2px 2px 25px 20px rgba(78, 78, 78, 0.3);
  display: block;
  height: 100px;
  margin: 60px auto 0 auto;
  transition: .3s all;
  width: 400px;
  font-size: 3rem !important;
}

.cta-link span {
  line-height: 80px;
}

@media screen and (max-width: 767px) {
  .cta-link {
    height: auto;
    margin: 40px auto 0 auto;
    width: 240px;
    font-size: 1.8rem !important;
  }

  .cta-link span {
    line-height: 50px;
  }
}

.cta-link:hover {
  opacity: .8;
}

.cta02 {
  background: transparent url(../img/cta02_bg.jpg) no-repeat 15% 50%/cover;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .cta02 {
    padding: 60px 0;
  }
}

.cta02-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta02-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cta02-txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta02-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cta02-txt {
    text-align: left;
  }
}

.cta02-txt._txt02 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta02-txt._txt02 {
    font-size: 3rem;
    margin-top: 30px;
  }
}

.dmenu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 3;
}

.dmenu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

.dmenu-item {
  -webkit-transform: translateX(200px);
  -webkit-transition: opacity .3s ease, -webkit-transform .6s ease;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 20px 60px;
  opacity: 0;
  text-align: left;
  transform: translateX(200px);
  transition: opacity .3s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .3s ease;
  transition: transform .6s ease, opacity .3s ease, -webkit-transform .6s ease;
}

.dmenu-item:nth-child(2) {
  -webkit-transition-delay: .15s !important;
  transition-delay: .15s !important;
}

.dmenu-item:nth-child(3) {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
}

.dmenu-item:nth-child(4) {
  -webkit-transition-delay: .45s !important;
  transition-delay: .45s !important;
}

.dmenu-item:nth-child(5) {
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.dmenu-item:nth-child(6) {
  -webkit-transition-delay: .75s !important;
  transition-delay: .75s !important;
}

.dmenu-item:first-child {
  margin-top: 0;
}

.dmenu-item a {
  display: block;
}

.is-dmenu-active {
  overflow: hidden;
}

.is-dmenu-active .dmenu {
  opacity: 1;
  visibility: visible;
}

.is-dmenu-active .dmenu-item {
  -webkit-transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.dtoggle {
  background-color: transparent;
  border: none;
  display: block;
  height: 40px;
  outline: none;
  position: relative;
  width: 40px;
  z-index: 4;
}

.dtoggle:after {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  content: "MENU";
  font-size: 1.2rem;
  font-weight: 400;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.dtoggle[aria-expanded="true"].dtoggle:after {
  color: #fff;
  content: "CLOSE";
}

.dtoggle[aria-expanded="true"] .dtoggle-line {
  -webkit-transition: top .4s ease, -webkit-transform .3s ease-in-out;
  background-color: transparent;
  transition: top .4s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .4s ease;
  transition: transform .3s ease-in-out, top .4s ease, -webkit-transform .3s ease-in-out;
}

.dtoggle[aria-expanded="true"] .dtoggle-line:before,
.dtoggle[aria-expanded="true"] .dtoggle-line:after {
  background-color: #fff;
}

.dtoggle[aria-expanded="true"] .dtoggle-line:before {
  -webkit-transform: rotate(45deg);
  top: 0;
  transform: rotate(45deg);
}

.dtoggle[aria-expanded="true"] .dtoggle-line:after {
  -webkit-transform: rotate(135deg);
  top: 0;
  transform: rotate(135deg);
}

.dtoggle-line {
  -webkit-transition: top .4s ease, -webkit-transform .3s ease-in-out;
  background-color: #fff;
  bottom: 30px;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: top .4s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .4s ease;
  transition: transform .3s ease-in-out, top .4s ease, -webkit-transform .3s ease-in-out;
  width: 30px;
}

.dtoggle-line:before,
.dtoggle-line:after {
  -webkit-transition: inherit;
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}

.dtoggle-line:before {
  top: -10px;
}

.dtoggle-line:after {
  top: 10px;
}

.fnav {
  background-color: #212121;
  padding: 90px 0 80px;
}

@media screen and (max-width: 767px) {
  .fnav {
    padding: 25px 0 40px;
  }
}

.fnav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .fnav-inner {
    padding: 0 16px;
  }
}

.fnav-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .fnav-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.fnav-item {
  color: #999;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .fnav-item {
    font-size: 1.2rem;
    margin-left: 12px !important;
    margin-right: 12px !important;
    margin-top: 25px;
  }
}

.fnav-item:not(:first-child) {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .fnav-item:not(:first-child) {
    margin-left: 0;
    margin-top: 25px;
  }

  .fnav-item {
    margin-top: 25px;
  }
}


.fnav-item {
  margin-top: 40px;
}

.fnav-item:nth-child(7) {
  margin-left: 0;
}

.fnav-item:nth-child(n + 7) {
  margin-top: 40px;
}


@media screen and (max-width: 767px) {
  .fnav-item:nth-child(n + 7) {
    margin-top: 25px;
  }
}

.fnav-item a {
  display: inline-block;
  position: relative;
}

.fnav-item a::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  background: #ff0000;
  bottom: -13px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.fnav-item a:hover::after {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 60px 30px 30px 20px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 30%;
  }
}

.footer-outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .footer-outer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.footer-item {
  color: #999;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .footer-item {
    font-size: 1.2rem;
    margin-left: 0;
    margin-top: 15px;
  }
}

.footer-txt {
  color: #999;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  margin-top: 30px;
}

.totop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  justify-content: center;
  position: fixed;
  right: 55px;
  width: 90px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .totop {
    bottom: 20px;
    height: 60px;
    right: 20px;
    width: 60px;
  }
}

.header {
  -webkit-transition: all 0.5s ease 0s;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}

.header-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.header-logo img {
  height: 60px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .header-logo img {
    height: 50px;
  }
}

.header-btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#F80235), to(#F6B43F));
  background-image: -webkit-linear-gradient(left, #F80235 0%, #F6B43F 100%);
  background-image: linear-gradient(to right, #F80235 0%, #F6B43F 100%);
  color: #fff;
  height: auto;
  padding: 21px 35px 21px 17px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .header-btn a {
    font-size: 1.4rem;
    padding: 18px 28px 18px 14px;
  }
}

.header-btn a::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/arrow_icon_rt.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  /*display: inline-block;*/
  height: 18px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

@media screen and (max-width: 767px) {
  .header-btn a::after {
    height: 14px;
    right: 10px;
    width: 10px;
  }
}

.header.is-header-fixed {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  background-color: #fff;
  background-size: contain;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

/**
* plugin
* ========================== */
/**
* page
* ========================== */
.concept {
  background: transparent url(../img/concept_bg.jpg) no-repeat 50% 50%/cover;
  margin-top: 120px;
  padding: 60px 0 140px;
}

@media screen and (max-width: 767px) {
  .concept {
    margin-top: 60px;
    padding: 30px 0 70px;
    background-position: top right;
  }
}

.concept-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .concept-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.concept-outer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept-pic:not(:first-child) {
  margin-left: 25px;
}

.concept-box {
  color: #fff;
  font-size: 2rem;
  margin-top: 74px;
}

@media screen and (max-width: 767px) {
  .concept-box {
    /*height: 250px;*/
    margin-top: 24px;
    overflow: scroll;
  }
}

.concept-txt {
  line-height: 2;
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .concept-txt {
    font-size: 1.4rem;
  }
}

.concept-name {
  bottom: -50px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 767px) {
  .concept-name {
    bottom: -75px;
    width: 250px;
  }
}

.content {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 60px 0;
  }
}

.content-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .content-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

.content-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-tit {
    font-size: 5.4rem;
  }
}

.content-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .content-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.content-tit::before {
  -webkit-transform: none;
  left: 0;
  transform: none;
}

@media screen and (max-width: 767px) {
  .content-tit::before {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
}

.content-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 100px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .content-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .content-txt {
    margin-top: 70px;
    text-align: center;
  }
}

.content-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 34px;
}

@media screen and (max-width: 767px) {
  .content-list {
    margin-left: 0;
    margin-top: 40px;
  }
}

.content-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  height: 280px;
  justify-content: center;
  line-height: 2;
  padding-bottom: 30px;
  width: calc(50% - 20px / 2);
}

@media screen and (max-width: 767px) {
  .content-item {
    font-size: 1.6rem;
    height: 48vw;
    padding: 0 10px;
    text-align: center;
  }
}

.content-item:not(:nth-child(odd)) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .content-item:not(:nth-child(odd)) {
    margin-left: 10px;
  }
}

.content-item:nth-child(n + 3) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .content-item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.content-item._item01 {
  background: transparent url(../img/content_bg_red.png) no-repeat 50% 50%/cover;
}

.content-item._item02 {
  background: transparent url(../img/content_bg_orange.png) no-repeat 50% 50%/cover;
}

.instructor {
	max-width: 1100px;
	padding-bottom: 120px;
	margin: auto;
}

.instructor-tit {
	font-family: "Anton", sans-serif;
	font-size: 11rem;
	position: relative;
	text-align: center;
}

.instructor-tit::before {
	-webkit-transform: translateX(-50%);
    bottom: -40px;
    content: attr(data-tit);
    font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.instructor-txt {
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}

.instructor-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.instructor-item {
	width: 24%;
	font-size: 1.4rem;
	margin-top: 60px;
    line-height: 160%;
}

.instructor-item img {
	width: 100%;
	height: auto;
}

.instructor-item span.name {
	text-align: center;
	display: block;
	padding: 20px 0;
	font-size: 1.8rem;
}

.instructor-item:nth-of-type(1) {
	border: 20px solid #c7000a;
	display: flex;
}

.instructor-item:nth-of-type(1) .instructor-txt {
	margin: auto;
}

.instructor-item:nth-of-type(1) span.aka {
	display: block;
	color: #fff;
	background: #c7000a;
	border-radius: 10px;
	padding: 5px 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.instructor {
		padding: 0 20px 60px;
	}
	.instructor-tit {
		font-size: 5.4rem;
	}
	.instructor-tit::before {
		bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
	}
	.instructor-item {
		width: 48%;
		margin-top: 40px;
	}
	.instructor-txt {
		font-size: 1.6rem;
	}
	.instructor-item:nth-of-type(1) {
	border: 10px solid #c7000a;
	}
}

.faq {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
}

.faq-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .faq-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.faq-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .faq-tit {
    font-size: 5.4rem;
  }
}

.faq-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .faq-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.faq-wrap {
  -webkit-box-shadow: 2px 2px 25px 20px rgba(78, 78, 78, 0.1);
  background-color: #fff;
  box-shadow: 2px 2px 25px 20px rgba(78, 78, 78, 0.1);
  margin-top: 110px;
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .faq-wrap {
    margin-top: 80px;
    padding: 10px;
  }
}

.faq-def {
  border: 1px solid #dcdcdc;
}

.faq-def:not(:first-child) {
  margin-top: 10px;
}

.faq-dtit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 70px 34px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-dtit {
    padding: 30px 50px 30px 15px;
  }
}

.faq-dtit::before,
.faq-dtit::after {
  -webkit-transform: translateY(-50%);
  background-color: #c7000a;
  content: "";
  height: 3px;
  margin: 0 auto;
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

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

  .faq-dtit::before,
  .faq-dtit::after {
    right: 14px;
    width: 20px;
  }
}

.faq-dtit::after {
  -webkit-transform: rotate(90deg);
  -webkit-transition: .3s transform;
  transform: rotate(90deg);
  transition: .3s transform;
}

.faq-subtit {
  font-size: 2rem;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-subtit {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 30px;
  }
}

.faq-subtit::before {
  -webkit-transform: translateY(-50%);
  color: #0000c7;
  content: "Q";
  display: inline-block;
  font-size: 2.4rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .faq-subtit::before {
    -webkit-transform: none;
    font-size: 1.8rem;
    top: 0;
    transform: none;
  }
}

.faq-data {
  display: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 115px 35px 100px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .faq-data {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-data {
    padding: 0 30px 25px 56px;
  }
}

.faq-data::before {
  color: #c7000a;
  content: "A";
  display: inline-block;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 60px;
  line-height: 1.6;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .faq-data::before {
    font-size: 1.8rem;
    left: 30px;
  }
}

.faq-dtit.is-faq-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.is-faq-active .faq-data {
  display: block;
}

.gallery {
  -ms-flex-wrap: nowrap;
  background-color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
}

.gallery-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-list:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
}

.gallery-list:last-child {
  -webkit-animation: loop02 50s linear infinite;
  animation: loop02 50s linear infinite;
}

.gallery-item {
  height: 250px;
  margin-left: 20px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .gallery-item {
    height: 150px;
    margin-left: 10px;
    width: 150px;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop02 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop02 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.intro {
  padding: 120px 0 90px;
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 60px 0 50px;
  }
}

.intro-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  max-width: 1700px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .intro-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.intro-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro-tit {
    font-size: 5.4rem;
  }
}

.intro-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .intro-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.intro-wrap01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 112px;
  max-width: 1100px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .intro-wrap01 img {
    width: 118% !important;
    max-width: 118% !important;
  }
}

@media screen and (max-width: 767px) {
  .intro-wrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
  }
}

.intro-wrap01::before {
  background-color: #c7000a;
  bottom: 0;
  content: "";
  display: block;
  height: 650px;
  position: absolute;
  right: 0;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .intro-wrap01::before {
    height: 320px;
    right: -16px;
    width: 100px;
  }
}

.intro-wrap02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-top: 118px;
  max-width: 1100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .intro-wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}

.intro-wrap02::before {
  background-color: #c7000a;
  bottom: 0;
  content: "";
  display: block;
  height: 360px;
  left: 0;
  position: absolute;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .intro-wrap02::before {
    height: 200px;
    left: -16px;
    width: 100px;
  }
}

.intro-txt {
  font-size: 2rem;
  line-height: 2;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .intro-txt {
    font-size: 1.4rem;
    width: 100%;
  }
}

.intro-txt._wrap02 {
  margin-left: 38px;
}

@media screen and (max-width: 767px) {
  .intro-txt._wrap02 {
    margin-left: 0;
  }
}

.intro-txt._box {
  width: 100%;
}

.intro-txt._box span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fe1824));
  background: -webkit-linear-gradient(transparent 50%, #fe1824 50%);
  background: linear-gradient(transparent 50%, #fe1824 50%);
  padding-bottom: 4px;
}

.intro-pic {
  position: relative;
}

@media screen and (max-width: 767px) {
  .intro-pic {
    margin-left: auto;
    margin-right: -16px;
    margin-top: 40px;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .intro-pic._pic02 {
    margin-left: -16px;
    margin-right: auto;
    width: 100%;
  }
}

.intro-pic._tw {
  margin: 120px auto 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .intro-pic._tw {
    margin: 60px auto 0 auto;
    width: 90%;
  }
}

.intro-pic._tw::before,
.intro-pic._tw::after {
  background-color: #c7000a;
  content: "";
  display: inline-block;
  height: 120px;
  position: absolute;
  width: 200px;
  z-index: -1;
}

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

  .intro-pic._tw::before,
  .intro-pic._tw::after {
    height: 60px;
    width: 100px;
  }
}

.intro-pic._tw::before {
  left: -100px;
  top: -60px;
}

@media screen and (max-width: 767px) {
  .intro-pic._tw::before {
    left: -5%;
    top: -35px;
  }
}

.intro-pic._tw::after {
  bottom: -60px;
  right: -100px;
}

@media screen and (max-width: 767px) {
  .intro-pic._tw::after {
    bottom: -35px;
    right: -5%;
  }
}

.intro-box {
  margin: 100px auto 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .intro-box {
    margin: 50px auto 0 auto;
  }
}

.kv {
  background: transparent url(../img/kv_pic.png) no-repeat 10% 50%/560px;
  height: 920px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kv {
    background: transparent url(../img/kv_pic.png) no-repeat 50% 110%/250px;
    height: 730px;
  }
}

.kv::after {
  background: transparent url(../img/kv_bg_bot.png) no-repeat 50% 50%/cover;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 200px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .kv::after {
    height: 80px;
  }
}

.kv-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0;
  padding-bottom: 63px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .kv-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .kv-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 70px;
  }
}

.kv-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-left: auto;
  margin-top: 62px;
  text-align: left;
  width: 47%;
}

@media screen and (max-width: 767px) {
  .kv-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .kv-txt {
    margin-top: 24px;
    width: 100%;
  }
}

.kv-copy {
  margin-left: auto;
  position: relative;
  width: 68%;
}

@media screen and (max-width: 767px) {
  .kv-copy {
    width: 100%;
  }
}

.kv-start {
  -webkit-transform: translateX(-50%);
  bottom: 53px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 90%;
}

@media screen and (max-width: 767px) {
  .kv-start {
    bottom: 24px;
    width: 95%;
  }
}

.message {
  background: transparent url(../img/message_bg.jpg) no-repeat 50% 50%/cover;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .message {
    background: transparent url(../img/message_bg.jpg) no-repeat 5% 50%/cover;
    padding: 60px 0;
  }
}

.message-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .message-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.message-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message-tit {
    font-size: 5.4rem;
  }
}

.message-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .message-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.message-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 110px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .message-txt {
    /*height: 130px;*/
    margin-top: 80px;
    /*overflow: scroll;*/
    text-align: left;
  }
}

.movie {
  padding: 90px 0 60px;
}

@media screen and (max-width: 767px) {
  .movie {
    padding: 50px 0 30px;
  }
}

.movie-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movie-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.movie-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .movie-tit {
    font-size: 5.4rem;
  }
}

.movie-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .movie-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.movie-pic {
  cursor: pointer;
  height: 460px;
  margin: 110px auto 0 auto;
  position: relative;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .movie-pic {
    height: auto;
    margin: 80px auto 0 auto;
    width: 100%;
  }
}

.movie-pic::before {
  -webkit-transform: translateX(-50%);
  -webkit-transition: .3s all;
  background-image: url(../img/movie_play_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 162px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 28%;
  transform: translateX(-50%);
  transition: .3s all;
  width: 162px;
}

@media screen and (max-width: 767px) {
  .movie-pic::before {
    height: 35%;
    width: 21%;
  }
}

.movie-pic:hover::before {
  background-image: url(../img/movie_play_icon_hover.png);
}

.privilege {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .privilege {
    padding: 60px 0;
  }
}

.privilege-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .privilege-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.privilege-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .privilege-tit {
    font-size: 5.4rem;
  }
}

.privilege-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .privilege-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.privilege-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.privilege-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border: 3px solid #c7000a;
  height: 300px;
  justify-content: center;
  margin-top: 170px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .privilege-box {
    height: auto;
    margin: 120px auto 0 auto;
    max-width: 500px;
    padding: 40px 0 50px 0;
    width: 100%;
  }
}

.privilege-box:not(:first-child) {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .privilege-box:not(:first-child) {
    margin: 60px auto 0 auto;
  }
}

.privilege-icon {
  background-color: #c7000a;
  border-radius: 50%;
  height: 120px;
  margin: -63px auto 0 auto;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .privilege-icon {
    height: auto;
    margin: -90px auto 0 auto;
    width: 100px;
  }
}

.privilege-icon._icon01 {
  padding: 27px 24px;
}

.privilege-icon._icon02 {
  padding: 27px 34px;
}

.privilege-subtit {
  font-size: 2.4rem;
  line-height: 2;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .privilege-subtit {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.privilege-subtit span {
  color: #c7000a;
}

.privilege-subtit._subtit02 {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .privilege-subtit._subtit02 {
    margin-top: 30px;
  }
}

.privilege-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .privilege-txt {
    font-size: 1.3rem;
  }
}

.privilege-txt._txt02 {
  font-size: 3.4rem;
  line-height: 2;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .privilege-txt._txt02 {
    font-size: 2rem;
  }
}

.privilege-txt._txt02 span {
  background-color: #c7000a;
  color: #fff;
  font-size: 4.4rem;
  padding: 5px 2px;
}

@media screen and (max-width: 767px) {
  .privilege-txt._txt02 span {
    font-size: 2.8rem;
  }
}

.privilege-txt._txt03 {
  font-size: 2.4rem;
  line-height: 3;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .privilege-txt._txt03 {
    font-size: 1.5rem;
  }
}

.privilege-txt._txt03 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fe1824));
  background: -webkit-linear-gradient(transparent 70%, #fe1824 70%);
  background: linear-gradient(transparent 70%, #fe1824 70%);
  font-size: 2.8rem;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .privilege-txt._txt03 span {
    font-size: 1.6rem;
  }
}

.privilege-triangle {
  border-color: #c7000a transparent transparent transparent;
  border-style: solid;
  border-width: 85px 85px 0 85px;
  height: 0;
  margin: 30px auto 0 auto;
  width: 0;
}

@media screen and (max-width: 767px) {
  .privilege-triangle {
    border-width: 45px 45px 0 45px;
  }
}

.privilege-bnr {
  margin-top: 34px;
}

.recommened {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .recommened {
    padding: 60px 0;
  }
}

.recommened-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .recommened-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.recommened-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recommened-tit {
    font-size: 5.4rem;
  }
}

.recommened-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .recommened-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.recommened-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 105px;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .recommened-wrap {
    margin-top: 80px;
    align-items: flex-start;
  }
}

.recommened-box {
  text-align: center;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .recommened-box {
    width: calc(50% - 20px / 2);
  }
}

.recommened-box:nth-child(n + 5) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .recommened-box:nth-child(n + 5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .recommened-box:not(:nth-child(2n + 1)) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .recommened-box:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.recommened-txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .recommened-txt {
    font-size: 1.1rem;
  }
}

.recommened-txt._txt01 {
  margin-top: 20px;
}

.recommened-txt._txt02 {
  margin-top: 24px;
}

.recommened-txt._txt03 {
  margin-top: 20px;
}

.recommened-txt._txt04 {
  margin-top: 23px;
}

.recommened-txt._txt05 {
  margin-top: 22px;
}

.recommened-txt._txt06 {
  margin-top: 20px;
}

.recommened-txt._txt07 {
  margin-top: 33px;
}

.recommened-txt._txt08 {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .recommened-txt._txt08 {
    margin-top: 13px;
  }
}

.recommened-txt._event {
  margin-top: 24px;
  text-align: right;
}

.recommened-icon {
  margin: 0 auto;
}

.recommened-icon._icon01 {
  height: 120px;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon01 {
    height: 96px;
    width: 48px;
  }
}

.recommened-icon._icon02 {
  height: 114px;
  width: 119px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon02 {
    height: 91px;
    width: 95px;
  }
}

.recommened-icon._icon03 {
  height: 120px;
  width: 85px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon03 {
    height: 96px;
    width: 68px;
  }
}

.recommened-icon._icon04 {
  height: 120px;
  width: 78px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon04 {
    height: 96px;
    width: 62px;
  }
}

.recommened-icon._icon05 {
  height: 117px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon05 {
    height: 93px;
    width: 96px;
  }
}

.recommened-icon._icon06 {
  height: 120px;
  width: 95px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon06 {
    height: 96px;
    width: 76px;
  }
}

.recommened-icon._icon07 {
  height: 96px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon07 {
    height: 79px;
    width: 96px;
  }
}

.recommened-icon._icon08 {
  height: 120px;
  width: 105px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon08 {
    height: 96px;
    width: 84px;
  }
}

.thought {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .thought {
    padding: 30px 0;
  }
}

.thought-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .thought-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.thought-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thought-tit {
    font-size: 5.4rem;
  }
}

.thought-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .thought-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.thought-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: 10px solid #c7000a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 110px auto 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .thought-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    border: 5px solid #c7000a;
    flex-direction: column;
    margin: 80px auto 0 auto;
  }
}

.thought-box02 {
  border: 10px solid #c7000a;
  margin: 110px auto 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .thought-box02 {
    border: 5px solid #c7000a;
    margin: 40px auto 0 auto;
  }
}

.thought-box03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: 10px solid #c7000a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 110px auto 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .thought-box03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    border: 5px solid #c7000a;
    flex-direction: column-reverse;
    margin: 40px auto 0 auto;
  }
}

.thought-left {
  width: 660px;
}

@media screen and (max-width: 767px) {
  .thought-left {
    width: 100%;
  }
}

.thought-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

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

.thought-header._header03 {
  margin-left: -528px;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .thought-header._header03 {
    margin-left: 0;
    width: 100%;
  }
}

.thought-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c7000a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 190px;
  padding-right: 22px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .thought-label {
    height: 100px;
    padding: 10px 0;
    width: 100%;
  }
}

.thought-label._label01 {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .thought-label._label01 {
    width: 100%;
  }
}

.thought-subtit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 30px;
  text-shadow: 2px 2px 0px #fff, 2px 2px 1px #000;
}

@media screen and (max-width: 767px) {
  .thought-subtit {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 30px;
    padding-left: 0;
    text-align: center;
  }
}

.thought-txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thought-txt {
    -webkit-transition: .3s all;
    font-size: 1.4rem;
    height: 4em;
    overflow: hidden;
    padding: 0 16px;
    transition: .3s all;
  }
}

.thought-txt._txt02 {
  text-align: left;
  width: 43%;
}

@media screen and (max-width: 767px) {
  .thought-txt._txt02 {
    padding: 0 16px;
    width: 100%;
  }
}

.thought-txt._txt02:nth-child(3) {
  height: 0;
}

.thought-txt._word {
  color: #fff;
  font-size: 3.2rem;
  margin-top: auto;
  padding-left: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .thought-txt._word {
    font-size: 2.4rem;
  }
}

.thought-txt._label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: flex-start;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.4rem;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .thought-txt._label {
    font-size: 2.4rem;
  }
}

.thought-txt._label span {
  font-family: "Anton", sans-serif;
  font-size: 9rem;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .thought-txt._label span {
    font-size: 4rem;
  }
}

.thought-btn {
  background-color: #c7000a;
  color: #fff;
  font-size: 1.8rem;
  margin: 30px auto 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 240px;
}

.thought-btn::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../../../img/arrow_icon_rt_thin.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.thought-umarker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f2a41c));
  background: -webkit-linear-gradient(transparent 50%, #f2a41c 50%);
  background: linear-gradient(transparent 50%, #f2a41c 50%);
  padding-bottom: 4px;
}

.thought-umarker02 {
  background-color: #c7000a;
  color: #fff;
  padding: 5px 2px;
}

.thought-line {
  background-image: -webkit-linear-gradient(top, #212121, #212121 2px, #adadad 2px, #adadad 2px);
  background-image: linear-gradient(to bottom, #212121, #212121 2px, #adadad 2px, #adadad 2px);
  background-position: top;
  background-repeat: repeat-y;
  background-size: 1px 4px;
  display: block;
  height: 500px;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .thought-line {
    display: none;
  }
}

.thought-body {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .thought-body {
    margin-top: 30px;
  }
}

.thought-body02 {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .thought-body02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}

.thought-pic {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .thought-pic {
    height: 300px;
    margin-top: 30px;
    width: 100%;
  }
}

.thought-pic img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .thought-pic img {
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
  }
}

.thought-pic._pic02 {
  margin-top: 40px;
  width: 100%;
}

.is-thought-active01 .thought-txt._txt01 {
  height: auto !important;
}

.is-thought-active02 .thought-txt._txt02 {
  height: auto !important;
}

.is-thought-active03 .thought-txt._txt03 {
  height: auto !important;
}

.trouble {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .trouble {
    padding: 30px 0;
  }
}

.trouble-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .trouble-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.trouble-pic._pc {
  height: 174px;
  margin: 50px 0 0 auto;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  width: 331px;
}

.trouble-pic._pc img {
  height: auto;
  padding-top: 70px;
}

.trouble-pic._sp {
  display: block;
  margin: 40px auto 0 auto;
  width: 70%;
}

.trouble-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trouble-tit {
    font-size: 5.4rem;
  }
}

.trouble-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .trouble-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.trouble-list {
  margin: -50px auto 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .trouble-list {
    margin: 80px auto 0 auto;
  }
}

.trouble-item {
  font-size: 2.4rem;
  padding-left: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .trouble-item {
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 34px;
  }
}

.trouble-item:not(:first-child) {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .trouble-item:not(:first-child) {
    margin-top: 20px;
  }
}

.trouble-item::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/trouble_bullet.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

@media screen and (max-width: 767px) {
  .trouble-item::before {
    -webkit-transform: none;
    height: 23px;
    margin-top: 4px;
    top: 0;
    transform: none;
    width: 24px;
  }
}

.trouble-txt {
  font-size: 2rem;
  line-height: 2;
  margin: 100px auto 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .trouble-txt {
    font-size: 1.4rem;
    margin: 60px auto 0 auto;
  }
}

.voice {
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 160px;
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 30px 0 60px;
  }
}

.voice-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .voice-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.voice-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .voice-tit {
    font-size: 5.4rem;
  }
}

.voice-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .voice-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.voice-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 60px;
  max-width: 1100px;
}

@media screen and (max-width: 767px) {
  .voice-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
  }
}

.voice-wrap._wrap02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1100px;
}

@media screen and (max-width: 767px) {
  .voice-wrap._wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
  }
}

.voice-outer {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .voice-outer {
    position: relative;
    width: 100%;
  }
}

.voice-outer._outer02 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 767px) {
  .voice-outer._outer02 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.voice-mov {
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .voice-mov {
    margin: 20px auto 0 auto;
    width: 60%;
  }
}

.voice-mov::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: .3s all;
  background-image: url(../img/movie_play_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 162px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s all;
  width: 162px;
}

@media screen and (max-width: 767px) {
  .voice-mov::before {
    height: 35%;
    width: 21%;
  }
}

.voice-mov:hover::before {
  background-image: url(../img/movie_play_icon_hover.png);
}

.voice-subtit {
  height: 120px;
  margin: 0 auto;
  width: 306px;
}

@media screen and (max-width: 767px) {
  .voice-subtit {
    height: auto;
    width: 150px;
  }
}

.voice-txt {
  -webkit-transform: rotate(-10deg);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 60px;
  transform: rotate(-10deg);
}

@media screen and (max-width: 767px) {
  .voice-txt {
    font-size: 1.8rem;
    margin-top: 40px;
    text-align: center;
  }
}

.voice-txt._txt02 {
  -webkit-transform: rotate(10deg);
  text-align: center;
  transform: rotate(10deg);
}

.voice-btn._pc {
  /*-webkit-box-shadow: 0 0 35px rgba(78, 78, 78, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#F80235), to(#F6B43F));
  background-image: -webkit-linear-gradient(left, #F80235 0%, #F6B43F 100%);
  background-image: linear-gradient(to right, #F80235 0%, #F6B43F 100%);
  box-shadow: 0 0 35px rgba(78, 78, 78, 0.1);*/
  color: #fff;
  display: block;
  font-size: 2.8rem;
  margin: 80px auto 0 auto;
  position: relative;
  text-align: center;
  width: 240px;
}

.voice-btn._pc span {
  display: block;
}

.voice-btn._pc span::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/arrow_icon_rt_thin.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.voice-btn._pc a {
  display: block;
  padding: 16px 0;
}

.voice-btn._sp {
  /*-webkit-box-shadow: 0 0 35px rgba(78, 78, 78, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#F80235), to(#F6B43F));
  background-image: -webkit-linear-gradient(left, #F80235 0%, #F6B43F 100%);
  background-image: linear-gradient(to right, #F80235 0%, #F6B43F 100%);
  box-shadow: 0 0 35px rgba(78, 78, 78, 0.1);*/
  color: #fff;
  display: block;
  font-size: 1.8rem;
  margin: 25px auto 0 auto;
  position: relative;
  text-align: center;
  width: 240px;
}

.voice-btn._sp span {
  display: block;
}

.voice-btn._sp span::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/arrow_icon_rt_thin.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.voice-btn._sp a {
  display: block;
  padding: 20px 0;
}

.eyecatch {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .eyecatch {
    height: 240px;
  }
}

.eyecatch._legal {
  background: transparent url(../img/legal_eyecatch_bg.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .eyecatch._legal {
    background: transparent url(../img/legal_eyecatch_bg.jpg) no-repeat 90% 50%/cover;
  }
}

.eyecatch._privacy {
  background: transparent url(../img/privacy_eyecatch_bg.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .eyecatch._privacy {
    background: transparent url(../img/privacy_eyecatch_bg.jpg) no-repeat 90% 50%/cover;
  }
}

.eyecatch._terms {
  background: transparent url(../img/terms_eyecatch_bg.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .eyecatch._terms {
    background: transparent url(../img/terms_eyecatch_bg.jpg) no-repeat 90% 50%/cover;
  }
}

.eyecatch._payment {
  background: transparent url(../img/terms_eyecatch_bg.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .eyecatch._payment {
    background: transparent url(../img/terms_eyecatch_bg.jpg) no-repeat 90% 50%/cover;
  }
}

.eyecatch-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}

.eyecatch-tit {
  font-size: 1.8rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .eyecatch-tit {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.eyecatch-en {
  font-family: "Anton", sans-serif;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .eyecatch-en {
    font-size: 2.4rem;
  }
}

.eyecatch-tit._legal {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .eyecatch-tit._legal {
    font-size: 1.8rem;
  }
}

.legal {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .legal {
    padding: 60px 0;
  }
}

.legal-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  max-width: 800px;
  padding: 0;
  width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .legal-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.legal-tit {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .legal-tit {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
}

.legal-box {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .legal-box {
    margin-top: 20px;
  }
}

.legal-def {
  border-bottom: 1px solid #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .legal-def {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    padding: 18px 0;
  }
}

.legal-dtit {
  font-weight: bold;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .legal-dtit {
    width: 100%;
  }
}

.legal-data {
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .legal-data {
    line-height: 1.7;
    margin-top: 14px;
  }
}

.payment {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .payment {
    padding: 60px 0;
  }
}

.payment-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .payment-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.payment p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .payment p {
    font-size: 1.4rem;
  }
}

.payment h2 {
  background-color: #c7000a;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 2.4rem;
  padding: 16px 1em;
}

@media screen and (max-width: 767px) {
  .payment h2 {
    font-size: 1.8rem;
    padding: 10px 1em;
  }
}

.payment ul {
  border: 3px solid #c7000a;
  border-radius: 0 0 5px 5px;
  padding: 20px 24px;
}

@media screen and (max-width: 767px) {
  .payment ul {
    padding: 16px 12px;
  }
}

.payment li {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 16px;
  padding-left: 1.3em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .payment li {
    font-size: 1.4rem;
  }
}

.payment li:first-child {
  margin-top: 0;
}

.payment li::before {
  color: #e31a1a;
  content: "✓";
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .payment li::before {
    font-size: 1.3rem;
  }
}

.privacy {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .privacy {
    padding: 60px 0;
  }
}

.privacy-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .privacy-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.privacy-tit {
  font-size: 2rem;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .privacy-tit {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

.privacy-txt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .privacy-txt {
    font-size: 1.4rem;
  }
}

.privacy-list {
  margin: 0 auto;
  max-width: 800px;
}

.privacy-item {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 30px;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .privacy-item {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.privacy-item::before {
  -webkit-transform: translateY(-50%);
  content: "・";
  display: inline-block;
  left: 0;
  position: absolute;
  top: .8em;
  transform: translateY(-50%);
}

.terms {
  padding: 110px 0 120px;
}

@media screen and (max-width: 767px) {
  .terms {
    padding: 60px 0;
  }
}

.terms-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .terms-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.terms-tit {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .terms-tit {
    font-size: 1.6rem;
  }
}

.terms-tit:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .terms-tit:not(:first-child) {
    margin-top: 40px;
  }
}

.terms-txt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .terms-txt {
    font-size: 1.4rem;
  }
}

.terms-txt span {
  font-weight: bold;
}

.terms-list {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.terms-item {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 22px;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .terms-item {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}

.terms-item:nth-child(n + 10) {
  padding-left: 2em;
}

.terms-item::before {
  content: attr(data-item);
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}

.terms-item span {
  font-weight: bold;
}

/**
* utility
* ========================== */
.js-fadein {
  -webkit-transition: 1s;
  opacity: 0;
  transition: 1s;
  visibility: hidden;
}

.is-fadein-active {
  opacity: 1;
  visibility: visible;
}

.js-fadein._bot {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.is-fadein-active._bot {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

._pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}

._sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  ._sp {
    display: block !important;
  }
}

.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  overflow: hidden;
}

.price_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
}

.price_btn a.btn {
  width: 500px;
  height: auto;
  padding: 30px 0;
}

.price_btn a.btn .txt_s {
  font-size: 1.6rem;
}

.price_btn a.btn span {
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .price_btn a.btn {
    width: 300px;
  }
}

a.btn {
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  opacity: 1;
}

.btn {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(50%, #F80235),
      to(#F6B43F));
  background-image: -webkit-linear-gradient(left, #F80235 50%, #F6B43F 100%);
  background-image: linear-gradient(90deg, #F80235 50%, #F6B43F 100%);
}

a.btn:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#ff3cac),
      color-stop(#562b7c),
      to(#2b86c5));

  background-image: -webkit-linear-gradient(left, #F80235 0%, #F6B43F 100%);
  background-image: linear-gradient(to right, #F80235 0%, #F6B43F 100%);
}

a.btn span {
  position: relative;
  z-index: 1;
}

a.btn:hover {
  color: #fff;
}

a.btn:hover:after {
  opacity: 0;
}

.btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 1.5s ease-in-out infinite;
  z-index: 10;
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


.header-btn a {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.header-btn a {
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.header-btn a:hover {
  /*-webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);*/
  color: #fff;
  /*-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);*/
  opacity: 1;
}

.header-btn a {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(50%, #F80235),
      to(#F6B43F));
  background-image: -webkit-linear-gradient(left, #F80235 0%, #F6B43F 100%);
  background-image: linear-gradient(to right, #F80235 0%, #F6B43F 100%);
}

.header-btn a span {
  position: relative;
  z-index: 1;
}

.header-btn a:hover {
  color: #fff;
}

.header-btn a:hover:after {
  opacity: 0;
}

.header-btn a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn_header 5s ease-in-out infinite;
  z-index: 10;
}

@-webkit-keyframes shiny-btn_header {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.7;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


.bnr {
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .bnr {
    width: 200px;
    height: 50px;
    margin-top: -25px;
  }

  .bnr span {
    line-height: 35px;
  }

  .bnr_img {
    margin-top: 30px;
  }
}

.bnr_img {
  margin-top: 60px;
}

.nolink {
  pointer-events: none;
}

.teishi {
  max-width: 1000px;
  margin: auto;
  margin-top: 120px;
}

.teishi.wb {
  margin-top: 60px !important;
}

.teishi h2 {
  text-align: center;
  font-size: 4rem;
  line-height: 200%;
}

.teishi h2 .red {
  font-family: "Anton", sans-serif;
  font-size: 9rem;
  color: #c7000a;
}

@media screen and (max-width: 767px) {
  .teishi {
    margin-top: 60px;
  }

  .teishi h2 {
    font-size: 2rem;
    line-height: 200%;
  }

  .teishi h2 .red {
    font-size: 5rem;
  }
}


.cdt_wrapper {
  /*display: none !important;*/
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-weight: bold;
  height: 60px;
  justify-content: flex-end;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cdt_wrapper {
    background-color: none;
    top: 50px;
    left: 0;
    position: fixed;
    right: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
  }

  .is-header-fixed .cdt_wrapper {
    /*background-color: #fff;*/
  }
}

.cdt_wrapper small {
  font-size: 3rem;
  padding: 0 .4em;
}

@media screen and (max-width: 767px) {
  .cdt_wrapper small {
    font-size: 1.8rem;
  }
}

.cdt {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.cdt_txt {
  display: inline-block;
  font-size: 3rem;
  margin-right: .6em;
}

@media screen and (max-width: 767px) {
  .cdt_txt {
    font-size: 1.6rem;
    margin-right: .4em;
  }
}

.cdt_txt span {
  display: block;
  line-height: 1;
}

.cdt_date {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .cdt_date {
    font-size: 1.8rem;
  }
}

.cdt_num {
  background-color: #C70309;
  color: #fff;
  padding: .5em;
}

.endsales {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .endsales {
    padding: 60px 0 0;
  }
}

.endsales-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  max-width: 1100px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .endsales-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.endsales-tit {
  font-size: 7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-tit {
    font-size: 4rem;
  }
}

.endsales-txt {
  font-size: 3.4rem;
  line-height: 1.6;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-txt {
    font-size: 2rem;
    margin-top: 20px;
  }
}

.endsales-subtit {
  font-size: 4rem;
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-subtit {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}

.endsales-subtit span {
  color: #4fb5ee;
}

.endsales-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .endsales-list {
    margin-top: 0;
  }
}

.endsales-item {
  margin-right: 20px;
  width: calc(20% - 80px / 5);
}

@media screen and (max-width: 767px) {
  .endsales-item {
    margin-right: 20px;
    margin-top: 40px;
    width: calc(50% - 20px / 2);
  }
}

.endsales-item:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .endsales-item:nth-child(5n) {
    margin-right: 20px;
  }
}

.endsales-item:nth-child(n + 6) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .endsales-item:nth-child(2n) {
    margin-right: 0;
  }
}

.endsales-item h4 {
  font-size: 2.4rem;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-item h4 {
    font-size: 2rem;
    margin-top: 16px;
  }
}

.endsales-item p {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-item p {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

.endsales-icon img {
  display: block;
  height: 90px;
  margin: 0 auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .endsales-icon img {
    height: 70px;
  }
}

.contenttitle {
	padding: 120px 0;
}

.contenttitle .cate {
	max-width: 1000px;
	margin: 100px auto 60px;
	display: flex;
	justify-content: space-between;
}

.contenttitle .cate li {
	width: 30%;
}

@media screen and (max-width: 767px) {
	.contenttitle {
		padding: 60px 20px;
	}
	.contenttitle .cate {
		margin: 60px auto 30px;
		flex-wrap: wrap;
	}
	.contenttitle .cate li {
	width: 100%;
		margin-bottom: 20px;
	}
	.contenttitle .cate li:last-of-type {
		margin-bottom: 0;
	}
}

.contenttitle .cate li a {
	background: #c7000a;
	text-align: center;
	color: #fff;
	font-weight: 900;
	display: block;
	padding: 20px 0;
	line-height: 120%;
}

.contenttitle .cate li a:hover {
	opacity: 0.7;
}

.contenttitle .lightbox_main {
	max-width: 1000px;
	margin: auto;
}

.contenttitle .lightbox_main .box {
	margin-bottom: 30px;
	position: relative;
}

.contenttitle .lightbox_main .box .mushi {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.contenttitle .lightbox_main .box:last-of-type {
	margin-bottom: 0;
}