@charset "utf-8";
/*
Theme Name:出光優秀表彰制度2021
*/
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
body {
  padding-top: 166px; /* 固定ヘッダー高さ */
}
/* heading */
.c-heading {
  text-align: center;
  color: #EBBF92;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}
.c-heading span {
  display: inline-block;
  padding: 0 45px 20px;
  border-bottom: 1px solid rgba(235, 191, 146, .5);
}
/* btn */
.c-btn {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  padding: 1px;
  background: rgb(255, 241, 227);
  background: -moz-linear-gradient(top, rgba(255, 241, 227, 1) 0%, rgba(89, 77, 61, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 241, 227, 1) 0%, rgba(89, 77, 61, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 241, 227, 1) 0%, rgba(89, 77, 61, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1e3', endColorstr='#594d3d', GradientType=0);
  text-align: left;
  color: #FFF;
  font-family: "Arial", 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
.c-btn:hover {
  opacity: 1;
}
.c-btn__inner {
  display: block;
  padding: 10px 50px 10px 30px;
  background: rgb(235, 191, 146);
  background: -moz-linear-gradient(top, rgba(235, 191, 146, 1) 0%, rgba(176, 125, 55, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(235, 191, 146, 1) 0%, rgba(176, 125, 55, 1) 100%);
  background: linear-gradient(to bottom, rgba(235, 191, 146, 1) 0%, rgba(176, 125, 55, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebbf92', endColorstr='#b07d37', GradientType=0);
  position: relative;
}
.c-btn__arrow {
  width: 31px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  transform: translateY(2px);
  transition: .3s;
}
.c-btn__arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #FFF;
  transform: rotate(45deg);
  transform-origin: center right;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
.c-btn:hover .c-btn__arrow {
  width: 40px;
  right: 9px;
}
/* video */
.c-video-area {
  position: relative;
}
.c-video-frame {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* 疑似再生画面 */
.c-video-pseudo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s;
}
.c-video-area.is-pause .c-video-pseudo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* youtubeのロード待ち画面 */
.c-video-pseudo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.c-video-area.is-loading .c-video-pseudo::before {
  opacity: 1;
  visibility: visible;
}
/* サムネイル画面 */
.c-video-pseudo__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* 再生ボタン */
.c-video-pseudo__player-btn {
  width: 310px;
  height: 60px;
  padding: 10px 65px 10px 35px;
  background: rgb(235, 191, 146);
  background: -moz-linear-gradient(top, rgba(235, 191, 146, 1) 0%, rgba(176, 125, 55, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(235, 191, 146, 1) 0%, rgba(176, 125, 55, 1) 100%);
  background: linear-gradient(to bottom, rgba(235, 191, 146, 1) 0%, rgba(176, 125, 55, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebbf92', endColorstr='#b07d37', GradientType=0);
  border: none;
  border-radius: 30px;
  position: absolute;
  bottom: 21.428%;
  right: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  text-align: left;
  color: #FFF;
  font-family: "Arial", 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  cursor: pointer;
  transition: .3s;
}
.c-video-pseudo__player-btn-icon {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.c-video-pseudo__player-btn-icon::before, .c-video-pseudo__player-btn-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.c-video-pseudo__player-btn-icon::before {
  border-color: rgba(0, 0, 0, .4);
  top: -1px;
  z-index: 1;
}
.c-video-pseudo__player-btn-icon::after {
  border-color: #FFF;
  top: 0;
  z-index: 2;
}
.c-video-pseudo__player-btn-icon-triangle::before, .c-video-pseudo__player-btn-icon-triangle::after {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  border-left-width: 14px;
  border-left-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-video-pseudo__player-btn-icon-triangle::before {
  border-left-color: rgba(0, 0, 0, .4);
  z-index: 1;
  transform: translate(16%, -1px);
}
.c-video-pseudo__player-btn-icon-triangle::after {
  border-left-color: #FFF;
  z-index: 2;
  transform: translateX(16%);
}
/* video */
.c-video-area video {
  width: 100%;
  vertical-align: bottom;
}
/* ancher */
.c-ancher {
  padding-top: 160px; /* ヘッダー高さ */
  margin-top: -160px;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
/* pagetop */
.c-pagetop {
  display: block;
  width: 60px;
  height: 60px;
  background: rgb(235, 191, 146);
  background: -moz-linear-gradient(top, rgba(235, 191, 146, 1) 0%, rgba(176, 125, 55, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(235, 191, 146, 1) 0%, rgba(176, 125, 55, 1) 100%);
  background: linear-gradient(to bottom, rgba(235, 191, 146, 1) 0%, rgba(176, 125, 55, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebbf92', endColorstr='#b07d37', GradientType=0);
  position: fixed;
  right: 60px;
  bottom: 40px;
  z-index: 99;
}
.c-pagetop::before {
  content: "";
  width: 47.15%;
  height: 47.15%;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(-45deg);
  position: absolute;
  top: 42%;
  right: 0;
  left: 0;
  margin: auto;
}
/* container
------------------------------------------------------------ */
.c-container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
/* header
------------------------------------------------------------ */
.c-header {
  width: 100%;
  padding: 20px 0;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.c-header__band {
  position: relative;
  margin-bottom: 10px;
  text-align: right;
}
.c-header__band::before {
  content: "";
  display: block;
  width: calc(100% - 317px);
  height: 20px;
  background: rgb(255, 225, 0);
  background: -moz-linear-gradient(45deg, rgba(255, 225, 0, 1) 0%, rgba(255, 225, 0, 1) 30%, rgba(223, 5, 21, 1) 92%, rgba(223, 5, 21, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 225, 0, 1) 0%, rgba(255, 225, 0, 1) 30%, rgba(223, 5, 21, 1) 92%, rgba(223, 5, 21, 1) 100%);
  background: linear-gradient(45deg, rgba(255, 225, 0, 1) 0%, rgba(255, 225, 0, 1) 30%, rgba(223, 5, 21, 1) 92%, rgba(223, 5, 21, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe100', endColorstr='#df0515', GradientType=1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}
.c-header__group-logo {
  display: inline-block;
  padding: 0 20px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
.c-header__container {
  max-width: 1064px;
  padding-right: 20px;
  padding-left: 20px;
}
/* logo */
/* nav */
.c-global-nav {
  position: absolute;
  right: 28px;
  bottom: 45px;
}
.c-global-nav__group {
  display: flex;
  flex-wrap: wrap;
}
.c-global-nav__item {
  padding: 0 15px;
}
.c-global-nav__link {
  padding-left: 14px;
  position: relative;
  color: #DF0515;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.c-global-nav__link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DF0515;
  border-right: 1px solid #DF0515;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
  transform: rotate(45deg);
}
/* main
------------------------------------------------------------ */
.c-main {
  background: url("img/common/bg@2x.png") no-repeat, url("img/common/bg-repeat.png") repeat-y;
  background-size: 100% auto;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
.c-main::before, .c-main::after {
  content: "";
  display: block;
  width: 188px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.c-main::before {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
  left: 0;
}
.c-main::after {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
  right: 0;
}
.c-main__inner {
  max-width: 1024px;
  padding: 15px 62px 160px;
  background-color: rgba(0, 0, 0, .5);
  position: relative;
  z-index: 2;
  margin: auto;
}
/* footer
------------------------------------------------------------ */
.c-footer {
  overflow: hidden;
}
.c-footer-nav {
  padding: 15px 0;
  background-color: #FFF;
}
.c-footer-nav__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.c-footer-nav__item {
  padding: 0 15px;
}
.c-footer-nav__link {
  padding-left: 14px;
  position: relative;
  color: #DF0515;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.c-footer-nav__link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DF0515;
  border-right: 1px solid #DF0515;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
  transform: rotate(45deg);
}
.c-footer-main {
  padding: 40px 0 30px;
  background-color: #3C3C3C;
}
.c-footer-mainnav__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-footer-mainnav__item {
  padding: 5px 30px;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  margin: 0 -0.5px;
}
.c-footer-mainnav__link {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.c-footer__copyright {
  display: block;
  margin-top: 30px;
  text-align: center;
  color: #C0C0C0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
.p-top-main__inner {
  max-width: 100%;
  padding-top: 0;
  background: none;
}
/* main image */
.p-top-mainimage {
  margin: 0 -62px;
}
.p-top-mainimage img {
  width: 100%;
}
/* about */
.p-top-about {
  padding: 60px 0 40px;
}
.p-top-about__text {
  max-width: 700px;
  margin: auto;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.888;
  letter-spacing: .05em;
}
/* contents */
.p-top-contents {
  padding-top: 40px;
}
.p-top-contents__group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.p-top-contents__item {
  display: flex;
  width: 33.333%;
  padding: 15px;
}
.p-top-contents__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #A71B1B;
  border: 6px solid #EBBF92;
}
.p-top-contents__img {
  margin: -30px -30px 0;
}
.p-top-contents__img img {
  width: 100%;
}
.p-top-contents__heading {
  margin-top: 20px;
  text-align: center;
  color: #EBBF92;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-top-contents__text {
  margin: 5px 0 25px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .05em;
}
.p-top-contents__btn {
  margin-top: auto;
  text-align: center;
}
/* banner */
.p-top-contents__banner {
  max-width: 600px;
  margin: 80px auto 0;
}
.p-top-contents__banner-link {
  display: block;
  align-items: center;
  padding: 23px 34px;
  background-color: #FFF;
  border: 6px solid #EBBF92;
  position: relative;
}
.p-top-contents__banner-link:hover {
  opacity: 1;
}
.p-top-contents__banner-text {
  margin-right: auto;
  color: #383838;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}
.p-top-contents__banner-arrow {
  width: 31px;
  height: 1px;
  background-color: #383838;
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  margin: auto;
  transform: translateY(2px);
  transition: .3s;
}
.p-top-contents__banner-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #383838;
  transform: rotate(45deg);
  transform-origin: center right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-top-contents__banner-link:hover .p-top-contents__banner-arrow {
  width: 40px;
  right: 24px;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
/* pankuzu */
.c-pankuzu {
  margin: 0 -42px 50px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .05em;
}
.c-pankuzu, .c-pankuzu a {
  color: #FFF;
}
/* celebration
------------------------------------------------------------ */
.p-celebration__section {
  margin-top: 60px;
}
.p-celebration__section + .p-celebration__section {
  margin-top: 120px;
}
.p-celebration__movie-title {
  margin-top: 40px;
  text-align: center;
  color: #EBBF92;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-celebration__movie-title span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
/* intro
------------------------------------------------------------ */
.p-intro-nav__wrap {
  position: relative;
  margin: 60px -60px 0;
}
.p-intro-nav__group {
  display: flex;
  flex-wrap: wrap;
}
.p-intro-nav__item {
  width: 16.666%;
  padding: 1px;
}
.p-intro-nav__link {
  display: block;
  padding: 10px 5px;
  background-color: #EBBF92;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-intro-nav__link.is-current, .p-intro-nav__link:hover {
  background-color: #A71B1B;
  color: #FFF;
  opacity: 1;
}
.p-intro-list-pagenav {
  background-image: linear-gradient(0deg, #000 43px, transparent 44px, #000 45px);
  position: relative;
  margin: 20px -59px 0;
}
.p-intro-list + .p-intro-list-pagenav {
  margin-top: 120px;
}
.p-intro-list-pagenav__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-intro-list-pagenav__item {
  padding: 11px 10px;
  text-align: center;
}
.p-intro-list-pagenav__link {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-intro-list-pagenav__link.is-current, .p-intro-list-pagenav__link:hover {
  color: #DF0515;
  opacity: 1;
}
.p-intro-list-pagenav__text {
  display: none;
  width: 100%;
  padding-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.p-intro-list {
  margin-top: 100px;
}
.p-intro-list__heading {
  margin-bottom: 40px;
  text-align: center;
  color: #EBBF92;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  overflow: hidden;
}
.p-intro-list__heading-small {
  font-size: 30px;
  font-size: 3.0rem;
}
.p-intro-list__heading span {
  display: inline-block;
  position: relative;
}
.p-intro-list__heading span::before, .p-intro-list__heading span::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: rgba(235, 191, 146, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-intro-list__heading span::before {
  left: -80px;
}
.p-intro-list__heading span::after {
  right: -80px;
}
.p-intro-list__heading2 {
  margin-bottom: 40px;
  text-align: center;
  color: #EBBF92;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-intro-list__heading2 span {
  display: block;
  width: 400px;
  max-width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(235, 191, 146, .5);
  margin: 0 auto 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-intro-list-photo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -10px;
}
.p-intro-list-photo__group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  margin: -10px;
}
.p-intro-list-photo__group.js-col2 {
  width: calc(50% + 20px);
}
.p-intro-list-photo__item {
  display: flex;
  width: 25%;
  padding: 10px;
}
.p-intro-list-photo__group.js-col2 .p-intro-list-photo__item {
  width: 50%;
}
.p-intro-list-photo__card {
  width: 100%;
  padding: 5px 16px;
  background-color: #A71B1B;
  border: 4px solid #EBBF92;
  cursor: pointer;
}
.p-intro-list-photo__card.is-noneactive {
  pointer-events: none;
}
.p-intro-list-photo__img {
  margin: -5px -16px 0;
}
.p-intro-list-photo__img img {
  width: 100%;
}
.p-intro-list-photo__label {
  padding: 0 10px;
  margin-top: 10px;
  text-align: center;
}
.p-intro-list-photo__label span {
  display: inline-block;
  width: 140px;
  max-width: 100%;
  background-color: #EBBF92;
  position: relative;
  color: #A71B1B;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: .05em;
}
.p-intro-list-photo__label span::before, .p-intro-list-photo__label span::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 0;
}
.p-intro-list-photo__label span::before {
  right: 100%;
  border-right: 10px solid #EBBF92;
}
.p-intro-list-photo__label span::after {
  left: 100%;
  border-left: 10px solid #EBBF92;
}
.p-intro-list-photo__title {
  margin: 8px -1em 0;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: .05em;
}
.p-intro-list-photo__ss {
  padding-top: 5px;
  border-top: 1px solid rgba(235, 191, 146, .5);
  margin-top: 10px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.p-intro-list-chief {
  max-width: 700px;
  margin: 80px auto 0;
}
.p-intro-list-chief__table-wrap + .p-intro-list-chief__table-wrap {
  margin-top: 40px;
}
.p-intro-list-chief__table {
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.p-intro-list-chief__table th, .p-intro-list-chief__table td {
  padding: 10px;
  border-top: 1px solid rgba(235, 191, 146, .5);
}
.p-intro-list-chief__table tr:last-child th, .p-intro-list-chief__table tr:last-child td {
  border-bottom: 1px solid rgba(235, 191, 146, .5);
}
.p-intro-list-chief__table th {
  width: 360px;
  padding-left: 100px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
/* modal */
.br-modal {
  display: none;
}
.p-intro-list-photo__modal-switch {
  display: none;
}
body.is-modal-open {
  overflow: hidden;
}
.p-intro-list-photo__modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3%;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: .3s;
}
.p-intro-list-photo__modal-switch:checked + .p-intro-list-photo__modal {
  opacity: 1;
  visibility: visible;
}
.p-intro-list-photo__modal-contents {
  max-height: 100%;
  position: relative;
}
.p-intro-list-photo__modal-close {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  position: relative;
  margin: 10px 0 10px auto;
  cursor: pointer;
}
.p-intro-list-photo__modal-close::before, .p-intro-list-photo__modal-close::after {
  content: "";
  display: block;
  width: 49px;
  height: 1px;
  background-color: #3A3A3A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-intro-list-photo__modal-close::before {
  transform: rotate(45deg);
}
.p-intro-list-photo__modal-close::after {
  transform: rotate(-45deg);
}
.p-intro-list-photo__modal-body {
  max-width: 760px;
  padding: 35px 38px 25px;
  background-color: #FFF;
  border: 12px solid #EBBF92;
}
.p-intro-list-photo__modal-heading {
  text-align: center;
  color: #EBBF92;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-intro-list-photo__modal-heading span {
  display: inline-block;
  min-height: 50px;
  padding: 0 34px;
  background: url("img/common/title-kazari-l@2x.png") no-repeat bottom left / 24px 50px, url("img/common/title-kazari-r@2x.png") no-repeat bottom right / 24px 50px;
}
.p-intro-list-photo__modal-heading .br-modal {
  display: block;
}
.p-intro-list-photo__modal-label {
  padding: 0 10px;
  margin-top: 10px;
  text-align: center;
}
.p-intro-list-photo__modal-label span {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 3px 0 2px;
  background-color: #EBBF92;
  position: relative;
  color: #A71B1B;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-intro-list-photo__modal-label span::before, .p-intro-list-photo__modal-label span::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
}
.p-intro-list-photo__modal-label span::before {
  right: 100%;
  border-right: 10px solid #EBBF92;
}
.p-intro-list-photo__modal-label span::after {
  left: 100%;
  border-left: 10px solid #EBBF92;
}
.p-intro-list-photo__modal-title-wrap {
  max-width: 500px;
  margin: 20px auto 0;
}
.p-intro-list-photo__modal-title {
  text-align: center;
  color: #A71B1B;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-intro-list-photo__modal-ss {
  padding-top: 5px;
  border-top: 1px solid #CCC;
  margin-top: 5px;
  text-align: center;
  color: #A71B1B;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}
.p-intro-list-photo__modal-img__group {
  display: flex;
  flex-wrap: wrap;
  margin: 18px -2px -2px;
}
.p-intro-list-photo__modal-img__item {
  width: 50%;
  padding: 2px;
}
.p-intro-list-photo__modal-img img {
  width: 100%;
}
.p-intro-list-photo__modal-text {
  margin-top: 15px;
  color: #383838;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .05em;
}
/* case
------------------------------------------------------------ */
.p-case__maintext {
  max-width: 700px;
  margin: 25px auto 0;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .05em;
  text-align: center
}
.p-case-list {
  margin-top: 65px;
}
.p-case-list__group {
  display: flex;
  flex-wrap: wrap;
  margin: -35px -10px;
}
.p-case-list__item {
  display: flex;
  width: 50%;
  padding: 35px 10px;
}
.p-case-list__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 30px;
}
.p-case-list__img {
  min-height: 0%;
  margin: 0 -30px;
}
.p-case-list__img img {
  width: 100%;
}
.p-case-list__dept {
  padding: 0 30px;
  background-color: #D4AC77;
  margin: 0 -30px;
  text-align: center;
  color: #A71B1B;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-case-list__company {
  margin: 20px -30px 0;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .05em;
}
.p-case-list__ss {
  padding: 7px 30px 0;
  border-top: 1px solid rgba(235, 191, 146, .5);
  margin: 7px -30px 0;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-case-list__title {
  margin: 40px 0 20px;
  color: #EBBF92;
  font-size: 24px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.416;
  letter-spacing: .05em;
}
.p-case-list__text {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .05em;
}
.p-case-list__btn {
  margin-top: auto;
  text-align: center;
}
/* single
------------------------------------------------------------ */
.p-single-post__title {
  margin-bottom: 40px;
  text-align: center;
  color: #EBBF92;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.466;
  letter-spacing: .1em;
}
.p-single-post__maintext {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .05em;
}
.p-single-eyecatch {
  border-top: 10px solid #D4AC77;
  position: relative;
  margin: 0 -62px 30px;
}
.p-single-eyecatch__img img {
  width: 100%;
}
.p-single-eyecatch__dept {
  padding: 5px;
  background-color: #D4AC77;
  text-align: center;
  color: #A71B1B;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-single-info {
  max-width: 800px;
  margin: 0 auto 110px;
}
.p-single-info__company {
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-single-info__address-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
  border-top: 1px solid rgba(235, 191, 146, .5);
  margin: 10px -.5em 0;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-single-info__ss, .p-single-info__address {
  padding: 0 .5em;
}
.p-single-info__address {
  font-size: 24px;
  font-size: 2.4rem;
}
.p-single-info__img-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px -5px -7px;
}
.p-single-info__img-item {
  padding: 7px 5px;
}
.p-single-info__chief {
  margin-top: 10px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
.p-single-post__section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px;
}
.p-single-post__section:nth-child(2n-1) {
  flex-direction: row-reverse;
}
.p-single-post__section + .p-single-post__section {
  margin-top: 90px;
}
.p-single-post__textarea, .p-single-post__imgarea {
  padding: 0 23px;
}
.p-single-post__textarea {
  width: 48.628%;
}
.p-single-post__imgarea {
  width: 51.374%;
}
.p-single-post__h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(235, 191, 146, .5);
  color: #EBBF92;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.416;
  letter-spacing: .05em;
}
.p-single-post__text {
  margin-top: 8px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .05em;
}
.p-single-post__img-group {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}
.p-single-post__img-col {
  padding: 5px 10px;
}
.p-single-post__img-col1 {
  width: 100%;
}
.p-single-post__img-col2 {
  width: 50%;
}
.p-single-post__img img {
  width: 100%;
}
.p-single-post__img figcaption {
  margin-top: 10px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.p-single-post__movie-wrap {
  margin-bottom: 100px;
}
.p-single-post__youtube-pseudo-player-btn {
  top: 0;
  bottom: 0;
}
.p-single-other {
  padding: 35px 62px 45px;
  background-color: rgba(0, 0, 0, .5);
  margin: 120px -62px 0;
}
.p-single-other__heading {
  text-align: center;
  color: #EBBF92;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-single-other__group {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -15px -15px;
}
.p-single-other__item {
  width: 33.333%;
  padding: 15px;
}
.p-signle-other__img a {
  display: block;
}
.p-signle-other__img img {
  width: 100%;
}
.p-single-other__title {
  margin-top: 15px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .05em;
}
/* 404
------------------------------------------------------------ */
.page404 {
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .05em;
}
.page404 h2 {
  margin-bottom: 1em;
  font-size: 30px;
  font-size: 3.0rem;
}
.page404 p a {
  color: #FFF;
  text-decoration: underline;
}