@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  text-decoration: none;
}

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

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

blockquote,
q {
  quotes: none;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input,
textarea {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

nav,
ol,
ul {
  list-style: none;
}

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

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

html {
  width: auto;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  min-width: 320px;
  color: #333;
  background: #fff;
  font-family: Quicksand, "-apple-system", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
}

* {
  box-sizing: border-box;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: rgba(65, 65, 65, 0.8);
}

.page-foot {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .page-foot {
    margin-bottom: 64px;
  }
}

.layout-col2 {
  margin: 0 auto 48px;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .layout-col2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .layout-col2__main {
    order: 2;
    margin-left: 32px;
    width: calc(100% - 248px - 32px);
  }
}

@media screen and (min-width: 768px) {
  .layout-col2__sub {
    order: 1;
    width: 248px;
  }
}

@media screen and (min-width: 768px) {

  .col2,
  .media-archive-desc,
  .col3,
  .col4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

.col2__item,
.media-archive-desc__item,
.col3__item,
.col4__item {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {

  .col2__item,
  .media-archive-desc__item,
  .col3__item,
  .col4__item {
    margin: 0 15px 30px;
  }
}

@media screen and (min-width: 768px) {

  .col2__item,
  .media-archive-desc__item {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 768px) {
  .col3__item {
    width: calc(33.3% - 30px);
  }
}

@media screen and (min-width: 768px) {
  .col4__item {
    width: calc(25% - 30px);
  }
}

.section-cmn {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .section-cmn {
    margin-bottom: 48px;
  }
}

.section__large,
.breadcrumb,
.global-footer-secondary,
.pagetop,
.main-visual-slide,
.index-bnr-col2__outer,
.index-bnr-col3__outer,
.index-news,
.index-works,
.index-blog {
  max-width: 1200px;
}

.section__middle {
  max-width: 1056px;
}

.section__bg,
.section__bg--gray,
.index-news__outer,
.index-blog__outer,
.section__bg--white,
.index-works__outer,
.section__bg--particle {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media screen and (min-width: 768px) {

  .section__bg,
  .section__bg--gray,
  .index-news__outer,
  .index-blog__outer,
  .section__bg--white,
  .index-works__outer,
  .section__bg--particle {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.section__bg--gray,
.index-news__outer,
.index-blog__outer {
  background-color: #e9ecf1;
}

.section__bg--white,
.index-works__outer {
  background-color: #fff;
}

.section__bg--particle {
  background: url(../img/bg_particle.png) no-repeat center/cover;
}

.section__inner,
.breadcrumb,
.global-footer-secondary,
.pagetop,
.index-bnr-col2__outer,
.index-bnr-col3__outer,
.index-news,
.index-works,
.index-blog {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

@media screen and (min-width: 768px) {

  .section__inner--pc,
  .main-visual-slide {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .section__inner--sp {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

.page-txt,
.page-txt--caution,
.page-txt--strong {
  margin-bottom: 2.5em;
  font-size: 1.4rem;
}

.page-txt+.page-txt,
.page-txt--caution+.page-txt,
.page-txt--strong+.page-txt,
.page-txt+.page-txt--caution,
.page-txt--caution+.page-txt--caution,
.page-txt--strong+.page-txt--caution,
.page-txt+.page-txt--strong,
.page-txt--caution+.page-txt--strong,
.page-txt--strong+.page-txt--strong,
.page-txt+.page-txt--caution,
.page-txt--caution+.page-txt--caution,
.page-txt--strong+.page-txt--caution {
  margin-top: -1.5em;
}

.page-txt--caution {
  font-size: 1.2rem;
}

.page-txt--strong {
  font-weight: bold;
}

.page-txt__link {
  color: #111b39;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .page-txt__link:hover {
    text-decoration: none;
  }
}

.icon-ai,
.icon-ps {
  position: relative;
  padding-left: 32px;
}

.icon-ai::before,
.icon-ps::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.icon-ai::before {
  background: #da7a28;
  content: "Ai";
}

.icon-ps::before {
  background: #0c60a1;
  content: "Ps";
}

.setImgRatio.imgHorizontal>img {
  max-width: none;
  width: 100%;
}

.setImgRatio.imgVertical>img {
  max-height: none;
  height: 100%;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 16px;
  padding-bottom: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  margin-bottom: 48px;
  font-size: 0;
}

.breadcrumb__item {
  display: inline;
  color: #111b39;
  font-size: 1.4rem;
}

.breadcrumb__item::after {
  padding: 0 .5em;
  content: ">";
}

.breadcrumb__item--is-current {
  display: inline;
  color: #111b39;
  font-size: 1.4rem;
}

.breadcrumb__link {
  color: #111b39;
}

@media screen and (min-width: 768px) {
  .breadcrumb__link:hover {
    text-decoration: underline;
  }
}

.pagination__item,
.pagination__item--prev,
.pagination__item--next,
.pagination__item--current {
  display: inline-block;
  border: 1px solid #111b39;
  margin: 0 4px 8px;
  padding: .25em .5em;
  font-size: 1.4rem;
  text-align: center;
}

.pagination {
  margin-bottom: 32px;
  font-size: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pagination {
    margin-bottom: 48px;
  }
}

.pagination__item,
.pagination__item--prev,
.pagination__item--next {
  color: #111b39;
}

@media screen and (min-width: 768px) {

  .pagination__item,
  .pagination__item--prev,
  .pagination__item--next {
    transition: background .4s, color .4s;
  }
}

@media screen and (min-width: 768px) {

  .pagination__item:hover,
  .pagination__item--prev:hover,
  .pagination__item--next:hover {
    background: #111b39;
    color: #fff;
  }
}

.pagination__item--current {
  background: #111b39;
  color: #fff;
}

.pagination__item--prev::before {
  display: inline-block;
  margin-right: .25em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f104";
}

.pagination__item--next::after {
  display: inline-block;
  margin-left: .25em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

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

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

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

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

.mt8 {
  margin-top: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

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

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

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

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

.mt48 {
  margin-top: 48px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

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

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

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

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

.mt88 {
  margin-top: 88px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.pt88 {
  padding-top: 88px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.mt96 {
  margin-top: 96px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.pt96 {
  padding-top: 96px !important;
}

.pb96 {
  padding-bottom: 96px !important;
}

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

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

.page-ttl__ttl span,
.btn-contact,
.btn-contact--icon,
.global-header__btn--contact,
.primary-nav__link,
.sidebar__ttl,
.sidebar__ttl--media,
.sidebar-util-link01__btn,
.sidebar-util-link01__btn--faq,
.index-footer-link01__btn--faq,
.sidebar-util-link01__btn--guide,
.index-footer-link01__btn--guide,
.index-footer-link01__btn,
.index__ttl {
  font-weight: bold;
  text-align: center;
}

.page-ttl__ttl span::after,
.btn-contact::after,
.btn-contact--icon::after,
.global-header__btn--contact::after,
.primary-nav__link::after,
.sidebar__ttl::after,
.sidebar__ttl--media::after,
.sidebar-util-link01__btn::after,
.sidebar-util-link01__btn--faq::after,
.index-footer-link01__btn--faq::after,
.sidebar-util-link01__btn--guide::after,
.index-footer-link01__btn--guide::after,
.index-footer-link01__btn::after,
.index__ttl::after {
  display: block;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  content: attr(data-subttl);
}

.heading1,
.heading2,
.entry-content h1,
.entry-content h2 {
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

  .heading1,
  .heading2,
  .entry-content h1,
  .entry-content h2 {
    font-size: 2.4rem;
  }
}

.heading3,
.heading3--cd,
.heading3--analog,
.heading3--dvd,
.heading3--blu-ray,
.heading3--design,
.heading3--print,
.heading3--case,
.entry-content h3,
.post-detail__ttl {
  position: relative;
  border-bottom: 1px solid #333;
  margin-bottom: 2em;
  padding: 0 0 4px 22px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

  .heading3,
  .heading3--cd,
  .heading3--analog,
  .heading3--dvd,
  .heading3--blu-ray,
  .heading3--design,
  .heading3--print,
  .heading3--case,
  .entry-content h3,
  .post-detail__ttl {
    font-size: 2rem;
  }
}

.heading3::before,
.heading3--cd::before,
.heading3--analog::before,
.heading3--dvd::before,
.heading3--blu-ray::before,
.heading3--design::before,
.heading3--print::before,
.heading3--case::before,
.entry-content h3::before,
.post-detail__ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: calc(100% - 6px);
  background-color: #d00a2d;
  content: "";
}

.heading3--cd::before {
  background-color: #e4183b;
}

.heading3--analog::before {
  background-color: #e4183b;
}

.heading3--dvd::before {
  background-color: #83b109;
}

.heading3--blu-ray::before {
  background-color: #1844a5;
}

.heading3--design::before {
  background-color: #dc4c10;
}

.heading3--print::before {
  background-color: #8a1d94;
}

.heading3--case::before {
  background-color: #28abb3;
}

.heading4,
.entry-content h4 {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

  .heading4,
  .entry-content h4 {
    font-size: 1.8rem;
  }
}

.heading5,
.entry-content h5 {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

  .heading5,
  .entry-content h5 {
    font-size: 1.6rem;
  }
}

.page-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  height: 200px;
  background-color: #ebebeb;
  background-image: radial-gradient(#8d8d8d 15%, #ebebeb 20%);
  background-size: 7px 7px;
}

@media screen and (max-width: 767px) {
  .page-ttl {
    padding-top: 124px;
    box-sizing: content-box;
  }
}

body.media .page-ttl {
  height: 280px;
  background: url(../img/mv/media.jpg) no-repeat center/cover;
  color: #fff;
}

body.media .page-ttl .page-ttl__ttl span::after {
  color: #78809a;
}

body.media-archive .page-ttl,
body.media-detail .page-ttl {
  background: url(../img/mv/sub.jpg) no-repeat center/cover;
  color: #fff;
}

body.media-archive .page-ttl .page-ttl__ttl span::after,
body.media-detail .page-ttl .page-ttl__ttl span::after {
  color: #78809a;
}

body.analog .page-ttl,
body.analog-detail .page-ttl {
  background: url(../img/mv/sub.jpg) no-repeat center/cover;
  color: #fff;
}

body.analog .page-ttl .page-ttl__ttl span::after,
body.analog-detail .page-ttl .page-ttl__ttl span::after {
  color: #78809a;
}

body.blog .page-ttl {
  background: url(../img/mv/blog.jpg) no-repeat center/cover;
  color: #fff;
}

body.blog .page-ttl .page-ttl__ttl span::after {
  color: #78809a;
}

body.news .page-ttl {
  background: url(../img/mv/news.jpg) no-repeat center/cover;
  color: #fff;
}

body.news .page-ttl .page-ttl__ttl span::after {
  color: #b1b4be;
}

body.works .page-ttl {
  background: url(../img/mv/works.jpg) no-repeat center/cover;
  color: #fff;
}

body.works .page-ttl .page-ttl__ttl span::after {
  color: #78809a;
}

body.contact .page-ttl {
  background: url(../img/mv/contact.jpg) no-repeat center/cover;
  color: #fff;
}

body.contact .page-ttl .page-ttl__ttl span::after {
  color: #78809a;
}

body.guide .page-ttl {
  background: url(../img/mv/guide.jpg) no-repeat center/cover;
  color: #fff;
}

body.guide .page-ttl .page-ttl__ttl span::after {
  color: #78809a;
}

body.faq .page-ttl {
  background: url(../img/mv/faq.jpg) no-repeat center/cover;
  color: #fff;
}

body.faq .page-ttl .page-ttl__ttl span::after {
  color: #78809a;
}

.page-ttl__inner {
  width: 90%;
}

.page-ttl__ttl {
  text-align: center;
}

body.media .page-ttl__ttl {
  margin: 0 auto;
  padding: 16px 0;
  width: 280px;
  background: #111b39;
}

body.media .page-ttl__ttl::before {
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  content: "\f51f";
}

@media screen and (min-width: 768px) {
  body.media .page-ttl__ttl span {
    font-size: 2.2rem;
  }
}

body.media .page-ttl__ttl span::after {
  color: #78809a;
}

.page-ttl__ttl span {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .page-ttl__ttl span {
    font-size: 2.8rem;
  }
}

.page-ttl__ttl span::after {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .page-ttl__ttl span::after {
    font-size: 2rem;
  }
}

.page-ttl__lead {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.btn-more,
.global-nav__btn--close {
  display: block;
  border: 1px solid #333;
  margin: 0 auto 32px;
  width: 90%;
  max-width: 320px;
  background: #fff;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
}

@media screen and (min-width: 768px) {

  .btn-more,
  .global-nav__btn--close {
    margin-bottom: 48px;
    transition: background .4s, color .4s;
  }
}

@media screen and (min-width: 768px) {

  .btn-more:hover,
  .global-nav__btn--close:hover {
    background: #333;
    color: #fff;
  }
}

.btn-contact,
.btn-contact--icon,
.global-header__btn--contact {
  display: block;
  border: 2px solid #d00a2d;
  margin: 0 auto 32px;
  padding: 1em 0;
  background: #d00a2d;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {

  .btn-contact,
  .btn-contact--icon,
  .global-header__btn--contact {
    max-width: 448px;
    font-size: 2rem;
    transition: background .4s, color .4s;
  }
}

.btn-contact::after,
.btn-contact--icon::after,
.global-header__btn--contact::after {
  color: #e78092;
}

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

  .btn-contact::after,
  .btn-contact--icon::after,
  .global-header__btn--contact::after {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {

  .btn-contact:hover,
  .btn-contact--icon:hover,
  .global-header__btn--contact:hover {
    background: #fff;
    color: #d00a2d;
  }
}

.btn-contact--icon::before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f0e0";
}

.btn-tel,
.global-header-tel__link {
  color: #111b39;
  font-family: 'Fjalla One', sans-serif;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {

  .btn-tel,
  .global-header-tel__link {
    font-size: 3rem;
    pointer-events: none;
  }
}

.btn-tel__txt {
  color: #111b39;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn-tel__txt {
    display: 1.4rem;
  }
}

.btn,
.btn--anchor,
.btn--cd,
.btn--analog,
.btn--dvd,
.btn--blu-ray,
.btn--design,
.btn--print,
.btn--case {
  display: block;
  border: 2px solid #111b39;
  margin-bottom: 1em;
  padding: 19px 0;
  background: #111b39;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .btn,
  .btn--anchor,
  .btn--cd,
  .btn--analog,
  .btn--dvd,
  .btn--blu-ray,
  .btn--design,
  .btn--print,
  .btn--case {
    font-size: 1.6rem;
    transition: background .4s, color .4s;
  }
}

.btn::before,
.btn--anchor::before,
.btn--cd::before,
.btn--analog::before,
.btn--dvd::before,
.btn--blu-ray::before,
.btn--design::before,
.btn--print::before,
.btn--case::before {
  display: inline-block;
  margin-right: .25em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

@media screen and (min-width: 768px) {

  .btn:hover,
  .btn--anchor:hover,
  .btn--cd:hover,
  .btn--analog:hover,
  .btn--dvd:hover,
  .btn--blu-ray:hover,
  .btn--design:hover,
  .btn--print:hover,
  .btn--case:hover {
    background: #fff;
    color: #111b39;
  }
}

.btn--anchor::before {
  content: "\f107";
}

.btn--back {
  display: block;
  border: 1px solid #111b39;
  margin: 0 auto 32px;
  padding: 10px 1em;
  max-width: 185px;
  background: #fff;
  color: #111b39;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn--back {
    transition: background .4s, color .4s;
  }
}

.btn--back::before {
  display: inline-block;
  margin-right: .25em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f104";
}

@media screen and (min-width: 768px) {
  .btn--back:hover {
    background: #111b39;
    color: #fff;
  }
}

.btn--back:focus {
  outline: none;
}

.btn--cd {
  border-color: #e4183b;
  background: #e4183b;
}

@media screen and (min-width: 768px) {
  .btn--cd:hover {
    background: #fff;
    color: #e4183b;
  }
}

.btn--analog {
  border-color: #e4183b;
  background: #e4183b;
}

@media screen and (min-width: 768px) {
  .btn--analog:hover {
    background: #fff;
    color: #e4183b;
  }
}

.btn--dvd {
  border-color: #83b109;
  background: #83b109;
}

@media screen and (min-width: 768px) {
  .btn--dvd:hover {
    background: #fff;
    color: #83b109;
  }
}

.btn--blu-ray {
  border-color: #1844a5;
  background: #1844a5;
}

@media screen and (min-width: 768px) {
  .btn--blu-ray:hover {
    background: #fff;
    color: #1844a5;
  }
}

.btn--design {
  border-color: #dc4c10;
  background: #dc4c10;
}

@media screen and (min-width: 768px) {
  .btn--design:hover {
    background: #fff;
    color: #dc4c10;
  }
}

.btn--print {
  border-color: #8a1d94;
  background: #8a1d94;
}

@media screen and (min-width: 768px) {
  .btn--print:hover {
    background: #fff;
    color: #8a1d94;
  }
}

.btn--case {
  border-color: #28abb3;
  background: #28abb3;
}

@media screen and (min-width: 768px) {
  .btn--case:hover {
    background: #fff;
    color: #28abb3;
  }
}

.works-list__thumb:empty::before,
.blog-list__thumb:empty::before,
.index-blog-list__thumb:empty::before,
.media-blog-list__thumb:empty::before,
.index-works-list__link:empty::before,
.media-item-list__thumb:empty::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #999;
  font-family: 'Fjalla One', sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  content: "noimage";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.arrow-vertical-list__item,
.arrow-horizontal-list__item {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
}

.arrow-vertical-list__item::before,
.arrow-horizontal-list__item::before {
  position: absolute;
  top: .25em;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

.arrow-vertical-list__link--strong,
.arrow-horizontal-list__link--strong,
.arrow-vertical-list__link,
.arrow-horizontal-list__link {
  color: #333;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  .arrow-vertical-list__link--strong:hover,
  .arrow-horizontal-list__link--strong:hover,
  .arrow-vertical-list__link:hover,
  .arrow-horizontal-list__link:hover {
    text-decoration: none;
  }
}

.arrow-vertical-list__link--strong,
.arrow-horizontal-list__link--strong {
  color: #111b39;
  font-weight: bold;
}

.arrow-vertical-list__item {
  margin-bottom: .5em;
}

.arrow-vertical-list__item:last-child {
  margin-bottom: 0;
}

.arrow-horizontal-list {
  font-size: 0;
}

.arrow-horizontal-list__item {
  display: inline-block;
  margin: 0 1em .5em 0;
}

.arrow-horizontal-list__item:last-child {
  margin-right: 0;
}

.post-list__thumb-link {
  display: block;
}

@media screen and (min-width: 768px) {
  .post-list__thumb-link {
    transition: opacity .4s;
  }
}

@media screen and (min-width: 768px) {
  .post-list__thumb-link:hover {
    opacity: .6;
  }
}

.post-list__link {
  color: #333;
}

@media screen and (min-width: 768px) {
  .post-list__link:hover {
    text-decoration: underline;
  }
}

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

  .post-list__thumb-outer,
  .post-list__txt-outer {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .post-list__thumb-outer {
    width: calc(40% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .post-list__txt-outer {
    width: calc(60% - 20px);
  }
}

.post-list__category,
.post-list__category--media,
.post-list__tag,
.post-detail__tag,
.post-detail__category,
.post-list__date,
.post-detail__date {
  margin-bottom: 1em;
}

.post-list__date,
.post-detail__date {
  margin-right: 1em;
  font-weight: bold;
  font-size: 1.4rem;
}

.post-list__category,
.post-list__category--media,
.post-list__tag,
.post-detail__tag,
.post-detail__category {
  display: inline-block;
  border: 1px solid #1745a5;
  margin-right: 1em;
  padding: 0 .5em;
  min-width: 72px;
  background: #1745a5;
  color: #fff;
  font-size: 1.2rem;
  line-height: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .post-list__category,
  .post-list__category--media,
  .post-list__tag,
  .post-detail__tag,
  .post-detail__category {
    transition: border-color .4s, background .4s, color .4s;
  }
}

@media screen and (min-width: 768px) {

  .post-list__category:hover,
  .post-list__category--media:hover,
  .post-list__tag:hover,
  .post-detail__tag:hover,
  .post-detail__category:hover {
    background: #fff;
    color: #1745a5;
  }
}

.post-list__category--media {
  border-color: #1745a5;
  background: #1745a5;
}

@media screen and (min-width: 768px) {
  .post-list__category--media:hover {
    background: #fff;
    color: #1745a5;
  }
}

.post-list__tag,
.post-detail__tag {
  border-color: #e9ecf1;
  margin: 0 0 8px;
  background: #e9ecf1;
  color: #333;
}

@media screen and (min-width: 768px) {

  .post-list__tag:hover,
  .post-detail__tag:hover {
    border-color: #333;
    background: #333;
    color: #e9ecf1;
  }
}

.post-list__ttl,
.post-list__ttl--strong {
  margin-bottom: .5em;
}

.post-list__ttl--strong {
  font-weight: bold;
}

.post-list__txt {
  font-size: 1.4rem;
}

.works-list {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .works-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 48px;
  }
}

.works-list__item {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .works-list__item {
    margin: 0 12px 32px;
    width: calc(33.3% - 24px);
  }
}

.works-list__thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #aaa;
  margin-bottom: 12px;
  width: 100%;
  padding-bottom: 69.4444%;
  background: #fff;
}

.works-list__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-list {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .blog-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 48px;
  }
}

.blog-list__item,
.index-blog-list__item,
.media-blog-list__item {
  margin: 0 -10px 30px;
}

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

  .blog-list__item,
  .index-blog-list__item,
  .media-blog-list__item {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {

  .blog-list__item,
  .index-blog-list__item,
  .media-blog-list__item {
    margin: 0 30px 30px;
    width: calc(33.3% - 60px);
  }
}

.blog-list__thumb,
.index-blog-list__thumb,
.media-blog-list__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 69.5652%;
  background: #e9ecf1;
}

.blog-list__thumb img,
.index-blog-list__thumb img,
.media-blog-list__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-list {
  border-top: 1px dashed #aaa;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .news-list {
    margin-bottom: 48px;
  }
}

.news-list__item,
.index-news-list__item {
  border-bottom: 1px dashed #aaa;
  padding: 16px 0;
}

@media screen and (min-width: 768px) {

  .news-list__item,
  .index-news-list__item {
    display: flex;
    flex-wrap: wrap;
  }
}

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

  .news-list__inner,
  .index-news-list__inner {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {

  .news-list__inner,
  .index-news-list__inner {
    width: 200px;
  }
}

.news-list__ttl,
.index-news-list__ttl {
  color: #111b39;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

  .news-list__ttl,
  .index-news-list__ttl {
    width: calc(100% - 200px);
  }
}

@media screen and (min-width: 768px) {

  .news-list .post-list__category,
  .news-list .post-list__category--media,
  .news-list .post-list__tag,
  .news-list .post-detail__tag,
  .news-list .post-detail__category {
    margin-bottom: 0;
  }
}

.swipeTableWrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 32px;
}

.swipeTableWrapper .swipeIcon {
  display: none;
}

@media screen and (max-width: 767px) {
  .swipeTableWrapper .swipeIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    width: 44px;
    line-height: 44px;
    opacity: .4;
    background: #000;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.swipeTableWrapper .swipeIcon::before {
  display: block;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  font-weight: 900;
  content: "\f25a";
}

.swipeTableWrapper.touching .swipeIcon {
  display: none;
}

.swipeTableWrapper .table-cmn,
.swipeTableWrapper .entry-content table,
.entry-content .swipeTableWrapper table {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .table-cmn__outer {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.table-cmn,
.entry-content table {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {

  .table-cmn,
  .entry-content table {
    width: 100% !important;
  }
}

.table-cmn th,
.entry-content table th,
.table-cmn td,
.entry-content table td {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 1.6rem;
  text-align: center;
}

.table-cmn thead th,
.entry-content table thead th {
  padding: .5em 1em;
  background: #111b39;
  color: #fff;
  font-weight: bold;
}

.table-cmn tbody th,
.entry-content table tbody th {
  color: #d00a2d;
  font-weight: bold;
}

.table-cmn tbody th,
.entry-content table tbody th,
.table-cmn td,
.entry-content table td {
  border-bottom: 1px solid #ccc;
  padding: 1em;
  background: #e9ecf1;
}

.table-cmn tr:last-of-type th,
.entry-content table tr:last-of-type th,
.table-cmn tr:last-of-type td,
.entry-content table tr:last-of-type td {
  border-bottom: 0;
}

.table-cmn--responsive {
  margin-bottom: 32px;
  width: 100%;
}

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

  .table-cmn--responsive thead,
  .table-cmn--responsive tbody,
  .table-cmn--responsive tr,
  .table-cmn--responsive th,
  .table-cmn--responsive td {
    display: block;
  }
}

.table-cmn--responsive th,
.table-cmn--responsive td {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {

  .table-cmn--responsive th,
  .table-cmn--responsive td {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

.table-cmn--responsive tbody th {
  padding: .5em 1em;
  background: #111b39;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .table-cmn--responsive tbody th {
    border-bottom: 1px solid #fff;
    width: 30%;
  }
}

.table-cmn--responsive tbody td {
  padding: 1em;
  background: #e9ecf1;
}

@media screen and (min-width: 768px) {
  .table-cmn--responsive tbody td {
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (min-width: 768px) {

  .table-cmn--responsive tr:last-of-type th,
  .table-cmn--responsive tr:last-of-type td {
    border-bottom: 0;
  }
}

.table-calendar {
  margin-bottom: 8px;
  width: 100%;
  background: #fff;
  font-size: 1.4rem;
}

.table-calendar__holiday {
  background: #fcc;
}

.table-calendar__disabled,
.table-calendar tbody td:empty {
  background: #f7f7f7;
}

.table-calendar th,
.table-calendar td {
  border: 2px solid #e2e3e7;
  padding: 8px;
  color: #111b39;
  text-align: center;
}

.table-calendar thead th {
  background: #e9ecf1;
  font-weight: bold;
}

.global-header {}

@media screen and (max-width: 767px) {
  .global-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;

  }
}

@media screen and (min-width: 768px) {
  .global-header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px;
  }
}

.global-header__txt {
  margin-bottom: 1em;
  color: #a2a2a2;
  font-size: 1rem;
}

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

@media screen and (max-width: 767px) {
  .global-header__ttl {
    display: flex;
    align-items: center;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .global-header__logo {
    margin: 0 auto;
    padding: 13px 0;
    width: 30%;
    max-width: 150px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .global-header__logo {
    height: 42px;
  }
}

@media screen and (min-width: 768px) {

  .global-header__logo img,
  .global-header__logo svg {
    height: 100%;
  }
}

.global-header__btn--contact {
  margin: 0;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .global-header__btn--contact {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .global-header__btn--contact {
    width: 210px;
    font-size: 1.4rem;
  }
}

.global-header__icon,
.global-header__icon--tel,
.global-header__icon--email {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  line-height: 56px;
  background: #d00a2d;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .global-header__icon,
  .global-header__icon--tel,
  .global-header__icon--email {
    display: none;
  }
}

.global-header__icon::before,
.global-header__icon--tel::before,
.global-header__icon--email::before {
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
}

.global-header__icon--tel {
  border-right: 1px solid #fff;
  right: 56px;
}

.global-header__icon--tel::before {
  content: "\f095";
}

.global-header__icon--email::before {
  content: "\f0e0";
}

@media screen and (min-width: 768px) {
  .global-header__contact {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .global-header-tel {
    padding: 8px 5%;
    background: #111b39;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .global-header-tel {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .global-header-tel__link {
    color: #fff;
  }
}

.global-header-tel__txt {
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .global-header-tel__txt {
    color: #111b39;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .global-nav {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 9998;
    padding: 24px 5%;
    width: 95%;
    overflow: hidden;
    background: #fff;
    transition: left .5s;
  }
}

@media screen and (min-width: 768px) {
  .global-nav {
    background: #111b39;
  }
}

@media screen and (max-width: 767px) {
  html.active .global-nav {
    overflow-y: auto;
    left: 0;
    height: 100vh;
  }
}

.global-nav__logo {
  margin: 0 auto 32px;
  width: 30%;
  max-width: 150px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .global-nav__logo {
    display: none;
  }
}

.global-nav__btn--close {
  width: 100%;
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}

.sub-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .primary-nav {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav {
    justify-content: center;
  }
}

.primary-nav__item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .primary-nav__item {
    position: relative;
    background: #111b39;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav__item {
    position: relative;
    width: 12.5%;
  }

  .sub-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #111b39;
    z-index: 2;
  }

  .sub-nav__item {
    display: block;
  }

  .sub-nav__item+.sub-nav__item {
    border-top: 1px solid #78809a;
  }

  .sub-nav__link {
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
  }

  /* Hover functionality */
  .primary-nav__item:hover .sub-nav {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .primary-nav__item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .primary-nav__item:nth-child(2n+1)::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: +1;
    width: 200%;
    height: 1px;
    background: #fff;
    content: "";
  }
}

.primary-nav__item:first-child::before {
  display: none;
}

.primary-nav__link {
  display: block;
  position: relative;
  padding: 16px 0;
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .primary-nav__link {
    font-size: 1rem;
  }
}

@media screen and (min-width: 900px) {
  .primary-nav__link {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1024px) {
  .primary-nav__link {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  .primary-nav__link {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #78809a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .3s ease;
    content: "";
  }
}

.primary-nav__link::after {
  color: #78809a;
}

@media screen and (min-width: 768px) {
  .primary-nav__link:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width: 767px) {
  .nav-trigger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 56px;
    height: 56px;
    background: transparent;
  }
}

@media screen and (min-width: 768px) {
  .nav-trigger {
    display: none;
  }
}

.nav-trigger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  width: 18px;
  height: 3px;
  background: #111b39;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-trigger span::before,
.nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  border-radius: 1px;
  width: 18px;
  height: 3px;
  background: #111b39;
  content: "";
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.nav-trigger span::before {
  top: -6px;
}

.nav-trigger span::after {
  top: 6px;
}

html.active .nav-trigger span {
  background: transparent;
}

html.active .nav-trigger span::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.active .nav-trigger span::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global-footer {
  background: #111b39;
  color: #fff;
}

.global-footer a {
  color: #fff;
}

.global-footer-link01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 32px;
  background: #1d2e60;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .global-footer-link01 {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .global-footer-link01 {
    padding: 32px 5%;
  }
}

.global-footer-link01__item {
  position: relative;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .global-footer-link01__item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .global-footer-link01__item {
    font-size: 1.4rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .global-footer-link01__item::before {
    padding: 0 1em;
    content: "|";
  }
}

@media screen and (max-width: 767px) {
  .global-footer-link01__item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .global-footer-link01__item:nth-child(2n+1)::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background: #fff;
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .global-footer-link01__item:first-child::before {
    display: none;
  }
}

.global-footer-link01__link {
  position: relative;
}

.global-footer-link01__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: all .3s ease;
}

@media screen and (min-width: 768px) {
  .global-footer-link01__link:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width: 767px) {
  .global-footer-link01__link {
    display: inline-block;
    width: 100%;
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .global-footer-secondary__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}

.global-footer-calendar {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .global-footer-calendar {
    margin: 0 auto 32px;
    width: 30%;
    min-width: 290px;
  }
}

.global-footer-link02-outer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .global-footer-link02-outer {
    margin: 0 auto 32px;
    width: calc(70% - 64px);
    min-width: 462px;
  }
}

.global-footer-link02 {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .global-footer-link02 {
    margin: 0 1%;
    width: 31.3%;
    max-width: 184px;
  }
}

.global-footer-link02:last-of-type {
  margin-right: 0;
}

.global-footer-link02__item,
.global-footer-link02-child__item {
  margin-bottom: .25em;
}

.global-footer-link02__item:last-child,
.global-footer-link02-child__item:last-child {
  margin-bottom: 0;
}

.global-footer-link02__link {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .global-footer-link02__link:hover {
    text-decoration: underline;
  }
}

.global-footer-link02-child {
  margin-top: .25em;
}

.global-footer-link02-child__item {
  position: relative;
  padding-left: 18px;
}

.global-footer-link02-child__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.global-footer-link02-child__item.hasParent::before {
  content: none;
}

.global-footer-link02-child__link {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .global-footer-link02-child__link:hover {
    text-decoration: underline;
  }
}

.global-footer__logo {
  margin: 0 auto 32px;
  width: 60%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .global-footer__logo {
    width: 161px;
  }
}

.global-footer__logo svg {
  fill: #fff;
}

.global-footer__copyright {
  padding-bottom: 32px;
  color: #78809a;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .global-footer__copyright {
    font-size: 1.2rem;
  }
}

.pagetop {
  margin-bottom: 24px;
  color: #111b39;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .pagetop {
    margin-bottom: 28px;
  }
}

.pagetop::before {
  display: inline-block;
  margin-right: .5em;
  content: "▲";
}

.pagetop__link {
  color: #111b39;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .pagetop__link:hover {
    text-decoration: none;
  }
}

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

.sidebar__ttl,
.sidebar__ttl--media {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 5%;
  padding-left: calc(10% + 20px);
  background: #111b39;
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (min-width: 768px) {

  .sidebar__ttl,
  .sidebar__ttl--media {
    padding-left: calc(10% + 30px);
    font-size: 1.6rem;
  }
}

.sidebar__ttl::after,
.sidebar__ttl--media::after {
  color: #78809a;
}

.sidebar__ttl--media::before {
  position: absolute;
  top: 50%;
  left: 5%;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  content: "\f51f";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .sidebar__ttl--media::before {
    font-size: 30px;
  }
}

.sidebar__bnr {
  margin-bottom: 32px;
}

.sidebar-menu {
  border: 1px solid #111b39;
  margin-bottom: 32px;
}

.sidebar-menu__accordion {
  border-bottom: 1px dashed #111b39;
}

.sidebar-menu__accordion-content {
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
  margin: 0 auto;
}

.sidebar-menu__accordion-content a {
  display: block;
  font-size: 1.2rem;
  color: #111b39;
  line-height: 1.6;
  letter-spacing: .1em;
  padding: .25em .5em;
}

.sidebar-menu__accordion-content a:hover {
  text-decoration: underline;
}

.sidebar-menu__accordion-content a+a {
  margin-top: 8px;
}

.sidebar-menu__link,
.sidebar-menu__link--cd,
.sidebar-menu__link--analog,
.sidebar-menu__link--dvd,
.sidebar-menu__link--blu-ray,
.sidebar-menu__link--design,
.sidebar-menu__link--print,
.sidebar-menu__link--case {
  display: block;
  position: relative;
  border-bottom: 1px dashed #111b39;
  padding: 0 5%;
  color: #111b39;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 70px;
}

@media screen and (min-width: 768px) {

  .sidebar-menu__link,
  .sidebar-menu__link--cd,
  .sidebar-menu__link--analog,
  .sidebar-menu__link--dvd,
  .sidebar-menu__link--blu-ray,
  .sidebar-menu__link--design,
  .sidebar-menu__link--print,
  .sidebar-menu__link--case {
    padding: 0 40px;
    font-size: 1.4rem;
    line-height: 60px;
    transition: color .4s;
  }
}

.sidebar-menu__link::before,
.sidebar-menu__link--cd::before,
.sidebar-menu__link--analog::before,
.sidebar-menu__link--dvd::before,
.sidebar-menu__link--blu-ray::before,
.sidebar-menu__link--design::before,
.sidebar-menu__link--print::before,
.sidebar-menu__link--case::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
}

@media screen and (min-width: 768px) {

  .sidebar-menu__link::before,
  .sidebar-menu__link--cd::before,
  .sidebar-menu__link--analog::before,
  .sidebar-menu__link--dvd::before,
  .sidebar-menu__link--blu-ray::before,
  .sidebar-menu__link--design::before,
  .sidebar-menu__link--print::before,
  .sidebar-menu__link--case::before {
    transition: width .5s;
  }
}

.sidebar-menu__link:last-of-type,
.sidebar-menu__link--cd:last-of-type,
.sidebar-menu__link--analog:last-of-type,
.sidebar-menu__link--dvd:last-of-type,
.sidebar-menu__link--blu-ray:last-of-type,
.sidebar-menu__link--design:last-of-type,
.sidebar-menu__link--print:last-of-type,
.sidebar-menu__link--case:last-of-type {
  border-bottom: 0;
}

.sidebar-menu__link.is-active,
.is-active.sidebar-menu__link--cd,
.is-active.sidebar-menu__link--analog,
.is-active.sidebar-menu__link--dvd,
.is-active.sidebar-menu__link--blu-ray,
.is-active.sidebar-menu__link--design,
.is-active.sidebar-menu__link--print,
.is-active.sidebar-menu__link--case {
  color: #fff;
}

.sidebar-menu__link.is-active::before,
.is-active.sidebar-menu__link--cd::before,
.is-active.sidebar-menu__link--analog::before,
.is-active.sidebar-menu__link--dvd::before,
.is-active.sidebar-menu__link--blu-ray::before,
.is-active.sidebar-menu__link--design::before,
.is-active.sidebar-menu__link--print::before,
.is-active.sidebar-menu__link--case::before {
  width: 100%;
}

.sidebar-menu__link span,
.sidebar-menu__link--cd span,
.sidebar-menu__link--analog span,
.sidebar-menu__link--dvd span,
.sidebar-menu__link--blu-ray span,
.sidebar-menu__link--design span,
.sidebar-menu__link--print span,
.sidebar-menu__link--case span {
  position: relative;
  z-index: +1;
}

.sidebar-menu__link span::before,
.sidebar-menu__link--cd span::before,
.sidebar-menu__link--analog span::before,
.sidebar-menu__link--dvd span::before,
.sidebar-menu__link--blu-ray span::before,
.sidebar-menu__link--design span::before,
.sidebar-menu__link--print span::before,
.sidebar-menu__link--case span::before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

.sidebar-menu__accordion .sidebar-menu__link--cd span::before,
.sidebar-menu__accordion .sidebar-menu__link--dvd span::before {
  content: "\f067";
  transition: transform 0.3s ease;
}

.sidebar-menu__accordion[open] .sidebar-menu__link--cd span::before,
.sidebar-menu__accordion[open] .sidebar-menu__link--dvd span::before {
  transform: rotate(45deg);
}

.sidebar-menu__link--cd::before {
  background-color: #e4183b;
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--cd:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--cd:hover::before {
    width: 100%;
  }
}

.sidebar-menu__link--analog::before {
  background-color: #e4183b;
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--analog:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--analog:hover::before {
    width: 100%;
  }
}

.sidebar-menu__link--dvd::before {
  background-color: #83b109;
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--dvd:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--dvd:hover::before {
    width: 100%;
  }
}

.sidebar-menu__link--blu-ray::before {
  background-color: #1844a5;
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--blu-ray:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--blu-ray:hover::before {
    width: 100%;
  }
}

.sidebar-menu__link--design::before {
  background-color: #dc4c10;
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--design:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--design:hover::before {
    width: 100%;
  }
}

.sidebar-menu__link--print::before {
  background-color: #8a1d94;
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--print:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--print:hover::before {
    width: 100%;
  }
}

.sidebar-menu__link--case::before {
  background-color: #28abb3;
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--case:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-menu__link--case:hover::before {
    width: 100%;
  }
}

.sidebar-util-link01,
.index-footer-link01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 24px;
}

.sidebar-util-link01__btn,
.sidebar-util-link01__btn--faq,
.index-footer-link01__btn--faq,
.sidebar-util-link01__btn--guide,
.index-footer-link01__btn--guide,
.index-footer-link01__btn {
  display: block;
  border: 2px solid #111b39;
  margin: 0 10px;
  padding: 10px 5%;
  color: #111b39;
  font-size: 1.3rem;
  text-align: center;
}

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

  .sidebar-util-link01__btn,
  .sidebar-util-link01__btn--faq,
  .index-footer-link01__btn--faq,
  .sidebar-util-link01__btn--guide,
  .index-footer-link01__btn--guide,
  .index-footer-link01__btn {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 768px) {

  .sidebar-util-link01__btn,
  .sidebar-util-link01__btn--faq,
  .index-footer-link01__btn--faq,
  .sidebar-util-link01__btn--guide,
  .index-footer-link01__btn--guide,
  .index-footer-link01__btn {
    margin-bottom: 10px;
    padding: 32px 5%;
    width: calc(100% - 20px);
    font-size: 1.6rem;
    transition: background .4s, color .4s;
  }
}

.sidebar-util-link01__btn::before,
.sidebar-util-link01__btn--faq::before,
.index-footer-link01__btn--faq::before,
.sidebar-util-link01__btn--guide::before,
.index-footer-link01__btn--guide::before,
.index-footer-link01__btn::before {
  display: block;
  margin-bottom: 4px;
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .sidebar-util-link01__btn::before,
  .sidebar-util-link01__btn--faq::before,
  .index-footer-link01__btn--faq::before,
  .sidebar-util-link01__btn--guide::before,
  .index-footer-link01__btn--guide::before,
  .index-footer-link01__btn::before {
    margin-bottom: 8px;
    font-size: 40px;
  }
}

.sidebar-util-link01__btn::after,
.sidebar-util-link01__btn--faq::after,
.index-footer-link01__btn--faq::after,
.sidebar-util-link01__btn--guide::after,
.index-footer-link01__btn--guide::after,
.index-footer-link01__btn::after {
  color: #78809a;
}

@media screen and (min-width: 768px) {

  .sidebar-util-link01__btn:hover,
  .sidebar-util-link01__btn--faq:hover,
  .index-footer-link01__btn--faq:hover,
  .sidebar-util-link01__btn--guide:hover,
  .index-footer-link01__btn--guide:hover,
  .index-footer-link01__btn:hover {
    background: #111b39;
    color: #fff;
  }
}

.sidebar-util-link01__btn--faq::before,
.index-footer-link01__btn--faq::before {
  font-weight: 400;
  content: "\f059";
}

.sidebar-util-link01__btn--guide::before,
.index-footer-link01__btn--guide::before {
  content: "\f518";
}

.sidebar-util-link02,
.index-footer-link02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 16px;
}

@media screen and (min-width: 768px) {

  .sidebar-util-link02,
  .index-footer-link02 {
    justify-content: center;
    margin: 0 -1.83% 22px;
  }
}

.sidebar-util-link02__btn,
.index-footer-link02__btn {
  display: block;
  border: 1px solid #111b39;
  margin: 0 8px 10px;
  background: #111b39;
  color: #fff;
  font-size: 1.2rem;
  line-height: 35px;
  text-align: center;
}

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

  .sidebar-util-link02__btn,
  .index-footer-link02__btn {
    width: calc(50% - 16px);
  }
}

@media screen and (min-width: 768px) {

  .sidebar-util-link02__btn,
  .index-footer-link02__btn {
    margin: 0 1.83% 10px;
    padding: 0 28px;
    width: calc(100% - 3.66%);
    line-height: 42px;
    transition: background .4s, color .4s;
  }
}

.sidebar-util-link02__btn::before,
.index-footer-link02__btn::before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

@media screen and (min-width: 768px) {

  .sidebar-util-link02__btn:hover,
  .index-footer-link02__btn:hover {
    background: #fff;
    color: #111b39;
  }
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}

button {
  font-family: Quicksand, "-apple-system", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
  button:hover {
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  button:disabled:hover {
    cursor: not-allowed;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="date"],
select,
textarea {
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
  max-width: 100%;
  background: #e9ecf1;
  font-family: Quicksand, "-apple-system", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  transition: all .3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

textarea {
  min-height: 190px;
}

input[type="file"] {
  width: 100%;
}

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

@media screen and (min-width: 768px) {
  .input-type-file {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.input-type-file label {
  display: block;
  border: 1px solid #111b39;
  background: #111b39;
  color: #fff;
  font-size: 1.4rem;
  line-height: 42px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .input-type-file label {
    width: 175px;
    transition: background .4s, color .4s;
    cursor: pointer;
  }
}

.input-type-file label::before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f07c";
}

@media screen and (min-width: 768px) {
  .input-type-file label:hover {
    background: #fff;
    color: #111b39;
  }
}

.input-type-file .filename {
  overflow: hidden;
  padding: 10px 8px;
  width: 100%;
  background: #e9ecf1;
  font-family: Quicksand, "-apple-system", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .input-type-file .filename {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .input-type-file .filename {
    width: calc(100% - 175px - 16px);
  }
}

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

@media screen and (min-width: 768px) {
  input[type="checkbox"]+span:hover {
    cursor: pointer;
  }
}

input[type="checkbox"]+span {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}

input[type="checkbox"]+span::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #111b39;
  width: 22px;
  line-height: 22px;
  background: #fff;
  color: #111b39;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-align: center;
  content: "\f00c";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

input[type="checkbox"]+span:after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  content: "";
  transition: width .15s;
}

input[type="checkbox"]:checked+span::before {
  color: #111b39;
}

input[type="checkbox"]:checked+span::after {
  width: 0;
}

.select__outer {
  position: relative;
  display: block;
}

.select__outer::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  border: 4px solid transparent;
  border-top: 5px solid #333;
  border-bottom: 0;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}

.select__outer select {
  box-sizing: border-box;
  padding-right: 36px;
  width: 100%;
}

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

.select__outer select option {
  border: 0;
}

.select__outer select:focus {
  outline: 0;
}

.select__outer+.select__outer {
  margin-top: 8px;
}

.entry-content__btn {
  display: inline-block;
  border: 1px solid #111b39;
  margin-bottom: 32px;
  padding: 8px 1em;
  background: #111b39;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .entry-content__btn {
    min-width: 210px;
    transition: background .4s, color .4s;
  }
}

.entry-content__btn::before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

@media screen and (min-width: 768px) {
  .entry-content__btn:hover {
    background: #fff;
    color: #111b39 !important;
  }
}

.entry-content ul {
  margin-bottom: 32px;
}

.entry-content ul>li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 2em;
  font-size: 1.4rem;
}

.entry-content ul>li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.entry-content ul>li:last-child {
  margin-bottom: 0;
}

.entry-content ol {
  margin-bottom: 32px;
  counter-reset: num;
}

.entry-content ol>li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 2em;
  font-size: 1.4rem;
}

.entry-content ol>li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: num;
  content: counter(num) ".";
}

.entry-content ol>li:last-child {
  margin-bottom: 0;
}

.entry-content p {
  margin-bottom: 2.5em;
  font-size: 1.4rem;
}

.entry-content p+p {
  margin-top: -1.5em;
}

.entry-content a {
  text-decoration: underline;
  color: #1645a6;
}

@media screen and (min-width: 768px) {
  .entry-content a:hover {
    text-decoration: none;
  }
}

.entry-content strong {
  font-weight: bold;
}

.tc-blue {
  color: #1645a6;
}

.tc-red {
  color: #e21836;
}

.img-col1,
.img-col2,
.img-col3 {
  margin-bottom: 32px;
}

.img-col1__visual,
.img-col2__visual,
.img-col3__visual {
  margin-bottom: 32px;
}

.img-col1__caption,
.img-col2__caption,
.img-col3__caption {
  margin-top: 1em;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {

  .img-col2,
  .img-col3,
  .img-left,
  .img-right {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 32px;
  }
}

.img-col2__visual,
.img-col3__visual,
.img-left__visual,
.img-right__visual {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {

  .img-col2__visual,
  .img-col3__visual,
  .img-left__visual,
  .img-right__visual {
    margin: 0 12px;
  }
}

@media screen and (min-width: 768px) {
  .img-col2__visual {
    width: calc(50% - 24px);
  }
}

@media screen and (min-width: 768px) {
  .img-col3__visual {
    width: calc(33.3% - 24px);
  }
}

@media screen and (min-width: 768px) {

  .img-left__visual,
  .img-left__txt,
  .img-right__visual,
  .img-right__txt {
    margin: 0 12px;
    width: calc(50% - 24px);
  }
}

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

  .img-left__visual,
  .img-right__visual {
    margin-bottom: 16px;
  }
}

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

  .img-left__txt,
  .img-right__txt {
    margin-bottom: 32px;
  }
}

.img-left__txt p:only-of-type,
.img-left__txt p:last-of-type,
.img-right__txt p:only-of-type,
.img-right__txt p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .img-left__visual {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .img-left__txt {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .img-right__visual {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .img-right__txt {
    order: 1;
  }
}

.box-gray {
  margin-bottom: 32px;
  padding: 24px 5%;
  background: #e9ecf1;
}

@media screen and (min-width: 768px) {
  .box-gray {
    padding: 32px;
  }
}

.box-gray p:only-of-type,
.box-gray p:last-of-type {
  margin-bottom: 0;
}

.box-pink,
.input-form__accept {
  margin-bottom: 32px;
  padding: 24px 5%;
  background: #fbf0f2;
}

@media screen and (min-width: 768px) {

  .box-pink,
  .input-form__accept {
    padding: 32px;
  }
}

.box-pink__term {
  margin-bottom: .5em;
  font-size: 1.6rem;
  font-weight: bold;
}

.box-pink__desc {
  font-size: 1.4rem;
}

.entry-content--cd h3::before {
  background-color: #e4183b;
}

.entry-content--analog h3::before {
  background-color: #e4183b;
}

.entry-content--dvd h3::before {
  background-color: #83b109;
}

.entry-content--blu-ray h3::before {
  background-color: #1844a5;
}

.entry-content--design h3::before {
  background-color: #dc4c10;
}

.entry-content--print h3::before {
  background-color: #8a1d94;
}

.entry-content--case h3::before {
  background-color: #28abb3;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  z-index: +1;
  font-size: 0px;
  cursor: pointer;
  background: #111b39;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
}

@media screen and (min-width: 768px) {

  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
    transition: opacity .4s;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 0.8;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {

  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  left: 50%;
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}

.slick-next:before {
  left: 50%;
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 64px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slick-dots li button {
    transition: opacity .4s;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.8;
}

.slick-dots li button:before {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #a7a7a7;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  .slick-dots li button:before {
    transition: opacity .4s;
  }
}

.slick-dots li.slick-active button:before {
  color: #333;
  opacity: 1;
}

@-webkit-keyframes lum-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
  }

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

@keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
  }

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

@-webkit-keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(8px);
    transform: scale(1.3) translateX(8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(6px);
    transform: scale(0.8) translateX(6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(8px);
    transform: scale(0.7) translateX(8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(6px);
    transform: scale(0.8) translateX(6px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(8px);
    transform: scale(1.3) translateX(8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(6px);
    transform: scale(0.8) translateX(6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(8px);
    transform: scale(0.7) translateX(8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(6px);
    transform: scale(0.8) translateX(6px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
    transform: scale(1.3) translateX(-8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
    transform: scale(0.8) translateX(-6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
    transform: scale(0.7) translateX(-8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
    transform: scale(0.8) translateX(-6px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
    transform: scale(1.3) translateX(-8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
    transform: scale(0.8) translateX(-6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
    transform: scale(0.7) translateX(-8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
    transform: scale(0.8) translateX(-6px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.lum-lightbox {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: lum-loader-rotate 1800ms infinite linear;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: lum-loader-before 1800ms infinite linear;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: lum-loader-after 1800ms infinite linear;
  animation: lum-loader-after 1800ms infinite linear;
  -webkit-animation-delay: -900ms;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  -webkit-animation: lum-fade 180ms ease-out;
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 180ms ease-out;
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  -webkit-animation: lum-fade 300ms ease-in;
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 300ms ease-in;
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  max-height: 100%;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .lum-gallery-button {
    width: 60px;
    height: 100px;
  }
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lum-close-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
  .lum-gallery-button:after {
    width: 36px;
    height: 36px;
  }
}

.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }

  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}

.main-visual-slide {
  margin: 40px auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main-visual-slide {
    width: calc(100% - 120px);
  }
}

.main-visual-slide__outer {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main-visual-slide__outer {
    padding-top: 124px;
  }
}

.main-visual-slide__outer .slick-dotted.slick-slider {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .main-visual-slide__outer .slick-dotted.slick-slider {
    margin-bottom: 48px;
  }
}

.main-visual-slide .slick-prev,
.main-visual-slide .slick-next {
  height: 50px;
  background: #a9a8a8;
}

@media screen and (min-width: 768px) {

  .main-visual-slide .slick-prev,
  .main-visual-slide .slick-next {
    height: 100px;
  }
}

.main-visual-slide .slick-prev {
  left: 0;
}

@media screen and (min-width: 768px) {
  .main-visual-slide .slick-prev {
    left: -60px;
  }
}

.main-visual-slide .slick-next {
  right: 0;
}

@media screen and (min-width: 768px) {
  .main-visual-slide .slick-next {
    right: -60px;
  }
}

.main-visual-slide .slick-dots {
  bottom: -22px;
}

.main-visual-slide .slick-dots li {
  width: 64px;
  height: 6px;
}

.main-visual-slide .slick-dots li button {
  width: 64px;
  height: 6px;
  padding: 0;
  background: #a9a8a8;
}

.main-visual-slide .slick-dots li button::before {
  display: none;
}

.main-visual-slide .slick-dots li button:hover,
.main-visual-slide .slick-dots li button:focus {
  opacity: 0.8;
}

.main-visual-slide .slick-dots li.slick-active button {
  background-color: #d00a2d;
}

.index-bnr,
.index-bnr-col2__item,
.index-bnr-col3__item {
  margin: 0 auto 20px;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {

  .index-bnr,
  .index-bnr-col2__item,
  .index-bnr-col3__item {
    margin-bottom: 48px;
  }
}

.index-bnr__item {
  margin-bottom: 20px;
  width: 100%;
}

.index-bnr__item img {
  width: 100%;
}

.index-bnr-col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .index-bnr-col2 {
    margin: 0 -10px 20px;
  }
}

@media screen and (min-width: 768px) {
  .index-bnr-col2__item {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
}

.index-bnr-col2__item img {
  width: 100%;
}

.index-bnr-col3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .index-bnr-col3 {
    margin: 0 -10px 20px;
  }
}

@media screen and (min-width: 768px) {
  .index-bnr-col3__item {
    margin: 0 10px 20px;
    width: calc(33.3% - 20px);
  }
}

.index-bnr-col3__item img {
  width: 100%;
}

.index__ttl {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .index__ttl {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}

.index__ttl::after {
  color: #78809a;
}

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

.index__txt {
  margin-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1.8;
}

.index-news__more {
  margin-bottom: 1em;
  text-align: right;
}

.index-news__link {
  color: #333;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .index-news__link {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .index-news__link:hover {
    text-decoration: underline;
  }
}

.index-news-list {
  padding: 0 5%;
}

@media screen and (min-width: 768px) {
  .index-news-list {
    padding: 16px 32px;
  }
}

.index-news-list__outer {
  overflow-y: auto;
  height: 260px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.index-news-list__ttl {
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 768px) {

  .index-news-list .post-list__category,
  .index-news-list .post-list__category--media,
  .index-news-list .post-list__tag,
  .index-news-list .post-detail__tag,
  .index-news-list .post-detail__category {
    margin-bottom: 0;
  }
}

.index-works__txt {
  margin-bottom: 32px;
  text-align: center;
}

.index-works-list {
  margin: 0 auto 20px;
  padding: 0 30px;
  width: 100%;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .index-works-list {
    margin-bottom: 30px;
    padding: 0 60px;
  }
}

.index-works-list__outer {
  overflow: hidden;
  width: 100%;
}

.index-works-list__link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  background: #e9ecf1;
}

@media screen and (min-width: 768px) {
  .index-works-list__link {
    transition: opacity .4s;
  }
}

.index-works-list__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .index-works-list__link:hover {
    opacity: .6;
  }
}

.index-works-list .slick-slide {
  margin: 0 10px;
}

@media screen and (min-width: 768px) {

  .index-blog-list,
  .media-blog-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}

@media screen and (min-width: 768px) {

  .index-blog-list__item,
  .media-blog-list__item {
    width: calc(25% - 60px);
  }
}

.index-blog-list__thumb,
.media-blog-list__thumb {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .index-footer-link01 {
    margin-bottom: 36px;
  }
}

.index-footer-link01__btn,
.index-footer-link01__btn--faq,
.index-footer-link01__btn--guide {
  margin: 0 10px 20px;
}

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

  .index-footer-link01__btn,
  .index-footer-link01__btn--faq,
  .index-footer-link01__btn--guide {
    width: calc(100% - 20px);
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {

  .index-footer-link01__btn,
  .index-footer-link01__btn--faq,
  .index-footer-link01__btn--guide {
    width: calc(50% - 20px);
    font-size: 2rem;
  }
}

.index-footer-link02 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .index-footer-link02 {
    margin-bottom: 74px;
  }
}

@media screen and (max-width: 767px) {
  .index-footer-link02__outer {
    margin: 0 auto 40px;
  }
}

.index-footer-link02__btn {
  margin-bottom: 24px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .index-footer-link02__btn {
    padding-right: 1em;
    padding-left: 1em;
  }
}

@media screen and (min-width: 768px) {
  .media-blog-list__item {
    width: calc(33.3% - 60px);
  }
}

.media-tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.media-tag__item,
.media-tag__item--cd,
.media-tag__item--analog,
.media-tag__item--dvd,
.media-tag__item--blu-ray,
.media-tag__item--design,
.media-tag__item--print,
.media-tag__item--case {
  border-radius: 4px;
  margin: 0 8px 16px;
  width: calc(50% - 16px);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .media-tag__item,
  .media-tag__item--cd,
  .media-tag__item--analog,
  .media-tag__item--dvd,
  .media-tag__item--blu-ray,
  .media-tag__item--design,
  .media-tag__item--print,
  .media-tag__item--case {
    width: calc(25% - 16px);
    min-width: 150px;
    max-width: 192px;
    font-size: 1.6rem;
  }
}

.media-tag__item--cd {
  background: #e4183b;
}

.media-tag__item--analog {
  background: #e4183b;
}

.media-tag__item--dvd {
  background: #83b109;
}

.media-tag__item--blu-ray {
  background: #1844a5;
}

.media-tag__item--design {
  background: #dc4c10;
}

.media-tag__item--print {
  background: #8a1d94;
}

.media-tag__item--case {
  background: #28abb3;
}

.media-archive__thumb {
  margin-bottom: 16px;
}

.media-archive__ttl {
  margin-bottom: .75em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .media-archive__ttl {
    font-size: 2rem;
  }
}

.media-archive-desc {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .media-archive-desc {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .media-item-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}

.media-item-list__item {
  margin-bottom: 24px;
  background: #e9ecf1;
}

@media screen and (min-width: 768px) {
  .media-item-list__item {
    margin: 0 12px 24px;
    width: calc(50% - 24px);
  }
}

.media-item-list__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 5%;
}

@media screen and (min-width: 768px) {
  .media-item-list__inner {
    padding: 24px;
  }
}

.media-item-list__ttl {
  padding: 10px 5%;
  background: #111b39;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.media-item-list__thumb {
  position: relative;
  margin-bottom: 24px;
  width: 30%;
  padding-bottom: 30%;
  background: #fff;
}

.media-item-list__thumb:empty::before {
  font-size: 1.2rem;
}

.media-item-list__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-item-list__txt {
  margin-bottom: 24px;
  width: calc(70% - 24px);
  font-size: 1.4rem;
}

.media-item-list__btn {
  display: block;
  border: 1px solid #111b39;
  width: 100%;
  background: #fff;
  color: #111b39;
  line-height: 46px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .media-item-list__btn {
    transition: background .4s, color .4s;
  }
}

.media-item-list__btn::before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

@media screen and (min-width: 768px) {
  .media-item-list__btn:hover {
    background: #111b39;
    color: #fff;
  }
}

.media-detail-top {
  border-bottom: 2px solid #111b39;
  margin-bottom: 32px;
}

.media-detail__ttl {
  border-bottom: 2px solid #111b39;
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .media-detail__ttl {
    font-size: 2.8rem;
  }
}

.media-detail__txt {
  margin-bottom: 1em;
}

.media-detail__txt--attention {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
  color: #d00a2d;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .media-detail__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}

.media-detail__visual,
.media-detail__txt-outer {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {

  .media-detail__visual,
  .media-detail__txt-outer {
    margin: 0 16px;
    width: calc(50% - 32px);
  }
}

.media-detail__btn-outer {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .media-detail__btn-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px 32px;
  }
}

.media-detail__btn,
.media-detail__btn--download {
  display: block;
  border: 1px solid #111b39;
  margin-bottom: 16px;
  background: #111b39;
  color: #fff;
  line-height: 42px;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .media-detail__btn,
  .media-detail__btn--download {
    margin: 0 8px 16px;
    width: calc(50% - 16px);
    min-width: 180px;
    transition: background .4s, color .4s;
  }
}

.media-detail__btn::before,
.media-detail__btn--download::before,
.media-detail__btn::after,
.media-detail__btn--download::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
}

.media-detail__btn::before,
.media-detail__btn--download::before {
  margin-right: .5em;
  content: "\f105";
}

.media-detail__btn::after,
.media-detail__btn--download::after {
  margin-left: .5em;
}

@media screen and (min-width: 768px) {

  .media-detail__btn:hover,
  .media-detail__btn--download:hover {
    background: #fff;
    color: #111b39;
  }
}

.media-detail__btn--download::after {
  content: "\f019";
}

.media-detail__lead {
  margin-bottom: 32px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .media-detail__lead {
    font-size: 2rem;
  }
}

.media-detail-slide__main {
  margin-bottom: 8px;
}

.media-detail-slide__thumb {
  margin: 0 -4px;
}

.media-detail-slide__thumb .slick-arrow {
  width: 20px;
  background: transparent;
}

.media-detail-slide__thumb .slick-arrow::before {
  color: #333;
  font-size: 20px;
}

.media-detail-slide__thumb .slick-prev {
  left: 0;
}

.media-detail-slide__thumb .slick-next {
  right: 0;
}

.media-detail-slide__thumb .slick-slide {
  margin: 0 4px;
}

.media-detail-slide__thumb .slick-track {
  margin-left: 0;
}

.media-detail-set {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .media-detail-set {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.media-detail-set__ttl {
  background: #d00a2d;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .media-detail-set__ttl {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .media-detail-set__ttl {
    margin-right: 32px;
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .media-detail-set__icon {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .media-detail-set__icon {
    width: calc(100% - 130px - 32px);
  }
}

.search-tag {
  margin-bottom: 32px;
  padding: 24px 5% 8px;
  background: #e9ecf1;
}

.search-tag__ttl {
  margin-bottom: 1em;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.search-tag__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.search-tag__item {
  display: inline-block;
  border: 1px solid #111b39;
  margin: 0 8px 16px;
  padding: 0 1em;
  background: #111b39;
  color: #fff;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .search-tag__item {
    transition: background .4s, color .4s;
  }
}

@media screen and (min-width: 768px) {
  .search-tag__item:hover {
    background: #fff;
    color: #111b39;
  }
}

.post-archive-link {
  margin-bottom: 32px;
  padding: 16px 5% 0;
  background: #e9ecf1;
  font-size: 0;
}

.post-archive-link__item {
  display: inline-block;
  margin: 0 1em 16px 0;
  color: #111b39;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .post-archive-link__item {
    margin-right: 2em;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .post-archive-link__item:hover {
    text-decoration: none;
  }
}

.works-detail {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.works-detail-slide .slick-list {
  margin: 0 44px;
}

@media screen and (min-width: 768px) {
  .works-detail-slide .slick-list {
    margin: 0 74px;
  }
}

.works-detail-slide__item {
  position: relative;
}

.works-detail-slide__visual {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #aaa;
  width: 100%;
  padding-bottom: 69.4444%;
  background: #fff;
}

.works-detail-slide__visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.works-detail-slide__zoom {
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-radius: 50px;
  width: 24px;
  background: #111b39;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .works-detail-slide__zoom {
    bottom: 16px;
    right: 16px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    transition: opacity .4s;
  }
}

.works-detail-slide__zoom::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f002";
}

@media screen and (min-width: 768px) {
  .works-detail-slide__zoom:hover {
    opacity: .6;
  }
}

.post-detail__ttl {
  margin-bottom: 16px;
}

.post-detail__category,
.post-detail__tag,
.post-detail__date {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {

  .post-detail__category,
  .post-detail__tag,
  .post-detail__date {
    margin-bottom: 32px;
  }
}

.post-detail__date {
  margin-right: 1em;
}

.post-detail__txt {
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.input-form {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .input-form {
    border-top: 1px solid #cacaca;
  }
}

@media screen and (min-width: 768px) {
  .input-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }
}

.input-form__lead {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .input-form__lead {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {

  .input-form__term,
  .input-form__term--confirm,
  .input-form__term--required,
  .input-form__desc {
    border-bottom: 1px solid #cacaca;
  }
}

.input-form__term,
.input-form__term--confirm,
.input-form__term--required {
  font-weight: bold;
}

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

  .input-form__term,
  .input-form__term--confirm,
  .input-form__term--required {
    margin-bottom: 8px;
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {

  .input-form__term,
  .input-form__term--confirm,
  .input-form__term--required {
    padding: 22px 8px;
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .input-form__term--confirm {
    padding: 16px 8px;
  }
}

.input-form__term--required::after {
  display: inline-block;
  margin-left: 1em;
  width: 48px;
  background: #d00a2d;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  content: "必須";
}

@media screen and (max-width: 767px) {
  .input-form__desc {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .input-form__desc {
    padding: 16px 8px;
    width: 70%;
  }
}

.input-form__submit {
  display: block;
  border: 2px solid #d00a2d;
  margin: 0 auto 32px;
  width: 100%;
  max-width: 436px;
  background: #d00a2d;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .input-form__submit {
    transition: background .4s, color .4s;
  }
}

.input-form__submit:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  .input-form__submit:hover {
    background: #fff;
    color: #d00a2d;
  }
}

.input-form__txt {
  margin-bottom: 32px;
}

.input-form__txt--error {
  margin-top: .5em;
  color: #d00a2d;
  font-size: 1.2rem;
}

.input-form__link {
  color: #d00a2d;
}

@media screen and (min-width: 768px) {
  .input-form__link:hover {
    text-decoration: underline;
  }
}

.input-form__accept {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .input-form__accept {
    margin-bottom: 48px;
    font-size: 1.6rem;
    cursor: pointer;
  }
}

.input-form-rules {
  overflow-y: auto;
  border: 1px solid #cacaca;
  margin-bottom: 32px;
  height: 260px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  .input-form-rules {
    margin-bottom: 48px;
  }
}

.input-form-rules__inner {
  padding: 16px 5%;
}

@media screen and (min-width: 768px) {
  .input-form-rules__inner {
    padding: 24px;
  }
}

.input-form-rules__txt {
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.input-form-tel-info {
  border: 2px solid #111b39;
  margin-bottom: 48px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .input-form-tel-info {
    margin-bottom: 64px;
  }
}

.input-form-tel-info__inner {
  padding: 16px 5%;
}

.input-form-tel-info__ttl {
  padding: .5em 5%;
  background: #111b39;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .input-form-tel-info__ttl {
    font-size: 1.6rem;
  }
}

.input-form-horizontal-list {
  display: flex;
  flex-wrap: wrap;
}

.input-form-horizontal-list__item {
  margin-right: 1em;
}

.guide-flow-list {
  margin-bottom: 48px;
  counter-reset: num;
}

@media screen and (min-width: 768px) {
  .guide-flow-list {
    margin-bottom: 64px;
  }
}

.guide-flow-list__item {
  position: relative;
  border-bottom: 1px dashed #000;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.guide-flow-list__item::before {
  position: absolute;
  bottom: -46px;
  left: 50%;
  border: 45px solid transparent;
  border-top: 30px solid #78809a;
  border-bottom: 0;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.guide-flow-list__item:last-child {
  margin-bottom: 0;
}

.guide-flow-list__item:last-child::before {
  display: none;
}

.guide-flow-list__ttl {
  margin-bottom: 1em;
  font-weight: bold;
  counter-increment: num;
}

@media screen and (min-width: 768px) {
  .guide-flow-list__ttl {
    font-size: 2rem;
  }
}

.guide-flow-list__ttl::before {
  content: counter(num) ".";
}

@media screen and (min-width: 768px) {
  .guide-flow-list__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .guide-flow-list__thumb {
    margin-bottom: 16px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .guide-flow-list__thumb {
    width: 152px;
  }
}

@media screen and (min-width: 768px) {
  .guide-flow-list__txt-outer {
    width: calc(95% - 152px);
  }
}

.guide-flow-list__txt,
.guide-flow-list__txt--strong {
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.guide-flow-list__txt:only-of-type,
.guide-flow-list__txt--strong:only-of-type,
.guide-flow-list__txt:last-of-type,
.guide-flow-list__txt--strong:last-of-type {
  margin-bottom: 0;
}

.guide-flow-list__txt--strong {
  font-weight: bold;
}

.faq-anchor {
  margin-bottom: 48px;
  padding: 32px 5% 8px;
  background: #e9ecf1;
}

@media screen and (min-width: 768px) {
  .faq-anchor {
    margin-bottom: 64px;
    padding: 32px 32px 16px;
  }
}

.faq-anchor+.faq-anchor {
  margin-top: -32px;
}

@media screen and (min-width: 768px) {
  .faq-anchor+.faq-anchor {
    margin-top: -48px;
  }
}

.faq-anchor__ttl {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: bold;
}

.faq-anchor__ttl::before {
  display: inline-block;
  margin-right: .5em;
  content: "▼";
}

@media screen and (min-width: 768px) {
  .faq-anchor-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5%;
  }
}

.faq-anchor-list__item {
  margin-bottom: 16px;
  color: #1645a6;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .faq-anchor-list__item {
    margin: 0 2.5% 16px;
    width: 45%;
  }
}

.faq-anchor-list__link {
  color: inherit;
  font-weight: inherit;
}

@media screen and (min-width: 768px) {
  .faq-anchor-list__link:hover {
    text-decoration: underline;
  }
}

.faq-list__question {
  margin-bottom: 1em;
  color: #111b39;
  font-size: 1.8rem;
  font-weight: bold;
}

.faq-list__question::before {
  display: inline-block;
  margin-right: .5em;
  color: #d00a2d;
  font-size: 2.1rem;
  content: "Q.";
}

.faq-list__answer {
  border-bottom: 1px dotted #aaa;
  margin-bottom: 24px;
  padding: 0 5% 24px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .faq-list__answer {
    margin-bottom: 32px;
    padding: 0 32px 32px;
  }
}

.faq-list__answer:last-of-type {
  border-bottom: 0;
}

.policy__section {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .policy__section {
    margin-bottom: 48px;
  }
}

.policy__txt {
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.policy__txt--strong {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: bold;
}

.policy-list {
  margin-bottom: 1em;
}

.policy-list__item {
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}

.policy-list__item::before {
  content: "・";
}

.policy-list__item:last-child {
  margin-bottom: 0;
}

.calendar__inner {
  padding: 16px 5%;
  background: #fff;
}

.calendar__ttl {
  background: #354265;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.calendar__ttl::before,
.calendar__ttl::after {
  display: inline-block;
}

.calendar__ttl::before {
  margin-right: .5em;
  content: "<";
}

.calendar__ttl::after {
  margin-left: .5em;
  content: ">";
}

.calendar__head {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}

.calendar__month {
  color: #111b39;
  font-weight: bold;
}

.calendar__txt {
  color: #111b39;
  font-size: 1.4rem;
}

.calendar__txt--holiday {
  display: inline-block;
  margin-right: .5em;
  color: #fcc;
}

.calendar__link,
.calendar__link--prev,
.calendar__link--next {
  position: absolute;
  top: 0;
  padding-left: 16px;
  color: #111b39 !important;
  font-size: 1.4rem;
  text-decoration: underline;
}

.calendar__link::before,
.calendar__link--prev::before,
.calendar__link--next::before {
  position: absolute;
  top: 50%;
  left: 0;
  border: 7px solid transparent;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {

  .calendar__link:hover,
  .calendar__link--prev:hover,
  .calendar__link--next:hover {
    text-decoration: none;
  }
}

.calendar__link--prev {
  left: 0;
}

.calendar__link--prev::before {
  border-right: 10px solid #111b39;
  border-left: 0;
}

.calendar__link--next {
  right: 0;
}

.calendar__link--next::before {
  border-right: 0;
  border-left: 10px solid #111b39;
}

/* service_cta */

.serviceCta {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}

.serviceCta h2 {
  font-size: 2rem;
  position: relative;
  border-bottom: 1px solid #333;
  margin-bottom: 2em;
  padding: 0 0 4px 22px;
  font-weight: bold;
}

.serviceCta h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: calc(100% - 6px);
  background-color: #d00a2d;
  content: "";
}

.serviceCta ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.serviceCta li a {
  position: relative;
  display: grid;
  background-color: #e9ecf1;
  color: #333;
  border-radius: 8px;
  padding: 16px;
  grid-template-columns: 1fr 4px;
  align-items: center;
  transition: background-color .4s, color .4s;
}

.serviceCta li a::after {
  display: block;
  padding-bottom: 1px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

.serviceCta li a:hover {
  background-color: #d00a2d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .serviceCta ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .serviceCta li a {
    font-size: 1.4rem;
  }
}

/* 20250313追加 */
.top .main .index-qa {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.top .main .index-footer-link01 {
  flex-direction: column;
}

.top .main .index-footer-link01 .index-footer-link01__btn--faq {
  width: 70%;
  margin: 0 auto 30px auto;
}

.top .main .index-footer-link01 .index-footer-link01__btn--guide {
  width: 70%;
  margin: 0 auto 30px auto;
}

.top .main .index-payment {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.top .main .press-price {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  padding-bottom: 64px;
}

.top .main .press-price #press-cd {
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}
.top .main .press-price #press-dvd {
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}

.top .main .press-price .press-price-list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  flex-wrap: wrap;
}

.top .main .press-price .press-price-list li {
  width: calc(33.33% - 30px);
}

.top .main .press-price .press-price-list li .press-price-list-bg {
  background-color: #E9ECF1;
}

.top .main .press-price .press-price-list li .press-price-list-title {
  font-size: 18px;
  padding: 10px 5%;
  background: #111b39;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.top .main .press-price .press-price-list li .press-price-list-img {
  width: 50%;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}

.top .main .press-price .press-price-list li .press-price-list-img img {
  display: block;
  width: 100%;
  margin: auto;
}

.top .main .press-price .press-price-list li .press-price-list-price {
  font-size: 1.6rem;
  margin-top: 10px;
}

.top .main .press-price .press-price-list li a {
  display: block;
  border: 1px solid #111b39;
  width: 100%;
  background: #fff;
  color: #111b39;
  line-height: 46px;
  text-align: center;
  transition: background .4s, color .4s;
  margin-bottom: 10px;
}

.top .main .press-price .press-price-list li a::before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

.top .main .press-price .press-price-list li a:hover {
  background: #111b39;
  color: #fff;
}

.top .main .press-price .press-price-other-link {
  margin-top: 50px;
}

.top .main .press-price .press-price-other-link a {
  display: block;
  border: 1px solid #111b39;
  width: 100%;
  max-width: 400px;
  background: #fff;
  color: #111b39;
  line-height: 46px;
  text-align: center;
  transition: background .4s, color .4s;
  margin: 0 auto;
}

.top .main .press-price .press-price-other-link a::before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

.top .main .press-price .press-price-other-link a:hover {
  background: #111b39;
  color: #fff;
}

.top .main .index-flow {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  padding-bottom: 64px;
}

.top .main .index-flow #flow-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.top .main .index-flow .flow-list {
  display: flex;
  justify-content: center;
}

.top .main .index-flow .flow-list li {
  position: relative;
  margin-right: 5%;
}

.top .main .index-flow .flow-list li:last-child {
  margin-right: 0;
}

.top .main .index-flow .flow-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 15px;
  border-left-color: currentColor;
  border-right: 0;
}

.top .main .index-flow .flow-list li:last-child::after {
  display: none;
}
.top .main .index-flow .flow-list li .flow-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.top .main .index-flow .flow-link {
  margin-top: 50px;
}

.top .main .index-flow .flow-link a {
  display: block;
  border: 1px solid #111b39;
  width: 100%;
  max-width: 400px;
  background: #fff;
  color: #111b39;
  line-height: 46px;
  text-align: center;
  transition: background .4s, color .4s;
  margin: 0 auto;
}

.top .main .index-flow .flow-link a::before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f105";
}

.top .main .index-flow .flow-link a:hover {
  background: #111b39;
  color: #fff;
}
.top .main .index-strong-point {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  padding-bottom: 64px;
}

.top .main .index-strong-point #strong-point-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.top .main .index-strong-point .index-strong-point-list {
  display: flex;
  gap: 0 20px;
}
.top .main .index-strong-point .index-strong-point-list li {
  padding: 20px;
  box-sizing: border-box;
  background-color: #e9ecf1;
}
.top .main .index-strong-point .index-strong-point-list li .index-strong-point-list-img {
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
}
.top .main .index-strong-point .index-strong-point-list li .index-strong-point-list-img img {
  width: 100%;
}
.top .main .index-strong-point .index-strong-point-list li .index-strong-point-list-textbox {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.top .main .index-strong-point .index-strong-point-list li .index-strong-point-list-textbox .index-strong-point-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  min-height: 60px;
}
.top .main .index-strong-point .index-strong-point-list li .index-strong-point-list-textbox .index-strong-point-list-text {
  font-size: 1.6rem;
}


@media screen and (max-width: 768px) {
  .top .main .press-price .press-price-list {
    flex-direction: column;
  }

  .top .main .press-price .press-price-list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .top .main .index-flow .flow-list {
    flex-direction: column;
    align-items: center;
  }

  .top .main .index-flow .flow-list li {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .top .main .index-flow .flow-list li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 15px;
    border-top-color: currentColor;
    border-bottom: 0;
  }
  .top .main .index-strong-point .index-strong-point-list {
    flex-direction: column;
  }
  .top .main .index-strong-point .index-strong-point-list li {
    margin-bottom: 30px;
  }
  .top .main .index-strong-point .index-strong-point-list li .index-strong-point-list-textbox .index-strong-point-list-title {
    min-height: unset;
  }
}

/* 20250313追加 */
/*20250414*/
.add-media-case .mediaWorksSlide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;}
  @media screen and (max-width: 767px) {
  .add-media-case .mediaWorksSlide {padding: 0;gap:10px;}   
  }
/*20250414*/
@media screen and (min-width: 768px) {
.sub-nav.guide-sub-nav{width: auto;}
.primary-nav__item:has(.guide-sub-nav) .primary-nav__link::before {width: 120%;}
.guide-sub-wrap{display: grid;grid-template-columns: 1fr 1fr;}
.sub-nav__item.sub-nav__cat{
  padding: 0.75rem 1rem;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #78809a;
  width: 95%;
  margin: 0 auto;
  padding-left: 8px;}
  .sub-nav.guide-sub-nav .sub-nav__item+.sub-nav__item{border: none;padding-left: 3px;}
  .sub-nav.guide-sub-nav .sub-nav__item+.sub-nav__item a{ 
    border-bottom: 1px solid #78809a;
    width: 95%;}
.guide-sub-wrap .guide-sub-child:first-child .sub-nav__item:last-child a{border: none;}
  .sub-nav.guide-sub-nav .sub-nav__item+.sub-nav__item a::before{
    display: inline-block;
    margin-right: .5em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    content: "\f105";
    color: #78809a;
  }
  .media-detail .index-blog__outer{margin-bottom: 64px;}
}
.media-detail .index-blog__outer{margin-bottom: 48px;}
.media-detail-slide__thumb img {
  max-width: 110px;
}
/*250626*/
.new-cta-area{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    background-color: #E9ECF1;
}
.new-cta-area .new-cta-catch{
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #111b39;
    text-align: center;
    padding: 10px 30px;
}
.new-cta-area .btn-contact-area{position: relative;}
.new-cta-area .btn-contact-area .btn-contact-catch-wrap{
  position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 400px;}
.new-cta-area .btn-contact-area .btn-contact-catch{
  position: relative;
    font-weight: bold;
    text-align: center;
    width: 80%;
    background: #fff;
    border-radius: calc(infinity * 1px);
    padding: 5px;
    color: #d00a2d;
    border: 2px solid #d00a2d;
    font-size: 1.4rem;
    margin: 0 auto;}
.new-cta-area .btn-contact-area .btn-contact-catch::before{
position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border: 8px solid transparent;
    border-top: 8px solid #FFF;
    content: "";
    z-index: 2;
}
.new-cta-area .btn-contact-area .btn-contact-catch::after{
position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #d00a2d;
  z-index: 1;
}
.new-cta-area .new-cta-content{padding: 20px 30px;}
.new-cta-area .btn-contact{
    max-width: 400px;
    padding: 1.2em 0 0.5em;
    margin: 20px auto 20px;}
.new-cta-area .tac{padding-top: 10px;border-top: 1px dotted #111b39;}
.new-cta-area .btn-tel{position: relative;}
.new-cta-area .btn-tel::before {
    color: #111b39;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    content: "\f095";
    transform: scale(-1, 1) translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    font-size: 2rem;
    left: -2.7rem;
}
.new-cta-area .btn-tel__txt{font-size: 1.4rem;}
.new-cta-area .btn-tel__catch{color: #111b39;font-weight: bold;}
@media screen and (max-width: 767px) {
.new-cta-area .new-cta-catch{font-size: 1.4rem;}
.new-cta-area .new-cta-content{padding: 20px;}
.new-cta-area .btn-tel::before {font-size: 1.4rem;left: -1.7rem;}
.new-cta-area .btn-contact-area .btn-contact-catch{font-size: 1.2rem;}
.blog.sp table{width: 100%;}
}