@charset "UTF-8";
/*----------------------------------------
  Reset
----------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul {
  zoom: 1;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

a {
  text-decoration: none;
}

/*----------------------------------------
  body
----------------------------------------*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "SST W55 Regular", YuGothic,"Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Verdana,sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

.pc_md {
  display: block !important;
}

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

.sp_md {
  display: none !important;
}

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

a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

a:hover {
  opacity: 0.8;
}

html {
  width: 100%;
}

@media screen and (max-width: 640px) {
  html {
    min-width: inherit;
  }
}

body {
  position: relative;
}

img {
  max-width: 100%;
}

.pd {
  line-height: 2;
  font-family: "SST W20 Roman", "SST W55 Regular", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
  color: #656565;
}

.pd_contents {
  font-size: 1rem;
}

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

h1, h2, h3, h4 {
  color: #000;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
}

#tmpl_main {
  width: 100%;
}

/* ------ 20220408追記 ------- */
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
  position: relative;
  z-index: 1000;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
  min-width: 1190px;
  background-color: #EFEFEF;
}

@media screen and (max-width: 640px) {
  .l-header {
    padding: 10px 0 8px;
    min-width: auto;
    width: 100%;
  }
}

.l-header > * {
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .l-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.l-header.show {
  display: block;
}

/*  l-breadcrumb
--------------------------------------------- */
.l-breadcrumb {
  margin: 0 auto;
  padding-top: 10px;
  width: 1190px;
}

@media screen and (max-width: 640px) {
  .l-breadcrumb {
    display: none;
    width: 100%;
  }
}

.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.l-breadcrumb__item {
  position: relative;
}

.l-breadcrumb__item:before {
  margin: 0 7px;
  padding: 0 0 1px;
  content: ">";
  font-size: 10px;
}

.l-breadcrumb__item:first-of-type:before {
  content: none;
}

.l-breadcrumb__txt {
  color: #656565;
  font-size: 10px;
}

@media screen and (min-width: 641px) {
  .l-breadcrumb__txt--link:hover {
    text-decoration: underline;
  }
}

/*  l-header-container
--------------------------------------------- */
.l-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  margin: 14px auto 0;
  width: 1190px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .l-header-container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
}

/*  l-header-ttl
--------------------------------------------- */
.l-header-ttl__link {
  display: block;
  color: #656565;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.l-header-ttl__link:hover {
  color: #000;
}

.l-header a {
  text-decoration: none;
}

.l-header h1 {
  margin: 0;
}

.l-header * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*  l-header-lang
--------------------------------------------- */
.l-header-lang {
  margin-top: 4px;
  margin-left: auto;
}

.l-header-lang__link {
  display: block;
  margin-top: 0;
  padding: 4px 3px;
  border: 1px solid #656565;
  border-radius: 4px;
  color: #656565;
  text-decoration: none;
  font-size: 12px;
}

@media screen and (min-width: 641px) {
  .windows .l-header-lang__link {
    padding: 5px 3px 3px;
  }
}

@media screen and (min-width: 641px) {
  .l-header-lang__link {
    -webkit-transition: color 300ms;
    transition: color 300ms;
  }
  .l-header-lang__link:hover {
    color: #000;
  }
}

@media screen and (max-width: 640px) {
  .l-header-lang__link {
    padding: 3px 4px;
    border-radius: 4px;
    font-size: 10px;
  }
}

/*  l-footer
--------------------------------------------- */
.l-footer {
  background-color: #efefef;
  min-width: 1190px;
}

.l-footer-main {
  margin: 0 auto;
  width: 1190px;
}

@media screen and (max-width: 640px) {
  .l-footer {
    min-width: 100%;
  }
  .l-footer-main {
    width: 100%;
  }
}

/*  l-footer-breadcrumb
--------------------------------------------- */
.l-footer-breadcrumb {
  padding: 20px 0 35px;
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  .l-footer-breadcrumb {
    padding: 14px 20px 12px;
  }
}

.l-footer-breadcrumb:after {
  display: block;
  clear: both;
  content: "";
}

.l-footer-breadcrumb-item {
  float: left;
  padding-right: 0.5em;
  font-size: 10px;
  color: #5D5D5D;
}

@media screen and (max-width: 640px) {
  .l-footer-breadcrumb-item {
    font-size: 12px;
  }
}

.l-footer-breadcrumb-item:not(:last-child)::after {
  padding-left: 0.2em;
  content: '>';
}

.l-footer-breadcrumb-item__link {
  color: #5D5D5D;
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .l-footer-breadcrumb-item__link {
    -webkit-transition: color 300ms;
    transition: color 300ms;
  }
  .l-footer-breadcrumb-item__link:hover {
    color: #000;
  }
}

/*  l-footer-content
--------------------------------------------- */
.l-footer-content {
  overflow: hidden;
  width: 100%;
  color: #656565;
}

.l-footer-content__link {
  display: block;
  outline-offset: -1px;
  font-size: 13px;
  color: #656565;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .l-footer-content__link {
    -webkit-transition: color 300ms;
    transition: color 300ms;
  }
  .l-footer-content__link:hover {
    color: #000;
  }
}

@media screen and (max-width: 640px) {
  .l-footer-content__link {
    position: relative;
    padding: 19px 40px 14px 20px;
    border-top: 1px solid #DADADA;
  }
}

@media screen and (max-width: 640px) {
  .l-footer-content__link:after {
    position: absolute;
    top: 50%;
    right: 26px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
}

.l-footer-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.l-footer-content__list-item {
  display: inline-block;
  margin-bottom: 35px;
  vertical-align: top;
  width: 33.33333%;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .l-footer-content__list-item {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.7;
  }
}

.l-footer-content__list-item:nth-of-type(3n) {
  margin-right: 0;
}

.mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  min-width: 1190px;
  margin-bottom: 5.875rem;
}

.mv h1 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.75rem;
  margin: 2.625rem 0;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
  line-height: 1;
}

.mv p {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.mv picture {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background-color: #000;
}

@media screen and (max-width: 640px) {
  .mv {
    width: 100%;
    min-width: 100%;
  }
  .mv h1 {
    font-size: 1.125rem;
    margin: 2.0625rem 0 1.5625rem;
    padding: 0 1.25rem;
    line-height: 1.5;
  }
  .mv p {
    font-size: 0.8125rem;
    padding: 0 1.25rem;
  }
}

.movie {
  background-color: #85693B;
}

.game {
  background-color: #A8623B;
}

.music {
  background-color: #9A454F;
}

.ent {
  background-color: #383A6E;
}

.finance {
  background-color: #5A386E;
}

.image {
  background-color: #3E7267;
}

.pd_contents_3cul {
  padding-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1190px;
  margin: 0 auto;
}

.pd_contents_3cul h2 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 8px;
  color: #fff;
}

.pd_contents_3cul .cul_2_1l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 65.8%;
      -ms-flex-preferred-size: 65.8%;
          flex-basis: 65.8%;
}

.pd_contents_3cul .cul_2_1l_block {
  max-width: 375px;
}

.pd_contents_3cul .cul_2_1l_block a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #656565;
}

.pd_contents_3cul .cul_2_1l_block a h2 {
  color: #fff;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
  font-size: 1.125rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  line-height: 1.4;
}

.pd_contents_3cul .cul_2_1l_block a p {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0.8125rem;
  line-height: 1.2;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
}

.pd_contents_3cul .cul_2_1l_block a picture {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.pd_contents_3cul .cul_2_1r h2 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 8px;
  color: #fff;
}

.pd_contents_3cul_block a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #656565;
}

.pd_contents_3cul_block a h2 {
  color: #fff;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
  font-size: 1.125rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  line-height: 1.4;
}

.pd_contents_3cul_block a p {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0.8125rem;
  line-height: 1.2;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
}

.pd_contents_3cul_block a picture {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 640px) {
  .pd_contents_3cul {
    padding: 3.75rem 1.25rem 0;
    width: 100%;
  }
  .pd_contents_3cul .cul_2_1l, .pd_contents_3cul .cul_2_1r {
    display: block;
    padding: 0 1.25rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .pd_contents_3cul .cul_2_1l_block, .pd_contents_3cul .cul_2_1r_block {
    max-width: 100%;
  }
  .pd_contents_3cul .cul_2_1l_block:last-of-type {
    padding-top: 3.75rem;
  }
  .pd_contents_3cul .cul_2_1r {
    padding-top: 3.75rem;
  }
  .pd_contents_3cul .cul_2_1r .pd_contents_3cul_block {
    margin-bottom: 0;
  }
  .pd_contents_3cul_block {
    margin-bottom: 3.75rem;
  }
  .pd_contents_3cul_block a h2 {
    font-size: 0.9375rem;
  }
  .pd_contents_3cul_block a p {
    font-size: 1rem;
  }
  .pd_contents_3cul_block a:last-of-type {
    margin-bottom: 0;
  }
}

.pd_contents_3cul:first-of-type {
  padding: 0;
}

.pd_contents_3cul.culm2 {
  padding-top: 0;
  margin-top: 4.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pd_contents_3cul.culm2 .pd_contents_3cul_block {
  margin-right: 2.0625rem;
}

.pd_contents_3cul.culm2 .pd_contents_3cul_block:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .pd_contents_3cul.culm2 .pd_contents_3cul_block {
    margin-right: 0;
  }
}

.pd_contents_3cul2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1190px;
  margin: 6.25rem auto 0;
}

.pd_contents_3cul2 h2 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  line-height: 1.4;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
}

.pd_contents_3cul2_block a {
  color: #656565;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pd_contents_3cul2_block a p {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0.8125rem;
  line-height: 1.2;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
}

.pd_contents_3cul2_block a picture {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.pd_contents_3cul2:after {
  content: "";
  width: 33%;
  max-width: 375px;
}

.pd_contents_3cul2_inner2 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-top: 2.3125rem;
}

.pd_contents_3cul2_inner2_cul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pd_contents_3cul2_inner2_cul:after {
  content: "";
  width: 33%;
  max-width: 375px;
}

.pd_contents_3cul2_inner2_block a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #656565;
}

.pd_contents_3cul2_inner2_block p {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0.8125rem;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
}

.pd_contents_3cul2_inner2_block picture {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.pd_contents_3cul2_inner2::before {
  content: "";
  height: 2.125rem;
  width: 782px;
  background-color: #383A6E;
  display: block;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
  .pd_contents_3cul2_inner2::before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pd_contents_3cul2_inner2 {
    margin-top: 0;
  }
  .pd_contents_3cul2_inner2_block {
    margin-bottom: 1.9375rem;
  }
  .pd_contents_3cul2_inner2_block p {
    font-size: 1rem;
  }
  .pd_contents_3cul2_inner2_block:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .pd_contents_3cul2 {
    padding: 0 1.25rem 0;
    margin-top: 0;
    width: 100%;
  }
  .pd_contents_3cul2 h2 {
    font-size: 0.9375rem;
  }
  .pd_contents_3cul2_block {
    margin-bottom: 1.9375rem;
  }
  .pd_contents_3cul2_block p {
    font-size: 1rem;
  }
  .pd_contents_3cul2_block:last-of-type {
    margin-bottom: 0;
  }
}

.pd_contents_4cul {
  width: 1190px;
  margin: 6.25rem auto 0;
}

.pd_contents_4cul h2 {
  font-size: 1.25rem;
  margin-bottom: 2.3125rem;
  line-height: 1.2;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
  color: #656565;
}

.pd_contents_4cul_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pd_contents_4cul_inner_block {
  margin-bottom: 3.5rem;
}

.pd_contents_4cul_inner_block a {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 275px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pd_contents_4cul_inner_block a h3 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1rem;
  margin: 1rem 0;
  line-height: 1.3;
  font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
  color: #656565;
}

.pd_contents_4cul_inner_block a p {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #656565;
}

.pd_contents_4cul_inner_block a picture {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.pd_contents_4cul_inner::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.pd_contents_4cul_inner::after {
  content: "";
  display: block;
  width: 23%;
}

@media screen and (max-width: 640px) {
  .pd_contents_4cul {
    padding: 0 1.25rem 3.3125rem;
    margin-top: 0;
    width: 100%;
  }
  .pd_contents_4cul_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pd_contents_4cul_inner_block {
    margin-bottom: 3.5rem;
  }
  .pd_contents_4cul_inner_block a {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pd_contents_4cul_inner_block a h3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 0.9375rem;
    margin: 1rem 0;
    line-height: 1.3;
    font-family: "SST W20 Bold", "SST W55 Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
  }
  .pd_contents_4cul_inner_block a p {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    font-size: 0.8125rem;
    line-height: 1.3;
    color: #656565;
  }
}
