@media screen and (max-width:640px) {
  .pc_only {
    display: none;
  }
}

.section-topTitle {
  text-align: center;
  margin-bottom: 45px
}

.section-topTitle-en {
  font-size: 33px;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px
}

.section-topTitle-jp {
  font-size: 14px;
  line-height: 1.5;
  display: block
}

.section-bg-grey {
  background: #eee
}

@media screen and (max-width:640px) {
  .section-topTitle {
    margin-bottom: 20px
  }

  .section-topTitle-en {
    font-size: 22px;
    margin-bottom: 0
  }

  .section-topTitle-jp {
    font-size: 12px
  }
}

.top-about-item {
  float: left
}

.top-about-large {
  margin-bottom: 40px
}

.top-about-large .top-about-item {
  width: 48.72%
}

.top-about-large .top-about-item+.top-about-item {
  margin-left: 2.56%
}

.top-about-small .top-about-item {
  width: 23.08%;
  position: relative
}

.top-about-small .top-about-item+.top-about-item {
  margin-left: 2.56%
}

.top-about-itemPhoto {
  overflow: hidden;
  display: block
}

.top-about-itemPhoto span {
  position: relative;
  display: block
}

.top-about-itemPhoto span {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

.top-about-itemPhoto span:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05)
}

.top-about-itemName {
  text-align: center;
  padding-top: 15px
}

.top-about-itemName-en,
.top-about-itemName-jp {
  line-height: 1.5;
  display: block
}

.top-about-itemName-en {
  font-size: 18px
}

.top-about-itemName-jp {
  font-size: 14px
}

@media screen and (max-width:640px) {
  .top-about {
    padding: 40px 10px
  }

  .top-about-item {
    float: left;
    margin-bottom: 30px
  }

  .top-about-large {
    margin-bottom: 0
  }

  .top-about-large .top-about-item {
    width: auto;
    float: none
  }

  .top-about-large .top-about-item+.top-about-item {
    margin-left: 0
  }

  .top-about-small .top-about-item {
    width: 48.72%
  }

  .top-about-small .top-about-item+.top-about-item {
    margin-left: 2.56%
  }

  .top-about-small .top-about-item:nth-child(2n+1) {
    margin-left: 0;
    clear: both
  }

  .top-about-itemName {
    padding-top: 10px
  }

  .top-about-itemName-en {
    font-size: 16px
  }

  .top-about-itemName-jp {
    font-size: 12px
  }
}

.top-information {
  padding: 50px 60px 10px
}

.information-item {
  float: left;
  width: 31.62%;
  margin-right: 2.57%;
  margin-bottom: 50px
}

.information-item:nth-child(3n) {
  margin-right: 0
}

.information-item:nth-child(3n+1) {
  clear: both
}

.information-item a {
  display: block;
  color: #666
}

.information-item a:hover {
  color: #e9647f
}

.information-item-thumb {
  border: #e5e5e5 2px solid;
  margin-bottom: 20px;
  overflow: hidden
}

.information-item-thumb img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

a:hover .information-item-thumb img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05)
}

.information-item-date {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 15px;
  position: relative
}

.information-item-new .information-item-date {
  padding-left: 50px
}

.information-item-new .information-item-date::before {
  content: 'NEW';
  background: #d18f9c;
  color: #FFF;
  padding: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0
}

.information-item-detail {
  font-size: 13px;
  line-height: 1.8
}

.btn-top-information {
  text-align: center
}

.btn-top-information a {
  display: inline-block;
  width: 100%;
  max-width: 298px;
  border: #666 2px solid;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 15px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  position: relative;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease
}

.btn-top-information a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.btn-top-information a:hover {
  background: #CCC
}

@media screen and (max-width:640px) {
  .top-information {
    padding: 30px 10px 10px
  }

  .information-item {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 40px
  }

  .information-item-thumb {
    border: #e5e5e5 1px solid;
    margin-bottom: 15px
  }

  .information-item-date {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative
  }

  .information-item-new .information-item-date {
    padding-left: 50px
  }

  .information-item-new .information-item-date::before {
    content: 'NEW';
    background: #d18f9c;
    color: #FFF;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 0
  }

  .information-item-detail {
    font-size: 13px;
    line-height: 1.8
  }

  .btn-top-information {
    text-align: center
  }

  .btn-top-information a {
    display: inline-block;
    width: 100%;
    max-width: 298px;
    border: #666 2px solid;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px;
    font-size: 14px;
    line-height: 1;
    color: #333;
    position: relative
  }

  .btn-top-information a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

.top_select_title {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  padding: 36px 10px;
  position: relative
}

.top_select_title-en {
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
  padding-right: 17px
}

.top_select_title::before {
  content: '';
  width: 100%;
  height: 25px;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease
}

#select-non-member .top_select_title::before {
  background: #e74564
}

#select-member .top_select_title::before {
  background: #259fd9
}

#select-member .top_select_title.is-active::before,
#select-member .top_select_title:hover::before,
#select-non-member .top_select_title.is-active::before,
#select-non-member .top_select_title:hover::before {
  opacity: 1
}

.top_select_title::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

#select-non-member .top_select_title::after {
  border-top: 1px solid #e74564;
  border-right: 1px solid #e74564
}

#select-member .top_select_title::after {
  border-top: 1px solid #259fd9;
  border-right: 1px solid #259fd9
}

#select-member .top_select_title.is-active::after,
#select-member .top_select_title:hover::after,
#select-non-member .top_select_title.is-active::after,
#select-non-member .top_select_title:hover::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  bottom: 9px
}

#select-non-member {
  border: 5px rgba(174, 176, 177, 0.15) solid;
  width: 340px;
  float: left
}

#select-non-member .top_select_title {
  color: #e43153
}

.select-frame {
  position: absolute;
  border: 5px rgba(174, 176, 177, 0.15) solid;
  display: none
}

.select-frameInner {
  background: url('../img/top/select_back.png')
}

#select-non-member .select-frame {
  position: absolute;
  top: 189px;
  left: 0
}

#select-non-member .select-frameInner {
  padding: 33px 20px 20px
}

#select-member .select-frame {
  top: 189px;
  right: 0;
  width: 520px
}

#select-member .select-frameInner {
  padding: 40px 33px
}

.tab-option li {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  margin-left: 1px;
  letter-spacing: 0;
  vertical-align: bottom;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease
}

.tab-option li+li {
  margin-left: 2px
}

.tab-option li:first-child {
  width: 120px
}

.tab-option li:nth-child(2) {
  width: 177px
}

.tab-option li:nth-child(3) {
  width: 88px
}

.tab-option li:nth-child(4) {
  width: 88px
}

.tab-option li.select:first-child {
  margin-left: 0
}

.tab-option li.select {
  background: #FFF;
  border: #ddd 1px solid;
  border-bottom: 0;
  color: #e04262;
  padding: 15px 0;
  margin-bottom: -1px;
  margin-top: 0;
  position: relative
}

.tab-option li.select:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #e43153;
  border-right: 1px solid #e43153;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.tab-option li.tab-option-twoLines br {
  display: none
}

.select_contentsIntro {
  color: #e43153;
  width: 55.41%;
  text-align: center;
  margin-bottom: 10px
}

.select-memberWrap,
.select-non-memberWrap {
  background: url('../img/top/select_back.png')
}

#select-member {
  border: 5px rgba(255, 255, 255, 0.2) solid;
  width: 250px;
  float: left;
  margin-left: 20px
}

#select-member .top_select_title {
  color: #0d95d5
}

.select_contents {
  display: none
}

.select_contents.select {
  display: block
}

.select_contentsWrap {
  border: #ddd 1px solid;
  background: #FFF;
  padding: 30px;
  width: 497px;
  box-sizing: border-box
}

.select_contentsFrame {
  position: relative;
  width: 55.41%;
  background: #e5e5e5;
  float: left
}

.select_contentsFrame::before {
  content: '';
  width: 42px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40
}

#select-non-member .select_contentsFrame::before {
  background: #e04262
}

#select-member .select_contentsFrame::before {
  background: #449ccd
}

.select_contentsFrame::after {
  position: absolute;
  top: 18px;
  right: 16px;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 8px solid #FFF;
  z-index: 50
}

.select_contentsFrame select::-ms-expand {
  display: none
}

.select_contentsFrame select {
  font-size: 15px;
  height: 42px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  background: 0;
  position: relative;
  z-index: 100
}

.select_contentsBtn {
  width: 39.96%;
  float: right
}

.select_contentsBtn a {
  display: block;
  text-align: center;
  border: #e04262 2px solid;
  border-radius: 21px;
  height: 42px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 15px;
  vertical-align: middle;
  color: #e04262;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease
}

.select_contentsBtn a:hover {
  background: #febac8
}

.select_contentsBtn a span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  padding-left: 10px
}

.select_contentsBtn a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #e04262
}

#select-member .select_contentsWrap {
  background: 0;
  border: 0;
  padding: 0;
  width: 100%
}

#select-member .select_contentsIntro {
  width: auto;
  color: #0d95d5
}

#select-member .select_contentsFrame {
  width: auto;
  float: none
}

@media screen and (max-width:640px) {
  .top_select_title {
    font-size: 16px;
    line-height: 16px;
    padding: 20px 5px 30px
  }

  .top_select_title-en {
    font-size: 13px;
    line-height: 18px;
    display: block;
    padding-right: 0;
    margin-bottom: 5px
  }

  #select-member {
    border: 3px rgba(255, 255, 255, 0.2) solid;
    width: 43%;
    margin-left: 2%
  }

  #select-non-member {
    border: 3px rgba(174, 176, 177, 0.15) solid;
    width: 55%
  }

  .select-frame {
    border: 3px rgba(174, 176, 177, 0.15) solid;
    width: 90%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px
  }

  .select_contentsWrap {
    padding: 15px;
    width: 100%;
    box-sizing: border-box
  }

  .select_contentsFrame {
    width: 100%;
    margin-bottom: 20px
  }

  #select-member .select_contentsFrame {
    margin-bottom: 0
  }

  #select-non-member .select-frame {
    position: absolute;
    top: 169px;
    left: 0
  }

  #select-non-member .select-frameInner {
    padding: 20px 10px 10px
  }

  #select-member .select-frame {
    top: 169px;
    right: 0;
    width: 90%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px
  }

  #select-member .select-frameInner {
    padding: 30px 25px
  }

  .tab-option li {
    display: inline-block;
    font-size: 12px;
    padding: 15px 0;
    margin-left: 0;
    vertical-align: bottom
  }

  .tab-option li+li {
    margin-left: 1px
  }

  .tab-option li:first-child {
    width: 30%;
    width: -webkit-calc(30% - 1px);
    width: calc(30% - 1px)
  }

  .tab-option li:nth-child(2) {
    width: 30%;
    width: -webkit-calc(30% - 1px);
    width: calc(30% - 1px)
  }

  .tab-option li:nth-child(3) {
    width: 20%;
    width: -webkit-calc(20% - 1px);
    width: calc(20% - 1px)
  }

  .tab-option li:nth-child(4) {
    width: 20%;
    width: -webkit-calc(20% - 1px);
    width: calc(20% - 1px)
  }

  .tab-option li.select:first-child {
    margin-left: 0
  }

  .tab-option li.select {
    background: #FFF;
    border: #ddd 1px solid;
    border-bottom: 0;
    color: #e04262;
    padding: 20px 0;
    margin-bottom: -1px;
    margin-top: 0;
    position: relative
  }

  .tab-option li.tab-option-twoLines {
    padding: 6px 0;
    line-height: 1.3
  }

  .tab-option li.tab-option-twoLines br {
    display: inline
  }

  .tab-option li.select.tab-option-twoLines {
    padding: 10px 0
  }

  .select_contentsBtn {
    width: 100%
  }
}

#KV {
  width: 100%;
  transition: 1s all ease-in-out;
  background: #fff;
  position: relative
}

.docLoad #KV {
  width: 100%;
  background: #ffffff;
}

#select {
  position: absolute;
  top: 70px;
  right: 50px
}

#selectWrap {
  position: relative;
  z-index: 10000;
  margin-left: auto;
  margin-right: 60px;
  width: 610px;
  height: 400px;
  padding-top: 70px;
  opacity: 0;
  transform: translateY(30px);
  transition: 1.5s all 1s ease-out
}

@media screen and (max-width:730px) {
  #selectWrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 70px 10px 0
  }
}

.docLoad #selectWrap {
  opacity: 1;
  transform: translateX(0)
}

.carousel {
  padding-left: 130px;
  margin-left: -240px;
  box-sizing: content-box
}

.carousel+.carousel {
  margin-left: -240px
}

.carousel>li {
  float: left;
  margin: 0 5px;
  background: #47373c;
  width: 436px;
  height: 623px;
  transform: skew(20deg);
  overflow: hidden;
  z-index: 100
}

.carousel>li {
  opacity: 0;
  transition: 1s all ease-in-out
}

.docLoad .carousel>li {
  opacity: 1
}

.carousel>li:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #47373c;
  width: 100%;
  height: 100%;
  transition: 1s all ease-in-out
}

.docLoad .carousel>li:nth-child(odd)::after {
  content: "";
  height: 0
}

.carousel>li:nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #47373c;
  width: 100%;
  height: 100%;
  transition: 1s all ease-in-out
}

.docLoad .carousel>li:nth-child(even)::after {
  content: "";
  height: 0
}

.carousel>li>div {
  width: 160%;
  height: 100%;
  transform: skew(-20deg) translate(-120px)
}

.carousel+.carousel>li:nth-child(1)>div {
  width: 160%;
  height: 100%;
  transform: skew(-20deg) translate(-120px)
}

.carousel>li:nth-child(1)>div {
  background: url('../img/top/kv-01.jpg') left bottom 100px;
  background-size: 85%
}

.carousel>li:nth-child(2)>div {
  background: url('../img/top/kv-02.jpg') left bottom 110px;
  background-size: 88%
}

.carousel>li:nth-child(3)>div {
  background: url('../img/top/kv-03.jpg') center bottom 174px
}

.carousel>li:nth-child(4)>div {
  background: url('../img/top/kv-04.jpg') left bottom 110px;
  background-size: 88%
}

.carousel>li:nth-child(5)>div {
  background: url('../img/top/kv-05.jpg') left bottom 130px;
  background-size: 90%
}

.carousel>li:nth-child(6)>div {
  background: url('../img/top/kv-06.jpg') left bottom 130px;
  background-size: 85%
}

.loopslider {
  margin: 0 auto;
  width: 100%;
  height: 400px;
  text-align: left;
  position: relative;
  overflow: hidden
}

.loopslider ul {
  height: 623px;
  float: left;
  display: inline;
  overflow: hidden
}

.loopslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
  position: relative
}

.loopslider {
  position: absolute;
  top: 0;
  left: 0
}

.loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden
}

.loopslider ul {
  display: inline-block;
  overflow: hidden
}

.newsInfo {
  margin-bottom: 20px;
  background: #fff
}

.newsInfo h2 {
  text-align: center;
  font-size;
  font-size: 20px;
  background: #e0e0e0;
  padding: 15px 0
}

.newsInfo #mainMediaSpace ul,
.newsInfo #mainInformationSpace ul {
  padding: 15px 15px 0;
  width: 100%;
  height: 250px;
  overflow-y: scroll
}

.newsInfo #mainMediaSpace ul li,
.newsInfo #mainInformationSpace ul li {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  margin-bottom: 15px
}

.newsInfo #mainMediaSpace ul li a,
.newsInfo #mainInformationSpace ul li a {
  color: #048ed7;
  text-decoration: underline;
  padding-left: 5px;
  display: block;
}

.newsInfo #mainMediaSpace ul li .date,
.newsInfo #mainInformationSpace ul li .date {
  padding: 3px 5px
}

.newsInfo #mainInformationSpace ul li .new {
  background: #d18f9c;
  color: #FFF;
  width: 50px;
  height: auto;
  font-size: 10px;
}

.newsInfo #mainMediaSpace ul li span,
.newsInfo #mainInformationSpace ul li span {
  display: inline-block;
  padding: 2px;
  text-align: center;
}

.newsInfo #mainMediaSpace ul li span.media_txt {
  width: auto;
  text-align: left;
}

@media screen and (min-width:768px) {

  .newsInfo #mainMediaSpace ul,
  .newsInfo #mainInformationSpace ul {
    padding: 15px 10% 0
  }
}




#pageTopBox {
  max-width: 980px;
  margin: 0 auto;
  height: 185px;
  position: relative;
}

#pageTopBox .page-top {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.top-about {
  padding: 50px 60px 10px;
}

.top-about-large {
  margin-bottom: 50px;
}

.top-about-large .top-about-item {
  width: 49%;
}

.top-about-large .top-about-item+.top-about-item {
  margin-left: 2%;
}

.top-about-small {
  display: flex;
  flex-wrap: wrap;
}

.top-about-small .top-about-item {
  float: none;
  width: 32%;
  margin-bottom: 30px;
}

.top-about-small .top-about-item+.top-about-item {
  margin-left: 2%;
}

.top-about-small .top-about-item:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 640px) {

  .top-about {
    padding: 30px 10px 10px;
  }

  .top-about-item {
    margin-bottom: 30px;
  }

  .top-about-large {
    margin-bottom: 0;
  }

  .top-about-large .top-about-item {
    width: auto;
  }

  .top-about-large .top-about-item+.top-about-item {
    margin-left: 0;
  }

  .top-about-small .top-about-item {
    width: 48.72%;
    margin-bottom: 30px;
  }

  .top-about-small .top-about-item+.top-about-item {
    margin-left: 2.56%
  }

  .top-about-small .top-about-item:nth-child(2n+1) {
    margin-left: 0;
  }
}


.bnr-top-area {
  margin: 0 0 50px 0;
  transition: .5s;
}

.bnr-top-area:hover {
  transform: scale(1.05, 1.05);
}

.caution-area {
  background: #fff;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.caution-txt {
  font-size: 16px;
}

/*-----------200304追加_臨時掲載--------------*/
.officialAccount-area {
  background: #ffffff;
  margin: 20px 0px;
  padding: 20px;
  text-align: center;
}

.officialAccount-area .caution-txt {
  margin-bottom: 20px;
}

.officialAccount-area br {
  display: none;
}

.officialAccount-area .instagramAccount-link,
.officialAccount-area .youtubeAccount-link {
  width: 20%;
  display: inline-block;
  /* border: 2px solid #f3a3b8;*/
  padding: 10px;
  margin-top: 10px;
}

/*.officialAccount-area .youtubeAccount-link{
    border: 2px solid #f3a3b8;
}
.officialAccount-area .instagramAccount-link{
    border: 2px solid #7ec2e6;
}*/

.officialAccount-area .instagramAccount-link img,
.officialAccount-area .youtubeAccount-link img,
.officialAccount-area .LEANBODY-instagram img,
.officialAccount-area .LEANBODY-site img {
  margin: 10px auto;
  max-width: 70px !important;
  display: block;
}

.officialAccount-area h4 {
  font-size: 18px;
}

@media screen and (max-width: 640px) {

  .officialAccount-area .instagramAccount-link,
  .officialAccount-area .youtubeAccount-link {
    width: 47%;
  }

  .officialAccount-area br {
    display: block;
  }

  .officialAccount-area .youtubeAccount-link img {
    max-width: 60px;
  }
}

/*-----------200310追加_臨時掲載(追記)--------------*/
.officialAccount-area.item3image .instagramAccount-link,
.officialAccount-area.item3image .youtubeAccount-link {
  width: 24%;
  display: inline-block;
  /* border: 2px solid #f3a3b8; */
  padding: 10px;
  margin-top: 10px;
}

.officialAccount-area.item3image .LEANBODY-box {
  width: 26%;
  /* border: 2px solid #f3a3b8; */
  vertical-align: bottom;
  padding: 10px;
  margin: 10px;
}

.LEANBODY-box.sp-none {
  display: inline-block !important;
}

.LEANBODY-box.sp-only {
  display: none !important;
}

.officialAccount-area.item3image .LEANBODY-box img {
  max-width: 250px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.officialAccount-area.item3image .LEANBODY-link {
  width: 48%;
  margin-top: 10px;
  display: inline-block;
}


@media screen and (max-width: 640px) {
  .LEANBODY-box.sp-none {
    display: none !important;
  }

  .LEANBODY-box.sp-only {
    display: inline-block !important;
  }

  .officialAccount-area.item3image .LEANBODY-box {
    width: 100%;
  }

  .officialAccount-area.item3image .instagramAccount-link,
  .officialAccount-area.item3image .youtubeAccount-link {
    width: 47%;
  }
}


/*-----------200310追加_臨時掲載(追記2)--------------*/
.megalosSNS-box {
  width: 30%;
  display: inline-block;
  border: 1px solid #333333;
  padding: 10px;
  margin-top: 10px;
}

.megalosSNS-box h4 img {
  min-height: 79.11px;
  width: auto;
}

.officialAccount-area.item3image .megalosSNS-box .instagramAccount-link,
.officialAccount-area.item3image .megalosSNS-box .youtubeAccount-link {
  width: 45%;
}


#test-id.officialAccount-area.item3image .LEANBODY-box {
  width: 45%;
  border: 1px solid #aaaaaa;
  min-height: 250px;
  max-width: 400px;
  padding: 15px;
  display: inline-block;
}

#test-id.officialAccount-area.item3image .megalosSNS-box {
  margin: 10px;
  width: 30%;
  border: 1px solid #aaaaaa;
  min-height: 250px;
  padding: 20px;
}

#test-id.officialAccount-area.item3image .instagramAccount-link img,
#test-id.officialAccount-area.item3image .youtubeAccount-link img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .megalosSNS-box {
    width: 100%;
  }

  .officialAccount-area.item3image .LEANBODY-link.LEANBODY-instagram {
    margin: 0 0 10px;
    vertical-align: text-bottom;
  }

  #test-id.officialAccount-area.item3image .LEANBODY-box,
  #test-id.officialAccount-area.item3image .megalosSNS-box {
    width: 100%;
    border: 1px solid #aaaaaa;
    margin: 20px 0;
  }

  #test-id.officialAccount-area.item3image .megalos-official .LEANBODY-instagram {
    margin-top: 30px;
  }

  #test-id.officialAccount-area.item3image .megalos-official .LEANBODY-site {
    margin-top: 30px;
    float: right;
  }
}

/*TOP動画スライド*/
.DAPUMP_youtubeWrap {
  margin: 0px auto;
  padding: 50px 0 20px;
  background: #e0e0e0;
  text-align: center;
}

.DAPUMP_youtubeWrap h3 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.4;
}

.DAPUMP_youtubeWrap iframe {
  max-width: 680px;
  min-height: 382px;
  width: 100%;
}

.DAPUMP_youtubeWrap p {
  margin-top: 10px;
  font-size: 12px;
}

.DAPUMP_youtubeWrap p .pc-only {
  display: block;
}

.colorBtn {
  background: #17a79f;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 20px;
}

.colorBtn a {
  color: #FFFF;
  display: block;
  text-align: center;
}

.slick-initialized .slick-slide {
  padding: 0 20px;
}

.flexslider-movie .next-arrow {
  right: 19%;
  top: -20%;
  width: auto;
  height: auto;
}

.flexslider-movie .prev-arrow {
  left: 19%;
  top: -20%;
  width: auto;
  height: auto;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.prev-arrow {
  left: 0;
  z-index: 10;
}

.next-arrow {
  right: 0;
}

@media screen and (min-width: 1600px) {
  .DAPUMP_youtubeWrap iframe {
    max-width: 800px;
    min-height: 450px;
  }
}

@media screen and (max-width: 650px) {
  .DAPUMP_youtubeWrap {
    padding: 30px 10px;
  }

  .DAPUMP_youtubeWrap iframe {
    min-height: 200px;
  }

  .DAPUMP_youtubeWrap h3 {
    font-size: .8rem;
  }

  .DAPUMP_youtubeWrap p {
    text-align: left;
    font-size: 12px;
  }

  .DAPUMP_youtubeWrap h4 {
    text-align: left;
  }

  .DAPUMP_youtubeWrap p .pc-only,
  .DAPUMP_youtubeWrap h4 .pc-only {
    display: none;
  }

  .flexslider-movie .next-arrow {
    top: -50%;
    right: 0;
    max-width: 30px;
  }

  .flexslider-movie .prev-arrow {
    top: -50%;
    left: 0;
    max-width: 30px;
  }
}


.media-list-genre {
  color: #FFF;
  display: inline-block;
  width: 100px;
  padding: 3px 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .media_txt {
    display: block;
  }
}

.media-list-genre.type-tv {
  background: #0089ab;
  color: #FFF;
  width: 50px;
  height: auto;
  font-size: 10px;
}

.media-list-genre.type-magazine {
  background: #b68440;
  color: #FFF;
  width: 50px;
  height: auto;
  font-size: 10px;
}

.media-list-genre.type-newspaper {
  background: #d06072;
  color: #FFF;
  width: 50px;
  height: auto;
  font-size: 10px;
}

.media-list-genre.type-web {
  background: #4f9a72;
  color: #FFF;
  width: 50px;
  height: auto;
  font-size: 10px;
}

.media-list-genre.type-other {
  background: #8d8d8d;
  color: #FFF;
  width: 50px;
  height: auto;
  font-size: 10px;
}

.flexslider {
  margin: 0 0 50px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .flexslider {
    margin: 0;
  }
}

.flex-control-thumbs li {
  width: 20%;
  margin-left: 4px;
  float: none;
}


/* 211216 Add_FIA_movie_to_top_page */
.fia {
  position: relative;
}

.fia_inner {
  margin: 0 auto;
  padding: 80px 0 50px;
  position: relative;
  text-align: center;
}

.fia_ttl {
  background: linear-gradient(transparent 76%, #eab1c4 76%);
  color: #000;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
}

.fia_txt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 60px;
  text-align: left;
}

.fia_txt p {
  display: flex;
  justify-content: center;
}

.fia_cptxt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.fia_cptxt span {
  font-weight: bold;
  padding: 4px 10px;
  background: #fff8af;
}

.fia_mov {
  max-width: 700px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
}

.fia_mov iframe {
  height: 100%;
  width: 100%;
}

.fia_bg {
  background: linear-gradient(308deg, #e69fbd 0%, #eab5c9 52%, #dc718f 100%);
  border-radius: 0 10px 10px 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  height: 750px;
  width: 50vw;
}

.fia_btn {
  background-image: url('/common/img/top/bg_fia.jpg');
  border: 2px solid #000;
  border-radius: 50px;
  color: #000 !important;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  max-width: 700px;
  transition: .2s;
  width: 100%;
  z-index: 0;
}

.fia_btn:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .fia_inner {
    padding: 40px 10px;
  }

  .fia_ttl {
    background: linear-gradient(transparent 76%, #eab1c4 76%);
    font-size: 18px;
    margin-bottom: 60px;
  }

  .fia_txt {
    font-size: 14px;
    padding-bottom: 60px;
  }

  .fia_cptxt {
    font-size: 14px;
  }

  .fia_cptxt span {
    padding: 2px 10px;
  }

  .fia_bg {
    height: 560px;
  }

  .fia_mov {
    max-width: 500px;
  }

  .fia_btn {
    font-size: 14px;
    padding: 16px 0;
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .fia_ttl {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .fia_txt {
    font-size: 12px;
    padding-bottom: 40px;
  }

  .fia_cptxt {
    font-size: 12px;
  }

  .fia_cptxt span {
    padding: 2px 10px;
  }

  .fia_bg {
    height: 430px;
  }

  .fia_mov {
    max-width: 355px;
  }

  .fia_btn {
    font-size: 12px;
    padding: 10px 0;
    max-width: 355px;
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .fia_mov {
    padding-top: 56.25%;
    position: relative;
  }

  .fia_mov iframe {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

_::-webkit-full-page-media,
_:future,
:root .fia_mov {
  padding-top: 56.25%;
  position: relative;
}

_::-webkit-full-page-media,
_:future,
:root .fia_mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
