/* Home
----------------------------------------------------*/

/*** Masonry Layout ***/

.masonryUnit-sizer,
.masonry__item--4 {
  /*    text-align: center;*/
  width: 33.333%;
}

.masonry__item--4-2 {
  /*    text-align: center;*/
  width: 28%;
}

.masonry__item--6 {
  width: 50%;
}

.masonry__item--8 {
  width: 72%;
}

.masonryUnit {
  list-style: none;
  margin: 5px auto;
  padding: 0;
}

.masonry__item {
  text-align: center;
  padding: 0 5px 10px;
  opacity: 0;
}

.masonry__item.shown,
.no-js .masonry__item,
.no-cssanimations .masonry__item {
  opacity: 1;
}

.masonry__item a,
.masonry__item img,
.masonry__item iframe {
  outline: none;
  border: none;
  /*	display: block;*/
  max-width: 100%;
}
.masonry__item--3 {
  width: calc(100% / 4);
}

.masonry__item--9 {
  width: calc(100% * 4 / 3);
}

.masonryUnit--flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding: 0 5px;
}
.masonry__item--r {
  margin-left: -8px;
}
.masonry__item--tw {
  height: 350px;
  width: 48.5%;
  margin-bottom: 25px;
}

.twitter-timeline {
  width: 145px !important;
}

.masonry__item iframe {
  box-shadow: rgba(0, 0, 0, 0.23) 6px 7px 9px -2px;
  min-width: 0 !important;
}

.twitter-timeline {
  height: 340px !important;
}

@media screen and (min-width: 360px) {
  .twitter-timeline {
    width: 165px !important;
  }
}

@media screen and (min-width: 400px) {
  .twitter-timeline {
    width: 180px !important;
  }
}

@media screen and (min-width: 768px) {
  .masonry__item {
    padding: 0 8px 23px;
  }
  .masonry__item--r {
    margin-left: -35px;
  }
  .masonry__item--tw {
    height: 420px;
  }
  .masonry__item iframe {
    box-shadow: rgba(0, 0, 0, 0.23) 9px 9px 12px -2px;
  }
  .twitter-timeline {
    width: 350px !important;
    height: 410px !important;
  }
}

@media screen and (min-width: 1024px) {
  .masonry__item--tw {
    width: 45%;
    height: 440px;
  }
  .masonry__item iframe {
    box-shadow: rgba(0, 0, 0, 0.23) 12px 11px 14px -2px;
  }
  .twitter-timeline {
    width: 390px !important;
    height: 450px !important;
  }
}

/* Effect 1: opacity */

.effect-1 .animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

/* Effect 2: Move Up */

.effect-2 .animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* Effect 8:  */

.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.effect-8 .animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.7s ease-in forwards;
  animation: popUp 0.7s ease-in forwards;
}

@-webkit-keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (min-width: 780px) {
  .masonryUnit {
    width: 780px;
    margin: 0 auto;
  }
  .masonryUnit--flex {
    margin: 50px 0 12px 15px;
    padding: 0;
  }
  .masonryUnit-sizer,
  .masonry__item--4 {
    width: calc(100% / 3);
  }
  .masonry__item--4-2 {
  }
  .masonry__item--6 {
    width: 50%;
  }
}

.display-block {
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.display-block li {
  opacity: 1;
}

/* Company
----------------------------------------------------*/

/*** Company Home ***/
.hero--companyHome {
  margin-bottom: -25px;
  max-width: 800px;
}
.majorTarget--message {
  margin-bottom: -34px;
}
/*
.targetImg1 {
transform: skewY(-7deg);
transform-origin: top right;
}

.targetImg {
overflow: hidden;
display: block;
box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.targetImg:hover {
border: 3px solid #fff;
}
.targetImg--invert:hover {
border: 3px solid #0062ff;
}

.targetImg1__mask {
overflow: hidden;
height: 322px;
}

.targetImg1__body {
transform: skewY(7deg);
transform-origin: top right;
}

.targetImg2 {
transform: skewY(-5deg);
transform-origin: top right;
}

.targetImg2__mask {
overflow: hidden;
}

.targetImg2__body {
transform: skewY(5deg);
transform-origin: top right;
}

.targetImg3 {
transform: skewY(5deg);
transform-origin: top left;
}

.targetImg3__mask {
overflow: hidden;
}

.targetImg3__body {
transform: skewY(-5deg);
transform-origin: top left;
}
*/

.majorTarget--a {
  display: flex;
  justify-content: center;
  align-items: center;
  /*    box-shadow: 7px 7px 7px rgba(0,0,0,0.2);*/
}

@media screen and (min-width: 768px) {
  .hero--companyHome {
    margin-bottom: -35px;
  }
  .majorTarget--message {
    margin-bottom: -77px;
  }
}
@media screen and (min-width: 1024px) {
  .hero--companyHome {
    margin-bottom: -50px;
  }
}

/*** Company MESSAGE ***/
.unit__contents--message {
  margin-bottom: 30px;
}

/*** Company OUTLONE ***/
.br--sp__none {
  display: none;
}

.heading__summary {
  max-width: 680px;
  margin: 0 auto 50px;
  color: #666767;
}
.heading__summary--company {
  color: #0062ff;
}
.unit__contents--company {
  margin-bottom: 50px;
}
.unit__contents--company__list {
  max-width: 480px;
  margin: 0 auto 30px;
  padding: 10px 20px 20px;
  overflow: hidden;
}
.unit__contents--company__CProfileList dt {
  padding: 20px 0 10px;
  font-weight: bold;
  color: #0062ff;
  clear: both;
}
.unit__contents--company__CProfileList dd {
  margin: 0;
  border-bottom: 1px solid #666767;
  padding-bottom: 20px;
}
.unit__contents--company__CProfileList dd:last-child {
  border-bottom: none;
}
.contentsCompany__arrowLink {
  padding-left: 20px;
  background: url(../company/images/linklist_head.png) no-repeat center left;
  text-decoration: none;
  color: #0062ff;
}
.unit__contents--company__list__jobcategory th {
  text-align: left;
  font-weight: normal;
}
.unit__contents--company__list__jobcategory td {
  width: 4em;
  text-align: right;
}
.unit__contents--company__planList li {
  margin: 30px auto 50px;
}
.company__list--heading--plan {
  border-bottom: 1px solid #666767;
}
.unit__contents--company__groupList {
  margin: 30px auto 20px;
}
.unit__contents--company__groupList dt {
  padding: 10px 0 10px 40px;
  background: url(../company/outline/images/groupList_heading_bg.png) no-repeat
    center left;
  font-weight: bold;
  color: #0062ff;
}
.unit__contents--company__groupList dd {
  margin: 0;
  padding: 0 10px 30px 40px;
  background: url(../company/outline/images/groupList_dd_bg.png) repeat-y left;
}
.unit__contents--company__groupList dt:nth-last-child(2) {
  background: url(../company/outline/images/groupList_heading_bg-last.png)
    no-repeat center left;
}
.unit__contents--company__groupList dd:last-child {
  background: none;
}
@media screen and (min-width: 1024px) {
  .br--sp__none {
    display: block;
  }
  .heading__summary {
    font-size: 18px;
  }
  .unit__contents--company__CProfileList dt {
    padding: 20px 0;
    width: 20%;
    float: left;
  }
  .unit__contents--company__CProfileList dd {
    width: 80%;
    float: right;
    padding: 20px 0;
  }
}

/*** Company HISTORY ***/
.unit__contents--company__historyList {
  margin: 50px auto 30px;
  overflow: hidden;
}
.unit__contents--company__historyList dl {
  padding: 10px 20px;
  border-bottom: 1px solid #666767;
  overflow: hidden;
}
.unit__contents--company__historyList dl:last-child {
  border-bottom: none;
}
.unit__contents--company__historyList dt {
  padding: 20px 0 10px;
  font-weight: bold;
  color: #0062ff;
}
.contentsCompany__historyImg,
.contentsCompany__historyText {
  margin: 0;
  padding-bottom: 10px;
}
.contentsCompany__historyOverview {
  margin: 0;
}
.contentsCompany__historyIcon {
  display: inline-block;
  padding: 2px 10px;
  background: #e8e5e3;
  border-radius: 1em;
  font-size: 12px;
}
.contentsCompany__historyIcon:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 1em;
  background: #fe273d;
}
.contentsCompany__historyIcon--masterpiece:before {
  background: #fe273d;
}
.contentsCompany__historyIcon--tool:before {
  background: #0097ff;
}
@media screen and (min-width: 1024px) {
  .unit__contents--company__historyList dl {
    padding: 10px 20px;
    border-bottom: 1px solid #666767;
  }
  .unit__contents--company__historyList dt {
    padding: 0;
    width: 160px;
    float: left;
  }
  .contentsCompany__historyOverview {
    width: 420px;
    float: right;
  }
  .contentsCompany__historyImg {
    width: 50px;
    display: block;
    margin-right: 30px;
    float: left;
  }
  .contentsCompany__historyText {
    width: 420px;
    float: right;
  }
}

/*** Company ACCESS MAP ***/
.unit__contents--map {
  margin: 20px 10px 60px;
  text-align: center;
}
.unit__contents--map__img {
  margin-top: -20px;
}
.unit__contents--access {
  margin: 10px;
  text-align: center;
}
.unit__contents--accessHeading {
  padding-bottom: 30px;
  background: url(../company/map/images/accessHeading_bg.png) no-repeat bottom
    center;
  color: #0062ff;
}
.unit__contents--accessRoute {
  display: inline-block;
  margin: 30px 20px 60px;
  padding: 20px 0;
  border-top: 2px dashed #666767;
  border-bottom: 2px dashed #666767;
}

a.contentsCompany__copyrigtLink {
  text-decoration: none;
  color: #0062ff;
}

a.contentsCompany__copyrigtLink:hover {
  text-decoration: underline;
}

/* Works
----------------------------------------------------*/

/*** Works Home ***/
.targetImg:hover > .targetImg__mask {
  margin: -3px;
}

.majorTarget--history {
  margin-top: -40px;
}

/*** Games ***/
.games__devices {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.games__devices__item {
  text-align: center;
  width: calc(100% / 4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.games__devices__icon {
  display: block;
  margin: 0 auto 10px;
}

.games__devices__target {
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  font-size: 9px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  border: 3px solid rgba(255, 255, 255, 0);
  word-break: break-all;
}

.games__devices__item--tcg {
  background-color: #18629e;
}

.games__devices__item--switch {
  background-color: #e9bc00;
}

.games__devices__item--apps {
  background-color: #7fd000;
}

.games__devices__item--sp {
  background-color: #7fd000;
}
.games__devices__item--wiiu {
  background-color: #ff6f8a;
}

.games__devices__item--3ds {
  background-color: #00a1b0;
}

.games__devices__item--wiiwares {
  background-color: #f04832;
}

.games__devices__item--dsiwares {
  background-color: #1fc0ff;
}

.games__devices__item--gamecube {
  background-color: #e7b854;
}

.games__devices__item--64 {
  background-color: #1bdb7e;
}

.games__devices__item--gba {
  background-color: #ff7e29;
}

.games__devices__item--gbc {
  background-color: #4973de;
}

.games__devices__item--gb {
  background-color: #7c75d1;
}

.games__devices__item--spfamicom {
  background-color: #ed4178;
}

.games__devices__item--virtualboy {
  background-color: #008b6b;
}

.games__devices__item--disksystem {
  background-color: #0f52d6;
}

.games__devices__item--famicom {
  background-color: #f0a800;
}

@media screen and (max-width: 768px) {
  .games__devices__item .games__devices__icon {
    height: 50px;
  }
}

/*Apps非表示時のみ*/
.games__devices__item--is {
  height: inherit;
  background-color: #cfd3d4;
}
.games__devices__item--is .games__devices__target {
  height: inherit;
}
/**/

.productList--s__pic {
  display: block;
}

.productList {
  display: flex;
  flex-wrap: wrap;
}

.productList--s {
  justify-content: center;
}

.productList--s__item,
.productList--m__item {
  text-align: center;
  width: calc(100% / 2);
  margin-bottom: 30px;
  padding: 0 7px;
}

.productList--s__title {
  color: #a50d05;
  font-size: 10px;
  line-height: 1.5;
}
.productList__linkLabel {
  color: #605f5b;
  font-size: 11px;
}

.productList__linkLabel {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.3s color ease;
}

.productList__linkLabel:after {
  content: "";
  transition: 0.3s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 1.1em;
  height: 2px;
  bottom: -0.25em;
  width: 0;
  background: #605f5b;
}

.productList__target:hover .productList__linkLabel:after {
  width: calc(100% - 1.1em);
}

.productList__target {
  text-decoration: none;
  display: block;
}

.productList__title {
  color: #a50d05;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 5px;
}

.productList__pic {
  margin: 0 auto 8px;
}

.productList__dw {
  font-size: 0.8em;
  color: #666767;
}
.cd-info {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .productList--s__item {
    width: calc(100% / 3);
    margin-bottom: 60px;
  }
  .productList--m__item {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .productList__title {
    color: #a50d05;
    font-size: 14px;
  }
  .games__devices {
    margin-bottom: 40px;
  }
  .games__devices__item {
    width: calc(100% / 4);
  }
  .games__devices__target {
    font-size: 14px;
    padding: 18px 15px;
  }
  .games__devices__target:hover {
    border: 3px solid #fff;
  }
  .productList__linkLabel {
    font-size: 13px;
  }
}

.heading--tertiary {
  color: #605f5b;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  background: url(../works/images/heading_bg_tri1.png) center bottom / contain
    no-repeat;
  padding-bottom: 15px;
}
.heading--tertiary--icon {
  margin-bottom: 10px;
  display: block;
}

.heading--line {
  background: url("../works/goods/images/line_top01.png") center top / contain
    no-repeat;
}

.hr--bg {
  width: 100%;
  height: 22px;
  text-align: center;
  background: url(../works/images/hr_bg.png) center bottom / contain no-repeat;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .heading--tertiary {
    padding-bottom: 33px;
  }

  .heading--line {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .heading--line {
    padding-top: 30px;
  }
}

/*** Tools ***/
.toolsSupport__wrap {
  max-width: 330px;
  margin: 30px auto 0;
  background: url(../works/tools/images/tools_bg.png) no-repeat bottom right;
  background-size: 160px;
  padding-bottom: 200px;
}

.unit__contents--toolsHeading {
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
  background: url(../works/tools/images/toolsHeading_bg.png) no-repeat bottom
    center;
  color: #605f5b;
  margin-bottom: 0;
}
.works__linkLabel__wrap {
  padding: 15px 10px 15px 0;
}
.works__linkLabelWrap {
  text-align: center;
}
.works__linkLabel {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.3s color ease;
  text-decoration: none;
  color: #12b83c;
}
.works__linkLabel__icon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.3s color ease;
  text-decoration: none;
  color: #12b83c;
}

/*green*/
.linkLabel__btn__gr {
  flex: 1 1 auto;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #12b83c;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
  max-width: 280px;
}
.linkLabel__btn__gr:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}
.linkLabel__btn__gr a {
  color: #12b83c;
  text-decoration: none;
}
.linkLabel__btn__gr:hover {
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 3px #12b83c;
}
.linkLabel__btn__gr:hover:after {
  width: 100%;
  left: 0;
  width: 0%;
}
.linkLabel__btn__gr .fa {
  position: absolute;
  left: -12px;
  z-index: 1;
  color: #fff;
  background-color: #12b83c;
  border-radius: 20px;
  padding: 2px 4px;
}
.linkLabel__btn__gr .fa:before {
  font-size: 20px;
}

/*gray*/
.linkLabel__btn__gray {
  flex: 1 1 auto;
  margin: 0 auto 20px;
  padding: 20px;
  border: 2px solid #666767;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
  max-width: 260px;
  border-radius: 4px;
  background-color: #fff;
}
.linkLabel__btn__gray:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
}
.linkLabel__btn__gray a {
  color: #666767;
  text-decoration: none;
}
.linkLabel__btn__gray:hover {
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 3px #666767;
}
.linkLabel__btn__gray:hover:after {
  width: 100%;
  left: 0;
  width: 0%;
}
.linkLabel__btn__gray .fa {
  padding: 2px 25px 2px;
  margin-left: -50px;
}
.linkLabel__btn__gray .fa:before {
}
@media screen and (min-width: 768px) {
  .toolsSupport__wrap {
    max-width: inherit;
    background-size: 40% auto;
    padding: 80px 0 20px 120px;
  }
  .toolsSupport__txt {
    display: inline-block;
  }
  .works__linkLabelWrap {
    text-align: left;
  }
  .works__linkLabel:after {
    content: "";
    transition: 0.3s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 1.5em;
    height: 2px;
    bottom: -0.25em;
    width: 0;
    background: #12b83c;
  }
  .works__linkLabel:hover:after {
    width: calc(100% - 1.5em);
  }
  .works__linkLabel__icon:after {
    content: "";
    transition: 0.3s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 1.2em;
    height: 2px;
    bottom: -0.25em;
    width: 0;
    background: #12b83c;
  }
  .works__linkLabel__icon:hover:after {
    width: calc(100% - 1.5em);
  }
}

/*** Events ***/
.section--event {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.contents__events__dispimg {
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.heading--events--red {
  font-size: 18px;
  color: #a50d05;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 7px;
}

.heading--events__subtitle {
  color: #a50d05;
  font-size: 14px;
  text-align: center;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .worksEvents__wrap {
  }
  .contents__events__dispimg {
    max-width: 180px;
    float: left;
    margin: 0 40px;
    text-align: left;
    padding-bottom: 35px;
  }
  .heading--events--red {
    text-align: left;
  }
  .heading--events__subtitle {
    text-align: left;
  }
}

/*** Goods ***/

@media screen and (min-width: 768px) {
  .txt__goods {
    width: 43%;
    float: right;
  }
  #goods .works__linkLabel:after {
    left: 0;
  }
  #goods .works__linkLabel:hover:after {
    width: 100%;
  }

  #goods .works__linkLabel__icon:hover:after {
    width: 92%;
  }
  .img__top {
    text-align: center;
  }
}

.boxL {
  float: left;
}
.boxR {
  padding-left: 70px;
}
.tx__space {
  font-size: 11px;
}
.txt__goods li {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.txt__main {
  margin: 20px 0 30px;
}

.contents__goods__dispimg {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
  padding-bottom: 35px;
}

.m-list--spec li {
  display: -ms-flexbox;
  display: flex;
}

.m-list--spec__left {
  min-width: 120px;
}

/*** Pouch ***/

.contents__goods__2col {
  display: flex;
  margin: 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents__goods__2col li {
  padding-right: 20px;
}
.txt__goods__1col {
  width: 75%;
  margin: 30px auto 0;
}
.txt__goods__1col li {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.img__main {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt__goods {
    clear: both;
    max-width: 80%;
    margin: 0 auto;
  }
  .img__top {
  }
  .contents__goods__dispimg {
    margin: 0;
  }
}

/*** Sound ***/

.productList div.news-tag {
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 4px;
  width: 55px;
  margin: 0 auto 5px;
}
.tag-gr {
  background-color: #12b83c;
}

.sound--area {
  margin-top: 40px;
}

.sound--area a {
  text-decoration: none;
  color: #a50d05;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}

.echoes__cd {
  background-image: url(../works/sound/images/bg_blue.png);
  letter-spacing: 0.05em;
}
.txt-s {
  font-size: 0.8em;
}
.head_warp {
  background-image: url(../works/sound/images/bg_head.png);
}
.contents__works {
  background-image: url(../works/sound/images/bg_reaf.png),
    url(../works/sound/images/bg_blue.png);
  background-repeat: no-repeat, repeat-y;
  padding-top: 20px;
  border-top: solid 5px #3b8bd6;
}
.head_img {
  display: block;
}
.head_img_sp {
  display: none;
}

.contents__area {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 670px;
  margin: 40px auto;
  padding: 0 6% 40px;
  border-radius: 6px;
  box-shadow: 0 0 5px #0050af;
}
.bn_wrap {
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
.t_img {
  text-align: center;
  padding: 30px 10px 10px;
}
.news-list li {
  margin-bottom: 10px;
}
.news-list .news-tag {
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 20px;
  float: left;
  margin-top: -3px;
}
.news-list li a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
.news-list li a:hover {
  opacity: 0.8;
}
.news-list .news-date {
  margin-right: 20px;
  float: left;
}

.tag-or {
  background-color: #f9a173;
}
.tag-bl {
  background-color: #7dc5f9;
}
.catch {
  font-size: 25px;
  font-weight: bold;
  color: #25324e;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.txt-block {
  margin: 40px 0;
}
.txt-block strong {
  font-size: 17px;
}
.txt-block a {
  color: #3b8bd6;
  text-decoration: none;
}

.cast-list {
  float: left;
  width: 49%;
}
.txt_cmt {
  margin: 30px;
}
.cmt_img {
  width: 80%;
  margin: 0 auto;
}
.next {
  text-align: center;
}
.q_txt {
  color: #41d2e8;
  font-size: 19px;
  margin: 30px 0 10px;
}
.thub_img {
  text-align: center;
}
.pd-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd-list li {
  width: 48%;
  margin-bottom: 40px;
}
.pd-list a {
  text-decoration: none;
  color: #25324e;
}
.pd-list a {
}
.pd-img {
  text-align: center;
  margin-bottom: 10px;
}
.pd-img a {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}

.pd-img a:hover {
  opacity: 0.8;
}
#bn_cmt li {
  margin-bottom: 10px;
}

.btn_open {
  cursor: pointer;
}

.echoes__cd .works__linkLabel:after {
  background: #3b8bd6;
  left: 0;
}
.echoes__cd footer {
  background: #ffffff;
}
.tp_back {
  text-align: center;
  margin: 20px auto 20px;
  width: 20%;
}

.vjs-poster {
  background-color: rgba(255, 255, 255, 0.8);
}

.cd-player {
  padding: 0 2% 2%;
  background-color: #3b8bd6;
}

.cd-player-st {
  padding: 0 2% 2%;
}

@media screen and (max-width: 767px) {
  .echoes__cd {
    padding: 60px 0 0;
  }
  .contents__areawrap {
    padding: 0 15px;
  }
  .contents__works {
    background-position: top;
  }
  .head_img {
    display: none;
  }
  .head_img_sp {
    display: block;
  }
  .news-list {
    font-size: 12px;
  }
  .news-list .news-date {
    margin-bottom: 1px;
  }
  .catch {
    font-size: 18px;
  }
  .txt-block strong {
    font-size: 14px;
  }
  .q_txt {
    font-size: 16px;
  }
  .cast-list_wrap {
    font-size: 11px;
  }

  .hr--bg {
    margin-bottom: 60px;
  }
}

/*** Sound Track ***/
.contents__area__st {
  background-color: #ffffff;
  max-width: 670px;
  margin: 40px auto;
  padding: 0 6% 40px;
  border-radius: 6px;
  box-shadow: 0 0 5px #0050af;
}
.st__cd {
  background-image: url(../works/sound/images/original-soundtrack/bg-tx.png);
  letter-spacing: 0.05em;
}

.st-intr {
  background-image: url(../works/sound/images/original-soundtrack/bg-tx.png);
  background-repeat: no-repeat;
}
.st-txt-intr {
  background-color: rgba(49, 36, 31, 0.3);
  padding: 30px 0;
}
.st-title {
  padding: 40px 0;
}

.st-release {
  background-image: url(../works/sound/images/original-soundtrack/bg-br.png);
  background-repeat: repeat-x;
  padding-bottom: 50px;
}
.color-lb {
  color: #f1cb9c;
  padding: 70px 0 0px;
  font-size: 22px;
  line-height: 2.4;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px;
}
.color-br {
  color: #c25d2c;
}
.color-bg {
  color: #c29884;
  font-size: 12px;
}
a.btn-br {
  font-size: 17px;
  font-weight: bold;
  border: 1px solid;
  padding: 15px 10px;
  border-radius: 8px;
  color: #c25d2c;
}
.st-date-release {
  color: #ff9238;
  font-size: 35px;
  text-shadow: #331704 1px 1px 8px, #331704 -1px 1px 8px, #331704 1px -1px 8px,
    #331704 -1px -1px 8px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.st-date-release-s {
  font-size: 20px;
}
.st-date-release-ss {
  font-size: 14px;
}

.st-link {
  color: #c25d2c;
  text-decoration: underline;
  font-size: 18px;
}
.st-link:hover {
  text-decoration: none;
}
.st-link:before {
  content: url(../works/sound/images/original-soundtrack/icon-st.png);
}

.st-box-border {
  border: solid 1px #7a4017;
  border-radius: 10px;
  padding: 10px 0 20px;
}
.st-set-title {
  color: #c25d2c;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.st-set-txt {
}

.talk-p {
  color: #db925b;
}
.talk-b {
  color: #4e9cbd;
}
.st__cd .works__linkLabel {
  color: #c25d2c;
  text-align: center;
  margin: 10px 0;
  display: inline-block;
}
.st__cd .works__linkLabel:after {
  background: #c25d2c;
  left: 0;
}
.st__cd footer {
  background-color: #fff;
}
.st__cd .btn_open {
  background-color: #db925b;
  position: relative;
  color: #333;
  padding: 0 10px;
  font-weight: bold;
  font-size: 16px;
  height: 80px;
  top: 30%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
}
.btn_open:after {
  content: "";
  background-image: url(../works/sound/images/original-soundtrack/icon-st-r.png);
  background-repeat: no-repeat;
  width: 32px;
  position: absolute;
  height: 32px;
  right: 4%;
  top: 30%;
}

.st__cd .ac:after {
  content: "";
  background-image: url(../works/sound/images/original-soundtrack/icon-st-b.png);
  background-repeat: no-repeat;
  width: 32px;
  position: absolute;
  right: 5%;
  height: 32px;
}
.st__cd div.st-list {
  background-color: #c29884;
}
@media screen and (max-width: 767px) {
  .st__cd {
    padding-top: 60px;
  }
  .st__cd .btn_open {
    font-size: 14px;
  }
  .st-txt-intr {
    padding: 30px 6%;
  }
  .color-lb {
    font-size: 16px;
  }
  .st-date-release {
    font-size: 30px;
  }
  .st-title {
    padding: 40px 6%;
  }
  a.btn-br {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .st__cd .works__linkLabel:hover:after {
    width: calc(100% - 0.1em);
  }
}
/* Recruit
----------------------------------------------------*/

.heading--recruit {
  margin-bottom: 40px;
}
.interview__unit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}
.recruit_indent {
  margin: 0 0 14px;
}
.indent_flow {
  text-indent: -1rem;
  padding-left: 1rem;
}
.no_indent {
  text-indent: 1rem;
}
.indent_1 {
  text-indent: -1em;
  padding-left: 2em;
}
.indent_2 {
  text-indent: -1em;
  padding-left: 3em;
}
.indent_3 {
  text-indent: -1em;
  padding-left: 4em;
}

@media screen and (min-width: 1024px) {
  .heading--recruit {
    margin-bottom: 60px;
  }
}

.interview__top {
  background: url("../recruit/staff/graphic/images/norimoto_portrait.png")
    center center / contain no-repeat;
  margin-bottom: 20px;
  padding: 30px 6px;
}

.interview__top--yasuhara {
  background-image: url("../recruit/staff/program/images/yasuhara_portrait.png");
}
.interview__top--tsato {
  background-image: url("../recruit/staff/program/images/t_sato_portrait.png");
}
.interview__top--shirayanagi {
  background-image: url("../recruit/staff/program/images/shirayanagi_portrait.png");
}
.interview__top--tanaka {
  background-image: url("../recruit/staff/program/images/tanaka_portrait.png");
}
.interview__top--yamanaka {
  background-image: url("../recruit/staff/program/images/yamanaka_portrait.png");
}

.interview__top--ksato {
  background-image: url("../recruit/staff/hard/images/k_sato_portrait.png");
}
.interview__top--oe {
  background-image: url("../recruit/staff/hard/images/oe_portrait.png");
}

.interview__top--kawade {
  background-image: url("../recruit/staff/plan/images/kawade_portrait.png");
}
.interview__top--maeda {
  background-image: url("../recruit/staff/plan/images/maeda_portrait.png");
}
.interview__top--nakajima {
  background-image: url("../recruit/staff/plan/images/nakajima_portrait.png");
}
.interview__top--mori {
  background-image: url("../recruit/staff/plan/images/mori_portrait.png");
}

.interview__top--norimoto {
  background-image: url("../recruit/staff/graphic/images/norimoto_portrait.png");
}
.interview__top--ozawa {
  background-image: url("../recruit/staff/graphic/images/ozawa_portrait.png");
}
.interview__top--tei {
  background-image: url("../recruit/staff/graphic/images/tei_portrait.png");
}
.interview__top--kusakihara {
  background-image: url("../recruit/staff/graphic/images/kusakihara_portrait.png");
}
.interview__top--sakai {
  background-image: url("../recruit/staff/graphic/images/sakai_portrait.png");
}

.interview__top--kanazaki {
  background-image: url("../recruit/staff/sound/images/kanazaki_portrait.png");
}
.interview__top--morishita {
  background-image: url("../recruit/staff/sound/images/morishita_portrait.png");
}
.interview__top--murakami {
  background-image: url("../recruit/staff/sound/images/murakami_portrait.png");
}

.interview__rolename {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-shadow: 10px 9px 7px rgba(0, 0, 0, 0.15);
  border-left: 1px solid #000;
  margin-bottom: 8px;
  padding: 1em 0 0 0.7em;
}

.interview__name {
  font-size: 11px;
  line-height: 1.5;
  text-shadow: 10px 9px 7px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.15em;
  margin-bottom: 9px;
}

.interview__name__sub {
  font-size: 10px;
}

.interview__quate {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.interview__clm {
  margin-bottom: 0;
  padding: 0 2%;
}
.interview__cut {
  text-align: right;
  width: 40%;
}
.interview__qaList {
  width: 60%;
}
.interview__qaList__q {
  color: #605f5b;
  font-size: 12px;
  display: table;
  margin-bottom: 8px;
}
.interview__qaList__q:before {
  font-size: 1.8em;
  line-height: 1.2;
  color: #ed3955;
  content: "Q";
  display: table-cell;
  padding-right: 0.4em;
  vertical-align: top;
}

.interview__qaList__a {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 10px;
  clear: left;
  margin-left: 2.2em;
  margin-bottom: 17px;
}

.interview__unit--reverse {
  flex-flow: row-reverse;
}

.interview__bottom__body--program {
  background-color: #00c2b1;
}
.interview__bottom__body--hard {
  background-color: #ff9d00;
}
.interview__bottom__body--plan {
  background-color: #99cf00;
}
.interview__bottom__body--graphic {
  background-color: #f96251;
}
.interview__bottom__body--sound {
  background-color: #5a81e6;
}

.interview__bottom__heading {
  color: #ed3955;
  font-weight: normal;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 20px;
}

.interview__bottom__headingBody {
  font-size: 15px;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #ed3955;
  padding-bottom: 4px;
}
.interview__bottom__headingBody:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
  border-right: 2px solid #ed3955;
  border-bottom: 2px solid #ed3955;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.interview__bottom__body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 13px;
  color: #000;
  max-width: 680px;
  position: relative;
  margin: 0 auto;
  padding: 18px 25px;
}
.interview__bottom__body:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 360px) {
  .interview__top {
    padding: 30px 18px;
  }
}
@media screen and (min-width: 400px) {
  .interview__top {
    padding: 25px 49px;
  }
}
@media screen and (min-width: 768px) {
  .interview__top {
    background-size: auto;
    padding: 65px 65px 115px;
  }
  .interview__rolename {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 13px;
    padding: 1em 0 0 1em;
  }

  .interview__name {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    margin-bottom: 23px;
  }

  .interview__name__sub {
    font-size: 16px;
  }

  .interview__quate {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 1.7;
  }
  .interview__rolename {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 13px;
    padding: 1em 0 0 1em;
  }

  .interview__name {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    margin-bottom: 23px;
  }

  .interview__name__sub {
    font-size: 16px;
  }

  .interview__unit {
    margin-bottom: 50px;
  }
  .interview__cut {
    text-emphasis: circle;
    width: 50%;
  }
  .interview__qaList {
    width: 50%;
  }
  .interview__qaList__q {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .interview__qaList__q:before {
    font-size: 2.5em;
    line-height: 1;
    padding-right: 0.3em;
  }

  .interview__qaList__a {
    font-size: 14px;
    margin-left: 3.6em;
    margin-bottom: 40px;
  }

  .interview__bottom__body {
    font-size: 15px;
    padding: 40px 60px;
  }
  .interview__bottom__headingBody {
    font-size: 22px;
    border-width: 3px;
  }
  .interview__bottom__headingBody:after {
    border-width: 3px;
    bottom: -7px;
    width: 10px;
    height: 10px;
  }
  .interview__bottom__body:after {
    top: -5px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .interview__top {
    padding: 70px 85px 120px;
  }
}
.interview__q__body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  display: table-cell;
  vertical-align: middle;
}

.panels__tmbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panels {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panels__item {
  color: #fff;
  text-align: center;
  width: 50%;
  padding: 7% 3% 6%;
}

.panels__item--plane {
  color: #fff;
  padding: 0;
}
.panels__item--blank {
  background: url("../recruit/staff/images/marioBg-l.png") right bottom /
    contain no-repeat #999;
}
.panels__item--plane:hover {
  box-shadow: 0 0 0 3px #fff inset;
  transition: 0.2s;
}
.panels__item__target--plane {
  padding: 13% 5%;
}
.panels__item__inner {
  margin: -3px;
}
.panels__heading {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}

.panels__aside {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 14px;
}

.panels__hr {
  width: 45px;
  border-width: 2px;
  border-color: #fff;
  margin: 0 auto 14px;
}

.panels__item--program {
  background-color: #00c2b1;
}

.panels__tmbs__item {
  width: 50%;
  padding: 3px 5px;
}
.panels__tmbs__item > a {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}
.panels__tmbs__item > a:hover {
  margin: -3px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.interview__bottom {
  margin-bottom: 40px;
}

.panels__item__target {
  display: block;
  color: #fff;
  text-decoration: none;
}
.panels__dropArrow__hr {
  width: 90px;
  border-width: 2px;
  border-color: #fff;
  margin: 0 auto 13px;
}
.panels__dropArrowWrap {
  position: relative;
}

.panels__dropArrow {
  text-align: center;
  position: absolute;
  top: -10px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
}

.panels__dropArrow__body {
  color: #fff;
  font-size: 16px !important;
  background: #999;
  border-radius: 50%;
}

.panels__item--plan {
  background-color: #99cf00;
}

.panels__item--graphic {
  background-color: #f96251;
}

.panels__item--interviews {
  background: url("../recruit/images/marioBg.png") center bottom / contain
    no-repeat #999;
}

.panels__item--sound {
  background-color: #5a81e6;
}

.panels__item--hard {
  background-color: #ff9d00;
}

@media screen and (min-width: 768px) {
  .panels__item {
    width: calc(100% / 3);
    padding: 6% 1.5% 6% 2.5%;
  }
  .panels__item--plane {
    padding: 0;
  }
  .panels__item--blank {
    background-size: auto;
  }
  .panels__item__target--plane {
    padding: 11% 5%;
  }
  .panels__item--interviews {
    background: url("../recruit/images/marioBg.png") right bottom / auto
      no-repeat #999;
  }
  .panels__heading {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .panels__heading--oneLine {
    padding-top: 18px;
  }
  .panels__aside {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .panels__hr {
    margin-bottom: 16px;
  }
  .panels__dropArrowWrap {
    margin-bottom: 20px;
  }
  .panels__tmbs {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .panels__tmbs__item {
    width: calc(100% / 3);
    padding: 4px 2px;
  }
  .panels__tmbs__item--50 {
    width: 50%;
  }
  .panels__tmbs__item--50:nth-child(odd) {
    text-align: right;
    padding-right: 11px;
  }
  .panels__tmbs__item--50:nth-child(even) {
    text-align: left;
    padding-left: 11px;
  }
}

.pointsList__target {
  color: #ed3955;
  font-size: 15px;
  text-decoration: none;
  display: block;
  position: relative;
  background: url("../recruit/images/pointsList_bg.png") left center / contain
    no-repeat;
  padding-left: 33px;
}
.pointsList__target:hover {
  color: #a50d05;
}
.pointsList__target:after {
  color: #ed3955;
  font-family: FontAwesome;
  right: 0;
  text-align: right;
  position: absolute;
  content: "\f138";
}
.pointsList__target:hover:after {
  color: #a50d05;
}

.pointsList__target--l {
  letter-spacing: 0.03em;
}

.pointsList__contents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto 20px;
  padding: 0 10px;
}

.pointsList__contents__body {
  font-size: 10px;
  width: 75%;
  margin-right: 5px;
}

.pointsList__contents__bn {
  width: 25%;
}

.pointsList__hr {
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #ed3955;
  margin: 16px 0;
}
.pointsList__hr--tri {
  position: relative;
  margin-top: 10px;
}
.pointsList__hr--tri:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 70px;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
  border-right: 1px solid #ed3955;
  border-bottom: 1px solid #ed3955;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 768px) {
  .pointsList__target {
    font-size: 20px;
    padding-left: 45px;
  }
  .pointsList__contents__body {
    font-size: 18px;
    margin-right: 8px;
  }
  .pointsList__hr {
    box-shadow: 9px 9px 7px rgba(0, 0, 0, 0.2);
    border-width: 2px;
    margin: 25px 0;
  }
  .pointsList__hr--tri {
    margin-top: 18px;
  }
  .pointsList__hr--tri:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 70px;
    width: 8px;
    height: 8px;
    margin: auto;
    background: #fff;
    border-right: 2px solid #ed3955;
    border-bottom: 2px solid #ed3955;
    box-shadow: 10px 9px 6px rgba(0, 0, 0, 0.08);
  }
}

.panels__dropArrow__body--program {
  background-color: #00c2b1;
}

.panels__dropArrow__body--plan {
  background-color: #99cf00;
}

.panels__dropArrow__body--graphic {
  background-color: #f96251;
}

.panels__dropArrow__body--sound {
  background-color: #5a81e6;
}

.panels__dropArrow__body--hard {
  background-color: #ff9d00;
}

.panels__item--plane {
  color: #fff !important;
}

.panels__item--system {
  background-color: #46c7f0;
}

.panels__dropArrow__body--system {
  background-color: #46c7f0;
}

.panels--plane {
  max-width: 750px;
  margin: 0 auto;
}

.job__mainImg {
  text-align: center;
}

.job__heading {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
  max-width: 300px;
  padding: 15px 0;
  margin: 0 auto 5px;
}

.job__topHr {
  box-shadow: 9px 9px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 15px 0 35px;
}
.job__topHr:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 10px 9px 6px rgba(0, 0, 0, 0.08);
}

.job__aside {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.job__dropArrow__hr {
  width: 90px;
  border-width: 2px;
  border-color: #ed3955;
  margin: 0 auto 13px;
}
.job__dropArrowWrap {
  position: relative;
}
.job__dropArrow {
  text-align: center;
  position: absolute;
  top: -10px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
}
.job__dropArrow__body {
  color: #ed3955;
  font-size: 16px !important;
  background: #fff;
  border-radius: 50%;
}

.job__interviewLinks {
  color: #ed3955;
  text-align: center;
  margin-bottom: 30px;
}

.job_tmbs__item {
  width: 25%;
  padding: 3px 5px;
}
.interviewLinks__heading {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}

.interviewLinks__aside {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.interviewLinks__tmbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.interviewLinks__tmbs__item {
  padding: 3px 13px;
}
.interviewLinks__tmbs__item > a {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .interviewLinks__heading {
    font-size: 18px;
  }
  .interviewLinks__tmbs__item {
    padding: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .interviewLinks__tmbs__item > a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
}

/********************/

/* ゲームプログラマー */

.job__heading--gProgrammer {
  background-color: #00c2b1;
}
.job__topHr--gProgrammer {
  border-top: 2px solid #00c2b1;
}
.job__topHr--gProgrammer:after {
  border-right: 2px solid #00c2b1;
  border-bottom: 2px solid #00c2b1;
}

/* プランナー */

.job__heading--planner {
  background-color: #99cf00;
}
.job__topHr--planner {
  border-top: 2px solid #99cf00;
}
.job__topHr--planner:after {
  border-right: 2px solid #99cf00;
  border-bottom: 2px solid #99cf00;
}

/* グラフィックデザイナー */

.job__heading--gDesigner {
  background-color: #f96251;
}
.job__topHr--gDesigner {
  border-top: 2px solid #f96251;
}
.job__topHr--gDesigner:after {
  border-right: 2px solid #f96251;
  border-bottom: 2px solid #f96251;
}

/* サウンドクリエイター */

.job__heading--sCreator {
  background-color: #5a81e6;
}
.job__topHr--sCreator {
  border-top: 2px solid #5a81e6;
}
.job__topHr--sCreator:after {
  border-right: 2px solid #5a81e6;
  border-bottom: 2px solid #5a81e6;
}

/* ハードエンジニア */

.job__heading--hEngineer {
  background-color: #ff9d00;
}
.job__topHr--hEngineer {
  border-top: 2px solid #ff9d00;
}
.job__topHr--hEngineer:after {
  border-right: 2px solid #ff9d00;
  border-bottom: 2px solid #ff9d00;
}

/* システムプログラマー */

.job__heading--sProgrammer {
  background-color: #46c7f0;
}
.job__topHr--sProgrammer {
  border-top: 2px solid #46c7f0;
}
.job__topHr--sProgrammer:after {
  border-right: 2px solid #46c7f0;
  border-bottom: 2px solid #46c7f0;
}
.leadGroup {
  margin-bottom: 45px;
}
.lead {
  color: #605f5b;
  font-size: 22px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

.heading--recruitSect {
  color: #ed3955;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .leadGroup {
    margin-bottom: 70px;
  }
  .lead {
    font-size: 28px;
  }
}
.heading--withIco1 {
  background: url("../recruit/vision/images/ico-star.png") left center / auto
    no-repeat;
  padding-left: 34px;
}
.heading--withIco2 {
  font-size: 14px;
  letter-spacing: 0;
  background: url("../recruit/aboutyou/images/ico-heart.png") left center /
    contain no-repeat;
  padding-left: 25px;
}
.heading--withIco3 {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  background: url("../recruit/aboutyou/images/ico-person.png") left center /
    contain no-repeat;
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  .heading--recruitSect {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .heading--withIco1 {
    background: url("../recruit/vision/images/ico-star.png") left center /
      contain no-repeat;
    padding-left: 38px;
  }
  .heading--withIco2 {
    background: url("../recruit/aboutyou/images/ico-heart.png") left center /
      auto no-repeat;
    padding-left: 38px;
  }
  .heading--withIco3 {
    background: url("../recruit/aboutyou/images/ico-person.png") left center /
      auto no-repeat;
    padding-left: 38px;
  }
}

.what__mainImg {
  text-align: center;
  margin-bottom: 35px;
}

.unit--oneday {
  max-width: 730px;
  border-left: 1px solid #605f5b;
  border-right: 4px solid #605f5b;
  margin: 0 auto;
}
.unit--onedayLeaving {
  /*
background: url('../recruit/oneday/images/day3_leaving_bg.png') center bottom no-repeat;
padding-bottom: 240px;
*/
}

.oneday__r {
  max-width: 730px;
  margin: 0 auto;
}

.oneday__next {
  text-align: center;
  max-width: 113px;
  margin: 50px auto;
}
@media screen and (min-width: 768px) {
  .oneday__next {
    max-width: inherit;
    margin: 80px 0;
  }
}
.majorTarget1 {
  margin-bottom: -29px;
}
.majorTarget2 {
  margin-bottom: -10px;
}
.majorTarget1--oneday {
  position: relative;
}
@media screen and (min-width: 375px) {
  .majorTarget1 {
    margin-bottom: -33px;
  }
}
@media screen and (min-width: 400px) {
  .majorTarget1 {
    margin-bottom: -38px;
  }
}
@media screen and (min-width: 768px) {
  .majorTarget1 {
    margin-bottom: -75px;
  }
  .majorTarget2 {
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .majorTarget1 {
    margin-bottom: -78px;
  }
  .majorTarget1--oneday {
    margin-top: -21px;
    margin-bottom: -83px;
  }
}

.titleR {
  color: #ed3955;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .titleR {
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.masonry__banner {
  font-size: 13px;
  text-align: center;
  /*    position: relative;*/
  padding-bottom: 0;
}
.masonry__item__ico {
  font-size: 10px !important;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
}

.masonry__banner > a {
  display: inline-block;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
  position: relative;
}
.masonry__banner--company > a:hover {
  outline: 3px solid #0062ff;
  /*transition: 0.05s;*/
}
.masonry__item__icoStack {
  bottom: 1.1em;
  width: 1.1em !important;
  height: 1.1em !important;
  line-height: 1.1em !important;
}

.masonry__banner--company .masonry__item__ico {
  background-color: #0062ff;
  border-radius: 50%;
}

.masonry__banner--works > a:hover {
  outline: 3px solid #12b83c;
  /*transition: 0.05s;*/
}
.masonry__banner--works .masonry__item__ico {
  background-color: #12b83c;
  border-radius: 50%;
}

.masonry__banner--feworld > a:hover {
  outline: 3px solid #a50d05;
  /*transition: 0.05s;*/
}
.masonry__banner--feworld .masonry__item__ico {
  background-color: #d48300;
  border-radius: 50%;
}

.masonry__banner--soundtrack2020 > a:hover {
  outline: 3px solid #5650aa;
  /*transition: 0.05s;*/
}
.masonry__banner--soundtrack2020 .masonry__item__ico {
  background-color: #a691eb;
  border-radius: 50%;
}

.masonry__banner--fecipher > a:hover {
  outline: 3px solid #062f67;
  /*transition: 0.05s;*/
}
.masonry__banner--fecipher .masonry__item__ico {
  background-color: #cfcfcf;
  border-radius: 50%;
}

.masonry__banner--feif > a:hover {
  outline: 3px solid #a50d05;
  /*transition: 0.05s;*/
}
.masonry__banner--feif .masonry__item__ico {
  background-color: #000;
  border-radius: 50%;
}

.masonry__banner--papermario > a:hover {
  outline: 3px solid #d63130;
  /*transition: 0.05s;*/
}
.masonry__banner--papermario .masonry__item__ico {
  background-color: #d63130;
  border-radius: 50%;
}

.masonry__banner--banbro > a:hover {
  outline: 3px solid #873ca2;
  /*transition: 0.05s;*/
}
.masonry__banner--banbro .masonry__item__ico {
  background-color: #ff0101;
  border-radius: 50%;
}

.masonry__banner--hikuosu > a:hover {
  outline: 3px solid #e63a1b;
  /*transition: 0.05s;*/
}
.masonry__banner--hikuosu .masonry__item__ico {
  background-color: #ffcd3f;
  border-radius: 50%;
}

.masonry__banner--direct > a:hover {
  outline: 3px solid #666;
  /*transition: 0.05s;*/
}
.masonry__banner--direct .masonry__item__ico {
  background-color: #000;
  border-radius: 50%;
}

.masonry__banner--heros > a:hover {
  outline: 3px solid #e7b800;
  /*transition: 0.05s;*/
}
.masonry__banner--heros .masonry__item__ico {
  background-color: #e7b800;
  border-radius: 50%;
}

.masonry__banner--echoes > a:hover {
  outline: 3px solid #b50012;
  /*transition: 0.05s;*/
}
.masonry__banner--echoes .masonry__item__ico {
  background-color: #b50012;
  border-radius: 50%;
}

.masonry__banner--emptygoods1812 > a:hover {
  outline: 3px solid #0093c3;
  /*transition: 0.05s;*/
}
.masonry__banner--emptygoods1812 .masonry__item__ico {
  background-color: #88b5d3;
  border-radius: 50%;
}
.masonry__banner--emptygoods1903 > a:hover {
  outline: 3px solid #a699ed;
  /*transition: 0.05s;*/
}
.masonry__banner--emptygoods1903 .masonry__item__ico {
  background-color: #9079b6;
  border-radius: 50%;
}

.masonry__banner--feexpo2019 > a:hover {
  outline: 3px solid #ff0100;
}
.masonry__banner--feexpo2019 .masonry__item__ico {
  background-color: #c9171e;
  border-radius: 50%;
}

.masonry__banner--feextradramacd > a:hover {
  outline: 3px solid #25324e;
}
.masonry__banner--feextradramacd .masonry__item__ico {
  background-color: #873ca2;
  border-radius: 50%;
}

.masonry__banner--FELinetheme > a:hover {
  outline: 3px solid #a0a0a0;
  /*transition: 0.05s;*/
}

.masonry__banner--FELinetheme .masonry__item__ico {
  background-color: #a0a0a0;
  border-radius: 50%;
}

.masonry__banner--sticker > a:hover {
  outline: 3px solid #01b84f;
  /*transition: 0.05s;*/
}
.masonry__banner--FE_summerparty .masonry__item__ico {
  background-color: #ed6d35;
  border-radius: 50%;
}
.masonry__banner--FE_summerparty > a:hover {
  outline: 3px solid #ed6d35;
  /*transition: 0.05s;*/
}
.masonry__banner--sticker .masonry__item__ico {
  background-color: #01b84f;
  border-radius: 50%;
}

.masonry__banner--FEEchoes_cd .masonry__item__ico {
  background-color: #3b8bd6;
  border-radius: 50%;
}
.masonry__banner--FEEchoes_cd > a:hover {
  outline: 3px solid #3b8bd6;
  /*transition: 0.05s;*/
}
.masonry__banner--miwg .masonry__item__ico {
  background-color: #fbd83e;
  border-radius: 50%;
}
.masonry__banner--miwg > a:hover {
  outline: 3px solid #fe7bb3;
}

.masonry__banner--original-soundtrack .masonry__item__ico {
  background-color: #c29884;
  border-radius: 50%;
}
.masonry__banner--original-soundtrack > a:hover {
  outline: 3px solid #c29884;
  /*transition: 0.05s;*/
}

.masonry__banner--fecipher_sai2019 .masonry__item__ico {
  background-color: #e3adc1;
  border-radius: 50%;
}
.masonry__banner--fecipher_sai2019 > a:hover {
  outline: 3px solid #f19ca7;
}

.masonry__banner--fuka-setsugetsu .masonry__item__ico {
  background-color: #a4a8d4;
  border-radius: 50%;
}

.masonry__banner--fuka-setsugetsu > a:hover {
  outline: 3px solid #3a1d5b;
}

.masonry__banner--feexpo2 .masonry__item__ico {
  background-color: #ff0100;
  border-radius: 50%;
}

.masonry__banner--feexpo2 > a:hover {
  outline: 3px solid #ff0100;
}

.masonry__banner--emptygoods1908 .masonry__item__ico {
  background-color: #3a1d5b;
  border-radius: 50%;
}

.masonry__banner--emptygoods1908 > a:hover {
  outline: 3px solid #4d4398;
}

.masonry__banner--emptygoods-fuuka .masonry__item__ico {
  background-color: #342653;
  border-radius: 50%;
}

.masonry__banner--emptygoods-fuuka > a:hover {
  outline: 3px solid #342653;
}

.masonry__banner--FEifPC .masonry__item__ico {
  background-color: #a1d8e2;
  border-radius: 50%;
}
.masonry__banner--FEifPC > a:hover {
  outline: 3px solid #a1d8e2;
}

.masonry__banner--FEgoods2017 > a:hover {
  outline: 3px solid #f84c78;
  /*transition: 0.05s;*/
}
.masonry__banner--FEgoods2017 .masonry__item__ico {
  background-color: #f84c78;
  border-radius: 50%;
}

.masonry__banner--FE02018 > a:hover {
  outline: 3px solid #d72a26;
  /*transition: 0.05s;*/
}
.masonry__banner--FE02018 .masonry__item__ico {
  background-color: #d72a26;
  border-radius: 50%;
}

.masonry__banner--FEEchoesVA > a:hover {
  outline: 3px solid #a3d6cc;
  /*transition: 0.05s;*/
}
.masonry__banner--FEEchoesVA .masonry__item__ico {
  background-color: #a3d6cc;
  border-radius: 50%;
}

.masonry__banner--FEgoods2018 > a:hover {
  outline: 3px solid #12b83c;
  /*transition: 0.05s;*/
}
.masonry__banner--FEgoods2018 .masonry__item__ico {
  background-color: #12b83c;
  border-radius: 50%;
}

.masonry__banner--FEHeroes_mini > a:hover {
  outline: 3px solid #e9bc00;
  /*transition: 0.05s;*/
}
.masonry__banner--FEHeroes_mini .masonry__item__ico {
  background-color: #626063;
  border-radius: 50%;
}

.masonry__banner--FEifcomic > a:hover {
  outline: 3px solid #6e276f;
  /*transition: 0.05s;*/
}
.masonry__banner--FEifcomic .masonry__item__ico {
  background-color: #6e276f;
  border-radius: 50%;
}

.masonry__banner--FEEcoescomic > a:hover {
  outline: 3px solid #00aabf;
  /*transition: 0.05s;*/
}
.masonry__banner--FEEcoescomic .masonry__item__ico {
  background-color: #00aabf;
  border-radius: 50%;
}

.masonry__banner--emptygoods1706 > a:hover {
  outline: 3px solid #00aabf;
  /*transition: 0.05s;*/
}
.masonry__banner--emptygoods1706 .masonry__item__ico {
  background-color: #00aabf;
  border-radius: 50%;
}

.masonry__item--skew {
  overflow: hidden;
}
.masonry__skew {
  overflow: hidden;
  transform: skewX(23deg);
  transform-origin: bottom right;
}
.masonry__skew__mask {
  overflow: hidden;
  height: 200px;
}
.masonry__skew__img {
  transform: skewX(-23deg);
  transform-origin: bottom right;
}
.masonry__skew:hover {
  border-top: 3px solid #ed3955;
  border-right: 3px solid #ed3955;
  border-bottom: 3px solid #ed3955;
}
.masonry__skew:hover .masonry__skew__mask {
  margin: -3px -3px -3px 0;
}
.masonry__skew:hover .masonry__skew__img {
  /*    outline: 3px solid #ed3955;*/
}
@media screen and (min-width: 375px) {
  .masonry__item__ico {
    font-size: 12px !important;
  }
  .masonry__item__icoStack {
    width: 1.3em !important;
    height: 1.3em !important;
    line-height: 1.3em !important;
  }
}
@media screen and (min-width: 400px) {
  .masonry__item__ico {
    font-size: 13px !important;
  }
  .masonry__item__icoStack {
    width: 1.4em !important;
    height: 1.4em !important;
    line-height: 1.4em !important;
  }
}
@media screen and (min-width: 768px) {
  .masonry__banner {
    font-size: 20px;
    padding-bottom: 0;
  }
  .masonry__item__icoStack {
    width: 2em !important;
    height: 2em !important;
    line-height: 2em !important;
  }
  .masonry__item__ico {
    font-size: 28px !important;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
  }
}

/* How to make Games
----------------------------------------------------*/

.howto__section__body {
  border: 4px solid #ed3955;
  border-radius: 20px;
  padding: 0 6%;
}

.howto__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: url(../recruit/howtomake/images/line-01.png) center bottom /
    contain no-repeat;
  padding: 5% 0 16%;
}
.howto__row:nth-child(even) {
  background: url(../recruit/howtomake/images/line-02.png) center bottom /
    contain no-repeat;
}
.howto__row:last-child {
  background: none;
}

.howto__row__body {
  font-size: 12px;
  width: 50%;
  padding: 0 3%;
}
.howto__row:nth-child(even) .howto__row__body {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}

.howto__row__img {
  text-align: center;
  width: 50%;
  padding: 0 3%;
}

.howto__section__catch {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.15em;
  background-color: #ed3955;
  max-width: 570px;
  margin: -20px auto 23px;
  padding: 5px;
}

.howto__aloneImg {
  text-align: center;
  background: url(../recruit/howtomake/images/line-01.png) center bottom /
    contain no-repeat;
  padding: 0 0 16%;
}

.howto__hr {
  text-align: center;
}

.howto__heading {
  text-align: center;
  margin-bottom: 25px;
}
.howto__innerH {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.howto__innerH--1 {
  color: #5a81e6;
}
.howto__innerH--2 {
  color: #ff9d00;
}
.howto__innerH--3 {
  color: #ed3955;
}

@media screen and (min-width: 768px) {
  .howto__section__body {
    border: 5px solid #ed3955;
  }
  .howto__row {
    padding: 5% 0 22%;
  }
  .howto__aloneImg {
    padding: 0 0 22%;
  }
  .howto__section__catch {
    font-size: 27px;
  }
  .howto__row__body {
    font-size: 15px;
    line-height: 2;
  }
  .howto__innerH {
    font-size: 16px;
  }
}

/* Contact
----------------------------------------------------*/
.heading--companySect {
  color: #0062ff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 5px;
}

.heading--withIco4 {
  background: url(../contact/images/ico-mail.png) left center / contain
    no-repeat;
  padding-left: 31px;
}
.heading--withIco5 {
  background: url(../copyright/images/ico-copy.png) left center / contain
    no-repeat;
  padding-left: 30px;
}
.heading--companySect__hr {
  border-top: 2px solid #0062ff;
  box-shadow: 9px 9px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 0 15px;
}
.heading--companySect__hr:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 15%;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 10px 9px 6px rgba(0, 0, 0, 0.08);
  border-right: 2px solid #0062ff;
  border-bottom: 2px solid #0062ff;
}
@media screen and (min-width: 768px) {
  .heading--companySect {
    font-size: 21px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  .heading--withIco4 {
    background: url(../contact/images/ico-mail.png) left center / contain
      no-repeat;
    padding-left: 50px;
  }
  .heading--withIco5 {
    padding-left: 45px;
  }
  .heading--companySect__hr {
    margin-bottom: 25px;
  }
}

.home__slide {
  margin-bottom: 30px;
}

.slider {
  margin-bottom: 35px;
}

.onedayLeaving__bg {
  text-align: center;
  margin-top: -109px;
}
@media screen and (min-width: 360px) {
  .onedayLeaving__bg {
    margin-top: -127px;
  }
}
@media screen and (min-width: 400px) {
  .onedayLeaving__bg {
    margin-top: -142px;
  }
}
@media screen and (min-width: 768px) {
  .onedayLeaving__bg {
    text-align: center;
    margin-top: -270px;
  }
}

/*20170526*/
.intv-button-sato {
  bottom: 0;
  right: 50px;
}
.intv-button-kanazaki {
  bottom: -40px;
  left: 20px;
}
.intv-button-tanaka {
  bottom: 40px;
  right: 70px;
}
.intv-button-sakai {
  bottom: 25px;
  left: 100px;
}
.intv-button-mori {
  bottom: 190px;
  right: 0;
}
.intv-button-norimoto {
  bottom: 30px;
  right: 130px;
}
.intv-button-yasuhara {
  bottom: -10px;
  right: 100px;
}
.intv-button-shirayanagi {
  bottom: 70px;
  right: 20px;
}
.over {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .ps_a {
    width: 35% !important;
  }
  .intv-button-kanazaki {
    bottom: -20px;
  }
  .intv-button-tanaka {
    bottom: 20px;
    right: 30px;
  }
  .intv-button-mori {
    bottom: 100px;
    right: 0;
  }
  .intv-button-norimoto {
    bottom: 20px;
    right: 50px;
  }
  .intv-button-yasuhara {
    bottom: 0;
    right: 40px;
  }
  .intv-button-shirayanagi {
    bottom: 40px;
    right: 0;
  }
}

/* アコーディオン */

.o-accordion__input {
  display: none;
}

.o-accordion__label {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}

.o-accordion__label::after {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
}

.o-accordion__content {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.o-accordion__input:checked + .o-accordion__label + .o-accordion__content {
  height: auto;
  opacity: 1;
}

/* フッター */

.h-5th__footer {
  text-align: center;
  padding: 40px 24px 0;
}

.o-goods-footer__contact {
  margin-bottom: 40px;
}

.o-goods-footer__contact-text {
  margin-bottom: 40px;
}

.o-goods-footer__copyright {
  font-size: 12px;
}

/* トップへ戻るボタン */

.a-button-topback img {
  width: 90px;
  height: 90px;
}
