@charset "UTF-8";
@import url("global.css");
#mainvisual {
  position: relative;
  height: 100vh;
  width: 100%;
}
#mainvisual #mainslide {
  position: relative;
}
#mainvisual #mainslide .swiper-container {
  overflow: visible;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  /*.swiper-slide-active .slide-img .slidebg-wrap,
  .swiper-slide-duplicate-active .slide-img .slidebg-wrap,
  .swiper-slide-prev .slide-img .slidebg-wrap {
  	animation: slideanime 7s linear 0s 1 normal both;  
  }*/
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img {
  height: 100%;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .slidebg-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .slidebg-wrap .slidebg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backface-visibility: hidden;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext {
  z-index: 10;
  left: 60px;
  bottom: 200px;
  text-align: center;
  position: absolute;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext .text {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext .logo {
  width: 300px;
  margin-top: 15px;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img::after {
  content: "";
  background-color: rgba(31, 31, 31, 0.2);
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide0 .slide-img::after {
  width: 0;
  height: 0;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide0 .slidebg-wrap .slidebg {
  background-image: url("../img/slide00.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide1 .slidebg-wrap .slidebg {
  background-image: url("../img/slide1_20250723.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide2 .slidebg-wrap .slidebg {
  background-image: url("../img/slide2_20250723.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide3 .slidebg-wrap .slidebg {
  background-image: url("../img/slide3_20250723.jpg");
  background-position: 70% center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide4 .slidebg-wrap .slidebg {
  background-image: url("../img/slide4_20250723.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide5 .slidebg-wrap .slidebg {
  background-image: url("../img/slide5_20250723.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide6 .slidebg-wrap .slidebg {
  background-image: url("../img/slide06_20230522.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide7 .slidebg-wrap .slidebg {
  background-image: url("../img/slide07.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide8 .slidebg-wrap .slidebg {
  background-image: url("../img/slide08.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide9 .slidebg-wrap .slidebg {
  background-image: url("../img/slide09.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide10 .slidebg-wrap .slidebg {
  background-image: url("../img/slide10.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide221114 .slidebg-wrap .slidebg {
  background-image: url("../img/slide221223_pc.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide230605 .slidebg-wrap .slidebg {
  background-image: url("../img/slide230605_pc.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide230929 .slidebg-wrap .slidebg {
  background-image: url("../img/slide230929_pc.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide231208 .slide-img .ontext .text span {
  background: linear-gradient(transparent 60%, #3cbae2 60%);
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide231208 .slidebg-wrap .slidebg {
  background-image: url("../img/slide231208_pc.jpg");
  background-position: center center;
}
#mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide.slide240222 .slidebg-wrap .slidebg {
  background-image: url("../img/slide240222_pc.jpg");
  background-position: center center;
}
@keyframes slideanime {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#mainvisual #mainslide .belt-area {
  background-color: rgba(101, 56, 22, 0.24);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding: 15px 30px;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#mainvisual #mainslide .belt-area .swiper-thumb {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  height: 100%;
}
#mainvisual #mainslide .belt-area .swiper-thumb .swiper-slide {
  height: 100%;
}
#mainvisual #mainslide .belt-area .swiper-thumb .swiper-slide .thumb-img {
  width: 200px;
  margin-right: 15px;
  box-sizing: border-box;
  border: 1px solid #1F1F1F;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#mainvisual #mainslide .belt-area .swiper-thumb .swiper-slide .thumb-img::after {
  content: "";
  background-color: rgba(31, 31, 31, 0.6);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
#mainvisual #mainslide .belt-area .swiper-thumb .swiper-slide.swiper-slide-thumb-active .thumb-img::after {
  opacity: 0;
}
#mainvisual #mainslide .belt-area .swiper-thumb .swiper-slide:hover .thumb-img {
  opacity: .7;
  cursor: pointer;
}
#mainvisual .scroll-arrows {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 140px;
  z-index: 10;
  width: 100px;
}
#mainvisual .scroll-arrows a {
  position: absolute;
  display: flex;
  height: 100px;
  margin: 0;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
}
#mainvisual .scroll-arrows *, #mainvisual .scroll-arrows *::before, #mainvisual .scroll-arrows *::after {
  box-sizing: border-box;
}
#mainvisual .scroll-arrows .text {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  color: #fff;
  position: absolute;
  top: -5px;
  font-weight: 600;
  line-height: 1;
  font-size: 15px;
}
#mainvisual .scroll-arrows .arrow {
  position: absolute;
  top: 50%;
  /*着地点*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
#mainvisual .scroll-arrows .arrow::before, #mainvisual .scroll-arrows .arrow::after {
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  width: 30px;
  height: 3px;
  content: '';
  background: #fff;
}
#mainvisual .scroll-arrows .arrow::before {
  -webkit-transform: rotate(30deg) translateX(-39%);
  transform: rotate(30deg) translateX(-39%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#mainvisual .scroll-arrows .arrow::after {
  -webkit-transform: rotate(-30deg) translateX(39%);
  transform: rotate(-30deg) translateX(39%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
#mainvisual .scroll-arrows .arrowfirst {
  -webkit-animation: arrow-move 2s ease-in-out infinite;
  animation: arrow-move 2s ease-in-out infinite;
}
#mainvisual .scroll-arrows .arrowsecond {
  -webkit-animation: arrow-move 2s 1s ease-in-out infinite;
  animation: arrow-move 2s 1s ease-in-out infinite;
}
@keyframes arrow-move {
  0% {
    top: 25%;
    /*スタート地点*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mainvisual .award {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 170px;
  width: 220px;
}
#mainvisual .award a:hover {
  opacity: .6;
}
#mainvisual .mv-logo {
  position: absolute;
  left: 50px;
  top: 40px;
  width: 260px;
  z-index: 100;
}
#mainvisual .pickup {
  width: 380px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 100;
}
#mainvisual .pickup a {
  background-color: #0085B2;
  color: #fff;
  display: block;
  border-radius: 999px;
  padding: 0 10px;
  box-sizing: border-box;
  letter-spacing: -0.4em;
  line-height: 38px;
  overflow: hidden;
  position: relative;
}
#mainvisual .pickup a:hover::after {
  left: 0;
}
#mainvisual .pickup a::after {
  position: absolute;
  left: -101%;
  content: "";
  background-color: #002F68;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
#mainvisual .pickup a .head {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  width: 30%;
  letter-spacing: 0.05em;
}
#mainvisual .pickup a .head::before, #mainvisual .pickup a .head::after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  background-color: #fff;
  width: 2px;
  height: 17px;
  margin: -5px 10px 0;
}
#mainvisual .pickup a .head::before {
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}
#mainvisual .pickup a .head::after {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
#mainvisual .pickup a .content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  font-size: 14px;
  width: 70%;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
  box-sizing: border-box;
  text-align: left;
}
#mainvisual .pickup a .content::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
  display: block;
  left: 0;
}
#mainvisual .beginner {
  width: 380px;
  position: absolute;
  right: 40px;
  top: 95px;
  z-index: 100;
}
#mainvisual .beginner a {
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(31, 31, 31, 0.18);
  height: 56px;
}
#mainvisual .beginner a:hover {
  background-color: #fff;
  color: #1F1F1F;
}
#mainvisual .beginner a .icon {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mainvisual .beginner a .icon img {
  vertical-align: middle;
}
#mainvisual .beginner a .text {
  display: inline-block;
  vertical-align: middle;
}
#mainvisual .beginner.column2 {
  display: flex;
  gap: 10px;
}
#mainvisual .beginner.column2 a {
  width: 100%;
  font-size: 0.8em;
}
#mainvisual .beginner.column2 a .icon {
  width: 20px;
}

.bnr-owner {
  width: 360px;
  height: 100%;
}
.bnr-owner a {
  background-color: #003876;
  display: block;
  border-radius: 4px;
  border: 1px solid #1F1F1F;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.bnr-owner a:hover::after {
  left: 0;
}
.bnr-owner a::after {
  z-index: 9;
  content: "";
  background-color: #094384;
  left: -100%;
  top: 0;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bnr-owner a .bg {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}
.bnr-owner a .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 11;
  left: 0;
  right: 0;
  margin: 0 40px;
  line-height: 1.4;
  white-space: nowrap;
}
.bnr-owner a .text .text1 {
  border-bottom: 2px dashed #0063B5;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #A8D7FF;
}
.bnr-owner a .text .text2 {
  font-size: 17px;
  font-weight: 400;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
.bnr-owner a .text .text2 br {
  display: none;
}
.bnr-owner a .text .text3 {
  font-weight: bold;
  font-size: 20px;
}

#bodyarea {
  padding-top: 0;
}

.top_cot {
  overflow: hidden;
}

#top_movie {
  margin: 60px auto 0;
  float: left;
  width: 50%;
}
#top_movie .movie_box {
  background: #464343;
  padding: 15px 15px 5px;
  display: inline-block;
  width: 640px;
}
#top_movie .movie_box iframe {
  width: 100%;
  height: 360px;
}

#news {
  margin: 200px 5vw 0 auto;
  text-align: right;
}
#news .inner .titlearea {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-right: 40px;
  display: inline-block;
  vertical-align: bottom;
}
#news .inner .titlearea::after {
  content: "";
  background-color: #1F1F1F;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  height: 20px;
  width: 2px;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
}
#news .inner .titlearea .maintitle {
  display: inline-block;
  vertical-align: middle;
}
#news .inner .contarea {
  display: inline-block;
  vertical-align: bottom;
  max-width: 700px;
}
#news .inner .contarea .list li {
  margin-bottom: 5px;
}
#news .inner .contarea .list li a, #news .inner .contarea .list li div {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 15px;
  text-align: left;
  align-items: flex-start;
}
#news .inner .contarea .list li a .date, #news .inner .contarea .list li div .date {
  width: 90px;
  white-space: nowrap;
  margin-right: 20px;
  text-align: right;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 500;
}
#news .inner .contarea .list li a .entrytitle, #news .inner .contarea .list li div .entrytitle {
  flex: 1;
}
#news .inner .contarea .list li a .entrytitle i, #news .inner .contarea .list li div .entrytitle i {
  margin-left: 7px;
  color: #C8C8C8;
}
#news .inner .contarea .list li div {
  color: #888;
}
#news .inner .contarea .list li a {
  color: #1F1F1F;
}
#news .inner .contarea .list li a:hover {
  text-decoration: underline;
}

@media screen and (-ms-high-contrast: none) {
  #news .inner .contarea {
    width: 700px;
  }
}
#concept {
  color: #fff;
  background: url("../img/concept_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 110px 0;
  font-feature-settings: "palt";
}
#concept .wrapper {
  text-align: center;
}
#concept .lead {
  font-size: 36px;
  line-height: 1.5;
}
#concept .textarea {
  margin-top: 45px;
}
#concept .textarea .text1 {
  font-size: 24px;
}

#president {
  background: url("../img/president_bg.jpg") no-repeat top left;
  background-size: cover;
  position: relative;
  padding: 140px 0;
}
#president::after {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(76, 122, 151, 0.6) 40%, rgba(76, 122, 151, 0.85) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(76, 122, 151, 0.6) 40%, rgba(76, 122, 151, 0.85) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(76, 122, 151, 0.6) 40%, rgba(76, 122, 151, 0.85) 100%);
}
#president .textarea {
  width: 50%;
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
#president .textarea a {
  position: relative;
  display: block;
  color: #fff;
  padding: 10px 100px 0;
}
#president .textarea a::before, #president .textarea a::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  position: absolute;
  top: 0;
}
#president .textarea a::before {
  left: 0;
}
#president .textarea a::after {
  right: 0;
}
#president .textarea a .title {
  font-size: 26px;
  position: relative;
  margin-bottom: 30px;
}
#president .textarea a .title::after {
  content: "";
  background-color: #fff;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#president .textarea a .text {
  font-size: 18px;
}
#president .textarea a .more {
  position: relative;
  padding-right: 40px;
  font-size: 18px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  margin-top: 20px;
  text-align: right;
}
#president .textarea a .more::after {
  content: "";
  width: 24px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: skew(45deg) translateY(-50%);
  transform: skew(45deg) translateY(-50%);
}
#president .namearea {
  position: absolute;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
  left: 5vw;
  width: 35%;
  bottom: 30px;
  color: #fff;
  z-index: 10;
}
#president .namearea .inner {
  width: 280px;
  margin: 0 auto;
  padding: 25px 0;
}
#president .namearea .inner .name {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 15px;
}
#president .namearea .inner .name span {
  display: block;
  font-size: 17px;
}
#president .namearea .inner .btn {
  margin-top: 10px;
}
#president .namearea .inner .btn a {
  display: block;
  border-radius: 99px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  padding: 3px;
}
#president .namearea .inner .btn a:hover {
  background-color: #fff;
  color: #1F1F1F;
}

/* ----- 社長の写真変更 立ち位置を右側に移動 ----- */
#president.right {
  background: url("../img/president_bg_right_new.jpg") no-repeat top right;
  background-size: cover;
}
#president.right::after {
  left: 0;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(76, 122, 151, 0.3) 40%, rgba(76, 122, 151, 0.6) 100%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(76, 122, 151, 0.3) 40%, rgba(76, 122, 151, 0.6) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(76, 122, 151, 0.3) 40%, rgba(76, 122, 151, 0.6) 100%);
}
#president.right .textarea {
  margin-right: auto;
  margin-left: 0;
}
#president.right .textarea a .title {
  text-shadow: 1px 1px 1px #284252, 1px 1px 1px #284252, 0px 0px 15px #4c7a97, 0 0 15px #4c7a97, 0 0 15px #4c7a97;
}
#president.right .textarea a .text {
  text-shadow: 1px 1px 1px #284252, 1px 1px 1px #284252, 0px 0px 15px #4c7a97, 0 0 15px #4c7a97, 0 0 15px #4c7a97;
}
#president.right .textarea a .more {
  text-shadow: 1px 1px 1px #284252, 1px 1px 1px #284252, 0px 0px 15px #4c7a97, 0 0 15px #4c7a97, 0 0 15px #4c7a97;
}
#president.right .namearea {
  background: transparent;
  background: transparent;
  background: transparent;
  right: 5vw;
  left: auto;
}
#president.right .namearea .inner .name {
  text-shadow: 1px 1px 1px #000, 0 0 10px #000;
}

/* ----- 社長の写真変更 ここまで ----- */
.contentstitle {
  margin-bottom: 50px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.contentstitle .titlebox {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.contentstitle .titlebox .title {
  font-size: 22px;
}
.contentstitle .titlebox .sub {
  position: relative;
  padding-left: 40px;
}
.contentstitle .titlebox .sub::before {
  content: "";
  background-color: #C8C8C8;
  width: 1px;
  height: 1.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 20px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.contentstitle .more {
  font-size: 14px;
}
.contentstitle .more a, .contentstitle .more p {
  position: relative;
  display: block;
  padding-right: 40px;
}
.contentstitle .more a::after, .contentstitle .more p::after {
  content: "";
  width: 24px;
  height: 5px;
  border-bottom: 1px solid #1F1F1F;
  border-right: 1px solid #1F1F1F;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: skew(45deg) translateY(-50%);
  transform: skew(45deg) translateY(-50%);
}

#ishiyamastyle {
  margin-top: 120px;
}
#ishiyamastyle .grid-container {
  height: 0;
  padding-top: 40vw;
  position: relative;
  overflow: hidden;
}
#ishiyamastyle .grid-container .grid-container2 {
  position: absolute;
  width: calc(100% + 6px);
  margin: 0 -3px;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#ishiyamastyle .grid-container .grid-container2 .grid-title {
  order: 2;
  width: 33.3333333333%;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  flex-wrap: wrap;
}
#ishiyamastyle .grid-container .grid-container2 .grid-title .title {
  width: 100%;
}
#ishiyamastyle .grid-container .grid-container2 .grid-title .title span {
  display: block;
  width: 100%;
  font-weight: bold;
}
#ishiyamastyle .grid-container .grid-container2 .grid-title .title .text1 {
  font-size: 21px;
}
#ishiyamastyle .grid-container .grid-container2 .grid-title .title .text2 {
  font-size: 38px;
}
#ishiyamastyle .grid-container .grid-container2 .grid-title .logo {
  max-width: 120px;
  width: 20%;
  margin: 15px auto 0;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item {
  order: 3;
  width: 33.3333333333%;
  height: 50%;
  box-sizing: border-box;
  border: 3px solid #fff;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a {
  display: block;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .25;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a:hover::after {
  opacity: 0;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a figure {
  width: 100%;
  height: 100%;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a figure img {
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a .num {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 90px;
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 10;
  font-weight: 500;
  line-height: 1;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea {
  text-align: right;
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 30px;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea .subtitle {
  font-size: 14px;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea .styletitle {
  font-size: 23px;
  font-weight: bold;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea .more {
  padding-right: 32px;
  display: inline-block;
  position: relative;
}
#ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea .more::after {
  content: "";
  width: 24px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: skew(45deg) translateY(-50%);
  transform: skew(45deg) translateY(-50%);
}
#ishiyamastyle .grid-container .grid-container2 #grid-01 {
  order: 1;
}

#top_sharedenki {
  max-width: 1000px;
  margin: 70px auto -10px;
}
#top_sharedenki a {
  height: 255px;
  display: block;
  background: url("../img/sharedenki_bnr.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  border-radius: 6px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
}
#top_sharedenki a:hover {
  opacity: .7;
}
#top_sharedenki a .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 70px;
  width: 370px;
}
#top_sharedenki a .logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
  width: 190px;
  padding: 7px 15px 11px 13px;
}

.bnrarea2 {
  margin: 70px auto -10px;
  display: flex;
  justify-content: space-between;
  /*	#top_sharedenki {
  		width: 48%;
  		margin: 0;
  		a {
  			.text {
  				left: 50%;
  				transform: translate(-50%,-50%);
  			}
  		}
  	}*/
}
.bnrarea2 #top_land {
  width: 48%;
}
.bnrarea2 #top_land a {
  height: 255px;
  display: block;
  background: url("../img/land_bnr.jpg") no-repeat center bottom;
  background-size: cover;
  border-radius: 6px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}
.bnrarea2 #top_land a:hover {
  opacity: .7;
}
.bnrarea2 #top_land a .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.bnrarea2 #top_land a .box p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bnrarea2 #top_land a .box .mintext {
  font-size: 25px;
}
.bnrarea2 #top_land a .box .text {
  font-size: 52px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.bnrarea2 #top_land a .box .btn {
  background-color: #002F68;
  border-radius: 100px;
  width: 250px;
  display: inline-block;
  line-height: 2;
  font-weight: 400;
}

#top_land_full {
  margin-top: 70px;
}
#top_land_full a {
  height: 270px;
  display: block;
  background: url("../img/land_bnr_full.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
#top_land_full a:hover::before {
  opacity: .3;
}
#top_land_full a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1F1F1F;
  opacity: .5;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#top_land_full a .box {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}
#top_land_full a .box p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top_land_full a .box .text {
  font-size: 50px;
  line-height: 1;
}
#top_land_full a .box .text span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0;
}
#top_land_full a .box .mintext {
  font-size: 20px;
  margin: 10px 0;
  line-height: 1.3;
}
#top_land_full a .box .btn {
  background-color: #002F68;
  text-align: center;
  width: 250px;
  display: inline-block;
  line-height: 2;
  font-weight: 400;
}

#bnrarea {
  background: linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  padding: 70px 0;
  margin: 80px 0;
}
#bnrarea .inner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#bnrarea .inner .bnr {
  width: 23%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
#bnrarea .inner .bnr a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border: 2px solid #555;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#bnrarea .inner .bnr a:hover .en {
  color: #fff;
}
#bnrarea .inner .bnr a:hover .title {
  color: #fff;
}
#bnrarea .inner .bnr a:hover .arrow {
  border-color: #fff;
}
#bnrarea .inner .bnr a:hover::after {
  left: 0;
}
#bnrarea .inner .bnr a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  left: -100%;
  background-color: #0085B2;
}
#bnrarea .inner .bnr a .en {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  z-index: 2;
  position: relative;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#bnrarea .inner .bnr a .icon {
  width: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#bnrarea .inner .bnr a .icon img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
#bnrarea .inner .bnr a .title {
  font-weight: bold;
  font-size: 23px;
  margin: 15px 0 30px;
  line-height: 1.4;
  z-index: 2;
  position: relative;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  color: #002F68;
  width: 100%;
}
#bnrarea .inner .bnr a .arrow {
  margin: 0 auto;
  width: 30px;
  height: 5px;
  border-bottom: 1px solid #464343;
  border-right: 1px solid #464343;
  -webkit-transform: skew(45deg) translateY(-50%);
  transform: skew(45deg) translateY(-50%);
  z-index: 2;
  position: relative;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#event {
  margin-top: 120px;
}
#event .cat-box {
  padding-left: 90px;
  position: relative;
  margin-bottom: 40px;
}
#event .cat-box .cat-title {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  font-weight: bold;
  border-right: 1px solid #1F1F1F;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-size: 17px;
}
#event .list {
  margin: 0 -1.5%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#event .list li {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 1.5%;
}
#event .list li a {
  display: block;
  height: 100%;
  background-color: #eee;
  position: relative;
}
#event .list li a:hover::after {
  opacity: 1;
}
#event .list li a:hover .arrow {
  opacity: 1;
}
#event .list li a:hover figure .image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#event .list li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.6);
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  z-index: 10;
}
#event .list li a .arrow {
  border: 1px solid #fff;
  border-radius: 999px;
  width: 90px;
  height: 90px;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 11;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#event .list li a .arrow::before {
  content: "";
  background-color: #fff;
  margin-left: 2px;
  margin-top: 10px;
  width: 22px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#event .list li a .arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 50%;
  left: 0;
  right: -12px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#event .list li a figure {
  position: relative;
  overflow: hidden;
}
#event .list li a figure .image {
  position: relative;
  padding-top: 66.66%;
  height: 0;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#event .list li a figure .image img {
  position: absolute;
  left: 0;
  top: 0;
}
#event .list li a figure .productlogo {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 8px;
}
#event .list li a figure .productlogo img {
  max-height: 35px;
  max-width: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  vertical-align: middle;
}
#event .list li a .datearea {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 15px;
  padding: 15px;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}
#event .list li a .datearea i {
  margin-right: 6px;
}
#event .list li a .datearea .date {
  margin-top: 13px;
  position: relative;
}
#event .list li a .datearea .date::before {
  width: 40px;
  height: 1px;
  content: "";
  background-color: #C8C8C8;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: 0 auto;
}
#event .list li a .datearea .author {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 10px;
  top: -30px;
  border: 2px solid #fff;
  border-radius: 999px;
  overflow: hidden;
  background-color: #EDEDED;
}
#event .list li a .textarea {
  padding: 25px 25px 45px;
  font-size: 14px;
}
#event .list li a .textarea .entrytitle {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
#event .list li a .textarea .cat {
  color: #fff;
  min-width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
  background-color: #85B200;
}
#event .list li a .textarea .cat.newhouse {
  background-color: #002F68;
}
#event .list li a .textarea .cat.reform {
  background-color: #D9A300;
}
#event .list li a .textarea .cat.owner {
  background-color: #008C8C;
}
#event .topmore a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#event .topmore a:hover {
  color: #fff;
}
#event .topmore a:hover::after {
  left: 0;
}
#event .topmore a::after {
  content: "";
  background-color: #1F1F1F;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  left: -101%;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0;
  z-index: -1;
}
#event .morebtn {
  max-width: 400px;
  margin: 0 auto 60px;
}
#event .morebtn a {
  display: block;
  text-align: center;
  padding: 15px;
  border: 1px solid #1F1F1F;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#event .morebtn a:hover {
  color: #fff;
}
#event .morebtn a:hover::after {
  left: 0;
}
#event .morebtn a::after {
  content: "";
  background-color: #1F1F1F;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  left: -101%;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0;
  z-index: -1;
}

.consultation_bnr {
  margin-top: 70px;
}
.consultation_bnr #top_consultation_full a {
  height: 270px;
  display: block;
  background: url("../img/consultation_bnr_full.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.consultation_bnr #top_consultation_full a:hover::before {
  opacity: .3;
}
.consultation_bnr #top_consultation_full a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1F1F1F;
  opacity: .5;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.consultation_bnr #top_consultation_full a .box {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.consultation_bnr #top_consultation_full a .box p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.consultation_bnr #top_consultation_full a .box .text {
  font-size: 42px;
  line-height: 1;
}
.consultation_bnr #top_consultation_full a .box .text span {
  display: inline-block;
  font-size: 38px;
  letter-spacing: 0;
}
.consultation_bnr #top_consultation_full a .box .mintext {
  padding: 0 10px;
  margin: 0 auto 30px;
  display: inline-block;
  font-size: 20px;
  background-color: #D9A300;
  line-height: 2;
}

#gallery {
  margin-top: 140px;
}
#gallery .slick_container .list .item {
  box-sizing: border-box;
  padding: 0 1px;
}
#gallery .slick_container .list .item a {
  display: block;
  position: relative;
  color: #fff;
}
#gallery .slick_container .list .item a:hover figure::after {
  opacity: 0;
}
#gallery .slick_container .list .item a figure {
  position: relative;
  z-index: 0;
}
#gallery .slick_container .list .item a figure::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#gallery .slick_container .list .item a figure p {
  height: 0;
  position: relative;
  padding-top: 66.66%;
}
#gallery .slick_container .list .item a figure p img {
  position: absolute;
  left: 0;
  top: 0;
}
#gallery .slick_container .list .item a figure .new {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  z-index: 4;
}
#gallery .slick_container .list .item a figure .new span {
  opacity: 0;
}
#gallery .slick_container .list .item a figure .new::before {
  content: "";
  top: 0;
  left: 0;
  border-top: 8em solid transparent;
  border-left: 8em solid #D9A300;
  position: absolute;
  z-index: 100;
}
#gallery .slick_container .list .item a figure .new::after {
  content: "New";
  display: block;
  position: absolute;
  top: 52px;
  left: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transform: rotate(45deg);
  z-index: 101;
}
#gallery .slick_container .list .item a .titlearea {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  max-width: 80%;
}
#gallery .slick_container .list .item a .titlearea .inner {
  padding: 10px 15px;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#gallery .slick_container .list .item a .titlearea .inner .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #002F68;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  order: 2;
}
#gallery .slick_container .list .item a .titlearea .inner .brandlogo {
  margin-right: 20px;
  flex-shrink: 0;
}
#gallery .slick_container .list .item a .titlearea .inner .brandlogo img {
  max-height: 40px;
  max-width: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
#gallery .slick_container .list .item a .dataarea {
  position: absolute;
  z-index: 10;
  right: 40px;
  bottom: 30px;
  text-align: right;
}
#gallery .slick_container .list .item a .dataarea p {
  font-size: 18px;
  line-height: 1.5;
}
#gallery .slick_container .list .item a .dataarea .cat {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 5px 12px;
  min-width: 120px;
  margin-top: 10px;
  letter-spacing: 0.05em;
  color: #1F1F1F;
  display: inline-block;
}

.bgarea {
  background-color: #eee;
  padding: 100px 0 200px;
}

#voice,
#staff {
  height: 500px;
  position: relative;
}
#voice .imagebox,
#staff .imagebox {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#voice .imagebox .bgimg,
#staff .imagebox .bgimg {
  transition: all 0.7s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#voice .imagebox .bgimg.hover,
#staff .imagebox .bgimg.hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}
#voice .inner,
#staff .inner {
  position: relative;
  height: 100%;
}
#voice .inner .textarea,
#staff .inner .textarea {
  position: absolute;
  bottom: -60px;
  background-color: #fff;
  box-sizing: border-box;
  width: 45%;
  z-index: 10;
}
#voice .inner .textarea a,
#staff .inner .textarea a {
  padding: 40px 50px;
  display: block;
}
#voice .inner .textarea a .en,
#staff .inner .textarea a .en {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-left: 5px;
}
#voice .inner .textarea a .title,
#staff .inner .textarea a .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
#voice .inner .textarea a .text,
#staff .inner .textarea a .text {
  font-size: 18px;
  margin-top: 20px;
}
#voice .inner .textarea a .more,
#staff .inner .textarea a .more {
  margin-top: 20px;
  padding-right: 40px;
  display: inline-block;
  position: relative;
}
#voice .inner .textarea a .more::after,
#staff .inner .textarea a .more::after {
  content: "";
  width: 24px;
  height: 5px;
  border-bottom: 1px solid #1F1F1F;
  border-right: 1px solid #1F1F1F;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: skew(45deg) translateY(-50%);
  transform: skew(45deg) translateY(-50%);
}

#voice {
  position: relative;
}
#voice .imagebox {
  right: 0;
}
#voice .imagebox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.3);
}
#voice .imagebox .dataarea {
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 10;
  text-align: right;
  font-feature-settings: "palt";
}
#voice .imagebox .dataarea .logo {
  width: 150px;
  margin: 20px 0 0 auto;
}
#voice .imagebox .dataarea .logo img {
  max-height: 70px;
  object-fit: contain;
  object-position: right top;
  font-family: 'object-fit: contain; object-posision: right top;';
}
#voice .imagebox .dataarea .entrytitle {
  font-size: 19px;
  background-color: #fff;
  padding: 2px 15px;
  margin-bottom: 10px;
}
#voice .imagebox .dataarea .data {
  color: #fff;
}

#staff .imagebox {
  left: 0;
}
#staff .imagebox::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.18);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#staff .imagebox .list {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 50% 50%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}
#staff .imagebox .list li {
  background-color: #ABC3C2;
}
#staff .imagebox .list li:nth-child(even) {
  background-color: #6EA4A3;
}
#staff .imagebox .list li:nth-child(5) {
  background-color: #1A605E;
  grid-row: span 2;
}
#staff .imagebox .list li:nth-child(1) {
  -ms-grid-column: 1;
}
#staff .imagebox .list li:nth-child(2) {
  -ms-grid-column: 2;
}
#staff .imagebox .list li:nth-child(3) {
  -ms-grid-column: 3;
}
#staff .imagebox .list li:nth-child(4) {
  -ms-grid-column: 4;
}
#staff .imagebox .list li:nth-child(5) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
#staff .imagebox .list li:nth-child(6) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
#staff .imagebox .list li:nth-child(7) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
#staff .imagebox .list li:nth-child(8) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
#staff .imagebox .list li:nth-child(9) {
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}
#staff .textarea {
  right: 0;
}

#lineup {
  margin-top: 200px;
}
#lineup .titlearea {
  border-top: 1px solid #1F1F1F;
  position: relative;
  text-align: center;
}
#lineup .titlearea::before, #lineup .titlearea::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 230px 80px 230px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#lineup .titlearea::before {
  border-color: transparent transparent #1F1F1F transparent;
  top: -81px;
  z-index: 1;
}
#lineup .titlearea::after {
  border-color: transparent transparent #fff transparent;
  top: -80px;
  z-index: 2;
}
#lineup .titlearea .text {
  margin-top: -20px;
  position: relative;
  z-index: 10;
}
#lineup .titlearea .text .title {
  font-weight: 500;
  font-size: 80px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
#lineup .titlearea .text .sub {
  font-size: 18px;
  font-weight: bold;
}
#lineup .titlearea .text .sub span {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
#lineup .list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#lineup .list li {
  width: 33.3333333333%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
#lineup .list li.lineup_studioi a .logo, #lineup .list li.lineup_naturie a .logo, #lineup .list li.lineup_miniprot a .logo, #lineup .list li.lineup_era a .logo {
  width: 240px;
}
#lineup .list li.lineup_lroom a .logo {
  width: 210px;
}
#lineup .list li.lineup_blocco a .logo {
  width: 240px;
  height: auto;
}
#lineup .list li a {
  display: block;
  height: 0;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
#lineup .list li a:hover::after {
  opacity: .2;
}
#lineup .list li a:hover .image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#lineup .list li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 1s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 1s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #1F1F1F;
  opacity: .5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#lineup .list li a .image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 1s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#lineup .list li a .tag {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  left: 0;
  top: 0;
  padding: 7px 14px;
  z-index: 10;
  font-weight: bold;
  font-size: 15px;
}
#lineup .list li a .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  height: 180px;
}
#lineup .list li a .logo img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

#blog {
  margin-top: 120px;
}
#blog .list {
  display: -webkit-flex;
  display: flex;
  margin: 0 -1%;
}
#blog .list li {
  background-color: #222;
  margin: 0 1%;
  flex: 1;
}
#blog .list li a {
  display: block;
  color: #fff;
  position: relative;
}
#blog .list li a:hover::after {
  opacity: 1;
}
#blog .list li a:hover .arrow {
  opacity: 1;
}
#blog .list li a:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#blog .list li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.8);
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  z-index: 10;
}
#blog .list li a .arrow {
  border: 1px solid #fff;
  border-radius: 999px;
  width: 70px;
  height: 70px;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 11;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#blog .list li a .arrow::before {
  content: "";
  background-color: #fff;
  margin-left: 2px;
  margin-top: 10px;
  width: 22px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#blog .list li a .arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 50%;
  left: 0;
  right: -12px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#blog .list li a figure {
  height: 0;
  padding-top: 60%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#blog .list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#blog .list li a .textarea {
  position: relative;
  padding: 15px 20px 20px;
}
#blog .list li a .textarea .author .ph {
  border-radius: 99px;
  overflow: hidden;
  width: 74px;
  height: 74px;
  position: absolute;
  left: 20px;
  top: -37px;
  box-sizing: border-box;
  border: 2px solid #fff;
  background-color: #eee;
}
#blog .list li a .textarea .author .name {
  text-align: right;
  font-size: 14px;
}
#blog .list li a .textarea .entrytitle {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 15px;
}
#blog .list li a .textarea .dataarea {
  border-top: 1px solid #464343;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 12px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#blog .list li a .textarea .dataarea .date {
  color: #C8C8C8;
  letter-spacing: 0.05em;
}
#blog .list li a .textarea .dataarea .cat {
  margin-left: 10px;
}
#blog #blog_president {
  margin-top: 80px;
}
#blog #blog_president a {
  display: block;
  padding: 50px 60px;
  border-top: 1px dashed #1F1F1F;
  border-bottom: 1px dashed #1F1F1F;
}
#blog #blog_president a .contentstitle {
  margin-bottom: 0;
  align-items: center;
}

#zeh_data {
  text-align: center;
  margin-top: 70px;
}
#zeh_data a {
  display: inline-block;
}
#zeh_data a .btn {
  background-color: #002F68;
  width: 500px;
  border-radius: 3px;
  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#zeh_data a .btn p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 25px;
}
#zeh_data a .btn:hover {
  background-color: #0085B2;
}

#jio {
  margin-top: 120px;
}
#jio .titlearea {
  border-top: 1px solid #1F1F1F;
  position: relative;
  text-align: center;
}
#jio .titlearea::before, #jio .titlearea::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 230px 80px 230px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#jio .titlearea::before {
  border-color: transparent transparent #1F1F1F transparent;
  top: -81px;
  z-index: 1;
}
#jio .titlearea::after {
  border-color: transparent transparent #fff transparent;
  top: -80px;
  z-index: 2;
}
#jio .titlearea .text {
  margin-top: -20px;
  position: relative;
  z-index: 10;
}
#jio .titlearea .text .title {
  font-weight: 500;
  font-size: 40px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
#jio .titlearea .text .sub {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#jio .titlearea .text .sub br {
  display: none;
}
#jio .titlearea .text .moviebox {
  margin: 60px 0 0;
}
#jio .titlearea .text .moviebox figure {
  height: 0;
  padding-top: 50%;
  position: relative;
}
#jio .titlearea .text .moviebox figure iframe {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 940px;
  height: 600px;
}

.sp_btn {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext {
    left: 30px;
    bottom: 150px;
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext .text {
    font-size: 2.5vw;
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext .logo {
    width: 21vw;
    margin-top: 12px;
  }
  #mainvisual #mainslide .belt-area {
    height: 120px;
  }
  #mainvisual #mainslide .belt-area .swiper-thumb .swiper-slide .thumb-img {
    width: 140px;
  }
  #mainvisual #mainslide .belt-area .bnr-owner {
    width: 300px;
  }
  #mainvisual #mainslide .belt-area .bnr-owner a .text {
    margin: 0 10px;
    letter-spacing: 0.05em;
  }
  #mainvisual #mainslide .belt-area .bnr-owner a .text .text1 {
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 13px;
  }
  #mainvisual #mainslide .belt-area .bnr-owner a .text .text2 {
    font-size: 15px;
  }
  #mainvisual #mainslide .belt-area .bnr-owner a .text .text3 {
    font-size: 16px;
  }
  #mainvisual .scroll-arrows {
    bottom: 110px;
  }
  #mainvisual .mv-logo {
    left: 30px;
    top: 30px;
    width: 220px;
  }
  #mainvisual .pickup {
    right: 30px;
  }
  #mainvisual .beginner {
    right: 30px;
  }
  #mainvisual .award {
    right: 20px;
    bottom: 135px;
    width: 160px;
  }

  #top_movie {
    margin: 0 auto 30px;
    width: 40%;
  }
  #top_movie .movie_box {
    display: block;
    margin: 60px 10px 0;
    padding: 10px 10px 5px;
    width: auto;
  }
  #top_movie .movie_box iframe {
    width: 100%;
    height: 18vw;
  }

  #news {
    margin: 10vw 3vw 0 auto;
  }
  #news .inner .titlearea {
    margin-bottom: 5px;
  }

  #concept {
    padding: 100px 0;
  }
  #concept .lead {
    font-size: 3.1vw;
  }
  #concept .textarea .lead {
    font-size: 21px;
  }

  #president {
    padding: 70px 0;
  }
  #president .textarea {
    width: 60%;
  }
  #president .textarea a {
    padding: 15px 60px 0;
  }
  #president .textarea a .title {
    font-size: 22px;
  }
  #president .textarea a .title::after {
    width: 40px;
  }
  #president .textarea a .text {
    font-size: 16px;
  }
  #president .textarea a .more {
    margin-top: 10px;
  }
  #president .namearea {
    left: 3vw;
    bottom: 20px;
  }
  #president .namearea .inner .name {
    font-size: 18px;
  }
  #president .namearea .inner .name span {
    font-size: 14px;
  }

  #top_sharedenki a .text {
    left: 6vw;
  }

  #bnrarea .inner {
    flex-wrap: wrap;
  }
  #bnrarea .inner .bnr {
    width: 48%;
    margin-bottom: 4%;
  }
  #bnrarea .inner .bnr:nth-child(3), #bnrarea .inner .bnr:nth-child(4) {
    margin-bottom: 0;
  }
  #bnrarea .inner .bnr a .title br {
    display: none;
  }

  #event .list li a figure .productlogo img {
    max-height: 35px;
    max-width: 90px;
  }
  #event .list li a .datearea {
    justify-content: flex-start;
    font-size: 14px;
    padding-left: 20px;
  }
  #event .list li a .datearea .author {
    width: 50px;
    height: 50px;
    top: -25px;
  }
  #event .list li a .textarea {
    padding: 30px 20px 40px;
  }

  #gallery {
    margin-top: 110px;
  }
  #gallery .slick_container .list .item a .titlearea .inner {
    padding: 7px 10px;
  }
  #gallery .slick_container .list .item a .titlearea .inner .title {
    font-size: 15px;
  }
  #gallery .slick_container .list .item a .titlearea .inner .brandlogo img {
    max-height: 35px;
    max-width: 90px;
  }
  #gallery .slick_container .list .item a .dataarea {
    right: 20px;
    bottom: 20px;
  }
  #gallery .slick_container .list .item a .dataarea .logo {
    width: 120px;
  }
  #gallery .slick_container .list .item a .dataarea .cat {
    font-size: 12px;
    min-width: 100px;
  }
  #gallery .slick_container .list .item a .dataarea p {
    font-size: 15px;
  }

  .bgarea {
    padding-bottom: 160px;
  }

  #voice,
  #staff {
    height: 400px;
  }
  #voice .imagebox,
  #staff .imagebox {
    width: 75%;
  }
  #voice .inner .textarea,
  #staff .inner .textarea {
    bottom: -50px;
  }
  #voice .inner .textarea a,
  #staff .inner .textarea a {
    padding: 35px;
  }
  #voice .inner .textarea a .en,
  #staff .inner .textarea a .en {
    font-size: 21px;
  }
  #voice .inner .textarea a .title,
  #staff .inner .textarea a .title {
    font-size: 42px;
  }
  #voice .inner .textarea a .text,
  #staff .inner .textarea a .text {
    margin-top: 15px;
    font-size: 16px;
  }

  #staff .inner .textarea {
    bottom: -105px;
  }

  #ishiyamastyle {
    margin-top: 100px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title .title .text1 {
    font-size: 16px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title .title .text2 {
    font-size: 28px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title .logo {
    width: 20%;
    margin-top: 10px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .num {
    font-size: 80px;
    left: 20px;
    bottom: 15px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea {
    right: 15px;
    bottom: 20px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea .styletitle {
    font-size: 18px;
    line-height: 1.6;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea .more {
    font-size: 13px;
    padding-right: 25px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea .more::after {
    width: 19px;
    height: 4px;
  }

  #lineup {
    margin-top: 160px;
  }
  #lineup .titlearea .text .title {
    font-size: 64px;
  }
  #lineup .list li.lineup_studioi a .logo, #lineup .list li.lineup_naturie a .logo, #lineup .list li.lineup_miniprot a .logo, #lineup .list li.lineup_era a .logo {
    width: 50%;
  }
  #lineup .list li.lineup_lroom a .logo {
    width: 40%;
  }
  #lineup .list li.lineup_blocco a .logo {
    width: 40%;
  }
  #lineup .list li a .logo {
    width: 40%;
    height: 50%;
  }
  #lineup .list li a .tag {
    padding: 2px 8px;
    font-size: 14px;
  }

  #blog {
    margin-top: 90px;
  }
  #blog .list li a .textarea .author .ph {
    width: 56px;
    height: 56px;
    top: -26px;
    left: 10px;
  }
  #blog .list li a .textarea .entrytitle {
    font-size: 16px;
  }

  #jio {
    margin-top: 125px;
  }
  #jio .titlearea .text .title {
    font-size: 38px;
  }
  #jio .titlearea .text .moviebox figure {
    padding-top: 70%;
  }
  #jio .titlearea .text .moviebox figure iframe {
    width: 90%;
    height: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .bnrarea2 #top_sharedenki {
    width: 48%;
    margin: 0;
  }
  .bnrarea2 #top_sharedenki a .text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bnrarea2 #top_sharedenki a .logo {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #mainvisual #mainslide {
    height: calc(100vh - 70px);
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper {
    height: calc(100vh - 70px);
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext .text {
    font-size: 3.8vw;
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext .logo {
    width: 29vw;
  }
  #mainvisual #mainslide .belt-area .swiper-thumb .swiper-slide .thumb-img {
    width: 90px;
    margin-right: 10px;
  }
  #mainvisual #mainslide .belt-area .bnr-owner {
    width: 160px;
  }
  #mainvisual #mainslide .belt-area .bnr-owner a .text .text1 {
    font-size: 11px;
  }
  #mainvisual #mainslide .belt-area .bnr-owner a .text .text2 {
    display: none;
  }
  #mainvisual #mainslide .belt-area .bnr-owner a .text .text3 {
    font-size: 14px;
  }
  #mainvisual .scroll-arrows {
    bottom: 170px;
  }
  #mainvisual .award {
    top: 90px;
    bottom: auto;
    right: 25px;
    width: 160px;
  }
  #mainvisual .award:has(~ .column2) {
    top: calc(90px + 66px);
  }
  #mainvisual .pickup {
    position: static;
    width: 100%;
    height: 70px;
  }
  #mainvisual .pickup a {
    border-radius: 0;
    height: 100%;
    line-height: 70px;
    padding: 0;
  }
  #mainvisual .pickup a::after {
    display: none;
  }
  #mainvisual .pickup a .head {
    font-size: 28px;
    width: 25%;
  }
  #mainvisual .pickup a .head::before, #mainvisual .pickup a .head::after {
    height: 22px;
  }
  #mainvisual .beginner {
    width: 200px;
    top: 30px;
  }
  #mainvisual .beginner a {
    height: 48px;
  }
  #mainvisual .beginner a .text {
    font-size: 13px;
  }
  #mainvisual .beginner a .icon {
    width: 18px;
    margin-right: 7px;
  }
  #mainvisual .beginner.column2 {
    flex-wrap: wrap;
  }
  #mainvisual .beginner.column2 a {
    font-size: inherit;
  }
  #mainvisual .beginner.column2 a .icon {
    width: 18px;
  }

  #concept {
    padding: 80px 0;
  }
  #concept .lead {
    font-size: 4.8vw;
  }
  #concept .textarea {
    margin-top: 35px;
  }
  #concept .textarea .text1 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .top_cnt {
    overflow: auto;
  }

  #top_movie {
    margin: 50px auto 0;
    display: inline-block;
    width: auto;
    float: inherit;
  }
  #top_movie .movie_box {
    padding: 10px 10px 0px;
    width: 512px;
  }
  #top_movie .movie_box iframe {
    height: 288px;
  }

  #news {
    margin: 0 5vw;
    text-align: center;
    border-bottom: 1px solid #C8C8C8;
  }
  #news .inner {
    margin: 50px 5vw;
    display: inline-block;
  }
  #news .inner .titlearea {
    display: block;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
  }
  #news .inner .titlearea::after {
    display: none;
  }
  #news .inner .titlearea .maintitle {
    display: block;
  }
  #news .inner .contarea {
    text-align: left;
  }
  #news .inner .contarea .list li a .date, #news .inner .contarea .list li div .date {
    text-align: left;
    margin-right: 10px;
    width: 80px;
  }

  #president {
    padding: 70px 0;
  }
  #president .textarea a {
    padding: 0 15px;
  }
  #president .textarea a::before, #president .textarea a::after {
    display: none;
  }
  #president .textarea a .title {
    font-size: 21px;
  }
  #president .textarea a .title::after {
    bottom: -5px;
  }
  #president .textarea a .text {
    font-size: 14px;
  }
  #president .namearea .inner {
    width: 240px;
  }
  #president .namearea .inner .btn a {
    font-size: 13px;
  }

  #top_sharedenki {
    margin: 50px auto -15px;
  }
  #top_sharedenki a {
    height: 24.5vw;
  }
  #top_sharedenki a .text {
    width: 33vw;
  }
  #top_sharedenki a .logo {
    padding: 5px 13px 9px 11px;
    width: 150px;
    right: 15px;
    bottom: 15px;
  }

  .bnrarea2 {
    margin: 50px auto -15px;
    display: block;
  }
  .bnrarea2 #top_sharedenki {
    margin: 0;
  }
  .bnrarea2 #top_land {
    width: 100%;
    margin-bottom: 20px;
  }
  .bnrarea2 #top_land a {
    height: 24.5vw;
  }
  .bnrarea2 #top_land a .box .text {
    font-size: 48px;
  }
  .bnrarea2 #top_land a .box .btn {
    width: 200px;
  }

  #top_land_full {
    margin-bottom: 20px;
  }
  #top_land_full a {
    height: 24.5vw;
  }
  #top_land_full a .box {
    left: 40px;
  }
  #top_land_full a .box .text {
    font-size: 40px;
  }
  #top_land_full a .box .text span {
    font-size: 18px;
  }
  #top_land_full a .box .mintext {
    font-size: 17px;
  }
  #top_land_full a .box .btn {
    width: 200px;
  }

  #bnrarea {
    padding: 60px 0;
    margin: 60px 0;
  }
  #bnrarea .inner .bnr {
    height: 180px;
  }
  #bnrarea .inner .bnr a .icon {
    width: 40px;
  }
  #bnrarea .inner .bnr a .title {
    font-size: 20px;
    margin: 15px 0 20px;
  }
  #bnrarea .inner .bnr a .title br {
    display: inline-block;
  }
  #bnrarea .inner .bnr a .arrow {
    width: 30px;
  }

  #event {
    margin-top: 70px;
  }
  #event .contentstitle {
    display: block;
  }
  #event .cat-box {
    padding: 0 15px;
  }
  #event .cat-box .cat-title {
    writing-mode: initial;
    position: static;
    text-align: center;
    padding: 10px;
    border-right: none;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: inherit;
  }
  #event .slick-slider .slick-track {
    width: 100%;
  }
  #event .list li {
    width: 50%;
    min-width: 300px;
    padding: 0 10px;
  }
  #event .list li a figure .productlogo img {
    max-width: 70px;
  }
  #event .list li a .datearea {
    font-size: 14px;
    justify-content: flex-start;
  }
  #event .list li a .datearea .author {
    width: 50px;
    height: 50px;
    border-width: 1px;
  }
  #event .list li a .textarea {
    padding: 25px 20px 35px;
  }
  #event .list li a .textarea .entrytitle {
    font-size: 16px;
  }
  #event .list li a .textarea .cat {
    font-size: 13px;
    min-width: 100px;
  }
  #event .slick-prev,
  #event .slick-next {
    z-index: 10;
    width: 34px;
    height: 34px;
  }
  #event .slick-prev::before,
  #event .slick-next::before {
    font-family: "Font Awesome 5 free";
    color: #464343;
    font-weight: 900;
    font-size: 34px;
    opacity: 1;
  }
  #event .slick-prev {
    left: -3.5vw;
  }
  #event .slick-prev::before {
    content: "\f0a8";
  }
  #event .slick-next {
    right: -3.5vw;
  }
  #event .slick-next::before {
    content: "\f0a9";
  }
  #event .topmore {
    max-width: 400px;
    margin: 40px auto 0;
  }
  #event .topmore a {
    padding: 15px;
  }

  .consultation_bnr #top_consultation_full a {
    height: 24.5vw;
  }
  .consultation_bnr #top_consultation_full a .box .text {
    font-size: 28px;
  }
  .consultation_bnr #top_consultation_full a .box .text span {
    font-size: 28px;
  }
  .consultation_bnr #top_consultation_full a .box .mintext {
    margin: 0 auto 20px;
    font-size: 18px;
  }

  #gallery {
    margin-top: 80px;
  }
  #gallery .slick_container .list .item a .dataarea {
    right: 15px;
    bottom: 15px;
  }
  #gallery .slick_container .list .item a .dataarea .logo {
    margin-bottom: 15px;
  }
  #gallery .slick_container .list .item a .dataarea .logo img {
    max-height: 60px;
  }
  #gallery .slick_container .list .item a figure .new {
    width: 80px;
    height: 80px;
  }
  #gallery .slick_container .list .item a figure .new::after {
    top: 38px;
    left: 5px;
  }

  .bgarea {
    padding: 70px 0 240px;
  }

  #voice,
  #staff {
    height: 320px;
  }
  #voice .imagebox,
  #staff .imagebox {
    width: 100%;
  }
  #voice .inner .textarea,
  #staff .inner .textarea {
    width: 50%;
    bottom: -165px;
  }
  #voice .inner .textarea a,
  #staff .inner .textarea a {
    padding: 20px 25px;
  }
  #voice .inner .textarea a .en,
  #staff .inner .textarea a .en {
    font-size: 18px;
    margin: 0 0 5px;
  }
  #voice .inner .textarea a .title,
  #staff .inner .textarea a .title {
    font-size: 32px;
    line-height: 1.2;
  }
  #voice .inner .textarea a .text,
  #staff .inner .textarea a .text {
    font-size: 13px;
  }
  #voice .inner .textarea a .more,
  #staff .inner .textarea a .more {
    font-size: 14px;
    margin-top: 15px;
    padding-right: 25px;
  }
  #voice .inner .textarea a .more::after,
  #staff .inner .textarea a .more::after {
    width: 18px;
    height: 5px;
  }

  #voice .imagebox .dataarea {
    right: 25px;
    top: 30px;
    margin-left: 25px;
  }
  #voice .imagebox .dataarea .entrytitle {
    font-size: 16px;
  }
  #voice .imagebox .dataarea .logo {
    width: 140px;
    height: 80px;
    margin-top: 15px;
  }
  #voice .inner .textarea {
    left: 5vw;
  }

  #staff {
    margin-top: 230px;
  }
  #staff .inner .textarea {
    right: 5vw;
    bottom: -200px;
  }

  #ishiyamastyle {
    margin-top: 70px;
  }
  #ishiyamastyle .grid-container {
    height: auto;
    padding: 0;
  }
  #ishiyamastyle .grid-container .grid-container2 {
    position: static;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title {
    width: 50%;
    order: 0;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title .title .text1 {
    font-size: 14px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title .title .text2 {
    font-size: 24px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item {
    width: 50%;
    height: 28vw;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea {
    bottom: 15px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea .styletitle {
    font-size: 2.2vw;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .num {
    font-size: 70px;
  }

  #lineup {
    margin-top: 130px;
  }
  #lineup .titlearea::before, #lineup .titlearea::after {
    border-width: 0 180px 60px 180px;
  }
  #lineup .titlearea::before {
    top: -61px;
  }
  #lineup .titlearea::after {
    top: -60px;
  }
  #lineup .titlearea .text .title {
    font-size: 50px;
  }
  #lineup .titlearea .text .sub {
    font-size: 16px;
  }
  #lineup .titlearea .text .sub span {
    font-size: 13px;
  }
  #lineup .list {
    margin-top: 30px;
  }
  #lineup .list li {
    width: 50%;
  }

  #blog {
    margin-top: 70px;
  }
  #blog .list {
    flex-wrap: wrap;
    margin: 0 -1.5%;
  }
  #blog .list li {
    width: 47%;
    flex: auto;
    margin: 0 1.5% 25px;
  }
  #blog #blog_president {
    margin-top: 25px;
  }
  #blog #blog_president a {
    padding: 40px 30px;
  }
  #blog #blog_president a .titlebox {
    display: block;
    line-height: 1.6;
  }
  #blog #blog_president a .titlebox .sub {
    padding-left: 0;
  }
  #blog #blog_president a .titlebox .sub::before {
    display: none;
  }

  #zeh_data {
    margin-top: 60px;
  }
  #zeh_data a .btn {
    width: 400px;
  }
  #zeh_data a .btn p {
    font-size: 22px;
    padding: 20px;
  }

  #jio {
    margin-top: 130px;
  }
  #jio .titlearea::before, #jio .titlearea::after {
    border-width: 0 180px 60px 180px;
  }
  #jio .titlearea::before {
    top: -61px;
  }
  #jio .titlearea::after {
    top: -60px;
  }
  #jio .titlearea .text .title {
    font-size: 36px;
  }
  #jio .titlearea .text .sub {
    font-size: 16px;
  }
  #jio .titlearea .text .moviebox {
    margin: 30px 0 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #mainvisual {
    height: auto;
  }
  #mainvisual #mainslide {
    height: auto;
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper {
    height: 460px;
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide {
    /*						&.slide4 {
    							.slidebg-wrap {
    								.slidebg {
    									background-image: url("../img/slide04_sp.jpg");
    								}
    							}
    						}*/
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext {
    left: 18px;
    bottom: 95px;
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext .logo {
    width: 180px;
    margin-top: 10px;
  }
  #mainvisual #mainslide .swiper-main .swiper-wrapper .swiper-slide .slide-img .ontext .text {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
  }
  #mainvisual #mainslide .belt-area {
    height: 70px;
    padding: 5px;
  }
  #mainvisual #mainslide .belt-area .swiper-thumb .swiper-slide .thumb-img {
    width: 60px;
    margin-right: 5px;
  }
  #mainvisual .scroll-arrows a {
    height: 50px;
  }
  #mainvisual .scroll-arrows .arrow::before, #mainvisual .scroll-arrows .arrow::after {
    left: -10px;
    width: 20px;
    height: 2px;
  }
  #mainvisual .scroll-arrows {
    left: auto;
    bottom: 160px;
    width: 80px;
  }
  #mainvisual .scroll-arrows .text {
    font-size: 14px;
    top: -10px;
    letter-spacing: 0.08em;
  }
  #mainvisual .mv-logo {
    display: none;
  }
  #mainvisual .award {
    width: 90px;
    right: auto;
    left: 10px;
    top: 15px;
  }
  #mainvisual .award:has(~ .column2) {
    top: 15px;
  }
  #mainvisual .beginner {
    width: 155px;
    top: 20px;
    right: 15px;
    left: auto;
  }
  #mainvisual .beginner a {
    height: 30px;
  }
  #mainvisual .beginner a .icon {
    width: 14px;
  }
  #mainvisual .beginner.column2 a .icon {
    width: 14px;
  }
  #mainvisual .pickup {
    height: auto;
  }
  #mainvisual .pickup a {
    line-height: inherit;
    height: auto;
    padding: 10px 0 15px;
  }
  #mainvisual .pickup a .head {
    width: auto;
    display: block;
    font-size: 24px;
  }
  #mainvisual .pickup a .head::before, #mainvisual .pickup a .head::after {
    height: 18px;
  }
  #mainvisual .pickup a .content {
    padding: 0 15px;
    max-width: calc(100% - 30px);
    width: auto;
    text-align: center;
    margin: 0 15px;
  }

  .bnr-owner {
    height: auto;
    width: 100%;
  }
  .bnr-owner a {
    border-radius: 0;
    height: auto;
    border: none;
  }
  .bnr-owner a .text {
    position: relative;
    transform: none;
    padding: 15px 0;
  }
  .bnr-owner a .text .text1 {
    font-size: 14px;
  }
  .bnr-owner a .text .text3 {
    font-size: 18px;
  }

  #top_movie {
    margin: 0 auto 30px;
  }
  #top_movie .movie_box {
    display: block;
    margin: 60px 10px 0;
    padding: 10px 10px 5px;
    width: auto;
  }
  #top_movie .movie_box iframe {
    width: 100%;
    height: 51vw;
  }

  #news .inner {
    margin: 30px 0;
  }
  #news .inner .titlearea {
    font-size: 17px;
    margin: 0 0 10px;
    text-align: center;
  }

  #concept {
    padding: 60px 0;
  }
  #concept .lead {
    font-size: 6.6vw;
  }
  #concept .textarea {
    margin-top: 30px;
  }
  #concept .textarea .text1 {
    font-size: 16px;
  }
  #concept .textarea .text2 {
    font-size: 11px;
  }

  #president {
    padding: 40px 0;
    background: url("../img/president_bg-sp.jpg") no-repeat left top;
    background-size: cover;
  }
  #president .textarea {
    width: 65%;
  }
  #president .textarea a {
    padding: 0;
  }
  #president .textarea a .title {
    font-size: 21px;
    margin-bottom: 15px;
  }
  #president .textarea a .title::after {
    width: 30px;
  }
  #president .textarea a .text {
    letter-spacing: 0.05em;
    font-size: 11px;
  }
  #president .textarea a .more {
    font-size: 15px;
    margin-top: 5px;
  }
  #president .namearea {
    background: none;
    width: auto;
    left: 0;
    bottom: 15px;
    color: #1F1F1F;
    font-weight: bold;
  }
  #president .namearea .inner {
    width: auto;
    padding: 0;
  }
  #president .namearea .inner .name {
    font-size: 13px;
  }
  #president .namearea .inner .name span {
    display: none;
  }
  #president .namearea .inner .btn {
    display: none;
  }

  .sp_btn {
    display: block;
    margin: 10px 15px 0;
  }
  .sp_btn a {
    display: block;
    border-radius: 99px;
    text-align: center;
    color: #000;
    font-size: 13px;
    border: 1px solid #000;
    padding: 3px;
  }
  .sp_btn a:hover {
    background-color: #000;
    color: #fff;
  }

  /* ----- 社長の写真変更 立ち位置を右側に移動 ----- */
  #president.right {
    background: url("../img/president_bg-sp_right_new.jpg") no-repeat right top;
    background-size: cover;
  }
  #president.right .namearea {
    color: #fff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
  }

  /* ----- 社長の写真変更 ここまで ----- */
  .contentstitle {
    display: block;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .contentstitle .titlebox {
    display: block;
  }
  .contentstitle .titlebox .title {
    font-size: 24px;
  }
  .contentstitle .titlebox .sub {
    padding-left: 0;
    font-size: 13px;
  }
  .contentstitle .titlebox .sub::before {
    display: none;
  }
  .contentstitle .more {
    text-align: center;
    margin-top: 15px;
  }
  .contentstitle .more a, .contentstitle .more p {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding: 5px 36px 5px 6px;
    border: 1px solid #1F1F1F;
  }
  .contentstitle .more a::after, .contentstitle .more p::after {
    width: 20px;
    height: 3px;
    right: 10px;
  }

  #top_sharedenki {
    margin: 30px auto -10px;
  }
  #top_sharedenki a {
    height: 34vw;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  #top_sharedenki a .text {
    width: 49vw;
  }
  #top_sharedenki a .logo {
    width: 90px;
    padding: 0 8px 7px 6px;
    right: 10px;
    bottom: 10px;
  }

  .bnrarea2 {
    margin: 30px auto -10px;
  }
  .bnrarea2 #top_land a {
    height: 34vw;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .bnrarea2 #top_land a .box .mintext {
    font-size: 4vw;
  }
  .bnrarea2 #top_land a .box .text {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
  .bnrarea2 #top_land a .box .btn {
    font-size: 3vw;
    width: 30vw;
  }

  #top_land_full {
    margin: 30px auto 20px;
  }
  #top_land_full a {
    height: 36vw;
  }
  #top_land_full a .box {
    left: 20px;
  }
  #top_land_full a .box .text {
    font-size: 23px;
  }
  #top_land_full a .box .text span {
    font-size: 16px;
  }
  #top_land_full a .box .mintext {
    font-size: 13px;
    margin: 6px 0;
    letter-spacing: 0;
  }
  #top_land_full a .box .btn {
    font-size: 3vw;
    width: 30vw;
  }

  #bnrarea {
    padding: 40px 0;
    margin: 40px 0;
  }
  #bnrarea .inner .bnr {
    height: 150px;
  }
  #bnrarea .inner .bnr a {
    padding: 20px 5px;
  }
  #bnrarea .inner .bnr a .en {
    font-size: 14px;
  }
  #bnrarea .inner .bnr a .title {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  #bnrarea .inner .bnr a .arrow {
    width: 25px;
    height: 5px;
  }

  #event {
    margin-top: 50px;
  }
  #event .cat-box {
    padding: 0;
    margin-bottom: 40px;
  }
  #event .cat-box .cat-title {
    margin-bottom: 25px;
  }
  #event .list {
    margin: 0;
  }
  #event .list li {
    padding: 0;
  }
  #event .list li a .arrow {
    display: none;
  }
  #event .list li a::after {
    display: none;
  }
  #event .list li a .datearea {
    padding: 10px 30px;
  }
  #event .list li a .datearea .author {
    right: 30px;
  }
  #event .slick-prev {
    left: -10px;
  }
  #event .slick-next {
    right: -10px;
  }
  #event .morebtn {
    margin: 25px auto;
  }
  #event .morebtn a {
    padding: 10px;
  }
  #event .topmore {
    margin: 20px auto 0;
  }
  #event .topmore a {
    padding: 10px;
  }

  .consultation_bnr {
    margin-top: 30px;
  }
  .consultation_bnr #top_consultation_full a {
    min-height: 42vw;
  }
  .consultation_bnr #top_consultation_full a .box {
    width: 90%;
    text-align: start;
  }
  .consultation_bnr #top_consultation_full a .box p {
    text-align: start;
  }
  .consultation_bnr #top_consultation_full a .box .text {
    font-size: 22px;
    line-height: 1.6;
  }
  .consultation_bnr #top_consultation_full a .box .text span {
    font-size: 17px;
  }
  .consultation_bnr #top_consultation_full a .box .mintext {
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  #gallery {
    margin-top: 60px;
  }
  #gallery .slick_container .list .item a figure .new {
    width: 50px;
    height: 50px;
  }
  #gallery .slick_container .list .item a figure .new::after {
    top: 24px;
    left: 2px;
    font-size: 12px;
  }
  #gallery .slick_container .list .item a .titlearea {
    max-width: 95%;
  }
  #gallery .slick_container .list .item a .titlearea .inner {
    padding: 4px 10px;
  }
  #gallery .slick_container .list .item a .titlearea .inner .title {
    font-size: 13px;
  }
  #gallery .slick_container .list .item a .titlearea .inner .brandlogo {
    margin-right: 10px;
  }
  #gallery .slick_container .list .item a .titlearea .inner .brandlogo img {
    max-height: 25px;
    max-width: 60px;
  }
  #gallery .slick_container .list .item a .dataarea {
    right: 10px;
    bottom: 10px;
  }
  #gallery .slick_container .list .item a .dataarea p {
    font-size: 12px;
  }
  #gallery .slick_container .list .item a .dataarea .logo {
    width: 110px;
    margin-bottom: 15px;
  }
  #gallery .slick_container .list .item a .dataarea .logo img {
    max-height: 45px;
  }
  #gallery .slick_container .list .item a .dataarea .cat {
    font-size: 11px;
    min-width: 90px;
    padding: 3px 10px;
    margin-top: 8px;
  }

  .bgarea {
    padding: 60px 0 1px;
  }

  #voice,
  #staff {
    height: auto;
    margin-bottom: 50px;
  }
  #voice .imagebox,
  #staff .imagebox {
    width: 100%;
    height: 260px;
  }
  #voice .inner,
  #staff .inner {
    padding-top: 235px;
  }
  #voice .inner .textarea,
  #staff .inner .textarea {
    left: 0;
    right: 0;
    width: auto;
    bottom: auto;
    top: 0;
    position: relative;
  }
  #voice .inner .textarea a .title,
  #staff .inner .textarea a .title {
    font-size: 26px;
  }

  #voice .imagebox .dataarea {
    right: 20px;
    top: 20px;
    margin-left: 20px;
  }
  #voice .imagebox .dataarea .entrytitle {
    font-size: 15px;
    padding: 2px 10px;
    margin-bottom: 7px;
  }
  #voice .imagebox .dataarea .data {
    font-size: 13px;
  }
  #voice .imagebox .dataarea .logo {
    width: 120px;
    margin-top: 10px;
  }
  #voice .imagebox .dataarea .logo img {
    max-height: 56px;
  }

  #staff {
    margin-top: 0;
  }

  #ishiyamastyle {
    margin-top: 50px;
  }
  #ishiyamastyle .grid-container .grid-container2 {
    display: block;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title {
    width: auto;
    margin-bottom: 20px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title .title .text1 {
    font-size: 14px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title .title .text2 {
    font-size: 22px;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-title .logo {
    display: none;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item {
    width: auto;
    height: auto;
    border: none;
    border-bottom: 1px solid #fff;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .num {
    font-size: 14vw;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a .textarea .styletitle {
    font-size: 4.5vw;
    line-height: 1.6;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a figure {
    position: relative;
    height: 0;
    padding-top: 40%;
  }
  #ishiyamastyle .grid-container .grid-container2 .grid-item a figure img {
    position: absolute;
    left: 0;
    top: 0;
  }

  #lineup {
    margin-top: 90px;
  }
  #lineup .titlearea::before, #lineup .titlearea::after {
    border-width: 0 120px 50px 120px;
  }
  #lineup .titlearea::before {
    top: -51px;
  }
  #lineup .titlearea::after {
    top: -50px;
  }
  #lineup .titlearea .text {
    margin-top: -5px;
  }
  #lineup .titlearea .text .title {
    font-size: 42px;
  }
  #lineup .titlearea .text .sub {
    font-size: 15px;
  }
  #lineup .list li.lineup_studioi a .logo, #lineup .list li.lineup_naturie a .logo, #lineup .list li.lineup_miniprot a .logo, #lineup .list li.lineup_era a .logo {
    width: 55%;
  }
  #lineup .list li a .tag {
    padding: 1px 6px;
    z-index: 10;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  #lineup .list li a .logo {
    width: 40%;
    height: 60%;
  }

  #blog {
    margin-top: 50px;
  }
  #blog .list li a .textarea {
    padding: 10px 15px 15px;
  }
  #blog .list li a .textarea .author .name {
    font-size: 12px;
  }
  #blog .list li a .textarea .entrytitle {
    font-size: 13px;
  }
  #blog .list li a .textarea .dataarea {
    display: block;
  }
  #blog .list li a .textarea .dataarea .cat {
    line-height: 1.2;
    margin-top: 3px;
    text-align: right;
  }
  #blog #blog_president {
    margin-top: 10px;
  }
  #blog #blog_president a {
    padding: 30px 15px 30px 25px;
  }
  #blog #blog_president a .contentstitle {
    display: -webkit-flex;
    display: flex;
    text-align: left;
  }
  #blog #blog_president a .contentstitle .titlebox .title {
    font-size: 18px;
  }
  #blog #blog_president a .contentstitle .titlebox .sub {
    font-size: 11px;
  }
  #blog #blog_president a .contentstitle .more {
    margin-top: 0;
  }
  #blog #blog_president a .contentstitle .more p {
    border: none;
  }

  #zeh_data {
    margin-top: 50px;
  }
  #zeh_data a {
    display: block;
  }
  #zeh_data a .btn {
    width: 100%;
  }
  #zeh_data a .btn p {
    font-size: 18px;
  }

  #jio {
    margin-top: 80px;
  }
  #jio .titlearea::before, #jio .titlearea::after {
    border-width: 0 120px 50px 120px;
  }
  #jio .titlearea::before {
    top: -51px;
  }
  #jio .titlearea::after {
    top: -50px;
  }
  #jio .titlearea .text {
    margin-top: -5px;
  }
  #jio .titlearea .text .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #jio .titlearea .text .sub {
    font-size: 14px;
  }
  #jio .titlearea .text .sub br {
    display: block;
  }
  #jio .titlearea .text .moviebox {
    margin: 30px 0 0;
  }
  #jio .titlearea .text .moviebox figure iframe {
    width: 100%;
    height: 100%;
  }
}
