@charset "UTF-8";
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

div,
h2,
h3,
h4,
h5,
p,
li,
dt,
dd,
th,
td {
  word-break: normal;
  word-wrap: break-word;
  font-size: 16px;
  /* line-height: 1.5; */ }

img.img-fluid {
  max-width: 1400px;
  width: auto;
  margin: 0 auto;
  vertical-align: top; }

@media screen and (max-width: 767px) {
  img.img-fluid {
    max-width: auto;
    width: 100%; } }

@media screen and (max-width: 320px) {
  img.img-fluid {
    width: auto; } }

body {
  overflow-x: hidden;
  color: #000; }

.contents-wrapper {
  width: 1056px;
  margin: 0 auto;
  font-size: 14px;
  box-sizing: border-box;
  color: #000;
  position: relative; }

@media screen and (max-width: 767px) {
  .contents-wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; } }

.img100 {
  width: 100%;
  margin: 0 auto; }

.width {
  width: 100%;
  padding-right: 0; 
  padding-left: 0;
}


.page-brand-common {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  .page-brand-common {
    margin: 0;
    padding: 0; } }

.heading-title {
  min-height: 278px;
  padding: 0;
  line-height: 0;
  background: url(../images/bg_mv_about_pc.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.what_contents {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
  background: url(../images/bg_about_pc.jpg) repeat-y center top;
  background-size: 100% auto;
  box-sizing: border-box; }
  .what_contents__inbox {
    width: 1056px;
    margin: 0 auto;
    border: 1px solid #45403f;
    text-align: center; }

@media screen and (max-width: 767px) {
  .heading-title {
    min-height: 60px;
    background: none; }
  .what_contents {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../images/bg_about_sp.jpg) no-repeat center top;
    background-size: 100% 100%;
    position: relative; }
    .what_contents__inbox {
      width: 100%;
      border: 0; } }


@media screen and (max-width: 767px) {
  .heading-wrapper {
    padding: 0 15px; }
  h1.mod-heading {
    width: 100%; } }

/* about */
.about-block {
  min-height: 755px;
  position: relative; }
  .about-block::before {
    content: "";
    display: block;
    position: absolute;
    left: -80px;
    bottom: -15px;
    width: 156px;
    height: 375px;
    background: url(../images/po_about_intro_pc.png) no-repeat 0 0; }

@media screen and (max-width: 767px) {
  .about-block {
    min-height: 528.5px;
    padding-bottom: 20px; }
    .about-block::before {
      display: none; } }

/* welcome */
.welcome-flex {
  min-height: 433px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative; }
  .welcome-flex::after {
    content: "";
    display: block;
    position: absolute;
    right: -88px;
    bottom: -40px;
    width: 275px;
    height: 261px;
    background: url(../images/po_about_welcome_pc.png) no-repeat 0 0; }

@media screen and (max-width: 767px) {
  .welcome-flex {
    min-height: 303.1px; }
    .welcome-flex::after {
      display: none; }
    .welcome-flex__img {
      order: 3; }
    .welcome-flex__title {
      order: -3; } }

/* menu */
.menu-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .menu-flex__ti {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px; }
  .menu-flex__tx {
    width: 49%; }
  .menu-flex__img {
    width: 49%; }

.menu-photo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  .menu-photo__item {
    margin-top: 100px;
    width: 24%; }

@media screen and (max-width: 767px) {
  .menu-flex__ti {
    padding-top: 30px;
    padding-bottom: 35px; }
  .menu-flex__tx {
    width: 100%;
    position: relative;
    z-index: 2; }
  .menu-flex__img {
    width: 100%;
    position: relative;
    top: -18px;
    z-index: 0; }
  .menu-photo__item {
    margin-top: 0;
    margin-bottom: 25px;
    width: calc(50% - 10px); }
  .menu-photo__item:nth-child(odd) {
    margin-right: auto; }
  .menu-photo__item:nth-child(even) {
    margin-left: auto; } }

/* event */
.event-block {
  padding-top: 100px; }
  .event-block__ti {
    padding-bottom: 40px; }

.event-photo {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .event-photo__item {
    width: 32%; }

@media screen and (max-width: 767px) {
  .event-block {
    padding-top: 30px; }
    .event-block__ti {
      padding-bottom: 25px; }
    .event-block__tx {
      width: 85%;
      margin: 0 auto; }
  .event-photo {
    padding-top: 25px;
    flex-wrap: wrap; }
    .event-photo__item {
      width: 100%;
      margin-bottom: 20px; } }

.about-link-btn {
  padding: 60px 30px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .about-link-btn a {
    transition: .2s; }
  .about-link-btn a:hover {
    opacity: 0.7; }
  .about-link-btn__item:nth-child(1) {
    justify-content: flex-start; }
  .about-link-btn__item:nth-child(2) {
    justify-content: flex-end;
    margin-left: auto; }

@media screen and (max-width: 767px) {
  .about-link-btn {
    width: 100%;
    padding: 30px 0 10px;
    flex-wrap: wrap; }
    .about-link-btn__item:nth-child(1) {
      width: 100%;
      margin-bottom: 15px; }
    .about-link-btn__item:nth-child(2) {
      width: 100%; } }

.contents-wrapper__attention {
  margin-bottom: 0;
  padding-bottom: 60px;
  text-align: left;
  font-size: 12px; }

@media screen and (max-width: 767px) {
  .contents-wrapper__attention {
    padding-bottom: 30px; } }

.what-bottom {
  width: 100%; }
